"Source: Text/Geometry/CrvEllQNF.text";
"Line: 1676";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/CrvEllQNF.text, line: 1676
// Example: H133E17 ()
print "Example: H133E17";
ei := GetEchoInput();
SetEchoInput(true);
M:=ModularForms(Gamma0(389),2);
f := Newform(M,1); f; 
E := EllipticCurve(f); E;
time ModularDegree(ModularSymbols(f));
assert $1 eq 40;
time ModularDegree(E);
assert $1 eq 40;
E := EllipticCurve([0,0,0,0,-(10^4+9)]); 
Conductor(E);
assert $1 eq 14425931664;
time ModularDegree(E);
assert $1 eq 6035544576;
SetEchoInput(ei);
