-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
Implement to_polynomial and from_polynomial for quasimodular forms #32336
Comments
Author: David Ayotte |
Commit: |
Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
Just a minor remark: almost all other methods that convert something to a polynomial are called just |
comment:9
Thank you very much for bringing up this remark! I was not aware of this fact, as I never used polynomial conversion methods before. I agree with you: everything should be consistent. What do you think about adding an alias I will also fix the work in #32135 to be consistent with the option we decide. |
comment:10
Replying to @DavidAyotte:
I am not sure that the alias is necessary, but I have nothing against it! |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:12
It seems like you also have some stuff from #32357 merged in here. While I am not strictly opposed to that, I feel it would be better to have this ticket be "clean" in the sense it only has the code going to/from a polynomial ring. I agree with Marc about calling the method |
comment:13
Thank you very much for finding this. I think that you are talking about the method Concerning the Again, thank you very much for taking the time to look at this. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Reviewer: Marc Mezzarobba, Travis Scrimshaw |
comment:15
Thanks. LGTM. |
Changed branch from u/gh-DavidAyotte/quasiform_to_from_polynomial to |
The goal of this ticket is like the ticket #32135: implement the methods
to_polynomial
andfrom_polynomial
for the classQuasiModularFormElement
(see #31560, #31512)In particular, we want to be able to write a quasimodular form as a polynomial in terms of the generators of the graded algebra of quasimodular forms. Examples:
Depends on #31512
CC: @videlec
Component: modular forms
Author: David Ayotte
Branch/Commit:
6b729bc
Reviewer: Marc Mezzarobba, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/32336
The text was updated successfully, but these errors were encountered: