Overview - Maple Help

Online Help

All Products    Maple    MapleSim


Overview of the PolynomialTools Package

 

Calling Sequence

Description

List of PolynomialTools Package Commands

Calling Sequence

PolynomialTools[command](arguments)

command(arguments)

Description

• 

The PolynomialTools package is a collection of commands to work with polynomial objects.

• 

The Approximate subpackage consists of commands for computing with polynomials with approximate coefficients.

• 

Each command in the PolynomialTools package can be accessed by using either the long form or the short form of the command name in the command calling sequence.

  

As the underlying implementation of the PolynomialTools package is a module, it is also possible to use the form PolynomialTools:-command to access a command from the package. For more information,  see Module Members.

List of PolynomialTools Package Commands

  

The following is a list of available commands.

AnnihilatingPolynomial

CoefficientList

CoefficientVector

FromCoefficientList

FromCoefficientVector

GcdFreeBasis

GreatestFactorialFactorization

Homogenize

Hurwitz

IsHomogeneous

IsSelfReciprocal

MinimalPolynomial

PDEToPolynomial

PolynomialToPDE

ShiftEquivalent

ShiftlessDecomposition

Shorten

Shorter

Sort

Split

Splits

SquareFreePart

Translate

 

  

To display the help page for a particular PolynomialTools command, see Getting Help with a Command in a Package.

See Also

Approximate

module

polynomial

SDMPolynom

type[polynom]

UsingPackages

with