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

2D on star like geometries #5

Open
dlfivefifty opened this issue Jan 6, 2021 · 2 comments
Open

2D on star like geometries #5

dlfivefifty opened this issue Jan 6, 2021 · 2 comments

Comments

@dlfivefifty
Copy link
Member

I think we can do any star like geometry as long as we can do the boundary: consider it as

p(x/z,y/z) = 1

for z = 0..1 (disk being classic example). Then we can construct OPs in 3-variables x,y,z from boundary OPs in 2 variables Y_{m,k}(x,y) as

Q_{m,k,i}(x,y,z) = P_k^(0,2m+1)(2z-1) * z^m * Y_{m,i}(x/z,y/z)

Claims to be double checked:

  1. This spans all polynomials in x,y,z mod the constraint p(x/z,y/z) =1, which is in fact a polynomial constraint: if p is degree d just multiply through by z^d.
  2. This basis is orthogonal w.r.t. \int_0^1 \int_{z B} f(x,y,z) g(x,y,z) dx dy dz

To get back to OPs in 2-variables we would then construct the connection matrix. Since Q_{m,k,i} spans all polynomials, it contains 2-variable polynomials as a sub space. We can compute this connection matrix by Lanczos (that is, multiply by x and y).

@MarcoFasondini
Copy link
Collaborator

Even for the disk, I don't see how to get the OPs in x, y from those in x, y, z:
3D_ops_disk

@dlfivefifty
Copy link
Member Author

I was thinking this basis would contain both all polynomials and some other things. Doing 2-variable Lanczos would then find out how to get out just the OPs.

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