1. Find Power Method for finding dominant eigenvalue ...
`[[2,3],[5,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 `9`
`2^(nd)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `6.7778`
`3^(rd)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `7.0328`
`4^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `6.9953`
`5^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `7.0007`
`6^(th)` iteration :Repeat the multiplicationNormalize againThe largest absolute value is `6.9999`
`:.` The dominant eigenvalue `lamda=6.9999~=7`
and the dominant eigenvector is :
This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then