Search
Search Results
Search finished, found 13 page(s) matching the search query.
- numpy.polysub
...mPy reference Routines and objects by topic Polynomials Poly1d numpy.polysub...
- numpy.polynomial.polynomial.polysub (Python function, in numpy.polynomial.polynomial.polysub)
- numpy.polysub (Python function, in numpy.polysub)
- numpy.polyadd
...st degree. See also poly1dA one-dimensional polynomial class. poly, polyadd, polyder, polydiv, polyfit, polyint, polysub, polyval Examples Try it in your browser! >>> import numpy as np >>> np.polyadd([1, 2], [9, 5, 4]) array([9,...
- numpy.polydiv
...uding those equal to zero, of the remainder. See also poly, polyadd, polyder, polydiv, polyfit, polyint, polymul, polysub polyval Notes Both u and v must be 0-d or 1-d (ndim = 0 or 1), but u.ndim need not equal v.ndim. In other word...
- numpy.polymul
...st degree. See also poly1dA one-dimensional polynomial class. poly, polyadd, polyder, polydiv, polyfit, polyint, polysub, polyval convolveArray convolution. Same output as polymul, but has parameter for overlap mode. Examples Try...
- numpy.polynomial.polynomial.polyadd
...fficients ordered from low to high. Returns: outndarrayThe coefficient array representing their sum. See also polysub, polymulx, polymul, polydiv, polypow Examples Try it in your browser! >>> from numpy.polynomial import polyno...
- numpy.polynomial.polynomial.polydiv
.... Returns: [quo, rem]ndarraysOf coefficient series representing the quotient and remainder. See also polyadd, polysub, polymulx, polymul, polypow Examples Try it in your browser! >>> from numpy.polynomial import polynomial as P...
- numpy.polynomial.polynomial.polymul
...from lowest order term to highest. Returns: outndarrayOf the coefficients of their product. See also polyadd, polysub, polymulx, polydiv, polypow Examples Try it in your browser! >>> from numpy.polynomial import polynomial as P...
- numpy.polynomial.polynomial.polymulx
...d from low to high. Returns: outndarrayArray representing the result of the multiplication. See also polyadd, polysub, polymul, polydiv, polypow Examples Try it in your browser! >>> from numpy.polynomial import polynomial as P...
- numpy.polynomial.polynomial.polypow
...f the series to unmanageable size. Default is 16 Returns: coefndarrayPower series of power. See also polyadd, polysub, polymulx, polymul, polydiv Examples Try it in your browser! >>> from numpy.polynomial import polynomial as P...
- numpy.polynomial.polynomial.polysub
...Polynomials Power Series (numpy.polynomial.polynomial) numpy.polynomial.polynomial.polysub...
- numpy.polysub
...mPy reference Routines and objects by topic Polynomials Poly1d numpy.polysub...