Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.laguerre.lagmulx
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagmulx...
- numpy.polynomial.laguerre.lagmulx (Python function, in numpy.polynomial.laguerre.lagmulx)
- numpy.polynomial.laguerre.lagadd
...ed 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 a Lague...
- numpy.polynomial.laguerre.lagdiv
...uo, 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 in quoti...
- numpy.polynomial.laguerre.lagmul
...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 not in th...
- numpy.polynomial.laguerre.lagmulx
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagmulx...
- numpy.polynomial.laguerre.lagpow
- numpy.polynomial.laguerre.lagsub
...w to high. Returns: outndarrayOf Laguerre series coefficients representing their difference. See also lagadd, lagmulx, lagmul, lagdiv, lagpow Notes Unlike multiplication, division, etc., the difference of two Laguerre series is...