]> gitweb.michael.orlitzky.com - sage.d.git/commit
Add new mjo.polynomial module with the "multidiv" function.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 18 Feb 2019 13:51:57 +0000 (08:51 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 18 Feb 2019 13:55:03 +0000 (08:55 -0500)
commit44f02b184d9a8907ab92e268193f6a1f0a3eaaa7
tree12afde267bbd95510ab1277219bbe512ab82d919
parentcd27379ca353c51621a61af17411585d2542f6e5
Add new mjo.polynomial module with the "multidiv" function.

This new module implements the generalized polynomial division
algorithm in Section 2.3 of Cox, Little, and O'Shea.
mjo/all.py
mjo/polynomial.py [new file with mode: 0644]