Integral Approximation Calculator
This repository has been archived on 2026-02-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2019-11-29 15:45:39 -04:00
.gitignore Added requirements.txt and README.md for ppl other than me 2019-11-29 15:40:33 -04:00
LICENSE added license 2019-11-29 15:45:39 -04:00
README.md Added requirements.txt and README.md for ppl other than me 2019-11-29 15:40:33 -04:00
requirements.txt Added requirements.txt and README.md for ppl other than me 2019-11-29 15:40:33 -04:00
riemann-sum.py Added requirements.txt and README.md for ppl other than me 2019-11-29 15:40:33 -04:00
tmp-tests.py Added requirements.txt and README.md for ppl other than me 2019-11-29 15:40:33 -04:00

Riemann Sum Python Thing

This is my Riemann Sum Implementation with Turtle I did during the 2018/2019 Holidays

You can install the dependencies (scipy & numpy) by typing pip install -r requirements.txt, in the project root. Make sure to use a virtual environment! (though this is more of a reminder for myself then anyone else.)