Find P Such That P^-1AP=B: Similar Matricies

  • Thread starter Thread starter dangish
  • Start date Start date
  • Tags Tags
    Matricies
Click For Summary
SUMMARY

This discussion focuses on determining whether two matrices A and B are similar and finding the matrix P such that P-1AP = B. The key conclusion is that having the same determinant is insufficient for similarity; instead, matrices must share the same eigenvalues and corresponding eigenvectors. The discussion emphasizes that similarity is confirmed through characteristic polynomials and minimal polynomials, highlighting that two matrices can have the same characteristic polynomial yet still not be similar.

PREREQUISITES
  • Understanding of matrix similarity and the concept of eigenvalues
  • Knowledge of characteristic and minimal polynomials
  • Familiarity with matrix operations, including finding inverses
  • Basic linear algebra concepts
NEXT STEPS
  • Study how to compute eigenvalues and eigenvectors of matrices
  • Learn about the relationship between characteristic polynomials and matrix similarity
  • Explore methods for finding the inverse of a matrix
  • Investigate examples of non-similar matrices with the same determinant
USEFUL FOR

Students studying linear algebra, mathematicians interested in matrix theory, and educators teaching concepts of matrix similarity and eigenvalues.

dangish
Messages
72
Reaction score
0
1a) First find if A and B are similar (ie: A~B).
b) If so find P such that P(^-1)AP=B. (P^-1 is the inverse of P)

Ok so I'm not going to give the matricies because I don't know how to write them out properly on this and It doesn't really matter anyways.

First I found if A and B were similar, which to the best of my knowledge has to do with the determinant. ie: If the determinant of A and B are equal then A~B, is this correct?

Since I found they were similar, I went on to part b and this is where I am stuck. I have looked through all my notes and the book notes and none of them seem to ever solve for p, they just get to a certian point in the problem and write out, "therefore P(^-1)AP=B" and it makes no sense to me.

Some advice on a method to go about finiding P would be much appreciated, it's exam time! Thanks in advance.
 
Physics news on Phys.org
No, it is not correct. For example, the matricies
\begin{bmatrix}2 & 1 \\ 0 & 2\end{bmatrix}
and
\begin{bmatrix}2 & 0 \\ 0 & 2\end{bmatrix}
have the same determinant (4) but are not similar.

\begin{bmatrix}8 & 0 \\ 0 & 3\end{bmatrix}
and
\begin{bmatrix}6 & 0 \\ 0 & 4\end{bmatrix}
have the same determinant but are not similar.

What is true is is the other way- if two matrices are similar, then they have the same determinant.

Two matricies that have the same eigenvalue and same corresponding eigenvectors are similar.
 
So when given two matricies, the only way to tell if they are similar is to check their eigenvalues and eigenvectors?
 
I found they have the same characteristic polynomials, do I need to continue to find if they have the same eigenvectors?
 
Yes. Again,
\begin{bmatrix}2 & 1 \\ 0 & 2\end{bmatrix}
and
\begin{bmatrix}2 & 0 \\ 0 & 2\end{bmatrix}
have the same characteristic polynomial, (\lambda- 2)^2,
but are not similar.

(They NOT have the same minimal polynomial, (\lambda- 2)^2 for the first and \lambda- 2 for the second.)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
2
Views
1K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
9
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 31 ·
2
Replies
31
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K