The differential equations that arise in practice are of two types. Here is an example of the first type. Here is an example of the second type. This equation has a symbolic ...
Functions that are specified by simple algebraic formulas tend to be such that when their input is changed only slightly, their output also changes only slightly. But ...
A Mathematica script is simply a file containing Mathematica commands that you would normally evaluate sequentially in a Mathematica session. Writing a script is useful if ...
Many differential equations exhibit some form of stiffness, which restricts the step size and hence effectiveness of explicit solution methods. A number of implicit methods ...
Mathematica provides users with access to their computer's file system (Files), interprocess communication (MathLink Mathematica Functions), evaluation of data as code ...
ParallelMap[f, expr] applies f in parallel to each element on the first level in expr.ParallelMap[f, expr, levelspec] applies f in parallel to parts of expr specified by ...
CCodeStringGenerate[cfun, name, opts] generates C code from the compiled function cfun using the name as the exported function name.
SymbolicCGenerate[cfun, name, opts] generates symbolic C from the compiled function cfun using name as the exported function name.
RemoteServicesAgent[properties] contains a list of properties for a Lightweight Grid Manager running on a networked computer.
GUILoad[src] loads an interface definition and returns immediately with a GUIObject result.GUILoad[src, args] passes arguments to the interface definition.