This tutorial covers advanced features of the Manipulate command. It assumes that you have read "Introduction to Manipulate" and thus have a good idea what the command is for ...
MultilineFunction is an option for UnderscriptBox and related box objects that specifies what to do when the contents of a box object are too long to fit on one line.
You may have noticed that there are two different ways to make assignments in Mathematica: lhs=rhs and lhs:=rhs. The basic difference between these forms is when the ...
LibraryGenerate[cfun, name, opts] generates a shared library from the compiled function cfun using the name as the exported function name.
CExpression[arg] is a symbolic representation of code that will format using CForm[arg].
Widget["Panel"] is an empty container widget.
MakeGraph[v, f] constructs the graph whose vertices correspond to v and edges between pairs of vertices x and y in v for which the binary relation defined by the Boolean ...
MicroscopePlot[f, {x, a}] plots the expression f in a small neighborhood of a using machine arithmetic.MicroscopePlot[f, {x, a, n}] plots f from a - n ulps to a + n ulps.
MicroscopicErrorPlot[f, {x, a}] plots the error incurred by using machine arithmetic to evaluate the expression f in a small neighborhood of a.MicroscopicErrorPlot[f, {x, a, ...
Cluster
(Hierarchical Clustering Package Symbol) Cluster[c_1, c_2, d, n_1, n_2] represents a merger of the clusters c_1 and c_2 with dissimilarity d and n_1 and n_2 data elements respectively.