- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 688
 
Closed
Description
This isn't right:
sage: J = J0(43)
sage: G,_ = J[0].intersection(J[1])
sage: J[1]/G
Simple abelian subvariety 43b(1,43) of dimension 2 of J0(43)
This is
sage: J[0]/G
(Abelian variety factor of dimension 1 of J0(43),
 Abelian variety morphism:
  From: Simple abelian subvariety 43a(1,43) of dimension 1 of J0(43)
  To:   Abelian variety factor of dimension 1 of J0(43))
For some reason J[1]/G isn't even creating the right output (i.e., pair (abvar, map)).
CC: @koffie
Component: modular forms
Stopgaps: todo
Author: Kevin Lui
Branch/Commit: 0bc6f5a
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/6392