Assume I have the expression $A \vec{a} = B \vec{b}$, where $A$, $B$ are both $(N \times N)$ matrices, and $\vec{a},\vec{b}$ and both $(N \times 1)$ vectors. Everything is known except for $B$. Is there a definitive way to solve this system? I'm trying to solve for $B$ in case that isn't clear.
I guess I'm a bit rusty on my linear algebra, or never came across this problem.
Thanks
If $\vec b = \vec 0$, then $A\vec a = B\vec b$ is solveable if and only if $A\vec a = 0$, and in this case any matrix $B$ works.
On the other hand if $\vec b\neq \vec 0$ then a solution is always given by
$$ B = A\frac{\;\;\vec a \cdot \vec {b}^T}{\vec b^T \cdot \vec b} $$