TI-92 Define instruction


[Prev][Next][Index][Thread]

TI-92 Define instruction



I want to use the Define instruction in a program to store element a of list b
to function y1(x).
In the program, the command says Define y1(x)=b[a]
When I enter the Y= Editor, function y1=b[a], instead of the contents of b[a].
How do I store the contents of b[a] into a function from a program? I need to
do this because b and a are local variables and the graphing occurs after the
program has stopped.


Thanks