ChangeOfOrder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


RegularChains[ChainTools]

  

ChangeOfOrder

  

change of order for a regular chain

 

Calling Sequence

Parameters

Description

Examples

References

Calling Sequence

ChangeOfOrder(rc, R, R2)

Parameters

rc

-

regular chain of R

R

-

polynomial ring

R2

-

polynomial ring

Description

• 

The command ChangeOfOrder returns a regular chain rc2 of R2 which has the same saturated ideal as rc.

• 

The saturated ideal of the regular chain rc must be universally characterizable; in particular, the algorithm applies if the saturated ideal of rc is a prime ideal.

• 

The key point of this approach is to reduce to the dimension zero case, that is, isolating this particular case as the central one. In order to achieve this reduction, the input regular chain is transformed by a sequence of elementary changes of variable orders in dimension zero. Matroid theory is used to compute this sequence of intermediate variable orders.  Several known techniques, notably lifting techniques and rational reconstruction, play important roles here.

• 

This command is part of the ChainTools package, so it can be used in the form ChangeOfOrder(..) only after executing the command with(RegularChains[ChainTools]).  However, it can always be accessed through the long form of the command by using RegularChains[ChainTools][ChangeOfOrder](..).

Examples

withRegularChains:withChainTools:

RPolynomialRingP1,P2,S,X2,X1

Rpolynomial_ring

(1)

R2PolynomialRingX1,X2,S,P2,P1

R2polynomial_ring

(2)

FP1X12,P2X22,SX1X2

FX12+P1,X22+P2,X1X2+S

(3)

rcTriangularizeF,R,normalized=yes1

rcregular_chain

(4)

rc2ChangeOfOrderrc,R,R2

rc2regular_chain

(5)

Equationsrc2,R2

X2X1S,X22P2,S2P2P1

(6)

rc1ChangeOfOrderrc2,R2,R

rc1regular_chain

(7)

Equationsrc1,R

P1X12,P2X22,SX2X1

(8)

EqualSaturatedIdealsrc,rc1,R

true

(9)

References

  

Dahan, X.; Jin, X.; Moreno Maza, M. and Schost, E. "Change of Ordering for Regular Chains in Positive Dimension." Proc. Maple Conference, Waterloo, 2006.

See Also

ChainTools

EqualSaturatedIdeals

Equations

PolynomialRing

RegularChains

Triangularize