RREFa(M, V) = RREF solution U to augmented matrix [M,V], M*U=V


RREFa(M, V) = RREF solution U to augmented matrix [M,V], M*U=V:

Uses RREF of matrix M augmented with V to compute U such that M * U = V. V must have the sane number of rows as M and can have 1 or more columns. If V has one column and M is a non-singular square matrix, this produces the same result as Solve(M, V).

Return to Matrix and Polynomial Computations
Return to Harry's Home Page


This page accessed times since September 18, 2006.
Page created by: hjsmithh@sbcglobal.net
Changes last made on Monday, 06-Aug-07 20:22:56 PDT