\\ Pari/GP code for working with elliptic curve 2.2.89.1-81.1-a1 \\ (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(a^2 - a - 22); \\ Define the curve: E = ellinit([0, 0, 1, -1590*a - 8580, 92750*a + 359875],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]