PolynomialTools
RootPowerSum
compute the sum of a give power of the roots of a polynomial
Calling Sequence
Parameters
Description
Examples
Compatibility
RootPowerSum( p, x, n )
p
-
: polynom : a polynomial in x
x
: name : the indeterminate
n
: nonnegint : the power of the roots of p
The RootPowerSum( p, x, n ) command computes the sum of the -th powers of the roots of the polynomial p in the indeterminate x.
Note that RootPowerSum( p, x, 0 ) is the same as the degree of p in x; RootPowerSum( p, x, 1 ) is the sum of the roots of p (as a polynomial in x); RootPowerSum( p, x, 2 ) is the sum of the squares of the roots of p; and so on.
A generic cubic polynomial expressed as a product of linear factors.
Consider a general quadratic polynomial in x.
The quadratic formula gives us the following roots for p.
As a polynomial in , this polynomial has roots , and .
The PolynomialTools[RootPowerSum] command was introduced in Maple 2022.
For more information on Maple 2022 changes, see Updates in Maple 2022.
See Also
Download Help Document