qwerty12345
- 5
- 0
I know how to find A inverse. And I know ACA=AB.
But how do I go through solving this? I figured it had something to do with the inverse of A. But matrix multiplication isn't the same as normal multiplication.
Will something like
(Inverse of A)ACA=(Inverse of A)B
Since (Inverse of A)A=The identity Matrix
CA=B
Then
CA(Inverse of A)=B(Inverse of A)
C=B(Inverse of A)
I'm pretty sure all of this is wrong, but even if it isn't, I'm stuck here. How can I solve this and similar questions?