#9787: lagrange_polynomial(algorithm='divided_difference') fails over finite
fields
-------------------------------------+-------------------------------------
       Reporter:  mmezzarobba        |        Owner:  AlexGhitza
           Type:  defect             |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  algebra            |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Peter Bruin        |    Reviewers:  Miguel Marco
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/pbruin/9787-lagrange_polynomial  |  68ce711a9ab7f5d0a972d8b6443e1fece4bc49e9
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by vdelecroix):

 Hello,

 On sage-6.5 at least, I got the right answer.
 {{{
 sage: R.<x>=GF(101)[]
 sage: R.lagrange_polynomial([[1,0],[2,0]])
 0
 }}}
 It would be cool to add it to the documentation since it was the initial
 purpose of the ticket.

 Vincent

--
Ticket URL: <http://trac.sagemath.org/ticket/9787#comment:16>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to