I made this for a calculus project in my senior year of high school.
It will find Riemann sums and definite integrals.
Install Ruby
Install the calculus gem (for interpreting symbolic functions)
Install the colorize gem
Note: Install gems using the console, do gem install colorize and gem install calculus
Execute the script using the command ruby Riemann.rb
Follow on-screen instructions
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature
Calculus gem Colorize gem readme