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

  

IsZeroDimensional

  

check whether a regular chain is zero-dimensional

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsZeroDimensional(rc, R)

Parameters

rc

-

regular chain of R

R

-

polynomial ring

Description

• 

The command IsZeroDimensional(rc, R) returns true if rc is zero-dimensional false otherwise.

• 

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

Examples

withRegularChains:

withChainTools:

RPolynomialRingx,y,z

Rpolynomial_ring

(1)

pzz1z2

pzz1z2

(2)

pyy2+z

pyy2+z

(3)

pxx+y+z

pxx+y+z

(4)

rcEmptyR

rcregular_chain

(5)

rc1Chainpz,rc,R

rc1regular_chain

(6)

IsZeroDimensionalrc1,R

false

(7)

rc2Chainpz,py,px,rc,R

rc2regular_chain

(8)

IsZeroDimensionalrc2,R

true

(9)

See Also

Chain

DahanSchostTransform

Dimension

Empty

IsStronglyNormalized

PolynomialRing

RegularChains