"Source: Text/Geometry/ModAbVar.text";
"Line: 1338";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 1338
// Example: H148E21 ()
print "Example: H148E21";
ei := GetEchoInput();
SetEchoInput(true);
A := JZero(11,4); A;
IsAbelianVariety(A);
assert not $1;
IsOnlyMotivic(A);
assert $1;
IsAbelianVariety(BaseExtend(A,ComplexField()));
assert $1;
SetEchoInput(ei);
