#11431: Conversion from Singular to Sage
---------------------------+------------------------------------------------
Reporter: SimonKing | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.1
Component: interfaces | Resolution:
Keywords: | Work_issues:
Upstream: N/A | Reviewer: Martin Albrecht
Author: Simon King | Merged:
Dependencies: #11316 |
---------------------------+------------------------------------------------
Comment(by SimonKing):
Hi Jeroen,
Replying to [comment:10 jdemeyer]:
> sage: singular.eval('ring r1 =
(9,x),(a,b,c,d,e,f),(M((1,2,3,0)),wp(2,3),lp)')
> ...
> RuntimeError: Singular error:
> ? cannot open `gftables/9`
> ? cannot make ring
> ? error occurred in or before STDIN line 33: `ring r1 =
(9,x),(a,b,c,d,e,f),(M((1,2,3,0)),wp(2,3),lp);`
> ? expected ring-expression. type 'help ring;'
> **********************************************************************
That is very strange. I can not imagine that my patch introduced that bug:
It changes the conversion from Singular to Sage, but it should not change
Singular itself (and what you get in your example is an error from
Singular, not from the interface).
Hence, I wonder whether my patch has ''introduced'' or ''uncovered'' that
bug.
Can you test on marks and t2 with unpatched Sage whether the line
{{{
sage: singular.eval('ring r1 =
(9,x),(a,b,c,d,e,f),(M((1,2,3,0)),wp(2,3),lp)')
}}}
fails?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11431#comment:11>
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.