Skip to content
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

another modular forms bug #304

Closed
williamstein opened this issue Mar 1, 2007 · 1 comment
Closed

another modular forms bug #304

williamstein opened this issue Mar 1, 2007 · 1 comment

Comments

@williamstein
Copy link
Contributor

sage: m = CuspForms(11*2^4,2); m.set_precision(13)
sage: m.integral_basis()
[
q + O(q^13),
q^2 + q^8 + O(q^13),
q^3 + O(q^13),
q^4 + O(q^13),
q^5 + O(q^13),
q^6 + 2*q^8 + O(q^13),
q^7 + q^11 + O(q^13),
q^8 + O(q^13),
q^9 + O(q^13),
q^10 + O(q^13),
q^11 + O(q^13),
q^12 + O(q^13),
1 + O(q^13),
q + 6*q^5 + 2*q^8 + 13*q^9 + O(q^13),
q^2 + 4*q^6 + 6*q^10 + O(q^13),
q^3 + 2*q^7 + O(q^13),
q^4 + 4*q^12 + O(q^13),
3*q^8 + O(q^13),
2*q^11 + O(q^13)
]

there shouldn't be a series starting with 1.

Computing everything to higher precision yields the right answer. So ??

Component: modular forms

Issue created by migration from https://trac.sagemath.org/ticket/304

@williamstein williamstein self-assigned this Mar 1, 2007
@williamstein williamstein added this to the sage-2.8.2 milestone Aug 18, 2007
@williamstein
Copy link
Contributor Author

comment:2

Fixed for sage-2.8.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant