MATLAB: Solving homogeneous linear set of equations

homogeneousMATLABset of linear equations

I know the ways to solve a set of linear equations of Ax=B form. For example x=inv(A)*B or x=A\B. But the methods doesn't work for B=0 (Homogeneous cases). I've really confused about that. Any one has any idea?

Best Answer

the homogeneous system is also mentioned there if am not mistaken,
regards,j
Related Question