*/
Calculus (Integral:trapezoidal, Simpson's rule) 04
Submitted By:
xhunga
Rating:





(
Rate It)
* Approximate the definite integral by using the trapezoidal's
rule. * Approximate the definite integral by using the
Simpson's rule.
NOTE: Some downloads must be obtained through publishers´s site.
Do you want to get your software listed on this site? Go to our
submissions area.
Screenshot
Details
Number of downloads:
5057
Comments (4)
Learned alot; impressed instructor




Posted by: Parris on Sunday, December 14, 2003
I downloaded this code to help with a homework assignment. Even though I turned in the assignment a MONTH late, instructor was very impressed. It helped me understand functions and calling functions. Oh, it also works very well for calculus.
Dr




Posted by: takawin on Thursday, February 26, 2004
i have to thank's to you who make this source code. but i have request to you, could you make a simple basic source code calculus (integral:trapezodial, simpson's rule).
limited
Posted on Friday, March 19, 2004
didnt let u put own expression or limits in
Try a new function with new limit




Posted by: xhunga on Wednesday, March 16, 2005
To change the function :
see the file : "f____a.h"
To change the limits :
see the file : "c04g1A.c"
double a = 0.;
double b = 1.;
for example.
Add Your Rating