RCIJ - Add Multiplied Row Command

Multiplies row i of a matrix by a constant xfactor, adds this product to row j of the matrix, and returns the modified matrix. Or, multiplies element i of a vector by a constant xfactor, adds this product to element j of the vector, and returns the modified vector.

Level 4Level 3Level 2Level 1->Level 1
[[ matrix ]]1xfactornrowinrowj->[[ matrix ]]2
vector ]1xfactornelementinelementj->[[ vector ]]2

Adrian Drury
Last modified: Sat Jun 20 19:43:17 EDT 1998