ELL701 Assignment 3
ELL701 Assignment 3
(1)
1 0 0
A = 0.5 0.5 0
0 0 0.5
Find limn→∞ An . (10 marks)
(5) (a) Prove that for symmetric positive definite matrices, the eigenvalues and singular
values are the same.
(b) Determine the SVD of the following matrix
2 2 0
A= .
−1 1 0
(10 marks)
R1
(6) Let V = P(R) with inner product < f, g >= −1 f (t)g(t)dt. Consider P2 (R) with a
standard ordered basis B = {1, x, x2 }.
(a) Use Gram-Schmidt to generate an orthonormal set that spans P2 (R).
FACT : These polynomials are called as Legendre polynomials (normalized).
(b) Express f (x) = 1 + 2x + 3x2 as a linear combination of orthonormal basis vectors
obtained in (a).
(c) Compute the orthogonal projection of g(x) = x3 on P2 (R).
(15 marks)
(7)
1 0 −1 1
1 2 1 1
A= , b=
1 1 −3 1
0 1 1 1
(a) Determine the QR factorization of A.
(b) Use QR factors from (a) to determine the least-squares solution of Ax = b.
(10 marks)
(8) Given 5 data points in R2 , (x, y) : (−2, 0); (−1, 0); (0, 1); (1, 0); (2, 0). Fit the “best” (in
least-square sense) parabola y = a + bx + cx2 . (5 marks)
(10) Consider A ∈ Rm×n and B ∈ Rn×m . Prove that the non-zero eigenvalues of AB and BA
are equal. (5 marks)