In general, a system of ordinary differential equations (ODEs) can be expressed in the normal form, The derivatives of the dependent variables x are expressed explicitly in ...
You can use files on your computer system to store definitions and results from Mathematica. The most general approach is to store everything as plain text that is ...
An expression like x^2+2x-7==0 represents an equation in Mathematica. You will often need to solve equations like this, to find out for what values of x they are true. This ...
When fitting models to data, it is often useful to analyze how well the model fits the data and how well the fitting meets the assumptions of the model. For a number of ...
Introduction Calling .NET from Mathematica Calling Mathematica from .NET
RemoteKernelOpen[spec] launches a kernel with the given specification.RemoteKernelOpen[{spec_1, spec_2, ...}] launches kernels in parallel.
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
NFourierCoefficient[expr, t, n] gives a numerical approximation to the n \[Null]^th coefficient in the Fourier exponential series expansion of expr, where expr is a periodic ...
NFourierCosCoefficient[expr, t, n] gives a numerical approximation to the n\[Null]^th coefficient in the Fourier cosine series expansion of expr, where expr is a periodic ...
NFourierSinCoefficient[expr, t, n] gives a numerical approximation to the n\[Null]^th coefficient in the Fourier sine series expansion of expr, where expr is a periodic ...