Sage
Reference Manual
Previous:
14.7 Interface to Magma
Up:
14.7 Interface to Magma
Next:
14.7.2 Multiple Return Values
14.7.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:
14.7 Interface to Magma
Up:
14.7 Interface to Magma
Next:
14.7.2 Multiple Return Values
Release 2008.07.11, documentation updated on July 11, 2008.
See
About this document...
for information on suggesting changes.