Back to Linear Algebra
rank
Matrix rank
Syntax
r = rank(A)
Description
Estimates the rank of a matrix using singular value decomposition. The rank is the number of singular values above a tolerance threshold.
Parameters
| Name | Description |
|---|---|
| A | Input matrix |
Returns
Scalar rank