If matrix multiplication $B*A=C*A$, does it mean $B=C$?
If A is invertible, then I guess this should work. If not, then?
If matrix multiplication $B*A=C*A$, does it mean $B=C$?
If A is invertible, then I guess this should work. If not, then?
If $A$ is invertible, you get: $$BA = CA \implies BAA^{-1} = CAA^{-1} \implies BI = CI \implies B = C.$$ If $A$ is not invertible, it is false.
For a given matrix $A$, we can say that $BA=CA \Rightarrow B=C$ iff $DA={\bf{0}}\Rightarrow D=\bf{0}$.
If the rows of $A$ are linearly independent, then the second condition will hold, since for any (row) vector $\vec{v}$, $\vec{v}A$ gives a linear combination of the rows of $A$, and only the trivial linear combination gives the zero-vector. In particular this will hold for each row of $D$.
Conversely if the rows of $A$ are linearly dependent, we can find a nonzero row vector $\vec{v}$ such that $\vec{v}A=\vec{0}$.