home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1184 / gepackt.exe / BESSEL2.PLT < prev    next >
Text File  |  1994-02-22  |  283b  |  20 lines

  1. # bessel1.plt
  2.  
  3. paper size 11 by 8.5
  4. map x -30 20
  5. format x 0
  6. samples 400
  7. map x -10 10
  8. format x 0
  9. draw x
  10. xlabel 'x'
  11. color lred
  12. plot real(sin(x)**besj0(x))
  13. color green
  14. draw y
  15. ylabel 'real(sin(x)**besj0(x))'
  16.  
  17. font 3
  18. char size 0.2 slant 10
  19. title 'Bessel Functions II'
  20.