Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.laguerre.lagdiv
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagdiv...
- numpy.polynomial.laguerre.lagdiv (Python function, in numpy.polynomial.laguerre.lagdiv)
- numpy.polynomial.laguerre.lagadd
...gh. 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 Laguerre series (witho...
- numpy.polynomial.laguerre.lagdiv
...Polynomials Laguerre Series (numpy.polynomial.laguerre) numpy.polynomial.laguerre.lagdiv...
- numpy.polynomial.laguerre.lagmul
...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 the Laguerr...
- numpy.polynomial.laguerre.lagmulx
...igh. 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 the form \[xP_i(x...
- numpy.polynomial.laguerre.lagpow
...e 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) array([ 14., -16., 56., -72...
- numpy.polynomial.laguerre.lagsub
...urns: 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 a Laguerre series...