Student[LinearAlgebra]
Rank
compute the rank of a Matrix
Calling Sequence
Parameters
Description
Examples
Rank(A)
A
-
Matrix
If A does not have a floating-point data type, then the Rank(A) command computes the rank of A by performing Gaussian elimination on the rows of A.
The rank of Matrix A is the number of nonzero rows in the resulting Matrix.
If Matrix A has a floating-point data type, a singular value decomposition and analysis is performed.
See Also
LinearAlgebra[Rank]
Student[LinearAlgebra][LUDecomposition]
Student[LinearAlgebra][QRDecomposition]
Student[LinearAlgebra][SingularValues]
Download Help Document