#11593: `quo_rem` for divisor of leading unit coefficient
--------------------------------+-------------------------------------------
   Reporter:  klee              |          Owner:  AlexGhitza
       Type:  enhancement       |         Status:  new       
   Priority:  minor             |      Milestone:  sage-4.7.2
  Component:  basic arithmetic  |       Keywords:            
Work_issues:                    |       Upstream:  N/A       
   Reviewer:                    |         Author:            
     Merged:                    |   Dependencies:            
--------------------------------+-------------------------------------------
 `quo_rem` does not work for divisors of unit leading coefficients, though
 the quotient and the remainder are defined mathematically.
 {{{
 sage: R.<y> = QQ[x][]
 sage: f = R.random_element(200)
 sage: g = y^100+R.random_element(99)
 sage: q, r = f.quo_rem(g)
 ---------------------------------------------------------------------------
 AttributeError                            Traceback (most recent call
 last)
 ...
 AttributeError:
 'sage.rings.polynomial.polynomial_element.Polynomial_generic_dense' object
 has no attribute 'quo_rem'
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11593>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en.

Reply via email to