Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 521 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 521 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.