Let $A_{3x3}$ be a matrix $ \ne 0$ such that the column space of $A$ is a subset of the null space of $A$. I need to find $A$.
Here's my process so far:
let $v_1, v_2, v_3$ be the column vectors of $A$
$Col(A)=c_1 v_1 + c_2 v_2 + c_3 v_3$ is a subset of $Null(A)$
let $b$ be the column space of A such that $Ax=b$, then assume $b$ is also in the null space of $A$ so $Ax=0=A(Ab)$
How do I go about finding a particular matrix that satisfies this? Am I even heading on the right direction?