Hi mikrom, I have re-studied your code and its brilliant however I wanted to ask for your help on one particular aspect of your code
module integration_methods
! This module contains the integration methods
contains
real function trapezoid_rule(f, a, b, n)
! Approximate the definite...
I have started a code and need to have each integration method (trapezium and simpsons) in a seperate subroutine, with a module set up up so that global variable can be used for each method. My goal is to end with the integrated equation as the end function. I have had a look at the above link...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.