All textual and graphical forms in Mathematica are ultimately represented in terms of nested collections of boxes. Typically the elements of these boxes correspond to objects ...
CArray
(SymbolicC Package Symbol) CArray[name, args] is a symbolic representation of an array.
Waveform[type, freq, dur] creates a Sound object that is a standard waveform of type type, having a fundamental frequency of freq hertz, and a duration of dur seconds.
Highlight[g, p] displays g with elements in p highlighted. The second argument p has the form {s_1, s_2, ...}, where the s_i are disjoint subsets of vertices and edges of g.
RankedEmbedding[l] takes a set partition l of vertices {1, 2, ..., n} and returns an embedding of the vertices in the plane such that the vertices in each block occur on a ...
EllipsoidQuartiles[matrix] gives the ellipsoidal loci of the quartiles of matrix.
AtmosphericPlot[property] generates a plot of the specified property property as a function of geometric altitude.
DataLabels is an option for PairwiseScatterPlot which specifies labels for each column of data.
Div
(Vector Analysis Package Symbol) Div[f] gives the divergence, \[Del]\[CenterDot]f, of the vector field f in the default coordinate system. Div[f, coordsys] gives the divergence of f in the coordinate system ...
Mathematica supports several levels of interfacing to C and C++ programs. You can create "installable" C programs where C functions are directly connected to Mathematica ...