#4896: fill in missing magma --> sage conversions
------------------------+---------------------------------------------------
Reporter: was | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.2.3
Component: interfaces | Keywords:
------------------------+---------------------------------------------------
Make it so all the following work:
{{{
sage: magma(QQ['x,y'].0).sage()
}}}
Note that a huge number of sage-->magma conversions for ring elements now
work. To find examples where the converse doesn't work, use this script:
{{{
sage: for R in sage.rings.tests.random_rings(): print R,
magma(R.random_element()).sage()
}}}
after applying #4779.
When the above loop runs for "a while" without crashing (after applying
#4779), then this ticket can be closed.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4896>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---