GroebnerBasis::mnmord1
PolynomialReduce::mnmord1
GroebnerBasis`GroebnerWalk`GroebnerWalk::mnmord1
GroebnerBasis`DistributedTermsList::mnmord1
An error occurs in this example because Automatic is not a valid value for the MonomialOrder option.
GroebnerBasis[{x y + y ^ 2, x - y}, {x, y}, MonomialOrder -> Automatic]This shows a valid value for the MonomialOrder option in GroebnerBasis.
GroebnerBasis[{x y + y ^ 2, x - y}, {x, y}, MonomialOrder -> DegreeLexicographic]