\\ Pari/GP code for working with elliptic curve 2.0.4.1-5525.5-b9 \\ (Note that not all these functions may be available, and some may take a long time to execute.) \\ Define the base number field: K = nfinit(i^2 + 1); \\ Define the curve: E = ellinit([i, 1, i, -105*i + 39, 15*i - 399],K) \\ Compute the discriminant: E.disc \\ Compute the norm of the discriminant: norm(E.disc) \\ Compute the j-invariant: E.j \\ Compute the order of the torsion subgroup: elltors(E)[1] \\ Compute the torsion subgroup: elltors(E)[2] \\ Compute the generators of the torsion subgroup: elltors(E)[3]