any Python equivalent of Math::Polynomial::Solve?

Cousin Stanley CousinStanley at HotMail.Com
Wed Mar 2 09:49:26 EST 2005


| In case you are still interested pygsl wraps the GSL solver.
| ....
| from pygsl import poly
|
| pc = poly.poly_complex( 3 )
|
| tmp, rs = pc.solve( ( 2 , 3 , 1 ) )
|
| print rs
| ....
|
| You get pygsl at http://sourceforge.net/projects/pygsl/

Pierre ....

   I am still interested and have downloaded the PyGSL source
   from SourceForge and will attempt to build under Debian Linux ....

   Thanks for the information ....


-- 
Stanley C. Kitching
Human Being
Phoenix, Arizona



More information about the Python-list mailing list