alexlostorto / recursive-differentiation-python

Inefficient recursive differentiation using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rdiff.py

Description

A python program to recursively differentiate equations.

Feel free to clone and hack on it.

Status

Half-baked, only use for fun.

Example

Run program:

python rdiff.py

Equation input:

enter equation:
> 5x3 + 4x2 + 3x - 6
# means: 5x³ + 4x² + 3x - 6

License

Under Unlicense License

About

Inefficient recursive differentiation using python

License:The Unlicense


Languages

Language:Python 100.0%