Re: Trig program for 86/ need help


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

Re: Trig program for 86/ need help



No. Use y1=A*sin(BX + C) + D

--
Daniel Moraseski
http://members.xoom.com/spui/ - FL and NJ roads
King of irrelevant info
in Orlando, FL; originally from Manalapan, NJ
Tom Lake wrote in message ...
>>This program sets the window and allows input of A,B,C,D values to the
>equation
>>Y=A*sin(BX + C) + D
>>
>>When I get to the line  : -> Y1, I get error 07 syntax and the equation is
>not
>>storing to the y(x)= section to be displayed on the graph. We do have this
>>working on a 83 but need it to run on the 86 too
>>
>>PROGRAM:TRIGFUNC
>>:FnOff
>>:Radian
>>:ZTrig
>>:Disp "Y=Asin(BX + C) + D"
>>:Prompt A,B,C,D
>>:"A*sin(BX + C) + D "->Y1
>>DrawF Y1
>
>Try putting the STO on the same line as above.
>
>Tom Lake
>ICQ # 25589135
>
>
>


Follow-Ups: References: