-
Return the infinity Norm of the matrix in Linear Algebra in Python
-
Return the negative infinity Norm of the matrix in Linear Algebra in Python
-
Compute the condition number of a matrix in linear algebra in Python
-
Get the Kronecker product of two arrays with different dimensions in Python
-
Get the Kronecker product of two One-Dimensional Arrays in Python
-
Integrate a Laguerre series and set the order of integration in Python
-
Integrate a Laguerre series and set the Integration constant in Python
-
Differentiate a Hermite series with multidimensional coefficients over specific axis in Python
-
Differentiate a Hermite series with multidimensional coefficients over axis 1 in Python
-
Differentiate a Hermite series, set the derivatives and multiply each differentiation by a scalar in Python
-
Generate a Pseudo Vandermonde matrix of the Laguerre polynomial and x, y complex array of points in Python
-
Integrate a Hermite series and set the order of integration in Python
-
Integrate a Laguerre series and set the lower bound of the integral in Python
-
Integrate a Laguerre series and multiply the result by a scalar before the integration constant is added in Python
-
Evaluate a 3-D Hermite series at points (x,y,z) in Python
-
Evaluate a 3-D Hermite series at points (x,y,z) with 4D array of coefficient in Python
-
Evaluate a 2-D Hermite series at points (x,y) with 1D array of coefficient in Python
-
Evaluate a 3-D Hermite series at points (x,y,z) with 2D array of coefficient in Python
-
Integrate a Hermite series and set the lower bound of the integral in Python
-
Integrate a Hermite series and multiply the result by a scalar before the integration constant is added in Python