SlideShare a Scribd company logo
Numerical Methods
Power Method for Eigen values
Dr. N. B. Vyas
Department of Mathematics,
Atmiya Institute of Technology & Science,
Rajkot (Gujarat) - INDIA
niravbvyas@gmail.com
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method
Power method is particularly useful for estimating numerically
largest or smallest eigenvalue and its corresponding eigenvector.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
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.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
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
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
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.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
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|
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
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
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
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.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Let A = [aij] be a matrix of order n × n.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Let A = [aij] be a matrix of order n × n.
We start from any vector x0(= 0) with n components such that
Ax0 = x
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Let A = [aij] be a matrix of order n × n.
We start from any vector x0(= 0) with n components such that
Ax0 = x
In order to get a convergent sequence of eigenvectors
simultaneously scaling method is adopted.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Let A = [aij] be a matrix of order n × n.
We start from any vector x0(= 0) with n components such that
Ax0 = x
In order to get a convergent sequence of eigenvectors
simultaneously scaling method is adopted.
In which at each stage each components of the resultant
approximate vector is to be divided by its absolutely largest
component.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Let A = [aij] be a matrix of order n × n.
We start from any vector x0(= 0) with n components such that
Ax0 = x
In order to get a convergent sequence of eigenvectors
simultaneously scaling method is adopted.
In which at each stage each components of the resultant
approximate vector is to be divided by its absolutely largest
component.
Then use the scaled vector in the next step.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Working rules for determining largest eigenvalue.
Let A = [aij] be a matrix of order n × n.
We start from any vector x0(= 0) with n components such that
Ax0 = x
In order to get a convergent sequence of eigenvectors
simultaneously scaling method is adopted.
In which at each stage each components of the resultant
approximate vector is to be divided by its absolutely largest
component.
Then use the scaled vector in the next step.
This absolutely largest component is known as numerically
largest eigenvalue.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Accordingly x in eq -(1) can be scaled by dividing each of its
components by absolutely largest component of it. Thus
Ax0 = x = λ1x1; x1 is the scaled vector of x
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Accordingly x in eq -(1) can be scaled by dividing each of its
components by absolutely largest component of it. Thus
Ax0 = x = λ1x1; x1 is the scaled vector of x
Now scaled vector x1 is to be used in the next iteration to obtain
Ax1 = x = λ2x2
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Accordingly x in eq -(1) can be scaled by dividing each of its
components by absolutely largest component of it. Thus
Ax0 = x = λ1x1; x1 is the scaled vector of x
Now scaled vector x1 is to be used in the next iteration to obtain
Ax1 = x = λ2x2
Proceeding in this way, finally we get Axn = λn+1xn+1; where
n = 0, 1, 2, 3, ... Where λn+1 is the numerically largest eigenvalue
upto desired accuracy and xn+1 is the corresponding eigenvector.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Accordingly x in eq -(1) can be scaled by dividing each of its
components by absolutely largest component of it. Thus
Ax0 = x = λ1x1; x1 is the scaled vector of x
Now scaled vector x1 is to be used in the next iteration to obtain
Ax1 = x = λ2x2
Proceeding in this way, finally we get Axn = λn+1xn+1; where
n = 0, 1, 2, 3, ... Where λn+1 is the numerically largest eigenvalue
upto desired accuracy and xn+1 is the corresponding eigenvector.
NOTE : The initial vector x0 is usually taken as a vector with
all components equal to 1.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Accordingly x in eq -(1) can be scaled by dividing each of its
components by absolutely largest component of it. Thus
Ax0 = x = λ1x1; x1 is the scaled vector of x
Now scaled vector x1 is to be used in the next iteration to obtain
Ax1 = x = λ2x2
Proceeding in this way, finally we get Axn = λn+1xn+1; where
n = 0, 1, 2, 3, ... Where λn+1 is the numerically largest eigenvalue
upto desired accuracy and xn+1 is the corresponding eigenvector.
NOTE : The initial vector x0 is usually taken as a vector with
all components equal to 1.
Characteristic: The main advantage of this method is its
simplicity. And it can handle sparse matrices too large to store
as a full square array. Its disadvantage is its possibly slow
convergence.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Eigen values and Eigen vectors by iteration
Power Method: Determining smallest eigenvalue.
If λ is the eigenvalue of A, then the reciprocal
1
λ
is the eigenvalue
of A−1.
The reciprocal of the largest eigenvalue of A−1 will be the
smallest eigenvalue of A.
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Ex: Use power method to estimate the largest eigen value and the
corresponding eigen vector of A =
3 −5
−2 4
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
=
8
−6
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
=
8
−6
= 8
1
−0.75
= 8x2
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
=
8
−6
= 8
1
−0.75
= 8x2
Ax2 =
3 −5
−2 4
1
−0.75
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
=
8
−6
= 8
1
−0.75
= 8x2
Ax2 =
3 −5
−2 4
1
−0.75
=
6.75
−5
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
=
8
−6
= 8
1
−0.75
= 8x2
Ax2 =
3 −5
−2 4
1
−0.75
=
6.75
−5
= 6.75
1
−0.7407
= 6.75x3
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Sol.: Let A =
3 −5
−2 4
and x0 =
1
1
Ax0 =
3 −5
−2 4
1
1
=
−2
2
= −2
1
−1
= −2x1
Ax1 =
3 −5
−2 4
1
−1
=
8
−6
= 8
1
−0.75
= 8x2
Ax2 =
3 −5
−2 4
1
−0.75
=
6.75
−5
= 6.75
1
−0.7407
= 6.75x3
∴ largest eigen value is 6.7015 and the corresponding eigen vector is
1
−0.7403
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Ex: Use power method to estimate the largest eigen value and the
corresponding eigen vector of A =
1 2
3 4
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Ex: Use power method to estimate the largest eigen value and the
corresponding eigen vector of A =
2 3
5 4
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Ex: Use power method to estimate the largest eigen value and the
corresponding eigen vector of A =
4 2
1 3
Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Ex: Use power method to estimate the largest eigen value and the
corresponding eigen vector of A =


2 −1 0
−1 2 −1
0 −1 2


Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
Example
Ex: Use power method to estimate the largest eigen value and the
corresponding eigen vector of A =


3 −1 0
−1 2 −1
0 −1 3


Dr. N. B. Vyas Numerical Methods Power Method for Eigen values

More Related Content

What's hot (20)

PPTX
Vector space
Jaimin Patel
 
PPTX
First order linear differential equation
Nofal Umair
 
PDF
Linear algebra-Basis & Dimension
Manikanta satyala
 
PPTX
Numerical analysis ppt
MalathiNagarajan20
 
PPTX
Presentation on Numerical Integration
Tausif Shahanshah
 
PPTX
Differential equations
Seyid Kadher
 
PDF
Group Theory
shinojmadhu
 
PDF
Jacobians new
Cyprian. Konyeha
 
PPTX
Gauss jordan and Guass elimination method
Meet Nayak
 
PPTX
Section 11: Normal Subgroups
Kevin Johnson
 
PPTX
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Janki Shah
 
PPTX
Maths-->>Eigenvalues and eigenvectors
Jaydev Kishnani
 
PPTX
Interpolation In Numerical Methods.
Abu Kaisar
 
PPT
Numerical method
Kumar Gaurav
 
PPTX
lagrange interpolation
ayush raj
 
PPTX
newton raphson method
Yogesh Bhargawa
 
PDF
Interpolation with Finite differences
Dr. Nirav Vyas
 
PPTX
Application of eigen value eigen vector to design
Home
 
PPTX
Group Theory
Durgesh Chahar
 
PPTX
Bisection method
Md. Mujahid Islam
 
Vector space
Jaimin Patel
 
First order linear differential equation
Nofal Umair
 
Linear algebra-Basis & Dimension
Manikanta satyala
 
Numerical analysis ppt
MalathiNagarajan20
 
Presentation on Numerical Integration
Tausif Shahanshah
 
Differential equations
Seyid Kadher
 
Group Theory
shinojmadhu
 
Jacobians new
Cyprian. Konyeha
 
Gauss jordan and Guass elimination method
Meet Nayak
 
Section 11: Normal Subgroups
Kevin Johnson
 
Gauss Elimination & Gauss Jordan Methods in Numerical & Statistical Methods
Janki Shah
 
Maths-->>Eigenvalues and eigenvectors
Jaydev Kishnani
 
Interpolation In Numerical Methods.
Abu Kaisar
 
Numerical method
Kumar Gaurav
 
lagrange interpolation
ayush raj
 
newton raphson method
Yogesh Bhargawa
 
Interpolation with Finite differences
Dr. Nirav Vyas
 
Application of eigen value eigen vector to design
Home
 
Group Theory
Durgesh Chahar
 
Bisection method
Md. Mujahid Islam
 

Similar to Numerical Methods - Power Method for Eigen values (20)

PPTX
Power Method
Saloni Singhal
 
DOCX
PROJECT
Nduka Nwabuwa
 
PPTX
Eigen value and Eigen Vector.pptx
Mahesh Kumar Lohano
 
PPTX
Inverse Power Method
Saloni Singhal
 
PDF
Approximating Dominant Eivenvalue By The Power Method
Isaac Yowetu
 
PDF
Applied numerical methods lec13
Yasser Ahmed
 
DOCX
Numerical solution of eigenvalues and applications 2
SamsonAjibola
 
PPT
Extrapolation
Samir
 
PPT
Extrapolation
Jorge Arevalo
 
PPT
Extrapolation
kevinfischer93
 
PPT
Extrapolation
JLMora
 
PPT
Extrapolation
Christian Pillasagua
 
PPT
Extrapolation
jonathan
 
PPT
Extrapolation
Jorge Arevalo
 
PPT
Extrapolation
carlos
 
PPT
Extrapolation
jonathan
 
PPT
Extrapolation
Karlita Berru
 
PPT
mm
jonathan
 
PPT
DIAPOSITIVA
Armando
 
Power Method
Saloni Singhal
 
PROJECT
Nduka Nwabuwa
 
Eigen value and Eigen Vector.pptx
Mahesh Kumar Lohano
 
Inverse Power Method
Saloni Singhal
 
Approximating Dominant Eivenvalue By The Power Method
Isaac Yowetu
 
Applied numerical methods lec13
Yasser Ahmed
 
Numerical solution of eigenvalues and applications 2
SamsonAjibola
 
Extrapolation
Samir
 
Extrapolation
Jorge Arevalo
 
Extrapolation
kevinfischer93
 
Extrapolation
JLMora
 
Extrapolation
Christian Pillasagua
 
Extrapolation
jonathan
 
Extrapolation
Jorge Arevalo
 
Extrapolation
carlos
 
Extrapolation
jonathan
 
Extrapolation
Karlita Berru
 
DIAPOSITIVA
Armando
 
Ad

More from Dr. Nirav Vyas (20)

PDF
Advance Topics in Latex - different packages
Dr. Nirav Vyas
 
PPTX
Numerical Methods Algorithm and C Program
Dr. Nirav Vyas
 
PDF
Reduction forumla
Dr. Nirav Vyas
 
PPTX
Arithmetic Mean, Geometric Mean, Harmonic Mean
Dr. Nirav Vyas
 
PPTX
Geometric progressions
Dr. Nirav Vyas
 
PPTX
Arithmetic progressions
Dr. Nirav Vyas
 
PPTX
Combinations
Dr. Nirav Vyas
 
PPTX
Permutation
Dr. Nirav Vyas
 
PPTX
Matrices and Determinants
Dr. Nirav Vyas
 
PDF
Curve fitting - Lecture Notes
Dr. Nirav Vyas
 
PDF
Trend analysis - Lecture Notes
Dr. Nirav Vyas
 
PDF
Basic Concepts of Statistics - Lecture Notes
Dr. Nirav Vyas
 
PDF
Numerical Methods - Oridnary Differential Equations - 3
Dr. Nirav Vyas
 
PDF
Numerical Methods - Oridnary Differential Equations - 2
Dr. Nirav Vyas
 
PDF
Numerical Methods - Oridnary Differential Equations - 1
Dr. Nirav Vyas
 
PDF
Partial Differential Equation - Notes
Dr. Nirav Vyas
 
PDF
Special functions
Dr. Nirav Vyas
 
PDF
Legendre Function
Dr. Nirav Vyas
 
PDF
Laplace Transforms
Dr. Nirav Vyas
 
PDF
Fourier series 3
Dr. Nirav Vyas
 
Advance Topics in Latex - different packages
Dr. Nirav Vyas
 
Numerical Methods Algorithm and C Program
Dr. Nirav Vyas
 
Reduction forumla
Dr. Nirav Vyas
 
Arithmetic Mean, Geometric Mean, Harmonic Mean
Dr. Nirav Vyas
 
Geometric progressions
Dr. Nirav Vyas
 
Arithmetic progressions
Dr. Nirav Vyas
 
Combinations
Dr. Nirav Vyas
 
Permutation
Dr. Nirav Vyas
 
Matrices and Determinants
Dr. Nirav Vyas
 
Curve fitting - Lecture Notes
Dr. Nirav Vyas
 
Trend analysis - Lecture Notes
Dr. Nirav Vyas
 
Basic Concepts of Statistics - Lecture Notes
Dr. Nirav Vyas
 
Numerical Methods - Oridnary Differential Equations - 3
Dr. Nirav Vyas
 
Numerical Methods - Oridnary Differential Equations - 2
Dr. Nirav Vyas
 
Numerical Methods - Oridnary Differential Equations - 1
Dr. Nirav Vyas
 
Partial Differential Equation - Notes
Dr. Nirav Vyas
 
Special functions
Dr. Nirav Vyas
 
Legendre Function
Dr. Nirav Vyas
 
Laplace Transforms
Dr. Nirav Vyas
 
Fourier series 3
Dr. Nirav Vyas
 
Ad

Recently uploaded (20)

PPSX
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
PPTX
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PDF
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PDF
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
PPTX
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
PPTX
Presentation: Climate Citizenship Digital Education
Karl Donert
 
PDF
1, 2, 3… E MAIS UM CICLO CHEGA AO FIM!.pdf
Colégio Santa Teresinha
 
PPTX
Accounting Skills Paper-I, Preparation of Vouchers
Dr. Sushil Bansode
 
PPTX
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
PPTX
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
PPTX
LEGAL ASPECTS OF PSYCHIATRUC NURSING.pptx
PoojaSen20
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPTX
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
PPTX
ROLE OF ANTIOXIDANT IN EYE HEALTH MANAGEMENT.pptx
Subham Panja
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
Health Planning in india - Unit 03 - CHN 2 - GNM 3RD YEAR.ppsx
Priyanshu Anand
 
Pyhton with Mysql to perform CRUD operations.pptx
Ramakrishna Reddy Bijjam
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
The-Beginnings-of-Indian-Civilisation.pdf/6th class new ncert social/by k san...
Sandeep Swamy
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
BÀI TẬP BỔ TRỢ THEO LESSON TIẾNG ANH - I-LEARN SMART WORLD 7 - CẢ NĂM - CÓ ĐÁ...
Nguyen Thanh Tu Collection
 
How to Define Translation to Custom Module And Add a new language in Odoo 18
Celine George
 
Presentation: Climate Citizenship Digital Education
Karl Donert
 
1, 2, 3… E MAIS UM CICLO CHEGA AO FIM!.pdf
Colégio Santa Teresinha
 
Accounting Skills Paper-I, Preparation of Vouchers
Dr. Sushil Bansode
 
Optimizing Cancer Screening With MCED Technologies: From Science to Practical...
i3 Health
 
How to Configure Prepayments in Odoo 18 Sales
Celine George
 
LEGAL ASPECTS OF PSYCHIATRUC NURSING.pptx
PoojaSen20
 
community health nursing question paper 2.pdf
Prince kumar
 
How to Configure Lost Reasons in Odoo 18 CRM
Celine George
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
ASRB NET 2023 PREVIOUS YEAR QUESTION PAPER GENETICS AND PLANT BREEDING BY SAT...
Krashi Coaching
 
ROLE OF ANTIOXIDANT IN EYE HEALTH MANAGEMENT.pptx
Subham Panja
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 

Numerical Methods - Power Method for Eigen values

  • 1. Numerical Methods Power Method for Eigen values Dr. N. B. Vyas Department of Mathematics, Atmiya Institute of Technology & Science, Rajkot (Gujarat) - INDIA [email protected] Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 2. Eigen values and Eigen vectors by iteration Power Method Power method is particularly useful for estimating numerically largest or smallest eigenvalue and its corresponding eigenvector. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 3. Eigen values and Eigen vectors by iteration 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. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 4. Eigen values and Eigen vectors by iteration 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 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 5. Eigen values and Eigen vectors by iteration 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. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 6. Eigen values and Eigen vectors by iteration 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| Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 7. Eigen values and Eigen vectors by iteration 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 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 8. Eigen values and Eigen vectors by iteration 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. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 9. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 10. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Let A = [aij] be a matrix of order n × n. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 11. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Let A = [aij] be a matrix of order n × n. We start from any vector x0(= 0) with n components such that Ax0 = x Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 12. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Let A = [aij] be a matrix of order n × n. We start from any vector x0(= 0) with n components such that Ax0 = x In order to get a convergent sequence of eigenvectors simultaneously scaling method is adopted. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 13. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Let A = [aij] be a matrix of order n × n. We start from any vector x0(= 0) with n components such that Ax0 = x In order to get a convergent sequence of eigenvectors simultaneously scaling method is adopted. In which at each stage each components of the resultant approximate vector is to be divided by its absolutely largest component. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 14. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Let A = [aij] be a matrix of order n × n. We start from any vector x0(= 0) with n components such that Ax0 = x In order to get a convergent sequence of eigenvectors simultaneously scaling method is adopted. In which at each stage each components of the resultant approximate vector is to be divided by its absolutely largest component. Then use the scaled vector in the next step. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 15. Eigen values and Eigen vectors by iteration Power Method: Working rules for determining largest eigenvalue. Let A = [aij] be a matrix of order n × n. We start from any vector x0(= 0) with n components such that Ax0 = x In order to get a convergent sequence of eigenvectors simultaneously scaling method is adopted. In which at each stage each components of the resultant approximate vector is to be divided by its absolutely largest component. Then use the scaled vector in the next step. This absolutely largest component is known as numerically largest eigenvalue. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 16. Eigen values and Eigen vectors by iteration Accordingly x in eq -(1) can be scaled by dividing each of its components by absolutely largest component of it. Thus Ax0 = x = λ1x1; x1 is the scaled vector of x Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 17. Eigen values and Eigen vectors by iteration Accordingly x in eq -(1) can be scaled by dividing each of its components by absolutely largest component of it. Thus Ax0 = x = λ1x1; x1 is the scaled vector of x Now scaled vector x1 is to be used in the next iteration to obtain Ax1 = x = λ2x2 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 18. Eigen values and Eigen vectors by iteration Accordingly x in eq -(1) can be scaled by dividing each of its components by absolutely largest component of it. Thus Ax0 = x = λ1x1; x1 is the scaled vector of x Now scaled vector x1 is to be used in the next iteration to obtain Ax1 = x = λ2x2 Proceeding in this way, finally we get Axn = λn+1xn+1; where n = 0, 1, 2, 3, ... Where λn+1 is the numerically largest eigenvalue upto desired accuracy and xn+1 is the corresponding eigenvector. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 19. Eigen values and Eigen vectors by iteration Accordingly x in eq -(1) can be scaled by dividing each of its components by absolutely largest component of it. Thus Ax0 = x = λ1x1; x1 is the scaled vector of x Now scaled vector x1 is to be used in the next iteration to obtain Ax1 = x = λ2x2 Proceeding in this way, finally we get Axn = λn+1xn+1; where n = 0, 1, 2, 3, ... Where λn+1 is the numerically largest eigenvalue upto desired accuracy and xn+1 is the corresponding eigenvector. NOTE : The initial vector x0 is usually taken as a vector with all components equal to 1. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 20. Eigen values and Eigen vectors by iteration Accordingly x in eq -(1) can be scaled by dividing each of its components by absolutely largest component of it. Thus Ax0 = x = λ1x1; x1 is the scaled vector of x Now scaled vector x1 is to be used in the next iteration to obtain Ax1 = x = λ2x2 Proceeding in this way, finally we get Axn = λn+1xn+1; where n = 0, 1, 2, 3, ... Where λn+1 is the numerically largest eigenvalue upto desired accuracy and xn+1 is the corresponding eigenvector. NOTE : The initial vector x0 is usually taken as a vector with all components equal to 1. Characteristic: The main advantage of this method is its simplicity. And it can handle sparse matrices too large to store as a full square array. Its disadvantage is its possibly slow convergence. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 21. Eigen values and Eigen vectors by iteration Power Method: Determining smallest eigenvalue. If λ is the eigenvalue of A, then the reciprocal 1 λ is the eigenvalue of A−1. The reciprocal of the largest eigenvalue of A−1 will be the smallest eigenvalue of A. Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 22. Example Ex: Use power method to estimate the largest eigen value and the corresponding eigen vector of A = 3 −5 −2 4 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 23. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 24. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 25. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 26. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 27. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 = 8 −6 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 28. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 = 8 −6 = 8 1 −0.75 = 8x2 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 29. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 = 8 −6 = 8 1 −0.75 = 8x2 Ax2 = 3 −5 −2 4 1 −0.75 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 30. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 = 8 −6 = 8 1 −0.75 = 8x2 Ax2 = 3 −5 −2 4 1 −0.75 = 6.75 −5 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 31. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 = 8 −6 = 8 1 −0.75 = 8x2 Ax2 = 3 −5 −2 4 1 −0.75 = 6.75 −5 = 6.75 1 −0.7407 = 6.75x3 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 32. Example Sol.: Let A = 3 −5 −2 4 and x0 = 1 1 Ax0 = 3 −5 −2 4 1 1 = −2 2 = −2 1 −1 = −2x1 Ax1 = 3 −5 −2 4 1 −1 = 8 −6 = 8 1 −0.75 = 8x2 Ax2 = 3 −5 −2 4 1 −0.75 = 6.75 −5 = 6.75 1 −0.7407 = 6.75x3 ∴ largest eigen value is 6.7015 and the corresponding eigen vector is 1 −0.7403 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 33. Example Ex: Use power method to estimate the largest eigen value and the corresponding eigen vector of A = 1 2 3 4 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 34. Example Ex: Use power method to estimate the largest eigen value and the corresponding eigen vector of A = 2 3 5 4 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 35. Example Ex: Use power method to estimate the largest eigen value and the corresponding eigen vector of A = 4 2 1 3 Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 36. Example Ex: Use power method to estimate the largest eigen value and the corresponding eigen vector of A =   2 −1 0 −1 2 −1 0 −1 2   Dr. N. B. Vyas Numerical Methods Power Method for Eigen values
  • 37. Example Ex: Use power method to estimate the largest eigen value and the corresponding eigen vector of A =   3 −1 0 −1 2 −1 0 −1 3   Dr. N. B. Vyas Numerical Methods Power Method for Eigen values