Calculating Derivatives?

William Park parkw at better.net
Mon Mar 27 16:33:06 EST 2000


> > Is there any python source that relates to calculating derivatives?
> > I'd like to try writing software that does this (for polynomials), but
> > I don't know where to start.  any resources or help would be greatly
> > appreciated.  thanks.

For polynomials, do it by hand.  Or, read "Section 3" of
    http://www.python.org/topics/scicomp/recipes_in_python.html

--William




More information about the Python-list mailing list