This project, inspired by this Haskell blog post aims to provide symbolic differentiation along with user friendly input and output, via MathQuill.
https://joshuaji.com/derivative
Make sure you have Elm
and Node
installed (at least v14).
npm i
npm run start
Special thanks to:
-
Benjamin Kovach's Symbolic Calculus in Haskell, the blog post which inspired this project.
-
MathQuill, for making it so easy manage LaTeX input and output.
-
Create Elm App, with which this project is bootstrapped.
-
The Elm Pratt Parser library - this project wouldn't be possible without this package.
-
The Elm Language, for being so easy to work with.