The Mathematica function NDSolve is a general numerical differential equation solver. It can handle a wide range of ordinary differential equations (ODEs) as well as some ...
The utility functions FindMinimumPlot and FindRootPlot show search data for FindMinimum and FindRoot for one- and two-dimensional functions. They work with essentially the ...
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 ...
PDB
(Mathematica Import/Export Format) MIME type: chemical/x-pdb Protein Data Bank PDB files. 3D molecular model file. Used in bioinformatics applications and on the web for storing and exchanging molecule models. ...
EllipticPi[n, m] gives the complete elliptic integral of the third kind \[CapitalPi] (n \[VerticalSeparator] m). EllipticPi[n, \[Phi], m] gives the incomplete elliptic ...
NyquistPlot[g] gives the Nyquist plot of a rational function g in one complex variable.NyquistPlot[sys] gives the Nyquist plot of a TransferFunctionModel or StateSpaceModel ...
.NET/Link lets you write sophisticated user interfaces by calling .NET types directly from Mathematica. Doing so allows you to evaluate code as you add it, either one or ...
int MLActivate (MLINK link) activates a MathLink connection, waiting for the program at the other end to respond.
const char * MLLinkName (MLINK link) returns the name string used to create the link.
The C code generator can be used to create standalone executables that link to the Wolfram runtime library. This example creates a standalone C executable for a low-pass ...