Calculus Projects - Riemann/Trapezoidal Sum Calculator & Newton Raphson Method banner

Calculus Projects - Riemann/Trapezoidal Sum Calculator & Newton Raphson Method

1 devlog
1h 5m 43s

This is a project idea I had back in high school and decided to implement now. I used Python and some libraries to be able to calculate the area under a curve using Riemann sums or trapezoidal sums. The second project as part of my calculus projec…

This is a project idea I had back in high school and decided to implement now. I used Python and some libraries to be able to calculate the area under a curve using Riemann sums or trapezoidal sums. The second project as part of my calculus projects is the Newton Raphson method which shows how functions get their roots approximated.

Repository

Loading README...