I\'ve written a simple implementation of the Newton-Raphson algorithm (for determining the solution to a nonlinear system), in Python, using SymPy.
Python
SymPy