MTM
colspace
compute a basis for the column space of a matrix
Calling Sequence
Parameters
Description
Examples
colspace(A)
A
-
matrix, vector, array, or scalar
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.
withMTM:
A≔Matrix1,2,3+I,a,2,0.2,2a,4,0.4
A≔123+Ia20.22a40.4
colspaceA
100102
See Also
LinearAlgebra[ColumnSpace]
MTM[null]
MTM[rank]
Download Help Document