On most computer systems, you can execute external programs or commands from within Mathematica. Often you will want to take expressions you have generated in Mathematica, ...
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 ...
Finding lines that contain specified text. Here is a file containing some text. This returns a list of all the lines in the file containing the text is.
Every new version of Mathematica contains many new features. But careful design from the outset has allowed nearly total compatibility to be maintained between all versions. ...
NDSolve is broken up into several basic steps. For advanced usage, it can sometimes be advantageous to access components to carry out each of these steps separately. NDSolve ...
As of Version 8, much of the functionality covered by Combinatorica has been implemented in the Mathematica kernel. BooleanAlgebra CodeToLabeledTree HasseDiagram ...
DiscreteWaveletData[{wind_1 -> coef_1, ...}, wave, wtrans] yields a discrete wavelet data object with wavelet coefficients coef_i corresponding to wavelet index wind_i, ...
FindFit
(Built-in Mathematica Symbol) FindFit[data, expr, pars, vars] finds numerical values of the parameters pars that make expr give a best fit to data as a function of vars. The data can have the form {{x_1, ...
GeneralizedLinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a generalized linear model of the form g -1 (\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ...) that ...
LiftingWaveletTransform[data] gives the lifting wavelet transform (LWT) of an array of data.LiftingWaveletTransform[data, wave] gives the lifting wavelet transform using the ...