home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Education
/
collectionofeducationcarat1997.iso
/
SCIENCE
/
MRCRY209.ZIP
/
LINEAR.EKA
< prev
next >
Wrap
Text File
|
1992-11-04
|
164b
|
9 lines
; This demonstrates solving
; a system of linear equations.
2X + Y + Z = 7
X - Y + Z = 2
X + Y - Z = 0
{ Exact solution is X = 1, Y = 2, Z = 3.}