SlideShare a Scribd company logo
1 of 37
Download to read offline
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

Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical AnalysisMohammad Tawfik
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential EquationsAMINULISLAM439
 
Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectorsAmit Singh
 
Error Finding in Numerical method
Error Finding in Numerical methodError Finding in Numerical method
Error Finding in Numerical methodFazle Rabbi Ador
 
Group Theory and Its Application: Beamer Presentation (PPT)
Group Theory and Its Application:   Beamer Presentation (PPT)Group Theory and Its Application:   Beamer Presentation (PPT)
Group Theory and Its Application: Beamer Presentation (PPT)SIRAJAHMAD36
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationSunny Chauhan
 
Application of eigen value eigen vector to design
Application of eigen value eigen vector to designApplication of eigen value eigen vector to design
Application of eigen value eigen vector to designHome
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical AnalysisGhulam Mehdi Sahito
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMeenakshisundaram N
 
Linear differential equation with constant coefficient
Linear differential equation with constant coefficientLinear differential equation with constant coefficient
Linear differential equation with constant coefficientSanjay Singh
 
Gauss jordan method.pptx
Gauss jordan method.pptxGauss jordan method.pptx
Gauss jordan method.pptxRehmanRasheed3
 
Roots of equations
Roots of equations Roots of equations
Roots of equations shopnohinami
 
Linear algebra notes 1
Linear algebra notes 1Linear algebra notes 1
Linear algebra notes 1Ghulam Murtaza
 

What's hot (20)

Introduction to Numerical Analysis
Introduction to Numerical AnalysisIntroduction to Numerical Analysis
Introduction to Numerical Analysis
 
Homogeneous Linear Differential Equations
 Homogeneous Linear Differential Equations Homogeneous Linear Differential Equations
Homogeneous Linear Differential Equations
 
rank of matrix
rank of matrixrank of matrix
rank of matrix
 
Eigen values and eigenvectors
Eigen values and eigenvectorsEigen values and eigenvectors
Eigen values and eigenvectors
 
Newton Raphson
Newton RaphsonNewton Raphson
Newton Raphson
 
Rank of a matrix
Rank of a matrixRank of a matrix
Rank of a matrix
 
Error Finding in Numerical method
Error Finding in Numerical methodError Finding in Numerical method
Error Finding in Numerical method
 
Group Theory and Its Application: Beamer Presentation (PPT)
Group Theory and Its Application:   Beamer Presentation (PPT)Group Theory and Its Application:   Beamer Presentation (PPT)
Group Theory and Its Application: Beamer Presentation (PPT)
 
Jacobi method
Jacobi methodJacobi method
Jacobi method
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Tensor analysis
Tensor analysisTensor analysis
Tensor analysis
 
Numerical analysis ppt
Numerical analysis pptNumerical analysis ppt
Numerical analysis ppt
 
Application of eigen value eigen vector to design
Application of eigen value eigen vector to designApplication of eigen value eigen vector to design
Application of eigen value eigen vector to design
 
introduction to Numerical Analysis
introduction to Numerical Analysisintroduction to Numerical Analysis
introduction to Numerical Analysis
 
Multiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical MethodsMultiple Choice Questions - Numerical Methods
Multiple Choice Questions - Numerical Methods
 
GAUSS ELIMINATION METHOD
 GAUSS ELIMINATION METHOD GAUSS ELIMINATION METHOD
GAUSS ELIMINATION METHOD
 
Linear differential equation with constant coefficient
Linear differential equation with constant coefficientLinear differential equation with constant coefficient
Linear differential equation with constant coefficient
 
Gauss jordan method.pptx
Gauss jordan method.pptxGauss jordan method.pptx
Gauss jordan method.pptx
 
Roots of equations
Roots of equations Roots of equations
Roots of equations
 
Linear algebra notes 1
Linear algebra notes 1Linear algebra notes 1
Linear algebra notes 1
 

Similar to Numerical Methods - Power Method for Eigen values

Eigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt worldEigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt worldraykoustav145
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfPrathamPatel560716
 
Machine Learning Algorithms Review(Part 2)
Machine Learning Algorithms Review(Part 2)Machine Learning Algorithms Review(Part 2)
Machine Learning Algorithms Review(Part 2)Zihui Li
 
Power series and radius of convergence
Power series and radius of convergencePower series and radius of convergence
Power series and radius of convergenceYashh Pandya
 
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...Ceni Babaoglu, PhD
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringshubham211
 
Tutorial on EM algorithm – Part 1
Tutorial on EM algorithm – Part 1Tutorial on EM algorithm – Part 1
Tutorial on EM algorithm – Part 1Loc Nguyen
 
Power series & Radius of convergence
Power series & Radius of convergencePower series & Radius of convergence
Power series & Radius of convergenceDhruv Darji
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraMUHAMMADUSMAN93058
 
Linear_Algebra_final.pdf
Linear_Algebra_final.pdfLinear_Algebra_final.pdf
Linear_Algebra_final.pdfRohitAnand125
 
Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationChristopher Gratton
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical MethodsESUG
 
Physics 1.3 scalars and vectors
Physics 1.3 scalars and vectorsPhysics 1.3 scalars and vectors
Physics 1.3 scalars and vectorsJohnPaul Kennedy
 

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

PROJECT
PROJECTPROJECT
PROJECT
 
Eigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt worldEigen values and Eigen vectors ppt world
Eigen values and Eigen vectors ppt world
 
Module 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdfModule 1 Theory of Matrices.pdf
Module 1 Theory of Matrices.pdf
 
Owa method
Owa methodOwa method
Owa method
 
Svm vs ls svm
Svm vs ls svmSvm vs ls svm
Svm vs ls svm
 
Machine Learning Algorithms Review(Part 2)
Machine Learning Algorithms Review(Part 2)Machine Learning Algorithms Review(Part 2)
Machine Learning Algorithms Review(Part 2)
 
Power series and radius of convergence
Power series and radius of convergencePower series and radius of convergence
Power series and radius of convergence
 
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
 
Tutorial on EM algorithm – Part 1
Tutorial on EM algorithm – Part 1Tutorial on EM algorithm – Part 1
Tutorial on EM algorithm – Part 1
 
matrices.pptx
matrices.pptxmatrices.pptx
matrices.pptx
 
Linear Algebra
Linear AlgebraLinear Algebra
Linear Algebra
 
Power series & Radius of convergence
Power series & Radius of convergencePower series & Radius of convergence
Power series & Radius of convergence
 
Matlab eig
Matlab eigMatlab eig
Matlab eig
 
Chapter v
Chapter vChapter v
Chapter v
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear Algebra
 
Linear_Algebra_final.pdf
Linear_Algebra_final.pdfLinear_Algebra_final.pdf
Linear_Algebra_final.pdf
 
Eigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to DiagonalisationEigenvectors & Eigenvalues: The Road to Diagonalisation
Eigenvectors & Eigenvalues: The Road to Diagonalisation
 
Numerical Methods
Numerical MethodsNumerical Methods
Numerical Methods
 
Physics 1.3 scalars and vectors
Physics 1.3 scalars and vectorsPhysics 1.3 scalars and vectors
Physics 1.3 scalars and vectors
 

More from Dr. Nirav Vyas

Arithmetic Mean, Geometric Mean, Harmonic Mean
Arithmetic Mean, Geometric Mean, Harmonic MeanArithmetic Mean, Geometric Mean, Harmonic Mean
Arithmetic Mean, Geometric Mean, Harmonic MeanDr. Nirav Vyas
 
Geometric progressions
Geometric progressionsGeometric progressions
Geometric progressionsDr. Nirav Vyas
 
Arithmetic progressions
Arithmetic progressionsArithmetic progressions
Arithmetic progressionsDr. Nirav Vyas
 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture NotesDr. Nirav Vyas
 
Trend analysis - Lecture Notes
Trend analysis - Lecture NotesTrend analysis - Lecture Notes
Trend analysis - Lecture NotesDr. Nirav Vyas
 
Basic Concepts of Statistics - Lecture Notes
Basic Concepts of Statistics - Lecture NotesBasic Concepts of Statistics - Lecture Notes
Basic Concepts of Statistics - Lecture NotesDr. Nirav Vyas
 
Numerical Methods - Oridnary Differential Equations - 3
Numerical Methods - Oridnary Differential Equations - 3Numerical Methods - Oridnary Differential Equations - 3
Numerical Methods - Oridnary Differential Equations - 3Dr. Nirav Vyas
 
Numerical Methods - Oridnary Differential Equations - 2
Numerical Methods - Oridnary Differential Equations - 2Numerical Methods - Oridnary Differential Equations - 2
Numerical Methods - Oridnary Differential Equations - 2Dr. Nirav Vyas
 
Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1Dr. Nirav Vyas
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - NotesDr. Nirav Vyas
 

More from Dr. Nirav Vyas (20)

Reduction forumla
Reduction forumlaReduction forumla
Reduction forumla
 
Arithmetic Mean, Geometric Mean, Harmonic Mean
Arithmetic Mean, Geometric Mean, Harmonic MeanArithmetic Mean, Geometric Mean, Harmonic Mean
Arithmetic Mean, Geometric Mean, Harmonic Mean
 
Geometric progressions
Geometric progressionsGeometric progressions
Geometric progressions
 
Arithmetic progressions
Arithmetic progressionsArithmetic progressions
Arithmetic progressions
 
Combinations
CombinationsCombinations
Combinations
 
Permutation
PermutationPermutation
Permutation
 
Curve fitting - Lecture Notes
Curve fitting - Lecture NotesCurve fitting - Lecture Notes
Curve fitting - Lecture Notes
 
Trend analysis - Lecture Notes
Trend analysis - Lecture NotesTrend analysis - Lecture Notes
Trend analysis - Lecture Notes
 
Basic Concepts of Statistics - Lecture Notes
Basic Concepts of Statistics - Lecture NotesBasic Concepts of Statistics - Lecture Notes
Basic Concepts of Statistics - Lecture Notes
 
Numerical Methods - Oridnary Differential Equations - 3
Numerical Methods - Oridnary Differential Equations - 3Numerical Methods - Oridnary Differential Equations - 3
Numerical Methods - Oridnary Differential Equations - 3
 
Numerical Methods - Oridnary Differential Equations - 2
Numerical Methods - Oridnary Differential Equations - 2Numerical Methods - Oridnary Differential Equations - 2
Numerical Methods - Oridnary Differential Equations - 2
 
Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1Numerical Methods - Oridnary Differential Equations - 1
Numerical Methods - Oridnary Differential Equations - 1
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - Notes
 
Special functions
Special functionsSpecial functions
Special functions
 
Legendre Function
Legendre FunctionLegendre Function
Legendre Function
 
Laplace Transforms
Laplace TransformsLaplace Transforms
Laplace Transforms
 
Fourier series 3
Fourier series 3Fourier series 3
Fourier series 3
 
Fourier series 2
Fourier series 2Fourier series 2
Fourier series 2
 
Fourier series 1
Fourier series 1Fourier series 1
Fourier series 1
 
Numerical Methods 3
Numerical Methods 3Numerical Methods 3
Numerical Methods 3
 

Recently uploaded

Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...Nguyen Thanh Tu Collection
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvRicaMaeCastro1
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxMichelleTuguinay1
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 

Recently uploaded (20)

Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
31 ĐỀ THI THỬ VÀO LỚP 10 - TIẾNG ANH - FORM MỚI 2025 - 40 CÂU HỎI - BÙI VĂN V...
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnvESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
ESP 4-EDITED.pdfmmcncncncmcmmnmnmncnmncmnnjvnnv
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptxDIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
DIFFERENT BASKETRY IN THE PHILIPPINES PPT.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 

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 niravbvyas@gmail.com 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