-
Notifications
You must be signed in to change notification settings - Fork 201
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
Possible wrong character value on newforms #6309
Comments
Where is the contradiction?
…On Sun, Dec 29, 2024, 17:20 Jen Paulhus, Ph.D. ***@***.***> wrote:
From the bug report:
The value of chi on
https://www.lmfdb.org/ModularForm/GL2/Q/holomorphic/7/5/b/a/ should be -1
when evaluated at 3. The same issue is also on newform 7.3.b.a.
—
Reply to this email directly, view it on GitHub
<#6309>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACO2BSJQPH4ZEWHXHAAAHT2IBYSRAVCNFSM6AAAAABULFZWDSVHI2DSMVQWIX3LMV43ASLTON2WKOZSG43DENBSGUYDEOI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I think they are referring to the table in the Character values section where it has a value of +1? I can get more info from the person who submitted the bug if needed. I don't know newforms very well so if this is something that is obviously correct as stated on LMFDB, just let me know and I can convey to the person who submitted the bug report. |
The character is 7.b which has order 2, so it's a bug that the image of 3 is 1 (this would be the trivial character). Indeed, if you click through to the character page, you see that it has image -1 on 3. |
Ups, never noticed that section in my life |
Hi! I am the one reporting the issue. I know that when I go to the homepage of the characters, I see the correct values there so it's not really a mistake. I spotted some other ones: Newform orbit 8.5.d.a. (same issue as in the 7.3.b.a one) and Newform orbit 12.3.c.a (this one is even more weird as it tells you the value of the Nebentypus character at 7 is 0). I suspect there might be some systematic mistake in the display on the pages of these newforms. I really hope this issue can be addressed. Thank you! |
The problem is here: which calls: but just quickly looking at I don't see anything wrong, and the data is correct, as we have:
I hope this helps whoever has more time to dig into this. |
I think I figured out what went wrong and posted a fix in #6318 |
Great! I probably won't have time to review it this week, but perhaps someone else will. Thank you! |
So instead of the actual value of the character, the newform page displayed the power of the primitive n-th root of unity where n is the order of the character? Thank you! |
From the bug report:
The value of chi on https://www.lmfdb.org/ModularForm/GL2/Q/holomorphic/7/5/b/a/ should be -1 when evaluated at 3. The same issue is also on newform 7.3.b.a.
The text was updated successfully, but these errors were encountered: