Skip to main content

Roots to polynomial

Constructs a polynomial that has as roots the desired ones.

Syntax

roots_to_polynomial(List, Identifier)
roots_to_polynomial(List)

Description

Given a list L and an identifier x, returns a polynomial in the variable xx with roots given by the elements of LL.

polynomials.roots_to_polynomial1.calc.png

Given a list LL, returns a polynomial with roots given by the elements of LL.

polynomials.roots_to_polynomial2.calc.png