Project 1 Numerical Computation Name ___________________
In this proejct you will test numerical computation using servlet on my site IntegralMethod
Given function f(x)=exp(-4*x) [0,4] do the following
Compute the exact area of the region by the function (subsiitution method)
Numerical computation by left, right , middle, Riemannan methods by 20 steps and 200 steps
and make comparison among the methods with the exact value (need to type exp(-4*x) in the servlet)
Sketch the area of the region.
If you are CS student, you may want also use the applet for doing the same computation (needs plug in of Java to your broswer
since it is a swing)