"Source: Text/Geometry/Lseries.text";
"Line: 467";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/Lseries.text, line: 467
// Example: H136E9 ()
print "Example: H136E9";
ei := GetEchoInput();
SetEchoInput(true);
E := EllipticCurve(CremonaDatabase(),"11A3");
K := CyclotomicField(5);
art := ArtinRepresentations(K);
for A in art do Evaluate(LSeries(E,A),1); end for;
#TwoSelmerGroup(BaseChange(E,K));
assert $1 eq 1;
SetEchoInput(ei);
