用户: Solution/ 习题: 数值代数与优化

124-25 学年第二学期习题

Problem 1.

[10 pt] For and , verify the following inequalities and give examples of a nonzero vector or matrix for which equality is achieved.

(a)

(b)

(c)

Show equivalence between induced matrix norms and for

Problem 2.

[10 pt] For each of the following statement, find an example matrix.

(a)

a matrix whose singular values are the same as its eigenvalues;

(b)

a matrix whose singular values are the same as the absolute values of its eigenvalues (the matrix has at least one negative eigenvalue);

(c)

a matrix whose singular values are not the same as the absolute values of its eigenvalues;

Theorem I.

Let with SVD . For , the matrix as defined,satisfies

Problem 3.

[20 pt] Prove the Theorem I.

Problem 4.

[15 pt] For nonzero projector , show that with equality iff is an orthogonal projector.

Problem 5.

[20 pt] Implement a matrix-matrix multiplication algorithm in C++.

Problem 6.

[10 pt] Call “dgemm” function in LAPACK for a matrix-matrix multiplication in C++.

Problem 7.

[10 pt] Apply your code in Problem 5 and Problem 6 to two random matrices of size 5000×5000 and compare their runtime.