Numerical integration: Difference between revisions

crosslink to Active object
(Undo revision 50269 by Mwn3d (Talk) Nevermind I see what happened)
(crosslink to Active object)
Line 13:
answer ''':=''' (h / 6) * (f(a) + f(b) + 4*sum1 + 2*sum2)
What it will be doing is computing integrals for multiple quadratics (like the one shown in Wikipedia) and summing them.
 
===See also===
* [[Active object]] for integrating a function of real time.
 
__TOC__
 
=={{header|Ada}}==