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.
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...

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