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.