#12344: Interface to GINV
---------------------------------+------------------------------------------
   Reporter:  malb               |          Owner:  tbd            
       Type:  enhancement        |         Status:  positive_review
   Priority:  major              |      Milestone:  sage-5.0       
  Component:  optional packages  |       Keywords:  ginv           
Work_issues:                     |       Upstream:  N/A            
   Reviewer:                     |         Author:  Martin Albrecht
     Merged:                     |   Dependencies:                 
---------------------------------+------------------------------------------
Changes (by dimpase):

  * status:  needs_review => positive_review


Old description:

> We do have an optional GINV SPKG which comes with its own Python
> interface but no interface to it from Sage.
>
> With the attached patch, this now works.
>
> {{{
> sage: P.<x,y,z> = PolynomialRing(GF(127),order='degrevlex')
> sage: I = sage.rings.ideal.Katsura(P)
> sage: I.groebner_basis(algorithm='ginv')            ...
> [z^3 + 22*z^2 - 55*y + 49*z, y^2 - 26*z^2 - 51*y + 51*z, y*z + 52*z^2 +
> 38*y + 25*z, x + 2*y + 2*z - 1]
> }}}

New description:

 We do have an optional GINV SPKG which comes with its own Python interface
 but no interface to it from Sage.

 With the attached patch, this now works.

 {{{
 sage: P.<x,y,z> = PolynomialRing(GF(127),order='degrevlex')
 sage: I = sage.rings.ideal.Katsura(P)
 sage: I.groebner_basis(algorithm='ginv')            ...
 [z^3 + 22*z^2 - 55*y + 49*z, y^2 - 26*z^2 - 51*y + 51*z, y*z + 52*z^2 +
 38*y + 25*z, x + 2*y + 2*z - 1]
 }}}

 Please use the last patch, the 1st one has non-ASCII chars in it.

--

Comment:

 Tested on Sage 5.0 beta2, Linux x86_64 Debian. It works.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12344#comment:5>
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.

Reply via email to