MultivariateOrthogonalPolynomials.jl icon indicating copy to clipboard operation
MultivariateOrthogonalPolynomials.jl copied to clipboard

Ridge polynomials (on the disk)?

Open MikaelSlevinsky opened this issue 4 years ago • 2 comments

These look like P_{n,k}(x,y) = U_n(x * cos(k*pi/(n+1)) + y * sin(k*pi/(n+1))), orthogonal on the unweighted unit disk.

Sparse differentiation is trivial (using ultraspherical generalizations), but the Jacobi operators are not obvious.

MikaelSlevinsky avatar Jun 04 '21 16:06 MikaelSlevinsky

https://www.math.auckland.ac.nz/~waldron/Preprints/Disc-Polys/discpolys.pdf

MikaelSlevinsky avatar Jun 04 '21 16:06 MikaelSlevinsky

Yes I know this family from Dunkl and Xu, it’s cool and doesn’t require any high order OPs

dlfivefifty avatar Jun 04 '21 20:06 dlfivefifty