Previous Up Next

6.47.12  Kernel of a linear function: kernel nullspace ker

The ker command finds a basis for the kernel of a linear function.
kernel and nullspace are synonyms for ker.


Example.
Input:

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

Output:


11−1


Previous Up Next