#16813: symbolic Legendre / associated Legendre functions / polynomials
-------------------------------+------------------------
       Reporter:  rws          |        Owner:
           Type:  enhancement  |       Status:  new
       Priority:  major        |    Milestone:  sage-6.4
      Component:  symbolics    |   Resolution:
       Keywords:               |    Merged in:
        Authors:               |    Reviewers:
Report Upstream:  N/A          |  Work issues:
         Branch:               |       Commit:
   Dependencies:               |     Stopgaps:
-------------------------------+------------------------

Comment (by maldun):

 Replying to [comment:3 rws]:
 > OK I have a question. What is the equivalent recursive algorithm to
 
https://github.com/sagemath/sage/blob/master/src/sage/functions/orthogonal_polys.py#L812-834
 > for Legendre polynomials?
 >
 > The link is valid as long #16812 is not merged.

 Hi!

 You won't have luck to find an equivalent recursion algorithm for Legendre
 Polynomials, since the recursion algorithm for Chebyshev Polynomials uses
 the fact that cheby polynomials are cosines in disguise, and thus one is
 able to build Cheby polyis in O(log N) time. For Legendre polynomials you
 have to use the classic recursion formula given in
 [https://en.wikipedia.org/wiki/Legendre_polynomials#Recursive_definition]

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