Skip to content

Visually demonstrating the Riemann Sum (find the area of a curve) with matplotlib.

License

Notifications You must be signed in to change notification settings

gadhagod/Reimann-Sum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Riemann Sum Demomonstration

A Python program to visually demonstrate the Riemann Sum.

Running the program

python3 main.py [limit] [interval] [exponent] [y_intercept]

The following inputs, in the form of command-line arguments, are required.

  • limit (maximum x value)
  • interval
  • exponent (y = x^exponent)
  • y_intercept

About

Visually demonstrating the Riemann Sum (find the area of a curve) with matplotlib.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages