home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DP Tool Club 16
/
CD_ASCQ_16_0994.iso
/
maj
/
2199
/
examples
/
trig2.plt
< prev
next >
Wrap
Text File
|
1994-07-09
|
342b
|
20 lines
# trig2.plt
paper size 11 by 8.5
color green
samples 50
map x -10 10
samples 100
color green
map x -pi/2 pi
frame
draw x
xlabel 'x'
color lred
plot cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))
color green
draw y
ylabel 'cos(x),-(sin(x) > sin(x+1) ? sin(x) : sin(x+1))'
color lblue
title 'Trigonometric Functions II'