linalg[rank] - rank of a matrix
|
Description
|
|
•
|
The function rank computes the rank of a matrix, by performing Gaussian elimination on the rows of the given matrix. The rank of the matrix A is the number of non-zero rows in the resulting matrix.
|
•
|
The command with(linalg,rank) allows the use of the abbreviated form of this command.
|
|
|