Ok like the project name says, this is a Riemann sum visualizer. It will graph a user-defined function and draw a left/mid/right approximation and give you the approximate sum of the summation.
- function input (cos(x), x^(1/2), cbrt(x), x^5, etc...)
- adjustable interval (a to b)
- adjustable number of rectangles (n)
- approximation selector (l/m/r)
- numeric approximation value
- There is an executable file for Windows users in the releases section of the repo
- I don't have a Mac version available yet, but there is a Downloadable Fat JAR
Anyone who has a JDK installed can download and run it using the Fat JAR
- type in your specified inputs into the grey boxes
- press enter or click off an input field to apply changes
- hit the left and right buttons to switch between approximation modes
- Java
- Maven
- CodeDraw