Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 297 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 297 Bytes

Numerical integration in 1D: for a given function f:R→R and an interval (a,b)⊂R, compute an approximation of ∫ f(x) dx using

  • the rectangle rule,
  • trapezoidal rule,
  • Keplersche Fassregel (barrel rule).
  • Emphasize the connection to Lagrange polynomials (Hint: see Newton-Cotes formulas).