home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Mac 12
/
the-mac-12.iso
/
Shareware City
/
Applications
/
MP235
/
Examples
/
incl
/
solver
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-05-22
|
177 b
|
7 lines
|
[
TEXT/MPad
]
-- general equation solver
-- solution of a system of equations by Cramers rule
cram(A,B,k)[i,j] = A[i,j] when j≠k, B[i] dim[count(B)]
solve(A,B)[j] = det(cram(A,B,j))/det(A)