
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Assignment 8 for the cs 417/517 computational methods and software course offered in spring 2004. The assignment covers topics such as eigenvalues, eigenvectors, and similarity of matrices. Students are required to answer true or false questions and perform matrix calculations.
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Spring 2004 Assignment 8 Assigned: Thurs April 8, 2004; Due: Thurs April 15, 2004
(a) False, because eigenvalues are the roots of the charactarstic polynomial. (b) False, n × n matrix has n linearly independent eigenvectors if it is not defective. (c) True, If a square matrix is singular, then one of its eigenvalues is equal to 0. (d) False, If two matrices are similar, then they have the same eigenvalues. (e) False, If two matrices A, B have same eigenvalues, and there exist a nonsingular matrix T such that B = T −^1 AT then they are similar.
the same eigenvector can not correspond to two distinct eigenvalues.
Hv = v − 2 vT^ vv = −v. (b) Hx = (I − 2 vT^ v)x Hx = x − 2 vT^ xv = x.
(b) λ^2 − 2 λ − 3 = 0 λ 1 = 3 and λ 2 = − 1 (c) λ 1 = 3 and λ 2 = − 1 (d) eigenvectors of the matrix
v 1 =
( 2 1
) , v 2 =
( − 2 1
) .
(e) ( 1 4 1 1
) ( 1 1
( 5 2
) .
( 5 /
)
(f) Power iteration converge to the dominant eigenvalue.