Module gauss

Module gauss 

Source
Expand description

Contains algorithms related to Gaussian elimination. Note that standard functionality relating to solving linear systems is provided by LinSolveRing instead.

Functionsยง

largest_nonzero_minorunstable-enable
Computes the largest square submatrix of A that has nonzero determinant. In particular, if the ring is a field, this computes the rank of A.