Mathematica 9 is now available

MatrixRank

Usage

MatrixRank[m] gives the rank of the matrix m.


Notes

MatrixRank works on both numerical and symbolic matrices.
• The rank of a matrix is the number of linearly independent rows or columns.
MatrixRank[m, Modulus->n] finds the rank for integer matrices modulo n.
MatrixRank[m, ZeroTest -> test] evaluates test[ m[[i, j]] ] to determine whether matrix elements are zero. The default setting is ZeroTest -> Automatic.
MatrixRank[m, Tolerance -> t] gives the minimum rank with each element in a numerical matrix assumed to be correct only to within tolerance t.
• See Section 3.7.8.
• Implementation notes: see Section A.9.4 and Section A.9.5.
• New in Version 5.
• Advanced Documentation.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.