What Properties of a Matrix Can Eigenvalues and Eigenvectors Reveal?

Click For Summary
SUMMARY

The discussion centers on the properties of a matrix that can be derived from its eigenvalues and eigenvectors. Key conclusions include the ability to evaluate the determinant, assess invertibility, and diagonalize matrices to compute their powers. The reconstruction of the original matrix M is achieved using the formula M = V · D · V^T, where V is the matrix of eigenvectors and D is the diagonal matrix of eigenvalues. Additionally, the trace of the matrix, defined as the sum of all eigenvalues, can also be determined.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix diagonalization
  • Knowledge of matrix reconstruction techniques
  • Concept of orthonormal eigenvectors
NEXT STEPS
  • Study the process of matrix diagonalization in detail
  • Learn about the implications of eigenvalues on matrix properties
  • Explore the concept of orthonormality in eigenvectors
  • Investigate applications of eigenvalues and eigenvectors in various fields
USEFUL FOR

Mathematicians, data scientists, and engineers interested in linear algebra, particularly those working with matrix analysis and its applications in computational methods.

matqkks
Messages
283
Reaction score
6
We are aware that by knowing the eigenvalues and eigenvectors we can evaluate the determinant, say if it is invertible and diagonalize to find powers of matrices.
Is there a list of properites of a matrix we can find by eigenvalues and eigenvectors?
Are there things that e.values and e.vectors cannot tell us about the matrix?
 
Physics news on Phys.org
You can also find the trace, which is the sum of all Eigenvalues.

I believe that you can construct the entire matrix from the Eigenvalues and Eigenvectors, but I can't remember the exact formula off the top of my head. You construct a diagonal matrix with the Eigenvectors on the diagonal, and a matrix composed of all the Eigenvectors.

It goes something like this:

Say [itex]v_i[/itex] is the Eigenvector with Eigenvalue [itex]\lambda_i[/itex]

[itex]M \cdot v_i = \lambda_i v_i[/itex],

Define the diagonal matrix with the Eigenvalues

[itex]D_{ij} = \delta_{ij} \lambda_i[/itex]

and a matrix composed of all the Eigenvectors

[itex]V_{ij} = (v_i)_j[/itex]

Then you should get
[itex](V \cdot D \cdot V^T) \cdot v_i = \lambda_i v_i[/itex]

We have therefore reconstructed the original matrix
[itex]M = V \cdot D \cdot V^T[/itex]

(Somebody please check, I'm making this up as we go along)

Since you can construct the original matrix from the Eigenvectors and Eigenvalues, you can determine each and every property of the original matrix.
 
Eigenvectors have to be orthonormal for this to work, btw.
 

Similar threads

  • · Replies 33 ·
2
Replies
33
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
14
Views
2K
  • · Replies 5 ·
Replies
5
Views
5K
Replies
5
Views
1K