Skip to content
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

Add support for Laguerre #100

Open
dlfivefifty opened this issue Aug 31, 2017 · 9 comments
Open

Add support for Laguerre #100

dlfivefifty opened this issue Aug 31, 2017 · 9 comments

Comments

@dlfivefifty
Copy link
Member

No description provided.

@MikaelSlevinsky
Copy link
Member

I guess the Hilbert transform would require a good implementation of the exponential integral.

@MikaelSlevinsky
Copy link
Member

(assuming we're working with exponentially weighted Laguerre polynomials)

@dlfivefifty
Copy link
Member Author

Something like H[L_k^1/2 sqrt(x)exp(-x)] = L_k^-1/2 should be true.

Cauchy transform would just follow from Olver's algorithm and first moment.

@MikaelSlevinsky
Copy link
Member

Ah, weighted generalized Laguerre! It's less complicated than H[L_k exp(-x)]

@dlfivefifty
Copy link
Member Author

👍

@dlfivefifty
Copy link
Member Author

H[L_k exp(-x)] has the same annoying logarithmic singularities as H[P_k] that make it not a nice basis. Note that any other Jacobi singularities do not have this annoying feature.

@MikaelSlevinsky
Copy link
Member

I think that H[P_k^{(alpha,beta)}] has a lurking log singularity if alpha and beta are both integer, since there's a banded conversion to P_k^{(0,0)}. But for positive alpha and beta, the singularity would be weaker than the Legendre case.

@dlfivefifty
Copy link
Member Author

Good point

@MikaelSlevinsky
Copy link
Member

It turns out that by Theorem 4.62.1 in Szegő's Orthogonal Polynomials, my edition, there should be (weak) log singularities at the respective endpoint corresponding to integer alpha or beta (not just when they're both integer).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants