Math 1080: Homework #9 solved

$30.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

Problem 1:
Determine one eigenvalue of the following matrix using Rayleigh Quotient iteration, starting with initial guess
𝑣
(0) = [0 1]
T
and initial eigenvalue estimate πœ†
(0) = (𝑣
(0)
)
𝑇
𝐴𝑣
(0)
. Terminate iteration after 3 steps, i.e., after
you obtain
( 3 )

. What is the approximate eigenvector 𝑣
(3)
? What is the error of each πœ†
(π‘˜)
?
𝐴 = [
βˆ’6 2
2 βˆ’3
]
Problem 2:
Perform the first two iterations of the QR algorithm (i.e., compute 𝐴
(2)
and 𝑄̃ (2)
) for the following matrix. How
close are the diagonal elements of 𝐴
(2)
to the eigenvalues of 𝐴?
𝐴 = [
3 βˆ’1 0
βˆ’1 2 βˆ’1
0 βˆ’1 3
]
Problem 3:
Reduce the following matrix to Hessenberg form using Householder reflector.
𝐴 = [
3 βˆ’2 4 4
βˆ’2 1 9 βˆ’4
4 9 2 βˆ’4
4 βˆ’4 βˆ’4 2
]
Problem 4:
Let Q and R be the QR factors of a symmetric tridiagonal matrix H. Show that the product 𝐾 = 𝑅𝑄 is again a
symmetric tridiagonal matrix.
(Hint: Prove the symmetry of K. Show that Q has Hessenberg form and that the product of an upper triangular
matrix and a Hessenberg matrix is again a Hessenberg matrix. Then use the symmetry of K.)