On Sat, Sep 4, 2010 at 3:25 AM, [email protected] <[email protected]> wrote: > What about to use polynomial division to get polynomial q=Q/p and then > return P/q ? > > I do not remember the command for polynomial division, but should be > in the manual or help.
If Q and p are polynomials, polynomial division is just Q/p (or Q//p for divide and truncate). - Robert -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
