| |
| | Structure Operations |
 | | Given an elliptic curve E, this function returns a sequence consisting of the Weierstrass coefficients of E; this is the sequence [a_1, a_2, a_3, a_4, a_6] such that E is defined by y^2z + a_1xyz + a_3yz^2=x^3 + a_2x^2z + a_4xz^2 + a_6z^3. |
 | | Given an elliptic curve E, defined over Q with integral coefficients, and a prime number p, this function returns the local Tamagawa number of E at p, which is the index in E[Q_p] of the subgroup E^0[Q_p] consisting of points with non-singular reduction modulo p. |
 | | Given an elliptic curve defined over Q with integral coefficients, this function returns generators for the Mordell-Weil group of E, in the form of a sequence of points of E. The i-th element of the sequence corresponds to the i-th generator of the group as returned by the function Mordell-Weil. |
| www.math.ufl.edu /help/magma/text474.html (1122 words) |
|