Attributes for controlling numerical evaluation. Usually N goes inside functions and gets applied to each of their arguments. This tells Mathematica not to apply N to the ...
ExponentialFamily is an option for GeneralizedLinearModelFit that specifies the exponential family for the model.
To begin, consider an initial value problem for a linear first-order ODE. This is a linear first-order ODE. Notice that the general solution is a linear function of the ...
The ODEs that arise in practical applications often have non-rational coefficients. In such cases, DSolve attempts to convert the equation into one with rational coefficients ...
Functions in Mathematica are carefully set up so that you normally do not have to know how they work inside. But particularly for numerical functions that use iterative ...
False
(Built-in Mathematica Symbol) False is the symbol for the Boolean value false.
LinkCreate["name"] creates a MathLink link with the specified name for another program to connect to. LinkCreate[] creates a MathLink link and picks an unused name for the ...
LinkLaunch["prog"] starts the external program prog and opens a MathLink connection to it.
True
(Built-in Mathematica Symbol) True is the symbol for the Boolean value true.
Uninstall[link] terminates an external program started by Install, and removes Mathematica definitions set up by it.