-
Solve a linear matrix equation or system of linear scalar equations in Python
-
Return the lowest index in the string where substring is found using Python index()
-
Return the square of the complex-value input in Python
-
Return the lowest index in the string where substring is found in a range using Python index()
-
Replace NaN with zero and infinity with large finite numbers in Python
-
Replace infinity with large finite numbers but fill NaN values in Python
-
Solve the tensor equation in Python
-
Compute the multiplicative inverse of a matrix in Python
-
Get the Inner product of an array and a scalar in Python
-
Get the Outer product of two arrays in Python
-
Compute the multiplicative inverse of more than one matrix at once in Python
-
Compute the Moore-Penrose pseudoinverse of a matrix in Python
-
Return the element-wise square of the array input in Python
-
Compute the Moore-Penrose pseudoinverse of a stack of matrices in Python
-
Compute the multiplicative inverse of a matrix object with matrix() in Python
-
Get the inverse of a Four-Dimensional array in Python
-
Get the inverse of a 3D array in Python
-
Add one polynomial to another in Python
-
Subtract one polynomial to another in Python
-
Multiply one polynomial to another in Python