Finding the matrix inverse by diagonalisation

  • Context: Undergrad 
  • Thread starter Thread starter Physgeek64
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Physgeek64
Messages
245
Reaction score
11
How would you go about doing this, I see it so often quoted as a method, but no-where can I find an example

This is what I was thinking

D=P^(-1)AP

Would it then follow that D^(-1)=P^(-1)A^(-1)P ?

My reasoning being:

DD^(-1)= P^(-1)APP^(-1)A^(-1)P
identity matrix= P^(-1)AA^(-1)P=identity matrix

and hence

A^(-1)=PD^(-1)P^(-1)

Just wondering if this is what they meant or if I've completely missed the point

Manny thanks in advance :))
 
Physics news on Phys.org
blue_leaf77 said:
Yes, because finding the inverse of a diagonal matrix is very easy.
Fab - thank you. I just wanted to check :)