GroebnerBasis::wgtmat1
PolynomialReduce::wgtmat1
GroebnerBasis`GroebnerWalk`GroebnerWalk::wgtmat1
GroebnerBasis`DistributedTermsList::wgtmat1
An error occurs in this example because the weight matrix includes elements that are not integers or rational numbers.
GroebnerBasis[{x + 3x y, y - 2x}, {x, y}, MonomialOrder -> {{Pi, 0}, {0, Pi}}]This shows a valid weight matrix as the value of the MonomialOrder option.
GroebnerBasis[{x + 3x y, y - 2x}, {x, y}, MonomialOrder -> {{1, 0}, {0, 1}}]