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

Online Help

All Products    Maple    MapleSim


RegularChains

  

Equations

  

list of equations of the regular chain

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Equations(rc, R)

Parameters

rc

-

regular chain of R

R

-

polynomial ring

Description

• 

The command Equations(rc,R) returns the list of the polynomials of rc by decreasing order of main variable.

• 

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

Examples

withRegularChains:withChainTools:

RPolynomialRingx,y,z

Rpolynomial_ring

(1)

In the polynomial ring the variables are ordered as follows: x>y>z.

rcEmptyR

rcregular_chain

(2)

rcChainz2+1,y2z,x+y+z,rc,R

rcregular_chain

(3)

Equationsrc,R

x+y+z,y2z,z2+1

(4)

See Also

Chain

ChainTools

Empty

ListConstruct

MainVariable

PolynomialRing

RegularChains