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

Function

MultiplyColumn ( elt-alg^mat X, elt-rng c, elt-ord^rat i ) -> elt-alg^mat

Description

Return the matrix obtained from X by multiplying column i by the scalar c.

Examples

x_mat := Matrix(Q,2,2,[1,1,3,4]); MultiplyColumn(x_mat, 1/2, 1); # multiply first column by 1/2
Built: Mon Nov 14 21:12:39 UTC 2005 on mack
The KANT Group