| Author |
Message |
PyroSalute
Joined: 13 Nov 2007 Posts: 1
|
Posted: November 13, 2007 7:58 PM Post subject: How do you enter a string to y(x) |
|
|
In the TI-83/84 all you have to do for example is:
:Input "Enter f(x)",Str1
:Str1->Y1
and the string would be stored in y1.
In the TI-89 when you try to store something in y1:
:Input "Enter f(x)",a
:String(a)->y1(x)
"String(a)" is littlerally stored into y1(x).
Is there a way to directly store an equation to y1(x)
or is there some special way to store an equation to y1(x)? |
|
| Back to top |
|
 |
mellamokb
Joined: 10 May 2007 Posts: 100
|
Posted: November 13, 2007 8:12 PM Post subject: |
|
|
Hi PyroSalute,
Welcome to TI-89.org forums!
Try this code:
| Code: |
expr(string(m)&"->y1(x)")
|
Note: "&" can be entered by [DIAMOND]+[*].
Hope this helps!
~ mellamokb |
|
| Back to top |
|
 |
|