/Derivative-Haskell

This is an example of how to do derivatives in a language with algebraic data types like Haskell.

Primary LanguageHaskell

Derivatives in Haskell

This project is meant to help demonstrate how to calculate derivatives by showing how it can be done in a few lines of code. This project also includes a simple symbolic simplifier to make the results produced look more natural.