Skip to content

luismidevmx/taylor-series-calculator

Repository files navigation

Taylor Series Calculator

An interactive app to calculate idem using Django and SymPy.

live demo right here.

project preview

Features

  • Capable of calculating Taylor Series till 20 terms.
  • Symbolic derivativation.
  • Freindly step by step instructions and confortable interface.
  • Display the graphical representation of the selected Series and lower order ones.
  • Export the results in plain, latex and javascript formats.
  • Display the error in case of wrong input.
  • 4 Hours cache to reduce server load.
  • Routes in English and Spanish, prepared for add another ones.

Made with

Backend:

Frontend (via cdn):

Pending

  • Add dynamic support for primary an new languages, at the moment html files are staticly written and must be updated one by one.

Based on