Skip to content

This program will approximate an integral with n-rectangles using multiple different integration approx. techniques.

Notifications You must be signed in to change notification settings

GitCaseyHub/IntegralApproximator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Integral Approximator

This program approximates an integral with n-rectangles using multiple different integration approximation techniques. So far, lefthand rule, righthand rule, midpoint rule, and trapezoid rule have been implemented.

To use this program, open a Jupyter notebook, paste the code into a cell, then compile that cell. Upon it compiling, type: figurePlot() into another cell, and you're off to the races.

About

This program will approximate an integral with n-rectangles using multiple different integration approx. techniques.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages