-
Evaluate a Hermite series at tuple of points x in Python
-
Evaluate a Hermite series at list of points x in Python
-
Evaluate a Hermite series at points x with multidimensional coefficient array in Python
-
Evaluate a 2-D Hermite series at points (x,y) in Python
-
Evaluate a 2-D Hermite series on the Cartesian product of x and y in Python
-
Get the Least squares fit of Hermite series to data in Python
-
Remove small trailing coefficients from Hermite polynomial in Python
-
Convert a Hermite series to a polynomial in Python
-
Convert a polynomial to Hermite series in Python
-
Add one Laguerre series to another in Python
-
Evaluate a 2-D Hermite series on the Cartesian product of x and y with 3d array of coefficient in Python
-
Evaluate a 2-D Hermite series on the Cartesian product of x and y with 1d array of coefficient in Python
-
Generate a Chebyshev series with given complex roots in Python
-
Compute the roots of a Chebyshev series in Python
-
Compute the roots of a Chebyshev series with given complex roots in Python
-
Generate a Vandermonde matrix of the Chebyshev polynomial in Python
-
Evaluate a 2D Laguerre series at points (x,y) in Python
-
Differentiate a Hermite series and multiply each differentiation by a scalar in Python
-
Differentiate a Laguerre series, set the derivatives and multiply each differentiation by a scalar in Python
-
Evaluate a 3-D Hermite series on the Cartesian product of x, y and z in Python