SAGE
Reference Manual
Previous:
4.6 Interface to Magma
Up:
4.6 Interface to Magma
Next:
4.6.2 Multiple Return Values
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
SAGE
Reference Manual
Previous:
4.6 Interface to Magma
Up:
4.6 Interface to Magma
Next:
4.6.2 Multiple Return Values
Release 2006.05.25, documentation updated on May 25, 2006.
See
About this document...
for information on suggesting changes.