rank - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

rank

  

compute the rank of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

rank(A)

Parameters

A

-

matrix, vector, array, or scalar

Description

• 

The function rank(A) 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.

Examples

withMTM:

AMatrix1,2,1,2,4,2,2,8,1

A121242281

(1)

rankA

2

(2)

See Also

LinearAlgebra[Rank]

MTM[colspace]

MTM[null]