4.6.1 Parameters

Some Magma functions have optional ``parameters'', which are arguments that in Magma go after a colon. In SAGE, you pass these using named function arguments. For example,

sage: E = magma('EllipticCurve([0,1,1,-1,0])')
sage: E.Rank(Bound = 5)
0

See About this document... for information on suggesting changes.