This exercise explores the connections between the Q method and the matrices in the factorization A = QDQT (see Theorem 4.6). It’s assumed that A is symmetric. (a) In the QR method, show that C1 = QT1...


This exercise explores the connections between the Q
method and the matrices in the factorization
A
=
QDQ

T

(see Theorem 4.6). It’s assumed that
A
is symmetric.


(a) In the QR method, show that
C
1
=
Q

T

1
AQ
1,
C
2
=
Q

T

2
Q

T

1
AQ
1
Q
2, and in general,
C

k

=
P
T
k
AP

k
, where
P

k

=
Q
1
Q
2
Q

k
. Note that
P

k

is an orthogonal matrix (you do not need to show this).


(b) Assuming that
C

k

converges to a diagonal matrix, explain why the

method is a procedure for computing the matrix
D
in Theorem 4.6. Also explain how two lines of code can be added to the

algorithm given in Section 4.3.3 so that, when finished, you have a matrix containing the eigenvectors.



Dec 20, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here