850 likes | 1.16k Vues
Numerical Analysis. EE, NCKU Tien-Hao Chang (Darby Chang). In the previous slide. Fixed point iteration scheme what is a fixed point? iteration function convergence Newton’s method tangent line approximation convergence Secant method. In this slide. Accelerating convergence
E N D
Numerical Analysis EE, NCKU Tien-Hao Chang (Darby Chang)
In the previous slide • Fixed point iteration scheme • what is a fixed point? • iteration function • convergence • Newton’s method • tangent line approximation • convergence • Secant method
In this slide • Accelerating convergence • linearly convergent • Newton’s method on a root of multiplicity >1 • (exercises) • Proceed to systems of equations • linear algebra review • pivoting strategies
2.6 Accelerating convergence
Accelerating convergence • Having spent so much time discussing convergence • is it possible to accelerate the convergence? • How to speed up the convergence of a linearly convergent sequence? • How to restore quadratic convergence to Newton’s method? • on a root of multiplicity
Accelerating convergenceLinearly convergence • Thus far, the only truly linearly convergent sequence • false position • fixed point iteration • Bisection method is not according to the definition
Aitken’s Δ2-method • Substituting Eq. (2) into Eq. (1) • Substituting Eq. (4) into Eq. (3) • The above formulation should be a better approximation to than
Aitken’s Δ2-methodAccelerated? which implies super-linearly convergence answer later
Aitken’s Δ2-methodAccelerated? which implies super-linearly convergence later
Aitken’s Δ2-methodAccelerated? which implies super-linearly convergence
Two disadvantages • Both the first and the second derivatives of f are needed • Each iteration requires one more function evaluations answer
Two disadvantages • Both the first and the second derivatives of f are needed • Each iteration requires one more function evaluations
Exercise Due at 2011/4/25 2:00pm Email to darby@ee.ncku.edu.tw or hand over in class. Note that the last problem includes a programming work.
Chapter 3 Systems of equations
3.0 Linear algebra review (vectors and matrices)
m, n, i, j, Equal, Sum, Scalar Multiplication, Product…
The inverse matrix cannot be skipped
Any questions? question answer
Any questions? answer
The determinant cannot be skipped, either
Link the concepts • All these theorems will be extremely important throughout this chapter • Nonsingular matrices • Determinants • Solutions of linear systems of equations
3.1 Gaussian elimination (I suppose you have already known it)