TAOCP 4.2.3: Double-Precision Calculations
Section 4.2.3 exercises: 5/6 solved.
Section 4.2.3. Double-Precision Calculations
Exercises from TAOCP Volume 2 Section 4.2.3: 5/6 solved.
| # | Rating | Category | Status | Time |
|---|---|---|---|---|
| 1 | [**] | - | - | |
| 2 | [**] | verified | 1m08s | |
| 3 | [M20] | math-medium | solved | 1m14s |
| 4 | [**] | verified | 4m13s | |
| 5 | ▶ [**] | solved | 5m44s | |
| 6 | [**] | verified | 3m47s |
Practice
›
Mathematics
›
TAOCP
›
TAOCP Vol 2: Seminumerical Algorithms
›
TAOCP 4.2.3: Double-Precision Calculations
›
TAOCP 4.2.3 Exercise 2
Inserting the instruction `ENTX 0` between lines 30 and 31 of Program **B** would not improve the accuracy of the computation.
Practice
›
Mathematics
›
TAOCP
›
TAOCP Vol 2: Seminumerical Algorithms
›
TAOCP 4.2.3: Double-Precision Calculations
›
TAOCP 4.2.3 Exercise 3
Let u=(u_m+eu_l)b^{e_u}, \qquad v=(v_m+ev_l)b^{e_v}, where $u_m$ and $v_m$ are the most-significant halves of the fractions, $u_l$ and $v_l$ are the least-significant halves, and
Practice
›
Mathematics
›
TAOCP
›
TAOCP Vol 2: Seminumerical Algorithms
›
TAOCP 4.2.3: Double-Precision Calculations
›
TAOCP 4.2.3 Exercise 4
**Exercise 4.