Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Lists and Matrices / Matrix Operations /

MatrixRank

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

FilledSmallSquare MatrixRank works on both numerical and symbolic matrices.

FilledSmallSquare The rank of a matrix is the number of linearly independent rows or columns.

FilledSmallSquare MatrixRank[m, Modulus->n] finds the rank for integer matrices modulo n.

FilledSmallSquare MatrixRank[m, ZeroTest -> test] evaluates test[ m[[i, j]] ] to determine whether matrix elements are zero. The default setting is ZeroTest -> Automatic.

FilledSmallSquare MatrixRank[m, Tolerance -> t] gives the minimum rank with each element in a numerical matrix assumed to be correct only to within tolerance t.

FilledSmallSquare See Section 3.7.8.

FilledSmallSquare Implementation Notes: see Section A.9.4 and Section A.9.5.

FilledSmallSquare See also: NullSpace, Det, Eigensystem, RowReduce, SingularValueList.

FilledSmallSquare New in Version 5.0.

Further Examples



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.