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

Function

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

Description

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

Examples

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