A, B, and C are 2 x 2 matrices. Solve the equation for C: B=(BC+2A)
My quess is this: C=inv(A)-(2A)(inv(B)), but I am not sure...that is whay I am writing you.
Thank you for your time
testing wrote:A, B, and C are 2 x 2 matrices. Solve the equation for C: B=(BC+2A)