Metode integrasi numerik: Perbedaan antara revisi

Konten dihapus Konten ditambahkan
Baris 56:
 
{| class="wikitable" style="margin:1em auto 1em auto; background:white"
|+ '''ClosedMetode Newton–Cotes Formulas'''
! Order !! Nama Aturan !! Rumus !! Estimasi Kesalahan
|- align="center"
| 1 || [[Trapezoid]] || <math> \frac{b-a}{2} (f_0 + f_1) </math> || <math>-\frac{(b-a)^3}{12}\,f^{(2)}(\xi)</math>
|- align="center"
| 2 || [[Simpson 1/3]] || <math> \frac{b-a}{63} (f_0 + 4 f_1 + f_2) </math> || <math>-\frac{(b-a)^5}{288090}\,f^{(4)}(\xi)</math>
|- align="center"
| 3 || [[Simpson 3/8]] || <math> \frac{3(b-a)}{8} (f_0 + 3 f_1 + 3 f_2 + f_3) </math> || <math>-\frac{3(b-a)^5}{648080}\,f^{(4)}(\xi)</math>
|- align="center"
| 4 || [[Boole]] atau [[Bode]] || <math> \frac{2(b-a)}{9045} (7 f_0 + 32 f_1 + 12 f_2 + 32 f_3 + 7 f_4) </math> || <math>-\frac{8(b-a)^7}{1935360945}\,f^{(6)}(\xi)</math>
|}