"Source: Text/Geometry/ModSym.text";
"Line: 1506";
"Date: Mon Aug 27 15:40:50 2018";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModSym.text, line: 1506
// Example: H142E13 ()
print "Example: H142E13";
ei := GetEchoInput();
SetEchoInput(true);
M9 := CuspidalSubspace(ModularSymbols(9, 4, 1));
newforms := NewformDecomposition(NewSubspace(M9));
newforms;
f := newforms[1];
Eigenform(f, 20);
bool, chi := IsTwist(f, f, 3);
bool;
assert $1;
Parent(chi);
Conductor(chi), Order(chi);
bool := IsMinimalTwist(f, 3);
bool;
assert $1;
SetEchoInput(ei);
