Romberg array Calculator
Calculates the Romberg array produced by applying Richardson’s extrapolation procedure, which forms the basis of the Romberg Method. | ||||
| ||||
The Romberg integration Rnn can be rapidly converged with the increase in n. It is calculated by increasing the number of partitions to double from 2 to N=2n. In the case of non-analytic at endpoints of f(x), you can calculate by Midpoint rule. In the case of a periodic function, you can calculate by Non-linear substitution in x. |
Romberg array
[1-2] /2 | Disp-Num | ![]() ![]() |
- Purpose of use
- Checking if my own code is correct by comparing calculated value and calculated error
[1] 2021/08/05 02:47 Under 20 years old / High-school/ University/ Grad student / Very /
- Purpose of use
- diferencial equation
[2] 2018/04/10 04:21 Under 20 years old / High-school/ University/ Grad student / Very /


To improve this 'Romberg array Calculator', please fill in questionnaire.
- The hyperlink to [Romberg array]