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

  

Polynomial

  

polynomial of a regular chain with specified main variable

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Polynomial(v, rc, R)

Parameters

v

-

variable of R

rc

-

regular chain of R

R

-

polynomial ring

Description

• 

The command Polynomial(v, rc, R) returns the polynomial of rc with main variable v, otherwise an error is produced.

• 

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

Examples

withRegularChains:

RPolynomialRingx,y,z

Rpolynomial_ring

(1)

withChainTools:

TEmptyR:

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

Tregular_chain

(2)

EquationsT,R

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

(3)

p1Polynomialx,T,R

p1x2xyzx+zy

(4)

p2Polynomialy,T,R

p2y2+z

(5)

p3Polynomialz,T,R

p3z2+3z+2

(6)

See Also

Chain

Cut

Empty

Equations

IsAlgebraic

PolynomialRing

RegularChains