Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 954 Bytes

Truncated Taylor series Approximation

Open in Streamlit License: CC BY-SA 4.0

This is a simple web app demonstrating the truncated Taylor series approximation of a function. Click here to launch the app. This app is built using python and streamlit.

To run locally, enter the following commands into a terminal to install all requirements first:

git clone https://github.com/joergbrech/truncated-taylor-series.git
cd truncated-taylor-series
pip install -r requirements.txt

Start the app with

streamlit run streamlit_app.py

Your browser should now open and display the app.