OptionsPattern[] is a pattern object that represents a collection of options given as rules, where the values of the options can be accessed using OptionValue. ...
OptionValue[name] gives the value of name in options matched by OptionsPattern. OptionValue[f, name] gives the value of name for options associated with the head f. ...
Save
(Built-in Mathematica Symbol) Save["filename", symbol] appends definitions associated with the specified symbol to a file. Save["filename", " form"] appends definitions associated with all symbols whose ...
SetOptions[s, name_1 -> value_1, name_2 -> value_2, ...] sets the specified default options for a symbol s. SetOptions[stream, ...] or SetOptions["name", ...] sets options ...
TimeConstrained[expr, t] evaluates expr, stopping after t seconds. TimeConstrained[expr, t, failexpr] returns failexpr if the time constraint is not met.
TetGenDetectIntersectingFacets[points, facets] returns a list of points and intersecting facets.
Graph
(Combinatorica Package Symbol) Graph[e, v, opts] represents a graph object where e is the list of edges annotated with graphics options, v is a list of vertices annotated with graphics options, and opts is ...
Radius
(Numerical Calculus Package Symbol) Radius is an option to NSeries that specifies the radius of the circle around which the function is to be sampled.
StemExponent is an option for StemLeafPlot which specifies the integer power of 10 to be used as the stem unit.
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 ...