Calculators How to put code on MS WORD onto TI-89

  • Thread starter Thread starter C268
  • Start date Start date
  • Tags Tags
    Code Ti-89
AI Thread Summary
To transfer code from MS Word to a TI-89 calculator, the code must be formatted correctly for the calculator's programming environment. Users can utilize TI-Connect software to upload the program after converting the text into a compatible format. A compiler for desktop machines may be necessary to prepare the code for drag-and-drop functionality into TI-Connect. Issues may arise, such as the program not running properly, which could be resolved by consulting any README files included with the code. Proper formatting and following installation instructions are crucial for successful implementation.
C268
Messages
26
Reaction score
0
My Thermodynamics teacher gave me a code for various calculators to put into the calculator for Interpolation. I am just wondering how you put this code that is in MS WORD onto my TI-89. I have the TI-Connect software. Here is what is looks like:

This code is for the TI-89:

interpol()
Prgm
getMode("Exact/Approx")->oldmode
setMode("Exact/Approx","APPROXIMATE")
ClrIO
DelVar e
Disp "Where knowns are a,b,c,d,f"
Disp "This solves for e:"
Disp " a d"," b e"," c f"
Disp "Press ENTER to continue"
Pause
Prompt a,b,c,d,f
f-(c-b)*(d-f)/(a-c)->e
Disp "e is: ",e
setMode("Exact/Approx",oldmode)
EndPrgm
 
Computer science news on Phys.org
MednataMiza said:

This really didn't help me in the sense that I already have the code...I need to make it in a form where I can simply drag and drop the formula into the TI Connect Device Explorer...just like any other program. How do I convert this text on MS WORD to a "program" that the calculator can use?
 
Then you would need to use something like THIS.
A compiler for a desktop machine and after you are all set and wrote your code - drag & drop, baby :) TI-Connect or install from the CD/DVD you got with the calc :)
 
MednataMiza said:
Then you would need to use something like THIS.
A compiler for a desktop machine and after you are all set and wrote your code - drag & drop, baby :) TI-Connect or install from the CD/DVD you got with the calc :)

THanks for the response, unfortunately when i try to run it it pops up for a second and dissapears
 
There's a README file in the archive and you should read it.
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...

Similar threads

Replies
8
Views
10K
Replies
1
Views
10K
Replies
6
Views
7K
Replies
1
Views
4K
Replies
2
Views
3K
Replies
1
Views
10K
Replies
1
Views
2K
Replies
6
Views
6K
Back
Top