Go to file
tsb1995 e0b15c9616
Update Readme.md
2020-02-27 16:05:26 -08:00
__pycache__ set the app config 'SEND_FILE_MAX_AGE_DEFAULT' to be True to resolve image loading issues' 2020-01-01 12:44:27 -08:00
env test render_template 2019-12-10 15:03:36 -08:00
static set the app config 'SEND_FILE_MAX_AGE_DEFAULT' to be True to resolve image loading issues' 2020-01-01 12:44:27 -08:00
templates added plots to the riemann route with image links in summed.html and rightsummed.html. Also fixed algorithm for riemann route to account for functions not centered at 0 2019-12-29 12:02:32 -08:00
.gitignore test render_template 2019-12-10 15:03:36 -08:00
Procfile test render_template 2019-12-10 15:03:36 -08:00
README.md Update Readme.md 2020-02-27 16:05:26 -08:00
app.py set the app config 'SEND_FILE_MAX_AGE_DEFAULT' to be True to resolve image loading issues' 2020-01-01 12:44:27 -08:00
favicon.ico Added backgroundand favicon images. Changed transprency and color for all result tables. Added break tags. 2019-12-21 14:58:18 -08:00
helpers.py Moved gif_apology and setup_symbols to helpers.py and imported from there. Setup gif_apology to randomly choose gifs to display 2019-12-26 18:06:38 -08:00
requirements.txt minor mods 2019-12-22 19:14:46 -08:00
runtime.txt test render_template 2019-12-10 15:03:36 -08:00

README.md

TayMath

This is a website constructed using Python Flask created as an easy reference for Intro Calculus students. Here students can input problems to solve with the added benefit of having the steps of the solution explained. The types of problems you can solve include:

*Univariate Derivatives
*Univariate Integrals
*Max/Min and Optimization
*Linearization/Linear Aproximation
*Integral Aproximation using Riemann sums