On Dec 2, 1:47 am, Tim Lahey <[EMAIL PROTECTED]> wrote:
> Also, related to that specific documentation,
> is there a function that when doing polynomial
> division of (a,b) reports both the quotient
> and remainder in the sense that,
>
> a = quotient * b + remainder

quotient, remainder = a.quo_rem(b)

Carl

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to