Mivuner is a derivative engine for elementary functions (that are, polynomial, log & exp, trig, and combinations of these via arithmetic and power). It produces output by recursively descending and applyling derivative rules, then simplifies to the bare minimum.
Still in initial development. Todo:
- improve simplification engine; currently does not handle fraction reducing, combining like terms, and grouping constants in multiplication.
- implicit differentiation; add simple linear solver to find dy/dx
- partial derivatives; differentiate wrt given variable
Image made with `termshot`(https://github.com/homeport/termshot)