Popular recipes tagged "derivative" but not "discrete"http://code.activestate.com/recipes/tags/derivative-discrete/2014-03-08T12:58:26-08:00ActiveState Code RecipesSimple derivative solver in python (Python) 2014-03-08T12:58:26-08:00Johnhttp://code.activestate.com/recipes/users/4189390/http://code.activestate.com/recipes/578847-simple-derivative-solver-in-python/ <p style="color: grey"> Python recipe 578847 by <a href="/recipes/users/4189390/">John</a> (<a href="/recipes/tags/basic/">basic</a>, <a href="/recipes/tags/beginner/">beginner</a>, <a href="/recipes/tags/calculator/">calculator</a>, <a href="/recipes/tags/calculus/">calculus</a>, <a href="/recipes/tags/derivative/">derivative</a>, <a href="/recipes/tags/python/">python</a>). </p> <p>Solves monomials, might try to make one that solves polynomials in the future.</p>