Skip to content

Wrong formula in "dimension_modularforms" #33

@David-Berghaus

Description

@David-Berghaus

The formula of "dimension_modularforms" in

dim=self.dimension_cuspforms(k)+self._ncusps
is not correct.
Instead, it should be:
dim_modularforms(k) = dim_cuspforms(k) + ncusps - kronecker_delta(k,2)
Source: Theorem 5.6.18 in "Modular Forms - A classical approach" by Cohen and Strömberg.

For which examples do the dimension formulas offered by sage fail? Maybe we should simply use these which would also solve #32

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions