| Homework 11Details
- (8 points) IDAA 11.3.7 (page 410)
Don't forget to (1) clearly state the decision version, (2)
clearly outline the verification algorithm, and (3), justify that the
verification algorithm is polynomial-time.
- (5+2+2+3+2 pts)
The Taylor Polynomial of degree n for computing en
is given on page 412 (formula 11.6).
-
Use it to approximate the value of e0.25≈1.28402541669...
using a fifth-degree Taylor Polynomial (i.e.
ex≈1+x+...+x5/5! )
- What is the absolute error of this approximation, to at least 10 decimal places?
- What is the relative error of this approximation?
- According to formula 11.8 on page 413, what is the maximum value of the
expected absolute error?
- Is the actual error greater than or less than the expected error?
Explain why your answer makes sense.
|
|
|