Skip to content

Python program that allows the user to draw a curve on a graph and then calculates the integral and displays the Riemann sums

Notifications You must be signed in to change notification settings

alexaperlov/Integral_Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Integral-Approximator-Visualizer

This project displays a coordinate plan in which the user can draw a line with their mouse. Then, they select a radio button for how the would like the integral under the line they drew to be approximated (options are various Riemann sums). The program calculates the integral using the selected method, and displays the rectangles approximating it. Pillow must be installed in order for the python file to run.

About

Python program that allows the user to draw a curve on a graph and then calculates the integral and displays the Riemann sums

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages