home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best Objectech Shareware Selections
/
UNTITLED.iso
/
boss
/
educ
/
math
/
030
/
graph4.eka
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-06-30
|
269 b
|
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