Go to the first, previous, next, last section, table of contents.


dp_ord

dp_ord([order])
:: Set and show the ordering type.
return
ordering type (number, list or matrix)
order
number, list or matrix
[19] dp_ord(0)$          
[20] <<1,2,3>>+<<3,1,1>>;
(1)*<<1,2,3>>+(1)*<<3,1,1>>
[21] dp_ord(2)$          
[22] <<1,2,3>>+<<3,1,1>>;
(1)*<<3,1,1>>+(1)*<<1,2,3>>
References
section Setting term orderings


Go to the first, previous, next, last section, table of contents.