Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.laguerre.lagsub
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagsub...
- numpy.polynomial.laguerre.lagsub (Python function, in numpy.polynomial.laguerre.lagsub)
- numpy.polynomial.laguerre.lagadd
...ts ordered from low to high. Returns: outndarrayArray representing the Laguerre series of their sum. See also lagsub, lagmulx, lagmul, lagdiv, lagpow Notes Unlike multiplication, division, etc., the sum of two Laguerre series is...
- numpy.polynomial.laguerre.lagdiv
...rns: [quo, rem]ndarraysOf Laguerre series coefficients representing the quotient and remainder. See also lagadd, lagsub, lagmulx, lagmul, lagpow Notes In general, the (polynomial) division of one Laguerre series by another results...
- numpy.polynomial.laguerre.lagmul
...low to high. Returns: outndarrayOf Laguerre series coefficients representing their product. See also lagadd, lagsub, lagmulx, lagdiv, lagpow Notes In general, the (polynomial) product of two C-series results in terms that are n...
- numpy.polynomial.laguerre.lagmulx
...ed from low to high. Returns: outndarrayArray representing the result of the multiplication. See also lagadd, lagsub, lagmul, lagdiv, lagpow Notes The multiplication uses the recursion relationship for Laguerre polynomials in th...
- numpy.polynomial.laguerre.lagpow
...the series to unmanageable size. Default is 16 Returns: coefndarrayLaguerre series of power. See also lagadd, lagsub, lagmulx, lagmul, lagdiv Examples >>> from numpy.polynomial.laguerre import lagpow >>> lagpow([1, 2, 3], 2) arr...
- numpy.polynomial.laguerre.lagsub
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagsub...