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

Test in ME_Radial_bm2 compares lambda to -1 but message refers to lambda == 1 #7

Open
agryman opened this issue Jun 18, 2022 · 0 comments

Comments

@agryman
Copy link
Owner

agryman commented Jun 18, 2022

ME_Radial_bm2:=proc(lambda::algebraic,mu_f::nonnegint,mu_i::nonnegint)
if lambda=-1 then
error "Singular 1/beta^2 for lambda=1";
fi:

Comparing lambda to -1 seems wrong since elsewhere lambda is required to be greater than 1:

"also note that we require both lambda>1 and lambda'>1"

Is the correct test: lambda <= 1

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

1 participant