home *** CD-ROM | disk | FTP | other *** search
/ PC Open 13 / pcopen13.iso / Zip / SM34A.ZIP / KEYWORD / PARAPLOT.KEY < prev    next >
Encoding:
Text File  |  1995-01-06  |  225 b   |  5 lines

  1.  paraPlot()
  2.  paraplot() plots parametric curves of x=fx(t) and y=fy(t) on xy-plane.
  3.  by default tmin:=0, tmax:=2*pi, ymin:=-5, ymax:=5, xmin:=ymin, xmax:=ymax
  4.  e.g. paraplot(sin(t),sin(2*t), t)     # x=sin(t), y=sin(2*t)
  5.