-
Generate a monic polynomial with given complex roots in Python
-
Compute the roots of a polynomial in Python
-
Compute the roots of a polynomial with given complex roots in Python
-
Evaluate a 2-D Chebyshev series on the Cartesian product of x and y with 1d array of coefficient in Python
-
Evaluate a 3-D Chebyshev series on the Cartesian product of x, y and z in Python
-
Differentiate a Chebyshev series and set the derivatives in Python
-
Differentiate a Chebyshev series and multiply each differentiation by a scalar in Python
-
Differentiate a Chebyshev series, set the derivatives and multiply each differentiation by a scalar in Python
-
Integrate a Chebyshev series in Python
-
Evaluate a polynomial at points x and the shape of the coefficient array extended for each dimension of x in Python
-
Evaluate a polynomial at points x broadcast over the columns of the coefficient in Python
-
Evaluate a 2-D polynomial at points (x, y) in Python
-
Integrate a Chebyshev series and set the order of integration in Python
-
Integrate a Chebyshev series and set the Integration constant in Python
-
Evaluate a 3-D Chebyshev series on the Cartesian product of x, y and z with 4d array of coefficient in Python
-
Evaluate a 3-D Chebyshev series on the Cartesian product of x, y and z with 2d array of coefficient in Python
-
Differentiate a Chebyshev series in Python
-
Differentiate a Chebyshev series with multidimensional coefficients in Python
-
Integrate a Chebyshev series and set the lower bound of the integral in Python
-
Evaluate a Hermite_e series at multi-dimensional array of points x in Python