MATH662: Numerical linear algebraJanuary 16, 2020

Homework 1

Due date: Jan 30, 2020, 11:55PM.

Bibliography: Trefethen & Bau, Lectures 1-8. Problems 1-4 = 1 pt each, Problem 5 = 4 points.

  1. Exercises 2.3, 2.4, 2.5

  2. Exercises 3.1-3.6

  3. Exercise 5.4. State and solve the analogous problem for skew-symmetric matrices.

  4. Exercises 6.1-3, 6.5

  5. Consider a black and white image represented as a matrix A{0,1}32×256. In each 32×32 block set element values to represent a letter of the words: “absolute”, “computer”, “measures”.

    1. Guess the rank of the matrices. Then, compute the rank of the matrices.

    2. Obtain a sequence of approximations Aν for ν=2p, p=2,3,4,5, with Aν the successive approximations from truncation of the SVD rank-1 expansions.

    3. Consider B(x1,x2,x3)=x1A1+x2A2+x3A3, with x1+x2+x3=1. Repeat (b) for x1,x2,x3 by sampling points within the tetrahedron. Comment.

    4. Consider H(ξ)=A1+ξ(A2-A1). Repeat (b) for ξ(0,1). Comment.