-
Python – numpy.linspace
-
Python – numpy.logspace
-
Python – numpy.geomspace
-
Python – numpy.reshape
-
Python – numpy.meshgrid
-
Differentiate a Laguerre series and set the derivatives in Python
-
Generate a Pseudo Vandermonde matrix of the Laguerre polynomial and x, y array of points in Python
-
Generate a Pseudo Vandermonde matrix of the Laguerre polynomial and x, y floating array of points in Python
-
Return the scaled companion matrix of a 1-D array of Laguerre polynomial coefficients in Python
-
Get the Least squares fit of Laguerre series to data in Python
-
Differentiate a Laguerre series and multiply each differentiation by a scalar in Python
-
Differentiate a Laguerre series with multidimensional coefficients over specific axis in Python
-
Differentiate a Laguerre series with multidimensional coefficients over axis 1 in Python
-
Integrate a Laguerre series over axis 0 in Python
-
Generate a Laguerre series with given roots in Python
-
Generate a Laguerre series with given complex roots in Python
-
Compute the roots of a Laguerre series in Python
-
Compute the roots of a Laguerre series with given complex roots in Python
-
Generate a Vandermonde matrix of the Laguerre polynomial in Python
-
Generate a Vandermonde matrix of the Laguerre polynomial with float array of points in Python