Ti-84 Cross Product Program & Dot Product for Vectors (Triple Scalar Product)

TanUv90
TanUv90
91.4 هزار بار بازدید - 9 سال پیش - Vector Cross Products are a
Vector Cross Products are a big thing in Calculus 3, but they can be tedious to calculate due to all the repetitive arithmetic. So I’ve made a program to calculate a cross product for you or use to check an answer. You can easily expand it to use for the Triple Scalar Product of 3 vectors.

Download the program http://www.mediafire.com/download/vrj...

➤Dot products are simple:
-2nd STAT
-Left arrow to "MATH"
-option 5 is sum(
-type your 2 vectors in curly braces separated by commas
-sum( {1,2,3}{3,4,5}
-Press Enter & you’ve got the answer

➤Cross Products program:
Input "{A,B,C}=",L3
Input "{D,E,F}=",L4
Disp "AXB=",{L3(2)L4(3)-L3(3)L4(2),L3(3)L4(1)-L3(1)L4(3),L3(1)L4(2)-L3(2)L4(1)}
 You could paste these 3 lines into the cemetech editor and create your own program https://www.cemetech.net/sc/

➤When running the program you must enter the vectors in curly braces (the last one is optional)
-So when it prompts "{A,B,C}="  you enter   "{1,2,3"
The program’s answer is a list NOT an actual vector (e.g. {2  4  5}
(Notice no commas)
If you need to use it as a vector, copy it manually

➤Scalar Triple Product:
-is defined by a•(bXc) or b•(aXc)
-so do a cross product first
-then dot product that answer with the third vector

Cross Product Definition http://www.mathportal.org/linear-alge...
Slightly Modified source https://answers.yahoo.com/question/in...
9 سال پیش در تاریخ 1394/11/17 منتشر شده است.
91,479 بـار بازدید شده
... بیشتر