home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
TopWare 18: Liquid
/
Image.iso
/
liquid
/
top1184
/
gepackt.exe
/
BESSEL2.PLT
< prev
next >
Wrap
Text File
|
1994-02-22
|
283b
|
20 lines
# bessel1.plt
paper size 11 by 8.5
map x -30 20
format x 0
samples 400
map x -10 10
format x 0
draw x
xlabel 'x'
color lred
plot real(sin(x)**besj0(x))
color green
draw y
ylabel 'real(sin(x)**besj0(x))'
font 3
char size 0.2 slant 10
title 'Bessel Functions II'