Presentation is loading. Please wait.

Presentation is loading. Please wait.

The QR iteration for eigenvalues. ... The intention of the algorithm is to perform a sequence of similarity transformations on a real matrix so that the.

Similar presentations


Presentation on theme: "The QR iteration for eigenvalues. ... The intention of the algorithm is to perform a sequence of similarity transformations on a real matrix so that the."— Presentation transcript:

1 The QR iteration for eigenvalues

2 ... The intention of the algorithm is to perform a sequence of similarity transformations on a real matrix so that the limit is a triangular matrix.

3 ... The intention of the algorithm is to perform a sequence of similarity transformations on a real matrix so that the limit is a triangular matrix. If this were possible then the eigenvalues would be exactly the diagonal elements.

4 But it may not be possible:

5 since Real matrices may have complex eigenvalues and All of the arithmetic in the algorithm is real

6 But it may not be possible: since Real matrices may have complex eigenvalues and All of the arithmetic in the algorithm is real There is no way the real numbers can converge to anything other than real numbers.

7 But it may not be possible: since Real matrices may have complex eigenvalues and All of the arithmetic in the algorithm is real There is no way the real numbers can converge to anything other than real numbers. That is: It is impossible for the limit to have numbers with non-zero imaginary parts.

8 But it may not be possible: since Real matrices may have complex eigenvalues and All of the arithmetic in the algorithm is real There is no way the real numbers can converge to anything other than real numbers. That is: It is impossible for the limit to have numbers with non-zero imaginary parts. If any eigenvalues have non-zero imaginary parts, the sequence will not converge to them.

9

10 Are we dead?

11 If any eigenvalues have non-zero imaginary parts, the sequence will not converge to them. Are we dead? Nope, but we have to modify our expectations.

12 ... Instead of the limit being an upper triangular matrix

13 ... Instead of the limit being an upper triangular matrix it is block upper triangular

14 ... Instead of the limit being an upper triangular matrix it is block upper triangular

15 ... Instead of the limit being an upper triangular matrix it is block upper triangular The blocks are 2 by 2 and…

16 ... Instead of the limit being an upper triangular matrix it is block upper triangular The blocks are 2 by 2 and… the eigenvalues we want are the complex conjugate pairs of eigenvalues of the blocks

17 ... This actually presents no major troubles. The blocks are 2 by 2 and… the eigenvalues we want are the complex conjugate pairs of eigenvalues of the blocks

18 So this is the algorithm in a mathematical form (as opposed to form representing what happens in storage):

19 So this is the algorithm in a mathematical form (as opposed to form representing what happens in storage): 0. Set A 1 = A For k = 1, 2, … 1.Do a QR factorization of A k : A k = Q k R k 2.Set A k+1 = R k Q k

20 This is the algorithm in a programming form: For k = 1, 2, … 1.Do a QR factorization of A: A → QR 2.Set A ← RQ

21 Since A k = Q k R k Q k T A k = Q k T Q k R k = R k

22 Since A k = Q k R k Q k T A k = Q k T Q k R k = R k but then A k+1 = R k Q k = Q k T A k Q k

23 Since A k = Q k R k Q k T A k = Q k T Q k R k = R k but then A k+1 = R k Q k = Q k T A k Q k and since Q k is orthogonal, Q k T = Q k -1 and

24 Since A k = Q k R k Q k T A k = Q k T Q k R k = R k but then A k+1 = R k Q k = Q k T A k Q k and since Q k is orthogonal, Q k T = Q k -1 and A k+1 = Q k -1 A k Q k

25 Since A k = Q k R k Q k T A k = Q k T Q k R k = R k but then A k+1 = R k Q k = Q k T A k Q k and since Q k is orthogonal, Q k T = Q k -1 and A k+1 = Q k -1 A k Q k A k+1 is similar to A k

26

27 is similar to A k-1

28 A k+1 is similar to A k is similar to A k-1 is similar to A k-2

29 A k+1 is similar to A k is similar to A k-1 is similar to A k-2... is similar to A 1 =A

30 A k+1 is similar to A k is similar to A k-1 is similar to A k-2... is similar to A 1 =A We have a sequence of similar matrices A 1, A 2, A 3, … tending to a block triangular matrix whose eigenvalues are easy to obtain.

31 Not only are the matrices in the sequence similar they are orthogonally similar - the similarity transformation is orthogonal

32 Not only are the matrices in the sequence similar they are orthogonally similar - the similarity transformation is orthogonal Since orthogonal matrices preserve lengths, this means: The matrices of the sequence do not get very large or very small, and The computations are done more accurately.

33 Let’s see the algorithm in action. The sizes will be indicated by color. Since, what will be interesting is seeing the subdiagonal components get smaller, we will use a logarithmic scale that emphasizes small numbers. 1.(Unshifted) QR(Unshifted) QR 2.Corner shifted QRCorner shifted QR 3.Double shift QRDouble shift QR


Download ppt "The QR iteration for eigenvalues. ... The intention of the algorithm is to perform a sequence of similarity transformations on a real matrix so that the."

Similar presentations


Ads by Google