Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)

Slides:



Advertisements
Similar presentations
Numbers Treasure Hunt Following each question, click on the answer. If correct, the next page will load with a graphic first – these can be used to check.
Advertisements

EcoTherm Plus WGB-K 20 E 4,5 – 20 kW.
1 A B C
Simplifications of Context-Free Grammars
AP STUDY SESSION 2.
1
Slide 1Fig 26-CO, p.795. Slide 2Fig 26-1, p.796 Slide 3Fig 26-2, p.797.
Slide 1Fig 25-CO, p.762. Slide 2Fig 25-1, p.765 Slide 3Fig 25-2, p.765.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
STATISTICS INTERVAL ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
STATISTICS POINT ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
David Burdett May 11, 2004 Package Binding for WS CDL.
Create an Application Title 1Y - Youth Chapter 5.
Add Governors Discretionary (1G) Grants Chapter 6.
CALENDAR.
CHAPTER 18 The Ankle and Lower Leg
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
The 5S numbers game..
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Media-Monitoring Final Report April - May 2010 News.
Break Time Remaining 10:00.
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Factoring Quadratics — ax² + bx + c Topic
EE, NCKU Tien-Hao Chang (Darby Chang)
Turing Machines.
PP Test Review Sections 6-1 to 6-6
MM4A6c: Apply the law of sines and the law of cosines.
Regression with Panel Data
1 The Royal Doulton Company The Royal Doulton Company is an English company producing tableware and collectables, dating to Operating originally.
Operating Systems Operating Systems - Winter 2010 Chapter 3 – Input/Output Vrije Universiteit Amsterdam.
Exarte Bezoek aan de Mediacampus Bachelor in de grafische en digitale media April 2014.
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Copyright © 2012, Elsevier Inc. All rights Reserved. 1 Chapter 7 Modeling Structure with Blocks.
Biology 2 Plant Kingdom Identification Test Review.
Chapter 1: Expressions, Equations, & Inequalities
2.5 Using Linear Models   Month Temp º F 70 º F 75 º F 78 º F.
Adding Up In Chunks.
FAFSA on the Web Preview Presentation December 2013.
MaK_Full ahead loaded 1 Alarm Page Directory (F11)
1 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt 10 pt 15 pt 20 pt 25 pt 5 pt Synthetic.
1 Termination and shape-shifting heaps Byron Cook Microsoft Research, Cambridge Joint work with Josh Berdine, Dino Distefano, and.
Artificial Intelligence
When you see… Find the zeros You think….
Before Between After.
Slide R - 1 Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Prentice Hall Active Learning Lecture Slides For use with Classroom Response.
12 October, 2014 St Joseph's College ADVANCED HIGHER REVISION 1 ADVANCED HIGHER MATHS REVISION AND FORMULAE UNIT 2.
Subtraction: Adding UP
: 3 00.
5 minutes.
1 Non Deterministic Automata. 2 Alphabet = Nondeterministic Finite Accepter (NFA)
1 hi at no doifpi me be go we of at be do go hi if me no of pi we Inorder Traversal Inorder traversal. n Visit the left subtree. n Visit the node. n Visit.
Static Equilibrium; Elasticity and Fracture
Converting a Fraction to %
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
CSE20 Lecture 15 Karnaugh Maps Professor CK Cheng CSE Dept. UC San Diego 1.
Clock will move after 1 minute
famous photographer Ara Guler famous photographer ARA GULER.
Copyright © 2013 Pearson Education, Inc. All rights reserved Chapter 11 Simple Linear Regression.
Lial/Hungerford/Holcomb/Mullins: Mathematics with Applications 11e Finite Mathematics with Applications 11e Copyright ©2015 Pearson Education, Inc. All.
Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)
Physics for Scientists & Engineers, 3rd Edition
Select a time to count down from the clock above
Copyright Tim Morris/St Stephen's School
1.step PMIT start + initial project data input Concept Concept.
9. Two Functions of Two Random Variables
1 Dr. Scott Schaefer Least Squares Curves, Rational Representations, Splines and Continuity.
1 Non Deterministic Automata. 2 Alphabet = Nondeterministic Finite Accepter (NFA)
Presentation transcript:

Numerical Analysis 1 EE, NCKU Tien-Hao Chang (Darby Chang)

In In the previous slide Special matrices –Strictly diagonally dominant matrix –Symmetric positive definite matrix Cholesky decomposition –Tridiagonal matrix Iterative techniques –Jacobi, Gauss-Seidel and SOR methods –conjugate gradient method Nonlinear systems of equations Exercise 3 2

In this slide Eigenvalues and eigenvectors The power method –locate the dominant eigenvalue Inverse power method Deflation 3

Chapter 4 4 Eigenvalues and Eigenvectors

Eigenvalues and eigenvectors Eigenvalue – λ– λ – Av=λv  (A-λI)v=0– Av=λv  (A-λI)v=0 – det(A-λI)=0 characteristic polynomial Eigenvector –the nonzero vector v for which Av=λv associated with the eigenvalue λ 5

In Chapter 4 Determine the dominant eigenvalue Determine a specific eigenvalue Remove a eigenvalue 6

4.1 7 The Power Method

The power method Different problems have different requirements –a single, several or all of the eigenvalues –the corresponding eigenvectors may or may not also be required To handle each of these situations efficiently, different strategies are required The power method –an iterative technique –locate the dominant eigenvalue –also computes an associated eigenvector –can be extended to compute eigenvalues 8

The power method Basics 9

10

11

The power method Approximated eigenvalue 12

Any Questions? 13

The power method A common practice Make the vector x(m) have a unit length Why we need this step? 14 question

Make the vector x(m) have a unit length –to avoid overflow and underflow 15

The power method Complete procedure 16

Any Questions? 17

18 In action

19 what is the first estimate?

20

21

Any Questions? 22 The power method for generic matrices

23 The power method for symmetric matrices

When A is symmetric –more rapid convergence still linear, but smaller asymptotic error –different scaling scheme (norm) –based on the theorem 24

The power method variation 25

26

Any Questions? The Power Method

28 An application of eigenvalue

29

30

Undirected graph Relation to eigenvalue Proper coloring –how to color the geographic regions on a map regions that share a common border receive different colors Chromatic number –the minimum number of colors that can be used in a proper coloring of a graph 31

Undirected graph The dominant eigenvalue 32

Undirected graph The corresponding eigenvector 33

Any Questions? 34

The Inverse Power Method

The inverse power method To find an eigenvalue other than the dominant one To derive the inverse power method, we will need –the relationship between the eigenvalues of a matrix A to a class of matrices constructed from A With that, we can –transform an eigenvalue of A the dominant eigenvalue of B – B=(A-qI) later

B is a polynomial of A 37

38

39

The inverse power method To find an eigenvalue other than the dominant one To derive the inverse power method, we will need –the relationship between the eigenvalues of a matrix A to a class of matrices constructed from A With that, we can –transform an eigenvalue of A the dominant eigenvalue of B – B=(A-qI) -1 40

41

Any Questions? 42

How to 43 Find the eigenvalue smallest in magnitude

Any Questions? The Inverse Power Method

Deflation

So far, we can approximate –the dominant eigenvalue of a matrix –the one smallest in magnitude –the one closest to a specific value What if we need several of the largest/smallest eigenvalues? Deflation –to remove an already determined solution, while leaving the remainder solutions unchanged 46

Within the context of polynomial rootfinding –remove each root by dividing out the monomial – x 3 -6x 2 +11x-6 = (x-1)(x 2 -5x+6) = (x-1)(x-2)(x-3) – x 2 -5x+6 = (x-2)(x-3) is a deflation of x 3 -6x 2 +11x-6 For the matrix eigenvalue problem –shift the previously determined eigenvalue to zero (while leaving the remainder eigenvalues unchanged) –to do this, we need the relationship among the eigenvalues of a matrix A and A T 47

48

49 Recall that

Deflation Shift an eigenvalue to zero 50

51 While leaving the remainding eigenvalues unchanged

52

53

Deflation Summary 54

Any Questions? 55

Do we 56 Miss something?

57 Recall that

58 ?How to choose x for the formula B=A-λ 1 v 1 x T ?

Wielandt Deflation 59

60

Wielandt deflation Bonus 61

62 In action

63

64

Hotelling deflation Recall that we choose v 1,k based on infinity norm Like the power method, there is another deflation variation for symmetric matrices 65

66

Any Questions? Deflation