Closed
Description
Defect because there is no Sage binding for a result returned by Maxima:
sage: hypergeometric([-1/2,1/2],[2],4).simplify_hypergeometric()
1/2*I*sqrt(3)*assoc_legendre_p(1/2, -1, -5/3)
sage: assoc_legendre_p
...
NameError: name 'assoc_legendre_p' is not defined
Existing numeric functions are legendre_P
, legendre_Q
, gen_legendre_P
, and gen_legendre_Q
which correspond to P(n,x) / Q(n,x) and associated Legendre P(n,m,x) / Q(n,m,x).
They should be made symbolic. FLINT has fast code for P(n,x).
- PQ(n,x)
- PQ(n,m,x)
- functions PQ
See also http://ask.sagemath.org/question/27230/problem-with-hypergeometric/
Component: symbolics
Keywords: orthogonal
Author: Ralf Stephan, Stefan Reiterer
Branch/Commit: 7238198
Reviewer: Marc Mezzarobba, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/16813