#10222: Bernoulli polynomial problem
-----------------------------------+----------------------------------------
   Reporter:  davidloeffler        |       Owner:  malb      
       Type:  defect               |      Status:  new       
   Priority:  minor                |   Milestone:  sage-4.6.1
  Component:  commutative algebra  |    Keywords:  bernoulli 
     Author:                       |    Upstream:  N/A       
   Reviewer:                       |      Merged:            
Work_issues:                       |  
-----------------------------------+----------------------------------------
 The "bernoulli_polynomial" command should return the nth Bernoulli
 polynomial evaluated at the first argument, but something odd happens when
 you feed it a polynomial that's not a single variable:
 {{{
 sage: R.<x> = QQ[]
 sage: bernoulli_polynomial(x, 2)
 x^2 - x + 1/6
 sage: bernoulli_polynomial(x - 1, 2)
 x^2 - x + 1/6
 sage: bernoulli_polynomial(R(0), 2)
 x^2 - x + 1/6
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10222>
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