MATLAB - Linear Algebra
Given matrix
D = [1 2 3; 4 5 6; 7 8 9], write MATLAB code to find a vector in the null space and verify it satisfies D * x = 0. What is the correct approach?