Find Matrix A from eigenvalues and eigenvectors?

Click For Summary
SUMMARY

The discussion focuses on finding matrix A given its eigenvalues and eigenvectors. The eigenvalues are λ1 = 2 with eigenvector v1 = (1, 3) and λ2 = 1 with eigenvector v2 = (2, 7). A proposed solution involves using the equation A = V^T D V, where V is the matrix of normalized eigenvectors and D is the diagonal matrix of eigenvalues. The approach emphasizes the importance of correctly setting up the matrices to avoid algebraic errors.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix multiplication
  • Knowledge of diagonalization of matrices
  • Proficiency in linear algebra concepts
NEXT STEPS
  • Study the process of matrix diagonalization using eigenvalues and eigenvectors
  • Learn how to normalize eigenvectors for matrix calculations
  • Explore the implications of the spectral theorem in linear algebra
  • Practice solving for matrices using the equation A = V^T D V
USEFUL FOR

Students studying linear algebra, mathematicians, and anyone involved in computational mathematics or applied physics who needs to understand matrix transformations and eigenvalue problems.

hotrokr69
Messages
1
Reaction score
0

Homework Statement



Matrix A has eigenvalues [tex]\lambda[/tex]1= 2 with corresponding eigenvector v1= (1, 3) and [tex]\lambda[/tex]2= 1 with corresponding eigenvector v2= (2, 7), find A.


Homework Equations



Definition of eigenvector: Avn=[tex]\lambda[/tex]nvn

The Attempt at a Solution



I tried this by making matrix A equal to:[ a, b, c, d ] (2x2 matrix) and then setting
v1(A - I*[tex]\lambda[/tex]1) = v2(A - I*[tex]\lambda[/tex]2)
(where I is the 2x2 identity matrix) and solving for a,b,c,d but it was wrong! Can anyone help?
 
Physics news on Phys.org
[tex] \left[ \begin{array}{cccc} a_{1,1} & a_{1,2} \\ a_{2,1} & a_{2,2} \end{array} \right]<br /> \cdot <br /> \left[ \begin{array}{cccc} 1 & 2 \\ 3 & 7 \end{array} \right]<br /> =<br /> \left[ \begin{array}{cccc} 2 & 2 \\ 6 & 7 \end{array} \right][/tex]

I would set it up like so and then solve. I think your method is fine too, but more prone to algebraic mistake as you have demonstrated.
 
of how about normalising the eignvectors, then
A = V^T.D.V

where V is the matrix of normalised eigenvectors, D is the diagonal matrix of eignevalues
 

Similar threads

Replies
8
Views
3K
  • · Replies 5 ·
Replies
5
Views
15K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
Replies
8
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K