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

Online Help

All Products    Maple    MapleSim


RegularChains

  

DisplayPolynomialRing

  

display variables, parameters and characteristic

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

DisplayPolynomialRing(R)

Parameters

R

-

polynomial ring

Description

• 

The function call DisplayPolynomialRing(R) displays the list of ordered variables, the set of parameters and the characteristic of the polynomial ring R.

• 

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

Examples

withRegularChains:

RPolynomialRingx,y,z,a,b,c,5

Rpolynomial_ring

(1)

DisplayPolynomialRingR

Variables      : [x, y, z]
Parameters     : {a, b, c}
Characteristic : 5

See Also

PolynomialRing

RegularChains