Let $u$, $v$, $w$ be three linearly independent vectors in $\mathbb{R}^3$, and let $A$ be a non-singular $3\times3$ matrix. Then vectors $Au$, $Av$, $Aw$ are also linearly independent.
This is a True/False question, that needs to be proved as well.
Thanks!
It's true. Suppose $c_1Au + c_2Av + c_3Aw = 0$ for some scalars $c_1,c_2,c_3$. Then $A(c_1u + c_2v + c_3w) = 0$. Since $A$ is non-singular, this implies that $c_1u + c_2v + c_3w = 0$. As $\{u,v,w\}$ is linearly independent, it follows that $c_1=c_2=c_3=0$, and hence $\{Au, Av, Aw\}$ is linearly independent.