Go to the first, previous, next, last section, table of contents.


matrix_rank

matrix_rank(M)
: It returns the rank of the matrix M.

Example:

 matrix_rank([[1,1,1,1],[0,1,3,4]]);


Go to the first, previous, next, last section, table of contents.