home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e067 / 1.ddi / PLOTPARA.MTH < prev    next >
Encoding:
Text File  |  1988-07-07  |  657 b   |  19 lines

  1. ; Esc select Plot Plot, Delete All, Algebra, Transfer Demo
  2. [t * (t^2 - 1) / (t^2 + 1), 2 * (t^2 - 1) / (t^2 + 1)]
  3. ; A curvilinear diamond
  4. [2 * (COS t)^3, 2 * (SIN t)^3]
  5. ; Infinity
  6. [3 sin t, 2 sin (2*t)]
  7. ; A pretzel
  8. [(t / pi) * (12 * (t / pi)^2 - 9), (((t / pi)^2 - 1) * 16 * (t / pi)^2 + 2)]
  9. ; A fish.  Move the cross to its eye position
  10. [3/2 * COS t * (COS t + 1), 2 * SIN (2*t)]
  11. ; An embellished valentine
  12. [SIN (2*t) + SIN t, - COS (2*t) - COS t]
  13. ; A spiral
  14. [EXP (t/4) * SIN (2*t), EXP (t/4) * COS (2*t)]
  15. ; Twin spirals
  16. [2/3 * t * COS (7/2 * t), 2/3 * t * SIN (7/2 * t)]
  17. ; A slinky gone bad
  18. [t - 11/10 * SIN (3*t), - 22/10 * COS (3*t)]
  19.