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


matrix_kernel

matrix_kernel(M)
: It returns the basis of the kernel of the matrix M.

Example:

 matrix_kernel([[1,1,1,1],[0,1,3,4]]);


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