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

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
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.
 
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 \lamba, is a vector, v, such that Av= \lambda v".

Suppose A= \begin{bmatrix}3 & 0 & 0 \\ 0 & 2 & 0 \\ 0 & 0 & 6\end{bmatrix}. 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 B= \begin{bmatrix}9 & 0 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 36\end{bmatrix}. Now, 9, 4, and 36 are eigenvalues of B with the same eigenvectors.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top