"Source: Text/Geometry/ModAbVar.text";
"Line: 1338";
"Date: Fri Sep  9 15:10:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModAbVar.text, line: 1338
// Example: H145E21 ()
print "Example: H145E21";
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);
