stats

stats g -- describe the status of a Groebner basis computation or of a resolution computation.

     i1 = ZZ/101[a..f]
     
           ZZ
     o1 = ---[a,b,c,d,e,f]
          101
     
     o1 : PolynomialRing
     
     i2 = stats gb matrix {{a*b, b*c},{a^3*f, b^3*e}}
     

See also GroebnerBasis and Resolution.

Go to main index.

Go to concepts index.