Previous Up Next

15.1.12  Subspace generated by the columns of a matrix

The colspace command finds a basis for the column space of a matrix.

Examples

colspace([[1,1,2],[2,1,3],[3,1,4]])
     



−10
0−1
1−2



          
colspace([[1,1,2],[2,1,3],[3,1,4]],dimension)
     



−10
0−1
1−2



          
dimension
     
2           

Previous Up Next