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

Function

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

Description

Multiply row i of X by the scalar c in place.

Examples

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