magma://Please install CHIMP (https://github.com/edgarcosta/CHIMP) if you want to run this code
chi := DirichletCharacter("3129.1");
S:= CuspForms(chi, 2);
N := Newforms(S);
sage:from sage.modular.dirichlet import DirichletCharacter
H = DirichletGroup(3129, base_ring=CyclotomicField(2))
chi = DirichletCharacter(H, H._module([0, 0, 0]))
N = Newforms(chi, 2, names="a")
This newform subspace can be constructed as the kernel of the linear operator
\( T_{2}^{21} + 3 T_{2}^{20} - 30 T_{2}^{19} - 92 T_{2}^{18} + 372 T_{2}^{17} + 1177 T_{2}^{16} - 2461 T_{2}^{15} + \cdots + 64 \)
acting on \(S_{2}^{\mathrm{new}}(\Gamma_0(3129))\).