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

Online Help

Home : Support : Online Help : PolynomialTools/RootPowerSum

PolynomialTools

  

RootPowerSum

  

compute the sum of a give power of the roots of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

RootPowerSum( p, x, n )

Parameters

p

-

: polynom : a polynomial in x

x

-

: name : the indeterminate

n

-

: nonnegint : the power of the roots of p

Description

• 

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.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

(7)

(8)

(9)

(10)

(11)

(12)

(13)

(14)

(15)

A generic cubic polynomial expressed as a product of linear factors.

(16)

(17)

(18)

(19)

Consider a general quadratic polynomial in x.

(20)

(21)

The quadratic formula gives us the following roots for p.

(22)

(23)

(24)

(25)

(26)

As a polynomial in , this polynomial has roots ,  and .

(27)

(28)

(29)

(30)

(31)

(32)

(33)

(34)

(35)

(36)

(37)

(38)

Compatibility

• 

The PolynomialTools[RootPowerSum] command was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

PolynomialTools

 


Download Help Document