Previous Up Next

15.1.13  Subspace generated by the rows of a matrix

The rowspace command finds a basis for the row space of a matrix.

Examples

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


−10−1
0−1−1


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


−10−1
0−1−1


          
dimension
     
2           

Previous Up Next