-
Notifications
You must be signed in to change notification settings - Fork 4
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
phys: implement symbolic Dalitz phase space #139
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
58be805
to
fef578a
Compare
It is an analytic expression, easy to write down. I just do not know the best way to code it since, for whatever Mandelstam variable you choose for y axis, there is an expression y+-(x) where x is whatever you choose for x variable. see |
uh, well done with the solve! :) yes, there is one fun way for the parametric boundary:
|
for the references, Eero Byckling, K. Kajantie it is the particle-kinematics bible |
Great tip! See 632d0c4 |
Seems that this results in 3rd degree polynomials in r (e626d3b). Well let's not bother to plot that then :P |
Yes, the idea is from Byckling-Kajantie.
is always satisfied. The exact transformation is from the Actually, it would be nice to see that it works by finding the root numerically. |
@wgradl, once this PR is merged, this page can be found under compwa-org.rtfd.io/report/017.html. Are there any things that can be improved before? |
@redeboer, this looks very good to me!
… @wgradl, once this PR is merged, this page can be found under [compwa-org.rtfd.io/report/017.html](https://compwa-org.readthedocs.io/report/017.html). Are there any things that can be improved before? Preview of the page [here](https://compwa-org--139.org.readthedocs.build/report/017.html).
|
I just checked that the trick with minimal positive root works the example is here |
Cool. I want to get #134 to work, so we can integrate such Julia scripts 😆 |
Extracted from #129 (comment).
Interactive visualization
TR-017 is now available here.