#17283: Dimension mismatch in cuspidal_submodule()
-----------------------------+---------------------------------------------
   Reporter:  pbruin         |            Owner:
       Type:  defect         |           Status:  new
   Priority:  major          |        Milestone:  sage-6.4
  Component:  modular forms  |         Keywords:  modular symbols dimension
  Merged in:                 |          Authors:
  Reviewers:                 |  Report Upstream:  N/A
Work issues:                 |           Branch:
     Commit:                 |     Dependencies:
   Stopgaps:                 |
-----------------------------+---------------------------------------------
 In the following example, two ways of computing the dimension of a space
 of modular symbols do not give the same result:
 {{{
 sage: k.<i> = QuadraticField(-1)
 sage: G = DirichletGroup(192)
 sage: chi = G([i,-1,-1])
 sage: M = ModularSymbols(chi);
 sage: M.cuspidal_submodule()
 AssertionError: According to dimension formulas the cuspidal subspace of
 "Modular Symbols space of dimension 0 and level 192, weight 2, character
 [zeta4, 1, -1], sign 0, over Cyclotomic Field of order 4 and degree 2" has
 dimension 40; however, computing it using modular symbols we obtained 0,
 so there is a bug (please report!).
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/17283>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to