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

Generalized eigenvalue problems on a disc

Open ioannisPApapadopoulos opened this issue 3 years ago • 3 comments

Timon @TSGut has done the heavy lifting and has implemented Jacobi matrices for Zernike polynomials on a disc.

Alberto @APaganini could you remind us what exactly you required? If I remember correctly, as a first step you wanted to solve

-Laplace(u)(x,y) = q(x,y) u(x,y)

on a disc with zero Dirichlet bcs. What should we pick for q(x,y)? (@dlfivefifty)

ioannisPApapadopoulos avatar Apr 25 '22 16:04 ioannisPApapadopoulos

Amazing, many thanks for your help! The function q I'm interested in is

q(x,y) = (1 + |g(x+iy)|^2)^2

where g(z) is a polynomial with real coefficients in the complex variable z.

APaganini avatar Apr 27 '22 17:04 APaganini

So it’s actually polynomial in x and y? Should be easy to get working…

dlfivefifty avatar Apr 27 '22 17:04 dlfivefifty

Yes, we don't need anything more complicated than that. In a next step we may be brave and even try rational functions (but I first have to think about what having poles in the disc would mean for the specific application).

APaganini avatar Apr 27 '22 18:04 APaganini