Skip to main content

MRANK

Returns the rank of a matrix (the number of linearly independent rows or columns).

CategoryMatrix
SyntaxMRANK(matrix)

Parameters

ParameterRequiredDescription
matrixRequiredThe matrix to compute the rank of.

Example

MRANK([1, 2; 3, 4])

Auto-generated from the EngCanvas function registry.