Expressions corresponding to notebooks. Here is a simple Mathematica notebook. Here is the expression that corresponds to this notebook.
Mathematica supports a sophisticated symbolic cascading stylesheet mechanism that allows modular control of all aspects of notebook formatting and operation.
Circle
(Built-in Mathematica Symbol) Circle[{x, y}, r] is a two-dimensional graphics primitive that represents a circle of radius r centered at the point x, y. Circle[{x, y}] gives a circle of radius 1. ...
ShowGraph[g] displays the graph g. ShowGraph[g, Directed] is obsolete and it is currently identical to ShowGraph[g].
A trust region method has a region around the current search point, where the quadratic model for "local minimization" is "trusted" to be correct and steps are chosen to stay ...
VariationalD[f, u[x ], x] returns the variational derivative of the integral \[Integral]f \[DifferentialD]x with respect to u[x], where the integrand f is a function of u, ...
Linear programming problems are optimization problems where the objective function and constraints are all linear. Mathematica has a collection of algorithms for solving ...
InitializeGenerator[gen, problem, dvars, {t, t_min, t_max}, opts] returns the trek generator gen[data] when called by EquationTrekker. The specific form of data depends on ...
void MLReleaseSymbol (MLINK link, char *s) disowns memory allocated by MLGetSymbol() or MLGetFunction() to store the character string s corresponding to the name of a symbol.