|
D.2.8.2 changeord
Procedure from library ring.lib (see ring_lib).
- Usage:
- changeord(neword[,r]); newordstr=list, r=ring/qring
- Return:
- ring R, obtained from the ring r [default: r=basering], by changing
order(r) to neword.
If, say, neword=list(list("wp",intvec(2,3)),list(list("dp",1:(n-2))));
and if the ring r exists and has n variables, the ring R will be
equipped with the monomial ordering wp(2,3),dp.
Example:
|