Search
Search Results
Search finished, found 9 page(s) matching the search query.
- numpy.polynomial.polynomial.polyroots
...Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.polyroots...
- numpy.polynomial.polynomial.polyroots (Python function, in numpy.polynomial.polynomial.polyroots)
- numpy.polynomial.chebyshev.chebroots
.... If all the roots are real, then out is also real, otherwise it is complex. See also numpy.polynomial.polynomial.polyroots numpy.polynomial.legendre.legroots numpy.polynomial.laguerre.lagroots numpy.polynomial.hermite.hermroots numpy...
- numpy.polynomial.hermite.hermroots
.... If all the roots are real, then out is also real, otherwise it is complex. See also numpy.polynomial.polynomial.polyroots numpy.polynomial.legendre.legroots numpy.polynomial.laguerre.lagroots numpy.polynomial.chebyshev.chebroots num...
- numpy.polynomial.hermite_e.hermeroots
.... If all the roots are real, then out is also real, otherwise it is complex. See also numpy.polynomial.polynomial.polyroots numpy.polynomial.legendre.legroots numpy.polynomial.laguerre.lagroots numpy.polynomial.hermite.hermroots numpy...
- numpy.polynomial.laguerre.lagroots
.... If all the roots are real, then out is also real, otherwise it is complex. See also numpy.polynomial.polynomial.polyroots numpy.polynomial.legendre.legroots numpy.polynomial.chebyshev.chebroots numpy.polynomial.hermite.hermroots num...
- numpy.polynomial.legendre.legroots
.... If all the roots are real, then out is also real, otherwise it is complex. See also numpy.polynomial.polynomial.polyroots numpy.polynomial.chebyshev.chebroots numpy.polynomial.laguerre.lagroots numpy.polynomial.hermite.hermroots num...
- numpy.polynomial.polynomial.polyroots
...Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.polyroots...
- numpy.polynomial.polynomial.polyvalfromroots
...s True. Returns: valuesndarray, compatible objectThe shape of the returned array is described above. See also polyroots, polyfromroots, polyval Examples >>> from numpy.polynomial.polynomial import polyvalfromroots >>> polyvalfro...