numpy.polynomial.laguerre.lagfromroots()
numpy.polynomial.laguerre.lagfromroots
-
numpy.polynomial.laguerre.lagfromroots(roots)
[source] -
Generate a Laguerre series with given roots.
The function returns the coefficients of the polynomial
in Laguerre form, 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 t