"Source: Text/Geometry/ModFrm.text";
"Line: 2187";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Geometry/ModFrm.text, line: 2187
// Example: H141E17 ()
print "Example: H141E17";
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);
