EqualSaturatedIdeals - 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]

  

EqualSaturatedIdeals

  

check if two regular chain generate the same saturated ideal

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

EqualSaturatedIdeals(rc1, rc2, R)

Parameters

rc1

-

regular chain of R

rc2

-

regular chain of R

R

-

polynomial ring

Description

• 

The command EqualSaturatedIdeals(rc1, rc2, R) returns true if and only if the regular chains rc1 and rc2 generate the same saturated ideal.

• 

This command is part of the RegularChains[ChainTools] package, so it can be used in the form EqualSaturatedIdeals(..) 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][EqualSaturatedIdeals](..).

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

See Also

Chain

DahanSchostTransform

Equations

IsIncluded

IsInSaturate

PolynomialRing

RegularChains

Triangularize

 


Download Help Document