Chapter 8: Problem 10
Consider the least squares problem $$ \min _{\mathbf{x}}\|\mathbf{b}-A \mathbf{x}\|_{2} $$ where we know that \(A\) is ill-conditioned. Consider the regularization approach that replaces the normal equations by the modified, better- conditioned system $$ \left(A^{T} A+\gamma I\right) \mathbf{x}_{\gamma}=A^{T} \mathbf{b} $$ where \(\gamma>0\) is a parameter. (a) Show that \(\kappa_{2}^{2}(A) \geq \kappa_{2}\left(A^{T} A+\gamma I\right)\). (b) Reformulate the equations for \(\mathbf{x}_{\gamma}\) as a linear least squares problem. (c) Show that \(\left\|\mathbf{x}_{\gamma}\right\|_{2} \leq\|\mathbf{x}\|_{2}\). (d) Find a bound for the relative error \(\frac{\left\|\mathbf{x}-\mathbf{x}_{y}\right\|_{2}}{\|\mathbf{x}\|_{2}}\) in terms of either the largest or the smallest singular value of the matrix \(A\). State a sufficient condition on the value of \(\gamma\) that would guarantee that the relative error is bounded below a given value \(\varepsilon\). (e) Write a short program to solve the \(5 \times 4\) problem of Example \(8.8\) regularized as above, using MATLAB's backslash command. Try \(\gamma=10^{-j}\) for \(j=0,3,6\), and 12 . For each \(\gamma\), calculate the \(\ell_{2}\) -norms of the residual, \(\left\|B \mathbf{x}_{\gamma}-\mathbf{b}\right\|\), and the solution, \(\left\|\mathbf{x}_{\gamma}\right\|\). Compare to the results for \(\gamma=0\) and to those using SVD as reported in Example \(8.8\). What are your conclusions? (f) For large ill-conditioned least squares problems, what is a potential advantage of the regularization with \(\gamma\) presented here over minimum norm truncated SVD?
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.