What Properties of a Matrix Can Eigenvalues and Eigenvectors Reveal?

AI Thread Summary
Eigenvalues and eigenvectors are critical for evaluating various properties of matrices, including determining the determinant, assessing invertibility, and diagonalizing matrices for power calculations. The trace of a matrix, which is the sum of its eigenvalues, can also be derived from these values. It is possible to reconstruct the original matrix using its eigenvalues and eigenvectors by forming a diagonal matrix with the eigenvalues and a matrix of the eigenvectors. The relationship can be expressed as M = VDV^T, where V is the matrix of eigenvectors and D is the diagonal matrix of eigenvalues. This reconstruction allows for the determination of all properties of the original matrix, provided the eigenvectors are orthonormal. However, there are limitations to what eigenvalues and eigenvectors can reveal about a matrix, suggesting that not all matrix characteristics can be inferred solely from these components.
matqkks
Messages
280
Reaction score
5
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 v_i is the Eigenvector with Eigenvalue \lambda_i

M \cdot v_i = \lambda_i v_i,

Define the diagonal matrix with the Eigenvalues

D_{ij} = \delta_{ij} \lambda_i

and a matrix composed of all the Eigenvectors

V_{ij} = (v_i)_j

Then you should get
(V \cdot D \cdot V^T) \cdot v_i = \lambda_i v_i

We have therefore reconstructed the original matrix
M = V \cdot D \cdot V^T

(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.
 
TL;DR Summary: I want to do a PhD in applied math but I hate group theory, is this a big problem? Hello, I am a second-year math and physics double major with a minor in data science. I just finished group theory (today actually), and it was my least favorite class in all of university so far. It doesn't interest me, and I am also very bad at it compared to other math courses I have done. The other courses I have done are calculus I-III, ODEs, Linear Algebra, and Prob/Stats. Is it a...
Yesterday, 9/5/2025, when I was surfing, I found an article The Schwarzschild solution contains three problems, which can be easily solved - Journal of King Saud University - Science ABUNDANCE ESTIMATION IN AN ARID ENVIRONMENT https://jksus.org/the-schwarzschild-solution-contains-three-problems-which-can-be-easily-solved/ that has the derivation of a line element as a corrected version of the Schwarzschild solution to Einstein’s field equation. This article's date received is 2022-11-15...
Back
Top