Home > Matrix & Vector > Matrix operation > Eigenvalues example

5. Eigenvalues example ( Enter your problem )
  1. Example `[[8,-6,2],[-6,7,-4],[2,-4,3]]`
  2. Example `[[3,2,4],[2,0,2],[4,2,3]]`
  3. Example `[[1,1,1],[-1,-3,-3],[2,4,4]]`
  4. Example `[[2,3],[4,10]]`

4. Example `[[2,3],[4,10]]`





Find Matrix Eigenvalues ...
`[[2,3],[4,10]]`


Solution:
`|A-lamdaI|=0`

 `(2-lamda)`  `3` 
 `4`  `(10-lamda)` 
 = 0


`:.(2-lamda) × (10-lamda) - 3 × 4=0`

`:.(20-12lamda+lamda^2)-12=0`

`:.(lamda^2-12lamda+8)=0`

`:.(lamda-0.7085)(lamda-11.2915)=0`

`:.(lamda-0.7085)=0 or (lamda-11.2915)=0`

`:.lamda=0.7085 or lamda=11.2915`

`:.` The eigenvalues of the matrix `A` are given by `lamda=0.7085,11.2915`




This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here





Share this solution or page with your friends.
 
 
Copyright © 2026. All rights reserved. Terms, Privacy
 
 

.