"Source: Text/Geometry/ModAbVar.text";
"Line: 1015";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 1015
// Example: H148E17 ()
print "Example: H148E17";
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);
