#17151: symbolic Laguerre / associated Laguerre polynomials
-------------------------+-------------------------------------------------
   Reporter:  rws        |            Owner:
       Type:             |           Status:  new
  enhancement            |        Milestone:  sage-6.4
   Priority:  major      |         Keywords:  special, function, holonomic,
  Component:  symbolics  |  orthogonal
  Merged in:             |          Authors:
  Reviewers:             |  Report Upstream:  N/A
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+-------------------------------------------------
 Not only is `laguerre(n,x)` not symbolic, a naive implementation is
 already 2x as fast at `n=100` and 10x at `n=1000`:
 {{{
 R.<x> = PolynomialRing(QQ, 'x')
 def lag(n):
     return R([binomial(n,k)*(-1)^k/factorial(k) for k in xrange(n+1)])
 }}}

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