What is the relationship between eigenvalues and eigenvectors in 3x3 matrices?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
hellomrrobot
Messages
10
Reaction score
0
What does it mean when it says eigenvalues of Matrix (3x3) A are the square roots of the eigenvalues of Matrix (3x3) B and the eigenvectors are the same for A and B?
 
Physics news on Phys.org
Dr. Courtney said:
Seems simple to me.

You have two 3x3 matrices. Their eigenvectors are the same. The eigenvalues of one are the square roots of the eigenvalues of the other.
Yes, but what does that look like? It has been a while since I have even used the word eigenvalue/vector...
 
Dr. Courtney said:
You have two 3x3 matrices. Their eigenvectors are the same. The eigenvalues of one are the square roots of the eigenvalues of the other.
So your question is really "what are eigenvalues and eigenvectors?". An "eigenvector for matrix A, corresponding to eigenvalue [itex]\lamba[/itex], is a vector, v, such that [itex]Av= \lambda v[/itex]".

Suppose [itex]A= \begin{bmatrix}3 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 6\end{bmatrix}[/itex]. Then it is easy to see that 3 is an eigenvalue of A with eigenvector any multiple of (1, 0, 0), 2 is an eigenvalue of A with eigenvector any multiple of (0, 1, 0), and 6 is an eigenvalue with eigenvector any multiple of (0, 0, 1).

Similarly, let [itex]B= \begin{bmatrix}9 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 36\end{bmatrix}[/itex]. Now, 9, 4, and 36 are eigenvalues of B with the same eigenvectors.