Hello, I bought a casio fx-9750GII Calculator and I am not very good using it and I either am bad at finding info on this or there is none. Is it possible to draw cand calculate vectors with this calculator?
#1
Posted 26 September 2018 - 12:53 PM
#2
Posted 26 September 2018 - 03:41 PM
Unfortunately vector calculations cannot be performed on the fx-7400GII/fx-9750GII
But you can write your own program for following calculations by using lists very easily. List 1 and List 2 is used as examples. You can stored the results to another lists if needed.
Edited by pan.gejt, 26 September 2018 - 04:22 PM.
#3
Posted 28 September 2018 - 01:06 PM
You can try my approach to vector calculations for 2 vectors with 2 or 3 components. The notation I used is simple - vector A has components AX, AY, resp. AZ and vector B has components BX, BY, resp. BZ. Not all results are stored.
There is 1 main program called "VECTORS" and 3 subroutines, which are called in main program:
- 2DVCTDRW is for drawing the vectors
- 2DVECTOR is for calculations 2D vectors
- 3DVECTOR is for calculations 3D vectors
After starting the main program you need to input 4 components - AX, AY, BX and BY. In the next step you need to select the choice for 2D or 3D. If you chose 3D, you need to input the rest of components - AZ and BZ. Thats all. After pressing the EXE button you will see the results. At the end of calulations is a question if you want to calculate the scalar multiplication so you need to chose no or yes. This calculation is rare so I set this as the option.
Selecting the NO option leads to end of the program, selecting the YES option will calculate the multiplication.
If you need to change the View Window settings (default is -10,10,2,-10,10,2), you can do it by editing 2DVCTDRW program.
The supported calculations are:
- addition
- subtraction
- dot product
- cross product
- vector norm
- angle
- unit vector
- area
- scalar multiplication (based on choice)
- drawing vectors (for 2D vector only)
download:
https://app.box.com/...cfput7fegp5y5ko
Edited by pan.gejt, 28 September 2018 - 01:12 PM.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users