Riemann Sum Calculator Code
Graphs the inputted function and rectangular estimators.
Brought to you by:
qburke
File | Date | Author | Commit |
---|---|---|---|
LICENSE | 2019-03-22 |
![]() |
[d554fd] Initial commit |
README.md | 2019-03-27 |
![]() |
[9608b3] Update README.md |
RS-GCalc.py | 2019-03-27 |
![]() |
[9c0589] Added xes |
Author: Quin Burke
Version: 1.0.2
Updated: March 27, 2019
Graphical program that graphs the inputted function and the rectangular estimators specified by the user.
Uses numpy and matplotlib
exe to be added in the future
Running the script will launch the GUI
Inputted function supports sin, cos, tan, arcsin, arccos, arctan, ln, log (base 10), e, pi
1.0.0 does not support "6x" for multiplication; use 6*x
Number of subintervals (n) must be a natural number