32 746
contributi
''Nota bene: la notazione <math>f_i</math> è un'abbreviazione di <math>f(x_i)</math>.
{| {{prettytable|text-align=center}}
|-
! Grado !! Nome comune !! Formula !! Termine d'errore
|-
| 1 || [[Regola del trapezio]] || <math> \frac{h}{2} (f_0 + f_1) </math> || <math>-\frac{h^3}{12}\,f^{(2)}(\xi)</math>
|-
| 2 || [[Regola di Cavalieri-Simpson]] || <math> \frac{h}{3} (f_0 + 4 f_1 + f_2) </math> || <math>-\frac{h^5}{90}\,f^{(4)}(\xi)</math>
|-
| 3 || Regola di Cavalieri-Simpson
|-
| 4 || [[Regola di Boole]] || <math> \frac{h}{90} (7 f_0 + 32 f_1 + 12 f_2 + 32 f_3 + 7 f_4) </math> || <math>-\frac{8h^7}{945}\,f^{(6)}(\xi)</math>
|}
|