In general matrix multiplication does not commute, but is there any information about one ordering of the product contained in a different ordering (assuming the dimensions match)? For example, if I know $y=Ax$, I can easily get $BAx$ from $B$ and $y$ as $BAx=By$. But, is there any way to compute $ABx$ from just $B$ and $y$? If not, are there any conditions under which it's possible (excepting the obvious $AB=BA$)?
Asked
Active
Viewed 104 times
1
-
https://math.stackexchange.com/questions/170241/when-is-matrix-multiplication-commutative Does this answer your question? – Aman Kushwaha May 10 '22 at 04:52
1 Answers
1
Let $$A=\begin{pmatrix} 0 & 1\\ 0&0\end{pmatrix}\qquad B=\begin{pmatrix} 0 & 1\\ 1&0\end{pmatrix} \qquad x=\begin{bmatrix} \lambda \\ 0\end{bmatrix} $$ Then $ABx=x,$ while $y=Ax=0.$ Thus $ABx$ cannot be determined basing on $y$ and $B.$

Ryszard Szwarc
- 30,319