document.write( "Question 361049: I have worked out Eigenvalues of the following matrix\r
\n" );
document.write( "\n" );
document.write( "1 -1 2
\n" );
document.write( "0 2 0
\n" );
document.write( "3 -3 2\r
\n" );
document.write( "\n" );
document.write( "They are = -1, 2, 4\r
\n" );
document.write( "\n" );
document.write( "I cant seem to work out the eigenvector for -1. Could someone show me step by step how this achieved. I can then use this to work out 2, and 4.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #257580 by robertb(5830) You can put this solution on YOUR website! For λ = -1, replacing -1 into the homogeneous system A - λI = O, we get the augmented homogeneous system \n" ); document.write( " \n" ); document.write( "~ \n" ); document.write( "~ \n" ); document.write( "~ \n" ); document.write( "~ \n" ); document.write( "~ \n" ); document.write( "Thus y = 0 and x + z = 0, or z = -x. hence, \n" ); document.write( " |