Peppino
- 39
- 0
I would like to make a program for which you give two vectors, A and B, and it returns (A^2 + B^2)^0.5. How can I do this?
This discussion focuses on creating a program for the TI-89 calculator to calculate the magnitude of two vectors, A and B, using the formula (A^2 + B^2)^0.5. The user is directed to the TI-89 Titanium Guidebook for programming instructions and provided a simple code snippet: ":Prompt a,b :Disp (a^2+b^2)^.5". This basic program effectively prompts for two vector inputs and displays the calculated magnitude, serving as a foundational example for TI-89 programming.
PREREQUISITESStudents, educators, and programmers interested in TI-89 programming, particularly those focused on mathematical computations and vector analysis.