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

  

Empty

  

empty regular chain

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Empty(R)

Parameters

R

-

polynomial ring

Description

• 

The command Empty(R) returns the empty regular chain of R, that is the regular chain of R with no polynomials.

• 

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

Examples

withRegularChains:

RPolynomialRingx,y,z

Rpolynomial_ring

(1)

withChainTools:

TEmptyR

Tregular_chain

(2)

See Also

IsEmptyChain

PolynomialRing

RegularChains