The Graph Utilities Package contains a number of functions useful for graph theory applications. Functions in the Graph Utilities Package. This loads the package.
Mathematica includes comprehensive support for XML, the meta-markup language developed by the World Wide Web Consortium (W3C) for describing structured documents and data. ...
VarianceEquivalenceTest[{data_1, data_2, ...}] tests whether the variances of the data_i are equal. VarianceEquivalenceTest[{data_1, ...}, " property"] returns the value of " ...
DatabaseLink allows other Mathematica applications to hold resource information for database connections in DatabaseResources directories. There are a number of possible ...
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
NArgMin
(Built-in Mathematica Symbol) NArgMin[f, x] gives a position x_min at which f is numerically minimized.NArgMin[f, {x, y, ...}] gives a position {x_min, y_min, ...} at which f is numerically ...
The general solution to a differential equation contains undetermined coefficients that are labeled C[1], C[2], and so on. This example has one undetermined parameter, C[1]. ...
The Mathematica function Integrate[f,x] gives you the indefinite integral ∫f dx. You can think of the operation of indefinite integration as being an inverse of ...
The fundamental operation that Mathematica performs is evaluation. Whenever you enter an expression, Mathematica evaluates the expression, then returns the result. Evaluation ...
int MLPutString (MLINK link, const char*s) puts a null-terminated string of C characters to the MathLink connection specified by link.