-
Notifications
You must be signed in to change notification settings - Fork 3
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
Amplitude for negative frequency #49
Comments
You're right, this seems to be incorrect currently. The evaluation of the solutions at a given radius still works as expected for negative frequencies and the problem does not affect the "up" solutions. As far as I can see, it is only the "in" reflection amplitude that is incorrect. This is computed using Eq. (169) of Sasaki and Tagoshi. I haven't yet worked out what the problem is, but it must be in the bit in parenthesis involving There is also raises the issue of whether we should even allow negative frequencies. Strictly speaking the "in" solutions are only defined for |
Thank you for your reply.
I think so. As mentioned in the following sentence of Eq (113) of Sasaki and Tagoshi, one can easily obtain a radial function for negative frequencies from that for positive frequencies. There is no need to calculate for negative frequencies. |
I think calculations for negative frequency seem to fail.
For example, a command
TeukolskyRadial[-2, 2, 2, 0, 1`30][“In"]["Amplitudes”]
returns following resultsReplacing the frequency with a negative value, a command
TeukolskyRadial[-2, 2, -2, 0, -1`30][“In"]["Amplitudes”]
returns following resultsUsing the symmetry of the radial Teukolsky equation under complex conjugate, we find the following relation,
The above results of reflection amplitude do not seem to satisfy this relation.
The text was updated successfully, but these errors were encountered: