Go to the first, previous, next, last section, table of contents.


matrix_image

matrix_image(M)
: It computes the image of M. Redundant vectors are removed.

Example:

 matrix_image([[1,2,3],[2,4,6],[1,0,0]]);

References:

matrix_kernel


Go to the first, previous, next, last section, table of contents.