numpy.polynomial.polynomial.polyfromroots()
numpy.polynomial.polynomial.polyfromroots
-
numpy.polynomial.polynomial.polyfromroots(roots)
[source] -
Generate a monic polynomial with given roots.
Return the coefficients of the polynomial
where the
r_n
are the roots specified inroots
. If a zero has multiplicity n, then it must appear inroots
n times. For instance, if 2 is a root of multiplicity three and 3 is a r