"Source: Text/Geometry/ModAbVar.text";
"Line: 1651";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModAbVar.text, line: 1651
// Example: H148E31 ()
print "Example: H148E31";
ei := GetEchoInput();
SetEchoInput(true);
A := JZero(37)(1);
x := A![1/2,1];
B := A/Subgroup([x]);
e := ModularEmbedding(B);
e;
IsInjective(e);
assert not $1;
pi := ModularParameterization(B);
IsSurjective(pi);
assert $1;
ComponentGroupOfKernel(pi);
IsOptimal(pi);
assert not $1;
SetEchoInput(ei);
