Homework Statement
If col (A) is column space of A and ker(A) null space of A
with ker(A) = {Ax = 0}
and ker(A') = {A'y = 0}
Homework Equations
Consider the (3x2) matrix :
A = [1,2 ; 3,4 ; 5,6] (matlab syntax)
Show that
col(A) = c1 * [1,0,-1]' + c2 * [0,1,2]'
The Attempt...