FindMaxValue[f, x] gives the value at a local maximum of f.FindMaxValue[f, {x, x_0}] gives the value at a local maximum of f, found by a search starting from the point x = ...
FindMinValue[f, x] gives the value at a local minimum of f.FindMinValue[f, {x, x_0}] gives the value at a local minimum of f, found by a search starting from the point x = ...
MaxValue[f, x] gives the maximum value of f with respect to x.MaxValue[f, {x, y, ...}] gives the maximum value of f with respect to x, y, .... MaxValue[{f, cons}, {x, y, ...
Tube
(Built-in Mathematica Symbol) Tube[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] represents a 3D tube around the line joining a sequence of points.Tube[{pt_1, pt_2, ...}, r] represents a tube of radius ...
Parallelize[expr] evaluates expr using automatic parallelization.
This example displays a modeless dialog that shows how to auto-event from text field changes. Specifically, this provides a simple interface for the Names [] function and ...
All the functionality in DiscreteMath`ComputationalGeometry` is available through the new Computational Geometry Package.
New function FourierDCT has been added to the built-in Mathematica kernel. New function FourierDST has been added to the built-in Mathematica kernel.
From simple calculations to full publishable documents and sophisticated dynamic interfaces, everything you can do with Mathematica's standard interactive interface is done ...
Append
(Built-in Mathematica Symbol) Append[expr, elem] gives expr with elem appended.