Hello,
Does anyone have a method to calculate the error value in the composite Trapezoid rule in Fortran?
Also, I have this question for the same method (when the difference between a result and the preceding one is smaller than a threshold given by the user). Choose a threshold value of 10−8.)
How can I make the difference between the result and the preceding one if I duplicate the number of intervals?
Greetings and thanks
Does anyone have a method to calculate the error value in the composite Trapezoid rule in Fortran?
Also, I have this question for the same method (when the difference between a result and the preceding one is smaller than a threshold given by the user). Choose a threshold value of 10−8.)
How can I make the difference between the result and the preceding one if I duplicate the number of intervals?
Greetings and thanks