home *** CD-ROM | disk | FTP | other *** search
/ Best Objectech Shareware Selections / UNTITLED.iso / boss / educ / math / 017 / param4.plt < prev    next >
Encoding:
Text File  |  1993-04-16  |  302 b   |  16 lines

  1. [ param4.plt
  2.  
  3. paper size 11 by 8.5
  4. r(t) = (3*cos(t)**2-1)/2
  5. title 'r(t) = (3*cos(t)**2-1)/2'
  6. color lred
  7. parametric plot t 0 2*pi r(t)*cos(t) r(t)*sin(t)
  8. color green
  9. draw x y
  10. xlabel 'r(t)*cos(t)'
  11. ylabel 'r(t)*sin(t)'
  12.  
  13. color lblue
  14. char size 0.2 slant 10 font 3
  15. title 'Parametric Plot VI'
  16.