(Solved): Find a basis for the Null space of the matrix
A=[[3,-6,3,6],[2,-4,1,2],[2,-4,0,3]]
{[[3],[2],[2]],[[ ...
Find a basis for the Null space of the matrix
A=[[3,-6,3,6],[2,-4,1,2],[2,-4,0,3]]
{[[3],[2],[2]],[[-6],[-4],[-4]]}
{[[2],[1],[0],[0]]}
{[[3],[2],[2]],[[3],[1],[0]]}
{[[-2],[1],[0],[0]]}
{[[2],[0],[1],[0]]}
{[[3],[2],[2]],[[6],[2],[3]]}