-
Raise a polynomial to a power in Python
-
Evaluate a polynomial at points x in Python
-
Evaluate a polynomial when coefficients are multi-dimensional in Python
-
Evaluate a 2-D polynomial at points (x, y) with 3D array of coefficient in Python
-
Evaluate a 2-D polynomial at points (x, y) with 1D array of coefficient in Python
-
Differentiate a polynomial with multidimensional coefficients over axis 1 in Python
-
Differentiate a polynomial, set the derivatives and multiply each differentiation by a scalar in Python
-
Integrate a polynomial in Python
-
Integrate a polynomial and set the order in Python
-
Differentiate a Hermite_e series in Python
-
Differentiate a Hermite_e series with multidimensional coefficients in Python
-
Differentiate a Hermite_e series and set the derivatives in Python
-
Integrate a polynomial and set the Integration constant in Python
-
Integrate a polynomial and set the lower bound of the integral in Python
-
Evaluate a polynomial at points x with multidimensioanl array of roots in Python
-
Evaluate a polynomial and every column of coefficients in r is evaluated for every element of x in Python
-
Evaluate a polynomial at points x and x is broadcast over the columns of r for the evaluation in Python
-
Generate a Vandermonde matrix of given degree in Python
-
Generate a Vandermonde matrix of given degree with complex array of points in Python
-
Generate a Pseudo-Vandermonde matrix of given degree and x, y, z sample points in Python