#4539: plural wrapper
---------------------------------------------------------------------------+
Reporter: burcin |
Owner: OleksandrMotsak, AlexanderDreyer
Type: enhancement |
Status: needs_work
Priority: major |
Milestone: sage-4.7
Component: algebra |
Keywords: libsingular plural wrapper
Author: |
Upstream: N/A
Reviewer: |
Merged:
Work_issues: Implement is_integral_domain and probably other small stuff |
---------------------------------------------------------------------------+
Changes (by SimonKing):
* keywords: => libsingular plural wrapper
* status: needs_review => needs_work
* work_issues: => Implement is_integral_domain and probably other small
stuff
Comment:
Apply trac4539_libplural.patch
It turned out that the old patch did not apply, since meanwhile the
libsingular options are dealt with in a different way. I have rebased the
patch, and also adopted the new option syntax.
However, not all is good. Here is one error that I just found:
{{{
sage: A.<x,y,z> = FreeAlgebra(QQ, 3)
sage: H = A.g_algebra({y*x:x*y-z, z*x:x*z+2*x, z*y:y*z-2*y})
sage: H.inject_variables()
Defining x, y, z
sage: I = H.ideal([y^2, x^2, z^2-H.one_element()],coerce=False)
sage: G = vector(I.gens()); G
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call
last)
...
/mnt/local/king/SAGE/sage-4.6.2/local/lib/python2.6/site-
packages/sage/rings/ring.so in sage.rings.ring.Ring.is_integral_domain
(sage/rings/ring.c:6035)()
NotImplementedError:
}}}
So, there remains work to do!
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4539#comment:37>
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.