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
1 | initial version |
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