-
Generate a Vandermonde matrix of the Legendre polynomial with float array of points in Python
-
Integrate a Legendre series over axis 0 in Python
-
Generate a Legendre series with given roots in Python
-
Evaluate a Hermite_e series at points x in Python
-
Evaluate a Hermite_e series at points x when coefficients are multi-dimensional in Python
-
Evaluate a Hermite_e series at points x and the shape of the coefficient array extended for each dimension of x in Python
-
Generate a Vandermonde matrix of the Legendre polynomial with complex array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Legendre polynomial and x, y array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Legendre polynomial and x, y floating array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Hermite_e polynomial and x, y, z floating array of points in Python
-
Evaluate a 3D Legendre series at points (x,y,z) with 2D array of coefficient in Python
-
Evaluate a 2D Legendre series on the Cartesian product of x and y in Python
-
Generate a Pseudo Vandermonde matrix of the Legendre polynomial and x, y complex array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Legendre polynomial and x, y, z array of points in Python
-
What is the difference between freedom of information and information privacy?
-
Convert a polynomial to Legendre series in Python
-
Add one Hermite_E series to another in Python
-
Subtract one Hermite_e series from another in Python
-
Multiply a Hermite_e series by an independent variable in Python
-
Differentiate a Legendre series, set the derivatives and multiply each differentiation by a scalar in Python