Re: TIB: graphing in a program


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

Re: TIB: graphing in a program




At 9/11/00 05:15 PM, you wrote:

>Yes, I tried that.  The 89 and 92 don't let you just assign variables to any
>of the y's.  It gives you an error that that name is reserved.  You can do:
>Define y1(x)=
>and then the equation.  If you put a expr(t3), then it thinks that what your
>making y1.  So now y1=expr(t3), not the equation that's in t3.  It's very
>frustrating.  Thanks anyway.
try this:
expr(t3)->z
define y1(x)=z
dispgraph
----
Rob Smith
Rob's Quote of this Reset:
I had a cholestorol test: They found bacon. - Bob Zany
Proud member of:
<http://pa.ticalc.org>Programmers Anonymous
<http://www.ti-files.org>Ti-Files.org
<http://www.tigalaxy.com>TIGALAXY
<http://www.kormoc.com>kormoc.com




Follow-Ups: References: