-
Notifications
You must be signed in to change notification settings - Fork 200
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
Display partial information on classical modular form pages #1385
Comments
It does not make sense to restrict to a_2 as this might vanish. Moreover, On Tue, May 17, 2016, 08:56 Andrew Sutherland notifications@github.com
|
But there is another issue with this, namely that pages take long to load On Tue, May 17, 2016, 09:03 Stephan Ehlen stephan@die-ehlens.de wrote:
|
@sehlen (#1385 (comment)) Good point, and I think you are right that we don't want to complicate things. So for the moment we could just have two cases
Does that sound reasonable? (If so I can amend the issue description) |
@AndrewVSutherland Absolutely, that's exactly what I wanted to (will) do. |
See my proposal at #1386 (comment) and my branch https://github.com/sehlen/lmfdb/tree/cleanup_bugfix_efficiency for testing this. |
work in all cases. Still have to tune the default value for default_max_height, wich controls when to hide a Fourier expansion. We now also display the trace and the approximate norm of the "first" nonvanishing Fourier coefficient. This fixes LMFDB#1385 although there is certainly room for improvement.
Updated, see my pull request #1409 |
Edited per the discussion below
In cases where the coefficients of the Q-expansion are too large to reasonably display, as on
http://beta.lmfdb.org/ModularForm/GL2/Q/holomorphic/23/38/1/ http://beta.lmfdb.org/ModularForm/GL2/Q/holomorphic/23/38/1/a
for example, don't display the q-expansion but just give information about the coefficient field (a link to the field if it is in the LMFDB, and if not, at least its degree and perhaps a defining polynomial for it).
We can instead provide a link for downloading whatever coefficient data we have available for those who want it.
For cases where we only know the dimensions of the Hecke orbits that make up the decomposition of the space and perhaps some other partial information (e.g. the coefficient field or its degree), we could display this and note that the coefficients are not yet available. This would be friendlier then a long list of "Hecke orbit space not in database" entries (we currently hide these space to avoid displaying them).
I am marking this as critical because, as it stands, many of the current pages (not just the two examples above) cannot be reasonably rendered and take very long to load. This is something we could easily fix even before filling out and verifying all the modular form data we would like to have available (see the discussion at #1248).
This more flexible approach would also allows us to have modular forms pages in cases where we have only numerical data but still want to include the L-function in the LMFDB (as noted in #1237 (comment)).
The text was updated successfully, but these errors were encountered: