Skip to content

jedben2/AntiderivativeEstimator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AntiderivativeEstimator

Program that estimates antiderivative utilising Taylor Polynomials.

Setup:

Needs Python 3 and Git installed and added to PATH. Once they are set up, run these commands in your command prompt / terminal:

git clone https://github.com/jedben2/AntiderivativeEstimator.git
cd AntiderivativeEstimator/
python3 -m pip install -r requirements.txt

To run the program, do:

python3 main.py

in the directory.

Explanation

explain

This project can be considered finished with some minor bugs where some functions do not work ¯\(ツ)