-
-
Notifications
You must be signed in to change notification settings - Fork 519
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
Implemented an Explicit Dimension Formula for the Newspace with character #38385
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. @JohnCremona, perhaps you might have some thoughts on this PR?
For me, I would prefer not to have all of those internal functions as they make the code harder to follow (i..e, take a more iterative style approach instead of functional) as most of those are called in exactly one place. You are also going to get a lot of Python int
s being mixed in instead of Sage Integer
s too.
I will take a look -- saw the preprint but have not yet read it as I'm at ANTS this week and then on holdiday for a few days. |
@tscrim Thank you for all your feedback and updates. Especially thank you for all the style updates to match this repo; I'm still trying to figure out all the code standards here. |
We could potentially combine all the
I agree this is weird. Is it considered better practice to change every |
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Co-authored-by: Travis Scrimshaw <clfrngrown@aol.com>
Sorry for the delay in responding (traveling). Yes, usually you use I don't think it is so bad to get rid of all internal functions, but I can see some benefits to keeping some of them. However, the more trivial ones would be better to absorb as inline: |
Ok, thanks for the feedback. I will plan to add in these changes on Monday or Tuesday (I'm currently travelling as well). |
This PR implements a recently computed explicit dimension formula for newspaces of modular forms with character.
This completes Issue #38384
The tests verify this formula against the current dimension computation in Sage.
I added some additional documentation underneath
dimension_new_cusp_forms()
for this change. But I can't view the documentation preview, because for some reason, I can't get the docs to build on my machine.📝 Checklist
⌛ Dependencies