Overview of the PolynomialTools Package
Calling Sequence
Description
List of PolynomialTools Package Commands
PolynomialTools:-command(arguments)
command(arguments)
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.
The long form, PolynomialTools:-command, is always available. The short form can be used after loading the package.
The following is a list of available commands.
AnnihilatingPolynomial
CoefficientList
CoefficientVector
FromCoefficientList
FromCoefficientVector
FunctionalDecomposition
GcdFreeBasis
GreatestFactorialFactorization
Homogenize
Hurwitz
IsHomogeneous
IsSelfReciprocal
MinimalPolynomial
PDEToPolynomial
PolynomialToPDE
RootPowerSum
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
Download Help Document