Previous Program
Introduction
Next Program
Program Long_solve
Usage
Long_solve 'file1' ['file2']
file1: matrix_TYP containing the matrices A
i
file2: matrix_TYP containing the matrices B
i
Description
Calculates matrices X
i
such that A
i
X
i
= B
i
for all matrices A
i
in file1. If 'file2' is omitted the B
i
are assumed to be 0.
Remarks
See also for
Gauss
.
Examples
Previous Program
Introduction
Next Program