How do I perform eigenvalue analysis for a matrix without mathematical software?

  • Thread starter Thread starter uiulic
  • Start date Start date
  • Tags Tags
    Analysis
uiulic
Messages
99
Reaction score
0
Could somebody help me do an engenvalue analysis for the following matrix? using Matlab or anything else if possible just in order to get the engenvalues and the corresponding engen vectors.

-1 0.02 -0.01
0.02 -2 0
-0.01 0 -1

Thanks very much

GG
 
Physics news on Phys.org
Eigenvalues
{-2.0004, -1.0098, -0.9898}

With eigenvectors
{-0.01999, 0.9998, -0.00019982},
{0.699861, 0.0141357, 0.714139},
{0.713999, 0.0141358, -0.700004}}

Don't you have the means to do this numerically yourself?
 
Compuchip,

Thank you! I have no mathematical software installed.

GG
 
Back
Top