TU-Berlin → Inst. f. Mathematik → Algebra und Zahlentheorie → KASH → Documentation → Reference Manual
KASH3 Reference Manual
search    

Function

RemoveRowColumn ( elt-alg^mat A, elt-ord^rat i, elt-ord^rat j ) -> elt-alg^mat

Description

The matrix derived from A by removing row i and column j.

Examples

x_m := Matrix(Z,3,3,[2,-3,5,7,3,4,5,6,7]); RemoveRowColumn(x_m, 1, 1);
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group