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

Function

AddRow_ ( elt-alg^mat X, elt-rng c, elt-ord^rat i, elt-ord^rat j )

Description

Add c times row i of X to row j of X in place.

Examples

x_M := Matrix(3, [1, 0, 0, 0, 1, 0, 0, 0, 1]); AddRow_(x_M, 23, 1, 3); x_M;
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group