#11580: Magma interface cannot convert multivariate polynomials back to sage
-------------------------------------------+--------------------------------
Reporter: nbruin | Owner: was
Type: defect | Status: needs_review
Priority: minor | Milestone: sage-4.7.2
Component: interfaces | Keywords:
Work_issues: | Upstream: N/A
Reviewer: William Stein, Marco Streng | Author: Nils Bruin
Merged: | Dependencies:
-------------------------------------------+--------------------------------
Changes (by mstreng):
* status: needs_work => needs_review
* work_issues: rebase on top of #11456 =>
Old description:
> Evidently:
> {{{
> sage: R.<x,y,z>=QQ[]
> sage: f=x^2+3*y
> sage: magma(f).sage()
> NameError: name 'x' is not defined
> }}}
> ---------------------------
> apply [attachment:trac_11580-magma_mpols.patch] to extcode repository.
> Apply [attachment:trac_11580-doctest.patch] to the sage library.
New description:
Evidently:
{{{
sage: R.<x,y,z>=QQ[]
sage: f=x^2+3*y
sage: magma(f).sage()
NameError: name 'x' is not defined
}}}
---------------------------
apply [attachment:trac_11580-magma.patch] to extcode repository. Apply
[attachment:trac_11580-doctests.patch] to the sage library.
--
Comment:
Rebased on top of #11456.
Removed the function {{{"intrinsic Sage(X::SeqEnum) -> MonStgElt,
BoolElt"}}}, because it was equal (modulo documentation) to the one in
#11456.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11580#comment:10>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
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.