"Source: Text/Geometry/CrvEllQNF.text";
"Line: 1672";
"Date: Fri Apr 14 10:35:14 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/CrvEllQNF.text, line: 1672
// Example: H130E17 ()
print "Example: H130E17";
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);
