Ticket #6964 (closed defect: fixed)
[with patch, positive review] implement computation of Dirichlet character of irreducible cuspidal modular symbols space
| Reported by: | was | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1.2 |
| Component: | algebra | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | Soroosh Yazdani, Minh Van Nguyen | |
| Authors: | William Stein | Merged in: | Sage 4.1.2.alpha4 |
| Dependencies: | Stopgaps: |
Description
Implement this function q_eigenform_character described below:
sage: f = ModularSymbols(Gamma1(13),2,sign=1).cuspidal_subspace().decomposition()[0]
sage: f.q_eigenform(5,'a')
q + a*q^2 + (-2*a - 4)*q^3 + (-a - 1)*q^4 + O(q^5)
sage: f.q_eigenform_character('a')
Traceback (most recent call last):
...
AttributeError: 'ModularSymbolsSubspace' object has no attribute 'q_eigenform_character'
In case f.character() is not None, the above function should be easy to implement -- just return the character. Otherwise it is harder.
Attachments
Change History
comment:1 Changed 4 years ago by was
- Summary changed from implement computation of Dirichlet character of irreducible cuspidal modular symbols space to [with patch; needs review] implement computation of Dirichlet character of irreducible cuspidal modular symbols space
comment:2 Changed 4 years ago by syazdani
- Summary changed from [with patch; needs review] implement computation of Dirichlet character of irreducible cuspidal modular symbols space to [with patch; positive review] implement computation of Dirichlet character of irreducible cuspidal modular symbols space
Changed 4 years ago by mvngu
-
attachment
trac_6964-formatting-fix.patch
added
fix warning when building reference manual
comment:3 Changed 4 years ago by mvngu
The patch trac_6964-formatting-fix.patch fix a warning when building the reference manual with the previous patches.
comment:4 Changed 4 years ago by mvngu
- Status changed from new to closed
- Authors set to William Stein
- Summary changed from [with patch; positive review] implement computation of Dirichlet character of irreducible cuspidal modular symbols space to [with patch, positive review] implement computation of Dirichlet character of irreducible cuspidal modular symbols space
- Reviewers set to Soroosh Yazdani, Minh Van Nguyen
- Resolution set to fixed
- Merged in set to Sage 4.1.2.alpha3
Merged patches in this order:
- trac_6964.patch
- trac_6964-part2.patch
- trac_6964-part3.patch
- trac_6964-part4.patch
- trac_6964-formatting-fix.patch
Note: See
TracTickets for help on using
tickets.
