Quiz: Singular Value Decomposition and Condition Numbers

Module 4 of 5 · Hard

Quick Quiz

1. The SVD of ARm×nA \in \mathbb{R}^{m \times n} (with mnm \geq n) is A=UΣVA = U\Sigma V^\top. Which statement correctly describes the shapes and properties of the three factors in the **thin** (economy) SVD?

2. Let A=(300002)R3×2A = \begin{pmatrix} 3 & 0 \\ 0 & 0 \\ 0 & 2 \end{pmatrix} \in \mathbb{R}^{3 \times 2}. What are the singular values of AA, and what is κ2(A)\kappa_2(A)?

3. The Moore-Penrose pseudoinverse of ARm×nA \in \mathbb{R}^{m \times n} (with m>nm > n and full column rank r=nr = n) satisfies four conditions. Which of the following is the correct closed form and which condition does it satisfy that is **not** satisfied by an arbitrary left inverse?

4. A risk quant solves Ax=bAx = b where AR50×10A \in \mathbb{R}^{50 \times 10} is a sensitivity matrix. The singular values of AA are σ1=100\sigma_1 = 100, σ2=50\sigma_2 = 50, …, σ9=1\sigma_9 = 1, σ10=105\sigma_{10} = 10^{-5}. The market quotes bb have a relative error of 10410^{-4} (bid-ask spread). What is the worst-case relative error in the recovered parameters xx?

5. For ARm×nA \in \mathbb{R}^{m \times n} with thin SVD A=UrΣrVrA = U_r \Sigma_r V_r^\top (rank rr), the rank-kk Eckart-Young approximation Ak=i=1kσiuiviA_k = \sum_{i=1}^k \sigma_i u_i v_i^\top satisfies two error formulas. Which pair is correct?

6. A portfolio risk system computes the covariance matrix Σ^=XX/T\hat{\Sigma} = X^\top X / T from T=50T = 50 daily returns on n=200n = 200 assets. A risk quant wants to invert Σ^\hat{\Sigma} to compute minimum-variance weights. Which statement is correct?

7. You apply Tikhonov regularisation to an ill-conditioned calibration problem: xλ=i=1nσiσi2+λ(uib)vix_\lambda = \sum_{i=1}^n \frac{\sigma_i}{\sigma_i^2 + \lambda} (u_i^\top b)\, v_i. As λ\lambda \to \infty, what happens to xλx_\lambda, and what does this mean in financial terms?

8. A senior quant asks why the implied vol surface calibration on Monday and Tuesday gives SABR parameters that look completely different, even though the option prices barely moved. The sensitivity matrix F/θ\partial F/\partial\theta has singular values [8.2,3.1,0.9,0.04,0.04][8.2, 3.1, 0.9, 0.04, 0.04]. What is the correct diagnosis and remediation?