Re: TIB: graphing in a program


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

Re: TIB: graphing in a program




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.

Dan


In a message dated 9/11/2000 3:05:52 PM Mountain Daylight Time, 
kormoc@ti-files.org writes:

> At 9/11/00 04:54 PM, you wrote:
>  >Graph expr(t3)
>  >Goto w
>  Did you try this:
>  expr(t3)->y99
>  DispGraph
>  Goto w



Follow-Ups: