home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Lion Share
/
lionsharecd.iso
/
dos_misc
/
mrcry206.zip
/
GRAPH4.EKA
< prev
next >
Wrap
Text File
|
1991-07-01
|
269b
|
17 lines
; Demo of multiple functions in one graph.
a = 31
b = 9
f(x) := SIN(x)
g(x) := COS(x)
h(x) := -SIN(x)
i(x) := -COS(x)
PLOT f,g,h,i
SHOW a, b
TITLE "sine and cosine"
SUBTITLE "waveforms"
GBOUNDS 0,2
XLABEL "x axis"
YLABEL "y axis"
LEGEND