The Mathematica side of a MathLink connection is set up to work exactly the same on all computer systems. But inevitably there are differences between external programs on ...
Wavelets are short wavelike functions that can be scaled and translated. Wavelet transforms take any signal and express it in terms of scaled and translated wavelets. The ...
HermitianMatrixQ[m] tests whether m is a Hermitian matrix.
DesignMatrix[{{x_11, x_12, ..., y_1}, {x_21, x_22, ..., y_2}, ...}, {f_1, f_2, ...}, {x_1, x_2, ...}] constructs the design matrix for the linear model \[Beta]_0 + \[Beta]_1 ...
The solution given by DSolve can be verified using various methods. The easiest method involves substituting the solution back into the equation. If the result is True, the ...
The first step in using a database is making a connection. This part of the tutorial discusses how to do this. If you are just starting to use DatabaseLink, you might want to ...
Undirected is an option to inform certain functions that the graph is undirected.
FindClusters and the distance and dissimilarity functions have been added to the built-in Mathematica kernel. SupDistance is replaced by ChessboardDistance. ...