home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / educ / math / 030 / circle.eka < prev    next >
Encoding:
Text File  |  1991-06-30  |  104 b   |  9 lines

  1. ; Example of a parametric plot.
  2.  
  3. x(t) := COS(t)
  4. y(t) := SIN(t)
  5.  
  6. PLOT y
  7. XAXIS x
  8. GBOUNDS 0, 2 PI
  9.