Solving for B matrix in terms of A. Can someone check my answer?

  • Thread starter Thread starter thepatient
  • Start date Start date
  • Tags Tags
    Matrix Terms
thepatient
Messages
160
Reaction score
0

Homework Statement



Suppose P is invertible and A = PBP^-1. Solve for B in terms of A.

Homework Equations



(AB)^-1 = B^-1*A^-1

The Attempt at a Solution



multiply from the left of each side of the equation by P^-1:
P^-1 *A = BP^-1

Take the inverse of both sides:

(P^-1*A)^-1 = (BP^-1)^-1
A^-1 * P = P*B^-1

Multiply from the left of each side of the equation by P^-1:
P^-1*A^-1*P = B^-1

Take the inverse of both sides:

[P^-1(A^-1*P)]^-1 = B

B = (A^-1*P)^-1*P
B = P^-1 *A * P


Is that correct?
 
Physics news on Phys.org
Yes, it looks OK but is much more complicated than it needs to be. At the first step where you have ##P^{-1}A= BP^{-1}## just multiply by ##P## on the right.
 
Hahaaaa. That's right. Thanks. :]
 
I wasn't sure if you can multiply from the right too.
 
thepatient said:
I wasn't sure if you can multiply from the right too.

Why not? Two matrices can be multiplied as long as their row and column numbers match up properly. If all three of A, B and P (and P^(-1)) are nxn they can be multiplied in any order.

RGV
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top