Trig program for 86/ need help


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

Trig program for 86/ need help



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

tia


Follow-Ups: