#12931: evaluation of coefficients of polynomials
-------------------------------+--------------------------------------------
       Reporter:  chapoton     |         Owner:  AlexGhitza                    
           Type:  defect       |        Status:  closed                        
       Priority:  major        |     Milestone:  sage-duplicate/invalid/wontfix
      Component:  algebra      |    Resolution:  duplicate                     
       Keywords:  polynomials  |   Work issues:                                
Report Upstream:  N/A          |     Reviewers:  Travis Scrimshaw              
        Authors:               |     Merged in:                                
   Dependencies:               |      Stopgaps:                                
-------------------------------+--------------------------------------------
Changes (by jdemeyer):

  * status:  positive_review => closed
  * resolution:  => duplicate


Old description:

> It seems that substitution inside coefficients of a polynomial forgets to
> change the dominant term :
>
> {{{
> sage: rng=PolynomialRing(QQ,'q')
> sage: q=rng.gen()
> sage: x=PolynomialRing(rng,'x').gen()
> sage: po=q+(1+q)*x+(1+q+q**2)*x**2+(2+q)*x**3
> sage: po(q=1)
> (q + 2)*x^3 + 3*x^2 + 2*x + 1
> }}}
>
> Same behaviour in 4.8 and 5.0rc0

New description:

 It seems that substitution inside coefficients of a polynomial forgets to
 change the dominant term :

 {{{
 sage: rng=PolynomialRing(QQ,'q')
 sage: q=rng.gen()
 sage: x=PolynomialRing(rng,'x').gen()
 sage: po=q+(1+q)*x+(1+q+q**2)*x**2+(2+q)*x**3
 sage: po(q=1)
 (q + 2)*x^3 + 3*x^2 + 2*x + 1
 }}}

 Same behaviour in 4.8 and 5.0rc0

 Fixed by #3979.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12931#comment:6>
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