
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Class: CRYPTOGRAPHY; Subject: Mathematics; University: University of California - Los Angeles; Term: Unknown 1989;
Typology: Assignments
1 / 1
This page cannot be seen from the preview
Don't miss anything!

Math 151A Homework #5 – due Wednesday 11/29, in class
Show all your work!
a. Fill in the missing elements. b. Use the Newton foward difference formula to estimate f (0.1). c. Use the Newton backward difference formula to estimate f (1.9).
a. The 3-point forward difference formula with h = 0. 1 b. The 3-point backward difference formula with h = 0. 1 c. The 3-point centered difference formula with h = 0. 1
Which do you expect to be a better approximation, and why?
M = N (h) + K 1 h + K 2 h^2 + K 3 h^3 +... ,
for some constants K 1 , K 2 , K 3 ,.... Use the values N (h), N (h/3), and N (h/9) to produce an O(h^3 ) approximation to M.
Numerical integration (problems 1a, 3a, 5a, 7a, 9a, and 11a of section 4.3) Approximate the integral (^) ∫ 1
5
x^4 dx
using
a. The trapezoidal rule b. Simpson’s rule c. The midpoint rule
For each of the above, find a bound for the error using the error formula, and compare this to the actual error.