5
Most read
6
Most read
7
Most read
Isaac Amornortey Yowetu
Inverse Power
Method May 5, 2022
Theorem (Inverse Eigenvalues)
Suppose that λ, x is an eigenpair of A. If λ 6= 0, then 1
λ
, x is
an eigenpair of the matrix A−1
Suppose A is an invertible matrix or non-singular matrix.
Ax = λx (1)
A−1
Ax
λ
=
λA−1
x
λ
(2)
1
λ
x = A−1
x (3)
2 / 9
Finding least Eigenvalue by the Inverse Power M
Considering matrices A and B
A =
−1 3
2
2
3
−1
!
Det(A)=0. Hence, it a singular or non-invertible matrix.
B =
−1 3
2
1 −1
!
Det(B) = −1
2
. Hence, it a non-singular or invertible matrix.
3 / 9
Problem
Find the smallest eigenvalue of the matrix using the inverse
power method
B =
−1 3
2
1 −1
!
Take the initail approximation x0 = (1, 1),
4 / 9
Finding Eigenvalues Using a Characteristic Equ
B =
−1 3
2
1 −1
!
Using the characteristic equation:
ρ(A) = λ2
+ 2λ − 0.5 = 0
λ =
−b ±
q
b2 − 4(ac)
2a
λ =
−2 ±
q
4 − 4(−0.5)
2
λ1 = −2.2247, λ2 = 0.2247
5 / 9
Solution
A = B−1
(4)
=
2 3
2 2
!
(5)
First Iteration yields
Ax0 =
2 3
2 2
!
1
1
!
=
5
4
!
(6)
By applying scaling we have the first approx.
x1 =
1
5
5
4
!
=
1.00
0.80
!
(7)
6 / 9
Solution
Second Iteration yields
Ax1 =
2 3
2 2
!
1
0.80
!
=
4.4
3.6
!
(8)
By applying scaling we have the second approx.
x2 =
1
4.4
4.4
3.6
!
=
1.00
0.82
!
(9)
7 / 9
Solution
Third Iteration yields
Ax2 =
2 3
2 2
!
1.00
0.82
!
=
4.46
3.64
!
(10)
By applying scaling we have the third approx.
x3 =
1
4.46
4.46
3.64
!
=
1.00
0.82
!
(11)
8 / 9
Solution
Fourth Iteration yields
Ax3 =
2 3
2 2
!
1.00
0.82
!
=
4.46
3.64
!
(12)
By applying scaling we have the fourth approx.
x4 =
1
4.46
4.46
3.64
!
=
1.00
0.82
!
(13)
The smallest eigenvalue is: x4 =
1
4.46
= 0.225
9 / 9

More Related Content

PDF
Numerical Methods - Power Method for Eigen values
PPTX
Power method
PPTX
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
PPTX
presentation on Euler and Modified Euler method ,and Fitting of curve
PPTX
Jacobi method
PPTX
Gauss jordan and Guass elimination method
PDF
Linear algebra-Basis & Dimension
PPT
Polynomials And Linear Equation of Two Variables
Numerical Methods - Power Method for Eigen values
Power method
INVERSION OF MATRIX BY GAUSS ELIMINATION METHOD
presentation on Euler and Modified Euler method ,and Fitting of curve
Jacobi method
Gauss jordan and Guass elimination method
Linear algebra-Basis & Dimension
Polynomials And Linear Equation of Two Variables

What's hot (20)

PDF
Eigen value and vectors
PPTX
PPT
discrete maths notes.ppt
PPTX
Partial differential equations
PDF
Espacios metricos
PDF
Johnson's algorithm
PPT
Eigen values and eigen vectors engineering
PPT
algebric structure_UNIT 4.ppt
PPTX
Volume of revolution
PPTX
Eigenvalue problems .ppt
PDF
NUMERICAL METHODS
PPTX
Partial differentiation B tech
PPTX
the fourier series
PPTX
Cramer's Rule
PDF
Concept Learning - Find S Algorithm,Candidate Elimination Algorithm
PDF
L7 fuzzy relations
PDF
Diagonalization
PPTX
Linear Combination, Span And Linearly Independent, Dependent Set
PDF
Partial Differential Equations, 3 simple examples
PDF
Artificial neural networks
Eigen value and vectors
discrete maths notes.ppt
Partial differential equations
Espacios metricos
Johnson's algorithm
Eigen values and eigen vectors engineering
algebric structure_UNIT 4.ppt
Volume of revolution
Eigenvalue problems .ppt
NUMERICAL METHODS
Partial differentiation B tech
the fourier series
Cramer's Rule
Concept Learning - Find S Algorithm,Candidate Elimination Algorithm
L7 fuzzy relations
Diagonalization
Linear Combination, Span And Linearly Independent, Dependent Set
Partial Differential Equations, 3 simple examples
Artificial neural networks
Ad

Similar to Inverse-power-method.pdf (6)

PPTX
Inverse Power Method
PPTX
Eigen value and Eigen Vector.pptx
PDF
Applied numerical methods lec13
PPTX
EigenValue-Problems-and-QR-Algorithm_Apog-J..pptx
PDF
Approximating Dominant Eivenvalue By The Power Method
PDF
01.03 squared matrices_and_other_issues
Inverse Power Method
Eigen value and Eigen Vector.pptx
Applied numerical methods lec13
EigenValue-Problems-and-QR-Algorithm_Apog-J..pptx
Approximating Dominant Eivenvalue By The Power Method
01.03 squared matrices_and_other_issues
Ad

More from Isaac Yowetu (18)

PDF
Singular Value Decompostion (SVD): Worked example 3
PDF
Singular Value Decompostion (SVD): Worked example 2
PDF
Singular Value Decompostion (SVD): Worked example 1
PDF
Singular Value Decompostion (SVD)
PDF
Cayley-Hamilton Theorem, Eigenvalues, Eigenvectors and Eigenspace.
PDF
Givens rotation method
PDF
Sherman-Morrison Formula Proof
PDF
Householder transformation | Householder Reflection with QR Decomposition
PDF
Gram-Schmidt and QR Decomposition (Factorization) of Matrices
PDF
Gram schmidt orthogonalization | Orthonormal Process
PDF
Regula Falsi (False position) Method
PDF
Bisection method
PDF
Projectors and Projection Onto Subspaces
PDF
Projectors and Projection Onto a Line
PDF
Secant Iterative method
PDF
Aitken's Method
PDF
Newton Raphson iterative Method
PDF
Fixed point iteration
Singular Value Decompostion (SVD): Worked example 3
Singular Value Decompostion (SVD): Worked example 2
Singular Value Decompostion (SVD): Worked example 1
Singular Value Decompostion (SVD)
Cayley-Hamilton Theorem, Eigenvalues, Eigenvectors and Eigenspace.
Givens rotation method
Sherman-Morrison Formula Proof
Householder transformation | Householder Reflection with QR Decomposition
Gram-Schmidt and QR Decomposition (Factorization) of Matrices
Gram schmidt orthogonalization | Orthonormal Process
Regula Falsi (False position) Method
Bisection method
Projectors and Projection Onto Subspaces
Projectors and Projection Onto a Line
Secant Iterative method
Aitken's Method
Newton Raphson iterative Method
Fixed point iteration

Recently uploaded (20)

PPTX
PLASMA AND ITS CONSTITUENTS 123.pptx
PPTX
UNIT_2-__LIPIDS[1].pptx.................
PDF
Farming Based Livelihood Systems English Notes
PPTX
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
PPTX
4. Diagnosis and treatment planning in RPD.pptx
PDF
FYJC - Chemistry textbook - standard 11.
PDF
Hospital Case Study .architecture design
PDF
Physical education and sports and CWSN notes
PDF
Disorder of Endocrine system (1).pdfyyhyyyy
PDF
Nurlina - Urban Planner Portfolio (english ver)
PPTX
Macbeth play - analysis .pptx english lit
PDF
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
PDF
The TKT Course. Modules 1, 2, 3.for self study
PDF
PUBH1000 - Module 6: Global Health Tute Slides
PDF
anganwadi services for the b.sc nursing and GNM
PDF
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
PDF
Lecture on Viruses: Structure, Classification, Replication, Effects on Cells,...
PPTX
BSCE 2 NIGHT (CHAPTER 2) just cases.pptx
PPTX
Case Study on mbsa education to learn ok
PDF
Laparoscopic Colorectal Surgery at WLH Hospital
PLASMA AND ITS CONSTITUENTS 123.pptx
UNIT_2-__LIPIDS[1].pptx.................
Farming Based Livelihood Systems English Notes
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
4. Diagnosis and treatment planning in RPD.pptx
FYJC - Chemistry textbook - standard 11.
Hospital Case Study .architecture design
Physical education and sports and CWSN notes
Disorder of Endocrine system (1).pdfyyhyyyy
Nurlina - Urban Planner Portfolio (english ver)
Macbeth play - analysis .pptx english lit
Horaris_Grups_25-26_Definitiu_15_07_25.pdf
The TKT Course. Modules 1, 2, 3.for self study
PUBH1000 - Module 6: Global Health Tute Slides
anganwadi services for the b.sc nursing and GNM
LIFE & LIVING TRILOGY - PART (3) REALITY & MYSTERY.pdf
Lecture on Viruses: Structure, Classification, Replication, Effects on Cells,...
BSCE 2 NIGHT (CHAPTER 2) just cases.pptx
Case Study on mbsa education to learn ok
Laparoscopic Colorectal Surgery at WLH Hospital

Inverse-power-method.pdf

  • 1. Isaac Amornortey Yowetu Inverse Power Method May 5, 2022
  • 2. Theorem (Inverse Eigenvalues) Suppose that λ, x is an eigenpair of A. If λ 6= 0, then 1 λ , x is an eigenpair of the matrix A−1 Suppose A is an invertible matrix or non-singular matrix. Ax = λx (1) A−1 Ax λ = λA−1 x λ (2) 1 λ x = A−1 x (3) 2 / 9
  • 3. Finding least Eigenvalue by the Inverse Power M Considering matrices A and B A = −1 3 2 2 3 −1 ! Det(A)=0. Hence, it a singular or non-invertible matrix. B = −1 3 2 1 −1 ! Det(B) = −1 2 . Hence, it a non-singular or invertible matrix. 3 / 9
  • 4. Problem Find the smallest eigenvalue of the matrix using the inverse power method B = −1 3 2 1 −1 ! Take the initail approximation x0 = (1, 1), 4 / 9
  • 5. Finding Eigenvalues Using a Characteristic Equ B = −1 3 2 1 −1 ! Using the characteristic equation: ρ(A) = λ2 + 2λ − 0.5 = 0 λ = −b ± q b2 − 4(ac) 2a λ = −2 ± q 4 − 4(−0.5) 2 λ1 = −2.2247, λ2 = 0.2247 5 / 9
  • 6. Solution A = B−1 (4) = 2 3 2 2 ! (5) First Iteration yields Ax0 = 2 3 2 2 ! 1 1 ! = 5 4 ! (6) By applying scaling we have the first approx. x1 = 1 5 5 4 ! = 1.00 0.80 ! (7) 6 / 9
  • 7. Solution Second Iteration yields Ax1 = 2 3 2 2 ! 1 0.80 ! = 4.4 3.6 ! (8) By applying scaling we have the second approx. x2 = 1 4.4 4.4 3.6 ! = 1.00 0.82 ! (9) 7 / 9
  • 8. Solution Third Iteration yields Ax2 = 2 3 2 2 ! 1.00 0.82 ! = 4.46 3.64 ! (10) By applying scaling we have the third approx. x3 = 1 4.46 4.46 3.64 ! = 1.00 0.82 ! (11) 8 / 9
  • 9. Solution Fourth Iteration yields Ax3 = 2 3 2 2 ! 1.00 0.82 ! = 4.46 3.64 ! (12) By applying scaling we have the fourth approx. x4 = 1 4.46 4.46 3.64 ! = 1.00 0.82 ! (13) The smallest eigenvalue is: x4 = 1 4.46 = 0.225 9 / 9