Skip to content

Add coefficient_field() method to ModularSymbols/ModularForms #4483

Open
@jonhanke

Description

Define a newform (up to conjugation)

time nf = ModularSymbols(100,2,1).cuspidal_subspace().new_subspace().decomposition()[0]

nf.coefficient_field() -- should return the field of definition of the newform. (This appears to be accomplished with nf.eigenvalue(1).parent(). It would be nice to know that this really does give the field of definition.)

nf.degree() -- should return the degree of the coefficient field.

Component: modular forms

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

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions