Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

gen_lengendre_p bug

Hi, wonder if someone here familiar with associated Legendre function can verify:

sage: gen_legendre_P(2, 2, x)
3*x^2 - 3

I think it should be

3 - 3*x^2

In Sage 8.9

Thanks