Power Method For EV
Power Method For EV
Dr. N. B. Vyas
Department of Mathematics,
Atmiya Institute of Technology & Science,
Rajkot (Gujarat) - INDIA
[email protected]
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
The intermediate (remaining) eigenvalues can also be found.
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
The intermediate (remaining) eigenvalues can also be found.
The power method, which is an iterative method, can be used
when
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
The intermediate (remaining) eigenvalues can also be found.
The power method, which is an iterative method, can be used
when
(i) The matrix A of order n has n linearly independent eigenvectors.
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
The intermediate (remaining) eigenvalues can also be found.
The power method, which is an iterative method, can be used
when
(i) The matrix A of order n has n linearly independent eigenvectors.
(ii) The eigenvalues can be ordered in magnitude as
|λ1 | > |λ2 | ≥ |λ3 | ≥ . . . ≥ |λn |
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
The intermediate (remaining) eigenvalues can also be found.
The power method, which is an iterative method, can be used
when
(i) The matrix A of order n has n linearly independent eigenvectors.
(ii) The eigenvalues can be ordered in magnitude as
|λ1 | > |λ2 | ≥ |λ3 | ≥ . . . ≥ |λn |
When this ordering is adopted, the eigenvalue λ1 with the
greatest magnitude is called the dominant eigenvalue of the
matrix A
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
The intermediate (remaining) eigenvalues can also be found.
The power method, which is an iterative method, can be used
when
(i) The matrix A of order n has n linearly independent eigenvectors.
(ii) The eigenvalues can be ordered in magnitude as
|λ1 | > |λ2 | ≥ |λ3 | ≥ . . . ≥ |λn |
When this ordering is adopted, the eigenvalue λ1 with the
greatest magnitude is called the dominant eigenvalue of the
matrix A
And the remaining eigenvalues λ2 , λ3 , . . . , λn are called the
subdominant eigenvalues of A.
Ex: Use power method to estimate the largest eigen value and the
3 −5
corresponding eigen vector of A =
−2 4
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1
Ax0 =
−2 4 1
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2
Ax0 = =
−2 4 1 2
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1
Ax1 =
−2 4 −1
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1 8
Ax1 = =
−2 4 −1 −6
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1 8 1
Ax1 = = =8 = 8x2
−2 4 −1 −6 −0.75
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1 8 1
Ax1 = = =8 = 8x2
−2 4 −1 −6 −0.75
3 −5 1
Ax2 =
−2 4 −0.75
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1 8 1
Ax1 = = =8 = 8x2
−2 4 −1 −6 −0.75
3 −5 1 6.75
Ax2 = =
−2 4 −0.75 −5
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1 8 1
Ax1 = = =8 = 8x2
−2 4 −1 −6 −0.75
3 −5 1 6.75
Ax2 = =
−2 4 −0.75 −5
1
= 6.75 = 6.75x3
−0.7407
3 −5 1
Sol.: Let A = and x0 =
−2 4 1
3 −5 1 −2 1
Ax0 = = = −2 = −2x1
−2 4 1 2 −1
3 −5 1 8 1
Ax1 = = =8 = 8x2
−2 4 −1 −6 −0.75
3 −5 1 6.75
Ax2 = =
−2 4 −0.75 −5
1
= 6.75 = 6.75x3
−0.7407
largest eigen
∴ value is 6.7015 and the corresponding eigen vector is
1
−0.7403