ASSIGNMENT
1. Show how to efficiently evaluate the polynomial p(x) = x43 - 6x17 + x9 - x3. How many multiplications are used in your algorithm?
2. Use the algorithm
eu = (s + u)/(s -u)
where
s = 2 + u2 (2520 + 28u2)/(15120 + 420u2 + u4)
to evaluate e1/8 = e0.125.
Do all your calculations using truncation at the 4th decimal place as shown in Lecture 3. Repeat this using round-off in the 4th decimal place. Compare your results to the calculator result.