Excel Solve Eigenvalue
Excel Solve Eigenvalue
Solving for Eigenvalues in Symmetric Matrices Using MS Excel Instructions: Define your matrix, matrix_A. Enter an initial guess of an eigenvalue, lambda. Using Goal Seek, set det(matrix_A-lambda*I), the determinant of matrix_A-lambda*I, to zero by changing lambda. The eigenvalue that Excel solves for will replace your initial guess.
matrix_A 4 1 4 1 7 1 4 1 4 This is the matrix. matrix_I 1 0 0 0 1 0 0 0 1 This is the identity matrix. matrix_A_lambda_I -2 1 4 1 1 1 4 1 -2 This is matrix_A-lambda*I.
lambda det(matrix_A-lambda*I)
Please note that det(matrix_A-lambda*I) will display zero if your initial guess matches an actual eigenvalue.
ro by changing lambda.
guess of an eigenvalue.