"Source: Text/Geometry/ModAbVar.text";
"Line: 1015";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 1015
// Example: H145E17 ()
print "Example: H145E17";
ei := GetEchoInput();
SetEchoInput(true);
#JZero(11);
assert $1 eq 5;
#JZero(23);
assert $1 eq 11;
NumberOfRationalPoints(JZero(37));
NumberOfRationalPoints(JOne(13));
NumberOfRationalPoints(JOne(23));
Factorization(408991);
NumberOfRationalPoints(ModularAbelianVariety("43B"));
SetEchoInput(ei);
