JuliaApproximation / MultivariateOrthogonalPolynomials.jl

Supports approximating functions and solving differential equations on various higher dimensional domains such as disks and triangles
Other
17 stars 5 forks source link

Ridge polynomials (on the disk)? #89

Open MikaelSlevinsky opened 3 years ago

MikaelSlevinsky commented 3 years ago

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 commented 3 years ago

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

dlfivefifty commented 3 years ago

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