Numerical Methods Qualification Exam Problems and Solutions (University of Maryland)/January 2009

From testwiki
Jump to navigation Jump to search

Problem 1


Solution 1

Problem 2


Solution 2

Problem 3

Let ARn×m with nm. Assume rank(A)=m

Problem 3a


It is known that the symmetric matrix ATA can be factored as


ATA=VΛVT


where the columns of V are orthonormal eigenvectors of ATA and Λ is the diagonal matrix containing the corresponding eigenvalues. Using this as a starting point, derive the singular value decomposition of A. That is show that there is a real orthogonal matrix U and a matrix ΣRn×m which is zero except for its diagonal entries σ1σ2σm>0 such that A=UΣVT

Solution 3a

We want to show


A=UΣVT


which is equivalent to


AV=UΣ

Decompose Lambda

Decompose Λ into ΣTΣ i.e.


[σ1σ2σm]ΛRm×m=[σ100σ20σm00]ΣTRm×n[σ1σ2σm00000]ΣRn×m


We can assume σ1σ2σn>0 since otherwise we could just rearrange the columns of V.

Define U

Let U=AVΣ1 where


Σ1=(1σ1001σ201σm00),

Verify U orthogonal

UUT=AVΣ1ΣTVTAT=AVΛ1VTAT=AA1ATAT=IUTU=ΣTVTATAVΣ1=ΣTVTVΛVTVΣ1=I


Template:BookCat