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 and an identifier , returns a polynomial in the variable with roots given by the elements of .
Given a list , returns a polynomial with roots given by the elements of .