MATH347.MM.23 Final Examination

Final examination allows for makeup of deducted homework points, HW points = 72, Exam points = 40.

1Basic concepts

Answer True/False or Yes/No with a brief explanation of your answer.

Question 1. The polynomial p(t)=t2-t+1 is a linear combination of the basis functions {1,t,t2,t3,}.

Answer 1.

Question 2. Let x,y,z2. Does xTy=xTz imply that y=z?

Answer 2.

Question 3. If S spans the vector space V, then every vector in V can be written as a linear combination of vectors in S in only one way.

Answer 3.

Question 4. In some vector space a,b are scalars, 𝒖 is a vector. Does a𝒖=b𝒖 imply a=b?

Answer 4.

Question 5. In some vector space a is a scalar, 𝒖,𝒗are vectors. Does a𝒖=a𝒗 imply 𝒖=𝒗?

Answer 5.

Question 6. The cosine of the angle between vectors u,v is the scalar product uTv.

Answer 6.

Question 7. The singular values of matrix AT are the same as those of A.

Answer 7.

Question 8. For any vector u we can find a unit vector in the same direction.

Answer 8.

Question 9. The singular values of A2 are the squares of the singular values of A.

Answer 9.

Question 10. The eigenvalues of A2 are the squares of the eigenvalues of A.

Answer 10.

2Applications

Primer on factorizations of matrix 𝑨m×n

𝑸𝑹=𝑨 𝑳𝑼=𝑨 𝑨𝑿=𝑿𝚲 𝑨=𝑼𝚺𝑽T 𝑸m×n 𝑳m×n m=n 𝑼m×m 𝑸T𝑸=𝑰 𝑼n×n 𝑿m×m 𝑽n×n 𝑹n×n 𝑳lowertriangular 𝚲=diag(λ1,..,λm) 𝑼T𝑼=𝑰m,𝑽T𝑽=𝑰n 𝑹uppertriangular 𝑼uppertriangular λj 𝚺=diag(σ1,σ2,..)+m×n 𝑿nonsingular𝑿𝚲𝑿-1=𝑨 σ1σ2σr>0

  1. Find the singular value decomposition of 𝑨=[ 1 1 1 ]1×3.

  2. Find the eigendecomposition of 𝑨T𝑨, 𝑨=[ 1 1 1 ]1×3.

  3. Find the projection of

    𝒗[ 1 1 1 ]3

    onto C(𝑨) with

    𝑨=[ 1 -1 0 2 -1 -1 ].