Main Content
gbasis
Reduced Groebner basis
Description
gbasis(
returns the Groebner basis
of the vector of polynomials poly
)poly
. By default,
gbasis
finds independent variables in
poly
by using symvar
, and uses the
monomial ordering degreeInverseLexicographic
.
gbasis(___,
also uses the specified monomial order in addition to the input arguments in
previous syntaxes. Options are 'MonomialOrder'
,MonomialOrder
)'degreeInverseLexicographic'
,
'degreeLexicographic'
, or 'lexicographic'
.
By default, gbasis
uses
'degreeInverseLexicographic'
.
Examples
Input Arguments
Version History
Introduced in R2018a