Chapter 7: Problem 1
Find the three-digit decimal floating-point representation of each of the following numbers: (a) 2312 (b) 32.56 (c) 0.01277 (d) 82,431
/*! 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 1
Find the three-digit decimal floating-point representation of each of the following numbers: (a) 2312 (b) 32.56 (c) 0.01277 (d) 82,431
All the tools & learning materials you need for study success - in one app.
Get started for free
Show that if \(D\) is an \(n \times n\) diagonal matrix, then \\[ \|D\|_{2}=\max _{1 \leq i \leq n}\left(\left|d_{i i}\right|\right) \\]
Let \(x_{1}=94,210, x_{2}=8631, x_{3}=1440, x_{4}=133\) and \(x_{5}=34 .\) Calculate each of the following, using four-digit decimal floating-point arithmetic: (a) \(\left(\left(\left(x_{1}+x_{2}\right)+x_{3}\right)+x_{4}\right)+x_{5}\) (b) \(x_{1}+\left(\left(x_{2}+x_{3}\right)+\left(x_{4}+x_{5}\right)\right)\) (c) \(\left(\left(\left(x_{5}+x_{4}\right)+x_{3}\right)+x_{2}\right)+x_{1}\)
If \(D\) is an \(n \times n\) diagonal matrix, how do the values of \(\|D\|_{1},\|D\|_{2},\) and \(\|D\|_{\infty}\) compare? Explain your answers.
Let \\[ A=\left(\begin{array}{ll} 1 & 1 \\ 1 & 1 \\ 0 & 0 \end{array}\right) \\] Determine \(A^{+}\) and verify that \(A\) and \(A^{+}\) satisfy the four Penrose conditions (see Example 1 of Section 5 ).
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)
What do you think about this solution?
We value your feedback to improve our textbook solutions.