document.write( "Question 35533: Prove that if λ is an eigencalue of an invertible matrix A and x is a corresponding eigenvector, then 1/λ is an eigenvalue of A inverese (A(-1)) , and x is a corresponding eigenvector \n" ); document.write( "
Algebra.Com's Answer #21679 by narayaba(40)![]() ![]() ![]() You can put this solution on YOUR website! Given that λ is an eigenvalue of the invertibe matrix with x as its eigen vector. \n" ); document.write( "This means Ax = λx such that x is non-zero\r \n" ); document.write( "\n" ); document.write( "Ax = λx\r \n" ); document.write( "\n" ); document.write( "lets multiply both side of the above equation by the inverse of A( A^-1) from the left. This is possibe since the inverse of A exits according to the problem definition.\r \n" ); document.write( "\n" ); document.write( "(A^-1)*A*x = (A^-1)*λx\r \n" ); document.write( "\n" ); document.write( "since (A^-1)*A = I(identity matrix)\r \n" ); document.write( "\n" ); document.write( "(A^-1)*λx = x\r \n" ); document.write( "\n" ); document.write( "muliply by 1/λ both sides \n" ); document.write( "(A^-1)*x = 1/λx\r \n" ); document.write( "\n" ); document.write( "this shows that 1/λ is eigenvalue of matrix A^-1 with eigen vector x \n" ); document.write( " \n" ); document.write( " |