If I have a matrix $A$, where $$A = \pmatrix{2 & 2 \\ 5 & 5}$$
Would the null space vector be $\langle-1,1\rangle$ or $\langle 1,-1\rangle $ or are they both valid null space vectors?
If I have a matrix $A$, where $$A = \pmatrix{2 & 2 \\ 5 & 5}$$
Would the null space vector be $\langle-1,1\rangle$ or $\langle 1,-1\rangle $ or are they both valid null space vectors?
A vector $v$ is in the null space of a matrix $A$ if $Av = 0$. So if $v$ is a non-zero vector in the null space of $A$, then $$ A(\lambda v) = \lambda (Av) = \lambda \cdot 0 = 0 $$ and so any scalar multiple $\lambda v$ of $v$ is also in the null space. In particular, in your case $v = (1, -1)$ and $-v = (-1, 1)$ are both in the null space.