Find Power Method for finding dominant eigenvalue ...
`[[3,2],[1,4]]`
`x_0` = -1,1Solution:`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 `3`
`2^(nd)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `3.6667`
`3^(rd)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.2727`
`4^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.6596`
`5^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.8539`
`6^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9398`
`7^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9756`
`8^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9902`
`9^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9961`
`10^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9984`
`11^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9994`
`12^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9997`
`13^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `4.9999`
`:.` The dominant eigenvalue `lamda=4.9999~=5`
and the dominant eigenvector is :
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then