To find the basis of the nullspace of a matrix in MATLAB, we can use the null
function. Here's how to find the basis of the nullspace of the matrix b
:
main.m168 chars9 lines
The output will be a matrix whose columns form a basis for the nullspace of b
. Each column represents a vector in the nullspace.
gistlibby LogSnag