Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.hermite.hermsub
...Polynomials Hermite Series, “Physicists” (numpy.polynomial.hermite) numpy.polynomial.hermite.hermsub...
 - numpy.polynomial.hermite.hermsub (Python function, in numpy.polynomial.hermite.hermsub)
 - numpy.polynomial.hermite.hermadd
...nts ordered from low to high. Returns: outndarrayArray representing the Hermite series of their sum. See also hermsub, hermmulx, hermmul, hermdiv, hermpow Notes Unlike multiplication, division, etc., the sum of two Hermite serie...
 - numpy.polynomial.hermite.hermdiv
...rns: [quo, rem]ndarraysOf Hermite series coefficients representing the quotient and remainder. See also hermadd, hermsub, hermmulx, hermmul, hermpow Notes In general, the (polynomial) division of one Hermite series by another resul...
 - numpy.polynomial.hermite.hermmul
...low to high. Returns: outndarrayOf Hermite series coefficients representing their product. See also hermadd, hermsub, hermmulx, hermdiv, hermpow Notes In general, the (polynomial) product of two C-series results in terms that a...
 - numpy.polynomial.hermite.hermmulx
...d from low to high. Returns: outndarrayArray representing the result of the multiplication. See also hermadd, hermsub, hermmul, hermdiv, hermpow Notes The multiplication uses the recursion relationship for Hermite polynomials in...
 - numpy.polynomial.hermite.hermpow
...the series to unmanageable size. Default is 16 Returns: coefndarrayHermite series of power. See also hermadd, hermsub, hermmulx, hermmul, hermdiv Examples Try it in your browser! >>> from numpy.polynomial.hermite import hermpow...
 - numpy.polynomial.hermite.hermsub