"Source: Text/Geometry/ModFrm.text";
"Line: 2206";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Geometry/ModFrm.text, line: 2206
// Example: H144E17 ()
print "Example: H144E17";
ei := GetEchoInput();
SetEchoInput(true);
M := ModularForms(Gamma0(47),2);
f := Newform(M,1); 
Degree(f);
assert $1 eq 4;
f;
Parent(f);
Reductions(f,3);
f3 := Reductions(f,3)[1][1];
Type(f3);
Parent(f3);
PowerSeries(f3,15);
f3^2;
pAdicEmbeddings(f,3)[1][1];
_ := pAdicField(3 : Precision := 30);
pAdicEmbeddings(f,3)[1][1];
ComplexEmbeddings(f)[1][1];
SetEchoInput(ei);
