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

  1. # bessel1.plt
  2.  
  3. paper size 11 by 8.5
  4. map x -30 20
  5. format x 0
  6. draw x
  7. xlabel 'x'
  8. color lred
  9. plot besj0(x)*0.12e1 con, (x**besj0(x))-2.5 add
  10. color green
  11. draw y
  12. ylabel 'besj0(x)*0.12e1 con, (x**besj0(x))-2.5 add'
  13.  
  14. font 3
  15. char size 0.2 slant 10
  16. title 'Bessel Functions I'
  17.