Re: Trig program for 86/ need help


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

Re: Trig program for 86/ need help



On Fri, 12 Feb 1999, ACCompu wrote:

this is what it needs to look like.  before the line said, :->Y1, which
means store to Y(x), but you don't tell it what you stored to Y(x).  thus
i think the programs is meant to store A*sin(BX + C) + D to Y1.

PROGRAM:TRIGFUNC
:FnOff
:Radian
:ZTrig
:Disp "Y=Asin(BX + C) + D"
:Prompt A,B,C,D
:"A*sin(BX + C) + D"->Y1
:DrawF Y1



--
Aaron S. Hawley -> Aaron.Hawley@uvm.edu
http://www.uvm.edu/~ashawley
University of Vermont -> 802.656.7396

Pine 3.96 E-Mail Zoo Unix Cluster -> http://www.washington.edu/pine
small,fast,simple,complex,Free


References: