Groebner
MatrixOrder
compute matrices for monomial orders
Calling Sequence
Parameters
Description
Examples
MatrixOrder(tord, vars)
tord
-
ShortMonomialOrder
vars
(optional) list of variables or a name
The MatrixOrder command returns a matrix representation for a monomial order tord as a list of lists. If a list of variables is given as an optional second argument, the columns of the matrix are permuted to match the order of the variables. If vars is a name, then the default permutation of the columns is assigned to vars.
with⁡Groebner:
MatrixOrder⁡plex⁡x,y,z
1,0,0,0,1,0,0,0,1
MatrixOrder⁡plex⁡x,y,z,z,x,y
0,1,0,0,0,1,1,0,0
MatrixOrder⁡tdeg⁡x,y,z,vars
1,1,1,0,0,−1,0,−1,0
x,y,z
MatrixOrder⁡grlex⁡x,y,z
1,1,1,1,0,0,0,1,0
See Also
LeadingTerm
Monomial Orders
Download Help Document