Rank(M) = Rank of matrix M


Rank(M) = Rank of matrix M:

The number of independent rows or columns of M. A nonsingular n by n matrix has a rank of n. This uses RREF(M) to compute the Reduced Row Echelon Form of matrix M and returns the number of non-zero rows.

See: Matrix Rank -- From MathWorld

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:55 PDT