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

Online Help

All Products    Maple    MapleSim


MTM

  

colspace

  

compute a basis for the column space of a matrix

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

colspace(A)

Parameters

A

-

matrix, vector, array, or scalar

Description

• 

The colspace(A) function returns a matrix R, where the columns of R are vectors that form a basis for the vector space spanned by the columns of the matrix A. The vectors are returned in canonical form with leading entries of 1.

• 

When A is the zero matrix, colspace(A) returns the empty matrix.

Examples

withMTM:

AMatrix1,2,3+I,a,2,0.2,2a,4,0.4

A123+Ia20.22a40.4

(1)

colspaceA

100102

(2)

See Also

LinearAlgebra[ColumnSpace]

MTM[null]

MTM[rank]