Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.hermite.hermpow
...Polynomials Hermite Series, “Physicists” (numpy.polynomial.hermite) numpy.polynomial.hermite.hermpow...
 - numpy.polynomial.hermite.hermpow (Python function, in numpy.polynomial.hermite.hermpow)
 - numpy.polynomial.hermite.hermadd
...rns: 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 series is a Hermite series (without having...
 - numpy.polynomial.hermite.hermdiv
...ermite 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 results in quotient and remainder...
 - numpy.polynomial.hermite.hermmul
...utndarrayOf 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 are not in the Hermite polyno...
 - numpy.polynomial.hermite.hermmulx
...rns: 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 the form \[xP_i(x) = (P_{...
 - numpy.polynomial.hermite.hermpow
...Polynomials Hermite Series, “Physicists” (numpy.polynomial.hermite) numpy.polynomial.hermite.hermpow...
 - numpy.polynomial.hermite.hermsub
...darrayOf Hermite series coefficients representing their difference. See also hermadd, hermmulx, hermmul, hermdiv, hermpow Notes Unlike multiplication, division, etc., the difference of two Hermite series is a Hermite series (without...