Calculators How do I create a TI-89 program to calculate vector magnitudes?

  • Thread starter Thread starter Peppino
  • Start date Start date
  • Tags Tags
    Programs Ti-89
AI Thread Summary
To create a program that calculates the square root of the sum of the squares of two vectors A and B, users can refer to the TI-89 Titanium Guidebook for programming instructions. The guide provides a comprehensive introduction to entering and running custom programs. A simple implementation of the desired function can be achieved with the code snippet: :Prompt a,b :Disp (a^2 + b^2)^0.5 This basic version effectively performs the calculation, although it may lack aesthetic appeal.
Peppino
Messages
39
Reaction score
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?
 
Computer science news on Phys.org
Go here

http://education.ti.com/guidebooks/graphing/89ti/TI89TitaniumGuidebook_Part2_EN.pdf

and scroll down the left hand column table of contents until you get to Programming. Then open up that section of the manual with a click. Step through the introduction page by page and it will show you how to enter and later run a program or function of your own.
 
Last edited by a moderator:
thanks.
 
If you just want a simple program...

:Prompt a,b
:Disp (a^2-b^2)^.5

Now, that is the most basic version, and not very good looking, but it will get the job done.
 
Well, the date has now passed, and Windows 10 is no longer supported. Hopefully, the readers of this forum have done one of the many ways this issue can be handled. If not, do a YouTube search and a smorgasbord of solutions will be returned. What I want to mention is that I chose to use a debloated Windows from a debloater. There are many available options, e.g., Chris Titus Utilities (I used a product called Velotic, which also features AI to prevent your computer from overheating etc...
I've been having problems for the past few weeks with the display on my Dell computer. I bought the computer new back in 2019 or so, which makes it about 6 years old. My monitor is a 27" HP monitor that I bought for another computer (an HP Pavilion), recently demised, back in about 2012 or 2013. As far as I can tell, the computer, which is running a 10-core Xeon Scalable processor, is functioning as it should. The first symptom was that the screen would go dark, which I would attempt to...

Similar threads

Replies
5
Views
2K
Replies
6
Views
6K
Replies
1
Views
5K
Replies
1
Views
8K
Replies
1
Views
4K
Replies
5
Views
7K
Replies
1
Views
11K
Back
Top