home *** CD-ROM | disk | FTP | other *** search
- # bessel1.plt
-
- paper size 11 by 8.5
- map x -30 20
- format x 0
- draw x
- xlabel 'x'
- color lred
- plot besj0(x)*0.12e1 con, (x**besj0(x))-2.5 add
- color green
- draw y
- ylabel 'besj0(x)*0.12e1 con, (x**besj0(x))-2.5 add'
-
- font 3
- char size 0.2 slant 10
- title 'Bessel Functions I'