-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Associated Legendre polynomials are requested #124
Comments
I would love to try and implement these! Working on it. |
@feima0011 Can you expand on how you're using them? i.e. are you evaluating the same polynomial multiple times? If so, is it on a grid? |
I am working on the acoustic wave equations. I need the Associated Legendre polynomials |
Do you have a link to code where they are used? |
Currently, i am using the GSL.jl library to calculate the Associated Legendre polynomials . |
Have you tried using the spherical harmonica transforms in FastTransforms.jl? There is an example on usage here https://github.com/MikaelSlevinsky/FastTransforms.jl/blob/master/examples/sphere.jl |
Hi Richard Mikael Slevinsky :
I have heard that package before.
I think a standalone code to compute the Legendre polynomial
is better than the code in that package.
fei
…On Fri, Dec 28, 2018 at 2:56 PM Richard Mikael Slevinsky < ***@***.***> wrote:
Have you tried using the spherical harmonica transforms in
FastTransforms.jl? There is an example on usage here
https://github.com/MikaelSlevinsky/FastTransforms.jl/blob/master/examples/sphere.jl
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#124 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVmmpYxsgsAQI9V0UufjbpO78DNu3NFUks5u9ZZ_gaJpZM4XFCOL>
.
|
I agree with Fei. Associated Legendre polynomials, and spherical harmonics, are core to so many branches of physics. They involve many connections to other special functions and complicated identities. It makes sense to have them embedded in SpecialFunctions.jl. |
We could start at Legendre Polynomials, then Associated Legendre Polynomials and then Spherical Harmonics? Concerning Legendre Polynomials |
The associated Legendre polynomials (functions of first kind) have been implemented by a simple recursion formula in pr #175 (one of the later commits). |
Associated Legendre polynomials are requested
https://en.wikipedia.org/wiki/Associated_Legendre_polynomials
The text was updated successfully, but these errors were encountered: