Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 648 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 648 Bytes

Numerical integration

A simple method for evaluating integrals numerically is by the middle Riemann sum

img

with

img

Calculate the integral in the interval [0,π/2] and investigate how much the Riemann sum of sin differs from 1.0. Avoid for loops. Investigate also how the results changes with the choice of Δx.