Find Inverse Power Method for finding dominant eigenvalue ...
`[[3,2],[1,4]]`
`x_0` = -1,1Solution:1. Find `A^-1`
`=3 xx 4 - 2 xx 1`
`=12 -2`
`=10`
`"Now, "A^(-1)=1/|A| xx Adj(A)`
`1^(st)` iteration :Multiply the matrix by the vectorNormalize the resulting vectorTo normalize, divide each element of vector by its largest absolute value, which is `0.6`
`2^(nd)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5333`
`3^(rd)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5125`
`4^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5049`
`5^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5019`
`6^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5008`
`7^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5003`
`8^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5001`
`9^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5`
`10^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `0.5`
`:.` The dominant eigenvalue `lamda=0.5~=0.5`
and the dominant eigenvector is :
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then