You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.