IsEmptyChain - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


RegularChains[ChainTools]

  

IsEmptyChain

  

test if a regular chain is empty

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

IsEmptyChain(rc, R)

Parameters

rc

-

regular chain of R

R

-

polynomial ring

Description

• 

The command IsEmptyChain(rc, R) returns true if and only if rc is the empty regular chain of R.

• 

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

Examples

withRegularChains:withChainTools:

RPolynomialRingx,y,z

Rpolynomial_ring

(1)

TEmptyR

Tregular_chain

(2)

TChainz+1z+2,y2+z,xzxy,T,R

Tregular_chain

(3)

EquationsT,R

x2+yzx+zy,y2+z,z2+3z+2

(4)

IsEmptyChainT,R

false

(5)

See Also

Chain

ChainTools

Empty

Equations

PolynomialRing

RegularChains