Some common operations on special functions. Most special functions have simpler forms when given certain specific arguments. Mathematica will automatically simplify special ...
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 ...
The method "DoubleStep" performs a single application of Richardson's extrapolation for any one-step integration method. Although it is not always optimal, it is a general ...
Implicit Runge–Kutta methods have a number of desirable properties. The Gauss–Legendre methods, for example, are self-adjoint, meaning that they provide the same solution ...
NDSolve returns solutions as InterpolatingFunction objects. Most of the time, simply using these as functions does what is needed, but occasionally it is useful to access the ...
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 ...
ExposeWidgetReferences is an option to Widget which specifies a list of normally internal \:f3b5children widget reference names to include as publicly available instances.
InitialArguments is an option to Widget which specifies the argument list to use when instantiating this widget definition.
ReturnScript is an option to GUIRunModal which specifies a string version of Mathematica code to execute when the window ends its modal session and becomes the return value ...
ScriptSource is an option to Script which specifies a location to load the script code from.