#15201: Problem with Hecke eigenvalues with the same index as the level
---------------------------------+------------------------
       Reporter:  fstromberg     |        Owner:
           Type:  defect         |       Status:  new
       Priority:  major          |    Milestone:  sage-6.2
      Component:  number theory  |   Resolution:
       Keywords:                 |    Merged in:
        Authors:                 |    Reviewers:
Report Upstream:  N/A            |  Work issues:
         Branch:                 |       Commit:
   Dependencies:                 |     Stopgaps:
---------------------------------+------------------------
Description changed by AlexGhitza:

Old description:

> It seems to be a problem to compute Hecke eigenvalues for Modular Symbol
> subspaces at integers dividing the level N unless the eigenvalue for the
> Hecke operator at N is computed first.
> I have verified this problem for sage versions between 5.8 and 5.12.beta.
>
> Example::
>

>     sage: M=ModularSymbols(5,6,sign=1)
>
>     sage: S=M.decomposition()
>
>     sage: f=S[0]
>
>     sage: f.eigenvalue(10)
>
>     IndexError                                Traceback (most recent call
> last)
>
>     ...
>
>     IndexError: n must be a positive integer
>
>     sage: f.eigenvalue(5)
>
>     25
>
>     sage: f.eigenvalue(10)
>
>     50

New description:

 It seems to be a problem to compute Hecke eigenvalues for Modular Symbol
 subspaces at integers dividing the level N unless the eigenvalue for the
 Hecke operator at N is computed first.
 I have verified this problem for sage versions between 5.8 and 5.12.beta.

 Example

 {{{
 sage: M=ModularSymbols(5,6,sign=1)
 sage: S=M.decomposition()
 sage: f=S[0]
 sage: f.eigenvalue(10)
 IndexError                                Traceback (most recent call
 last)
 ...
 IndexError: n must be a positive integer
 sage: f.eigenvalue(5)
 25
 sage: f.eigenvalue(10)
 50
 }}}

--

--
Ticket URL: <http://trac.sagemath.org/ticket/15201#comment:2>
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