Student[LinearAlgebra][Rank] - compute the rank of a Matrix
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|