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.
with⁡StudentLinearAlgebra:
A≔−7,1,2|2,1,−1|3,0,−1|2,7,−3
A≔−723211072−1−1−3
Rank⁡A
2
numelems⁡RowSpace⁡A
See Also
LinearAlgebra[Rank]
Student[LinearAlgebra][LUDecomposition]
Student[LinearAlgebra][QRDecomposition]
Student[LinearAlgebra][SingularValues]
Download Help Document