Answer on Question #85783 – Math – Quantitative Methods
Question
Perform three iterations of the inverse power method to obtain the smallest eigenvalue in magnitude of the matrix [\{2,5\}, \{3,6\}].
Take appropriate initial approximation to the eigenvector.
Solution
A=(2356)
a non-zero vector x is an eigenvector of A if there exists a scalar λ such that
Ax=λx↔x=A−1(λx)↔A−1x=λ1x
the smallest eigenvalue of A in magnitude is the largest eigenvalue of A−1 and we can use power method on the A−1 to compute its dominant eigenvalue:
xk+1=∥A−1xk∥∞A−1xk,xk−kth approximation to the dominant eigenvector
to speed up the convergence of the method, we choose the eigenvector as the initial approximation:
x0=(−2.121),A−1=(−215/3−2/3)A−1x0=(−215/3−2/3)(−2.121)=(5.907−2.787),x1=(1−0.472),∣λ1∣=0.169A−1x1=(−215/3−2/3)(1−0.472)=(−2.7861.315),x2=(−10.472),∣λ2∣=0.359A−1x2=(−215/3−2/3)(−10.472)=(2.786−1.314),x3=(1−0.472),∣λ3∣=0.359
the smallest eigenvalue of A in magnitude is 0.359.
Answer provided by https://www.AssignmentExpert.com