Eigenvectors and their inverses

In summary, an eigenvector is a vector that remains unchanged in direction after being multiplied by a matrix. Eigenvectors are important in various fields of mathematics and science and can be found by solving the characteristic equation and using the inverse of the original matrix. Eigenvectors and eigenvalues are closely related, with eigenvalues representing the amount of stretching or compression of an eigenvector. Most matrices have multiple eigenvectors and eigenvalues, with the number of eigenvectors being equal to the matrix's rank and the number of distinct eigenvalues being equal to its determinant.
  • #1
Niles
1,866
0
[SOLVED] Eigenvectors and their inverses

Homework Statement


After submitting the first question, I thought of a new one - so there are two questions:

1) I have a n x n matrix A and it has n (not necessarily different) eigenvalues. I can write the matrix A as the product of:

S*D*S^(-1),

where D is the diagonalmatrix which has the eigenvalues as it's entries. S contains the eigenvalues (in the same order as they are written in D) and S^-1 is the inverse of S.

Some places I see they write it as S^(-1)*D*S, and some places as S*D*S^(-1). Is it always the matrix to the left of D that contains the eigenvectors?

2) If I have a matrix A that represents a transformation L from R^4 -> R given by [1 -1 3 0], then how can I determine if L is linear from A?

Thanks in advance,

sincerely Niles.
 
Last edited:
Physics news on Phys.org
  • #2
Comment on 1)
If A is nxn and it does not have n distint eigenvalues (as you are saying) then you cannot diagonalize it. This is a theorem.

For instance if you have a matrix (A B; C D) and it has eigenvalues E, F then you can diagonalise it (assume you find eigenvector). The diagonzable matrix would be of form (E 0; 0 F);

For 2)
Use definition of linear transformation: closed under scalar addition and multiplication. If the results are the same then it is a linear transformation.
Thanks

Asif
 
  • #3
I was a bit puzzled by "eigenvectors" and their inverses"!

Niles said:

Homework Statement


After submitting the first question, I thought of a new one - so there are two questions:

1) I have a n x n matrix A and it has n (not necessarily different) eigenvalues. I can write the matrix A as the product of:

S*D*S^(-1),

where D is the diagonalmatrix which has the eigenvalues as it's entries. S contains the eigenvalues (in the same order as they are written in D) and S^-1 is the inverse of S.
S contains the eigenvectors corresponding to the eigenvalues of D, in that order.
Also, those eigenvectors can be chosen so that S is orthonormal.

Some places I see they write it as S^(-1)*D*S, and some places as S*D*S^(-1). Is it always the matrix to the left of D that contains the eigenvectors?
Yes, it is the left matrix, S, in SDS-1= A, that contains the eigenvectors of A as columns. S-1 then contains eigenvectors of A as rows- though not necessairily the same eigenvectors. Of course, if the eigenvectors are chosen so that S is orthonormal, then S= S-1.

2) If I have a matrix A that represents a transformation L from R^4 -> R given by [1 -1 3 0], then how can I determine if L is linear from A?
?? Matrix multiplication is always linear and so determines a linear transformation. A transformation is linear if and only if it can be written as a matrix.

Thanks in advance,

sincerely Niles.
 
Last edited by a moderator:
  • #4
First, thanks to both of you.

Mr. HallsofIvy:

"Also, those eigenvectors can be chosen so that S is orthonormal." - that is only if A is symmetric, and by using Gram-Schmidt on the eigenvectors belonging to distinct eigenvalues, right? I believe that's what you told me in a previous post.

In S^(-1)*D*S = A, is it the right matrix, S, that containts the eigenvectors as columns?
 
Last edited:
  • #5
asif zaidi said:
Comment on 1)
If A is nxn and it does not have n distint eigenvalues (as you are saying) then you cannot diagonalize it. This is a theorem.
No, there is no such theorem. An nxn matrix is diagonalizable if and only if there exist a "complete set" of eigenvectors- n independent eigenvectors. It does not matter if the eignvalues are distinct- as long as there are enough independent eigenvectors corresponding to the multiple eigenvalue. Then we can choose those eigenvectors as basis for the space and the matrix, in that basis, is diagonal. For example, the matrix
[tex]\left[\begin{array}{ccc} 1 & 0 & 0 \\ 0 & 1 & 0\\ 0 & 0 & 1\end{array}\right][/tex]
is trivially "diagonalizable" but has only 1 as eigenvalue. Of course, the independent vectors <1, 0, 0>, <0, 1, 0> and <0, 0, 1> are all eigenvectors corresponding to eigenvalue 1.

For instance if you have a matrix (A B; C D) and it has eigenvalues E, F then you can diagonalise it (assume you find eigenvector). The diagonzable matrix would be of form (E 0; 0 F);
But the question was about whether the matrix, S, "containing" the eigenvectors (I assume that means "having the eigenvectors as columns") should be on the left or right: is it A= SDS-1 or A= S-1DS- and you don't answer that.

For 2)
Use definition of linear transformation: closed under scalar addition and multiplication. If the results are the same then it is a linear transformation.
And, of course, a matrix multiplication always does satisfy those.



Thanks

Asif
 
  • #6
HallsofIvy said:
Of course, if the eigenvectors are chosen so that S is orthonormal, then S= S-1.
If S is orthonormal then S-1=ST, not S.
 
  • #7
Niles said:
First, thanks to both of you.

Mr. HallsofIvy:

"Also, those eigenvectors can be chosen so that S is orthonormal." - that is only if A is symmetric, and by using Gram-Schmidt on the eigenvectors belonging to distinct eigenvalues, right? I believe that's what you told me in a previous post.

In S^(-1)*D*S = A, is it the right matrix, S, that containts the eigenvectors as columns?

Yes, A must be symmetric. I am so used to working with symmetric matrices (the easy situation!) that I didn't think. Sorry.

No, I thought I said that it had to be the left matrix. Of course, a more common problem is, given A, find D. In that case, multplying SDS-1= A on the left by S-1 and on the right by S, we get D= S-1AS. Going that way, S is "on the right" and S-1 is on the left.
 
  • #8
D H said:
If S is orthonormal then S-1=ST, not S.
Yes, I meant to say "orthogonal" or "Hermitian".
 

1. What is an eigenvector?

An eigenvector is a vector that does not change direction when multiplied by a matrix. In other words, the direction of an eigenvector remains the same even after it is transformed by a linear transformation.

2. What is the importance of eigenvectors?

Eigenvectors are important in various fields of mathematics and science, including linear algebra, physics, and engineering. They are used for solving systems of linear equations, diagonalizing matrices, and understanding the behavior of dynamical systems.

3. How do you find eigenvectors and their inverses?

To find the eigenvectors of a matrix, you need to solve the characteristic equation (|A-λI|=0) and then find the corresponding eigenvectors for each eigenvalue. The inverse of an eigenvector can be found by using the inverse of the original matrix and the corresponding eigenvector.

4. What is the relationship between eigenvectors and eigenvalues?

Eigenvectors and eigenvalues are closely related. An eigenvector is a vector that is transformed by a matrix, while an eigenvalue is a scalar that represents the amount by which the eigenvector is stretched or compressed by the transformation.

5. Can a matrix have multiple eigenvectors?

Yes, a matrix can have multiple eigenvectors. In fact, most matrices have multiple eigenvectors and eigenvalues. The number of eigenvectors a matrix has is equal to its rank, and the number of distinct eigenvalues is equal to its determinant.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
380
  • Calculus and Beyond Homework Help
Replies
2
Views
520
  • Calculus and Beyond Homework Help
Replies
5
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
4K
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
718
  • Calculus and Beyond Homework Help
Replies
3
Views
566
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
Back
Top