Mathematica can connect to many outside programs. You can use Mathematica 's rich programming language to read and write to other supported programming languages. Mathematica ...
The equations of motion for a free rigid body whose center of mass is at the origin are given by the following Euler equations (see [MR99]). Two quadratic first integrals of ...
Mathematica provides a general mechanism for specifying constraints on patterns. All you need to do is to put /;condition at the end of a pattern to signify that it applies ...
Introduction Random Generation Functions Seeding and Localization
You may find it useful to use one or more rules with an expression several times. Mathematica provides functions that let you iterate when using rules with expressions. In ...
JPEG2000
(Mathematica Import/Export Format) MIME type: image/jp2 JPEG2000 raster image and compression format. Used for photographic images. JPEG is an acronym for Joint Photographic Experts Group. Binary file format. ...
SeedRandom[n] resets the pseudorandom generator, using n as a seed. SeedRandom[] resets the generator, using as a seed the time of day and certain attributes of the current ...
NVariationalBound[f, u[x ], {x, x_min, x_max}, u_t, {a, a_0}, {b, b_0}, ...] numerically searches for values of the parameters a, b, ... of a trial function u_t, starting ...
PossibleZeroQ[expr] gives True if basic symbolic and numerical methods suggest that expr has value zero, and gives False otherwise.
Numerical algorithms for constrained nonlinear optimization can be broadly categorized into gradient-based methods and direct search methods. Gradient-based methods use first ...