Previous Program Introduction Next Program

Program Long_solve

Usage

Long_solve 'file1' ['file2']
file1: matrix_TYP containing the matrices Ai
file2: matrix_TYP containing the matrices Bi

Description

Calculates matrices Xi such that Ai Xi = Bi for all matrices Ai in file1. If 'file2' is omitted the Bi are assumed to be 0.

Remarks

See also for Gauss.

Examples


Previous Program Introduction Next Program