This is a modified version of Pythonica, to my knowledge the first
attempt to build a symbolic solver in python. The original page can be
found under: http://www.strout.net/python/pythonica.html

I removed some bugs (the original author Joe Strout promissed me to
include the fixes in his version, but he did not.)

In addition I added the module symbolic, to overcome the
Mathematice-like input.

Example:
>>> print sym("x")/2.0+10*sym("x")+sym("x")/sym("x")
10.5 x + 1

I encourage comments on Pythonica. Please send bug reports, feature
wishes, and offers of help to joe@strout.net or to me, polzin@gmx.de.

Tobias Polzin
