Difference between revisions of "ApCoCoA-1:CharP.GBasisModSquares"

From ApCoCoAWiki
(New page: <command> <title>$char2.GBasisModSquares</title> <short_description>computing a gbasis of an given ideal, intersected with x^2-x for all indeterminates x</short_description> <syn...)
 
m (fixing fglm link)
Line 16: Line 16:
 
     </description>
 
     </description>
 
     <seealso>
 
     <seealso>
       <see>FGLM</see>
+
       <see>FGLM5</see>
 
       <see>GBasis</see>
 
       <see>GBasis</see>
 
     </seealso>
 
     </seealso>
 
   </command>
 
   </command>

Revision as of 09:27, 9 October 2007

$char2.GBasisModSquares

computing a gbasis of an given ideal, intersected with x^2-x for all indeterminates x

Syntax

$char2.GBasisModSquares(Ideal):List

Description

This function returns reduced Groebner basis for the ideal, intersected with the ideal, created by x^2-x for all indeterminates. If x^2-x for

all indeterminates is in the ideal (e.g. the set of zeros is a subset of {0,1}^n) this method should produce the GBasis much faster!

Please be aware, that this is much more efficient if the term ordering is Lex, DegLex or DegRevLex. Otherwise, first a DegRevLex GBasis is computed and then transformed with the FGLM-algorithm.

Example

See also

FGLM5

GBasis