Chapter 7: Problem 39
Let \(A\) and \(B\) be nonsingular \(n \times n\) matrices. Show that \\[ \operatorname{cond}(A B) \leq \operatorname{cond}(A) \operatorname{cond}(B) \\]
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 7: Problem 39
Let \(A\) and \(B\) be nonsingular \(n \times n\) matrices. Show that \\[ \operatorname{cond}(A B) \leq \operatorname{cond}(A) \operatorname{cond}(B) \\]
All the tools & learning materials you need for study success - in one app.
Get started for free
Let \\[ A=\left(\begin{array}{ll} 3 & 2 \\ 1 & 1 \end{array}\right) \quad \text { and } \quad \mathbf{b}=\left(\begin{array}{l} 5 \\ 2 \end{array}\right) \\] The solution computed using two-digit decimal floating-point arithmetic is \(\mathbf{x}=(1.1,0.88)^{T}\) (a) Determine the residual vector \(\mathbf{r}\) and the value of the relative residual \(\|\mathbf{r}\|_{\infty} /\|\mathbf{b}\|_{\infty}\) (b) Find the value of \(\operatorname{cond}_{\infty}(A)\) (c) Without computing the exact solution, use the results from parts (a) and (b) to obtain bounds for the relative error in the computed solution. (d) Compute the exact solution \(\mathbf{x}\) and determine the actual relative error. Compare your results with the bounds derived in part (c)
Let \(A\) be a nonsingular \(n \times n\) matrix and let \(Q\) be an \(n \times n\) orthogonal matrix. Show that (a) \(\operatorname{cond}_{2}(Q A)=\operatorname{cond}_{2}(A Q)=\operatorname{cond}_{2}(A)\) (b) if \(B=Q^{T} A Q,\) then \(\operatorname{cond}_{2}(B)=\operatorname{cond}_{2}(A)\)
Let \(A\) be an \(m \times n\) matrix. Show that \(\|A\|_{1,2} \leq\|A\|_{2}\)
Given \(\mathbf{x} \in \mathbb{R}^{3},\) define \\[ r_{i j}=\left(x_{i}^{2}+x_{j}^{2}\right)^{1 / 2} \quad i, j=1,2,3 \\] For each of the following, determine a Givens transformation \(G_{i j}\) such that the \(i\) th and \(j\) th coordinates of \(G_{i j} \mathbf{x}\) are \(r_{i j}\) and \(0,\) respectively: (a) \(\mathbf{x}=(3,1,4)^{T}, i=1, j=3\) (b) \(\mathbf{x}=(1,-1,2)^{T}, i=1, j=2\) (c) \(\mathbf{x}=(4,1, \sqrt{3})^{T}, i=2, j=3\) (d) \(\mathbf{x}=(4,1, \sqrt{3})^{T}, i=3, j=2\)
Let \(A=\left(\begin{array}{rrr}1 & 2 & -4 \\ 2 & 6 & 7 \\ -2 & 1 & 8\end{array}\right) \quad\) and \(\quad \mathbf{b}=\left(\begin{array}{r}9 \\ 9 \\\ -3\end{array}\right)\) (a) Use Householder transformations to transform \(A\) into an upper triangular matrix \(R\). Also transform the vector \(\mathbf{b} ;\) that is, compute \(\mathbf{b}^{(1)}=\) \(H_{2} H_{1} \mathbf{b}\) (b) Solve \(R \mathbf{x}=\mathbf{b}^{(1)}\) for \(\mathbf{x}\) and check your answer by computing the residual \(\mathbf{b}-A \mathbf{x}\)
What do you think about this solution?
We value your feedback to improve our textbook solutions.