In case you are still interested pygsl wraps the GSL solver.
<snip>
from pygsl import poly
pc = poly.poly_complex(3)
tmp, rs = pc.solve((2,3,1))
print rs
</snip>

You get pygsl at http://sourceforge.net/projects/pygsl/
Pierre
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to