Wiki

Clone wiki

symja_android_library / Symbols / MatrixRank

MatrixRank

MatrixRank(matrix)
get the rank of the matrix.

See:

Examples

>>> MatrixRank({{2, 0, -1, 0, 0},{1, 0, 0, -1, 0},{3, 0, 0, -2, -1},{0, 1, 0, 0, -2},{0, 1, -1, 0, 0}})
4

Related terms

CharacteristicPolynomial, ConjugateTranspose, Det, DiagonalMatrix, Dot, Eigenvalues, Eigenvectors, HilbertMatrix, IdentityMatrix, Inverse, JacobiMatrix, LinearSolve, LUDecomposition, MatrixPower, MatrixQ, NullSpace, SingularValueDecomposition, Tr, Transpose, VandermondeMatrix, VectorQ

Updated