Roots to polynomial Constructs a polynomial that has as roots the desired ones. Syntax roots_to_polynomial(List, Identifier) roots_to_polynomial(List) Description roots_to_polynomial(List, Identifier) Given a list and an identifier , returns a polynomial in the variable with roots given by the elements of . roots_to_polynomial(List) Given a list , returns a polynomial with roots given by the elements of . Related functions Roots, Factor, Multiplicity Table of Contents Syntax Description Related functions