pypol is a new Python library that allows you to manipulate monomials and polynomials.
Here is the documentation: http://pypol.altervista.org
Product's homepage
Requirements:
· Python
What's New in This Release: [ read full changelog ]
New modules:
· New module: pypol.roots
· New module: pypol.series
Changes:
· Moved gcd() and lcm() from pypol.funcs to pypol (core)
· Moved pypol.funcs.newton() to pypol.roots.newton()
· Moved pypol.funcs.ruffini() to pypol.roots.ruffini()
· Moved pypol.funcs.bisection() to pypol.roots.bisection()
· Renamed pypol.funcs.fib_poly() to pypol.funcs.fibonacci()
· Changed: pypol.funcs.bin_coeff() now returns integers
New in pypol.roots:
· pypol.roots.halley()
· pypol.roots.householder()
· pypol.roots.brent()
New in pypol.series:
· pypol.series.LucasSeq
· pypol.series.gegenbauer()
· pypol.series.laguerre()
· pypol.series.laguerre_g()
· pypol.series.touchard()
· pypol.series.lucas()
· pypol.series.pell()
· pypol.series.pell_lucas()
· pypol.series.jacobsthal()
· pypol.series.jacobshtal_lucas()
· pypol.series.fermat()
· pypol.series.fermat_lucas()
Added in pypol.funcs:
· pypol.funcs.polyint_()
· pypol.funcs.divided_diff()
· pypol.funcs.bin_coeff()
· pypol.funcs.harmonic()
· pypol.funcs.harmonic_g()
· pypol.funcs.stirling()
· pypol.funcs.stirling2()
· pypol.funcs.bell_num()
New pypol.Polynomial methods:
· pypol.Polynomial.get()
· pypol.Polynomial.filter()
Removed:
· Polynomial.zeros()
· pypol.funcs.fib_poly_r()
· pypol.funcs.hermite_prob_r()
· pypol.funcs.hermite_phys_r()