Times
(Built-in Mathematica Symbol) x*y*z, x*y*z, or x y z represents a product of terms.
ZPR
(Mathematica Import/Export Format) ZPrint CAD format. Used with Z Corporation 3D printers. Native format of the ZEdit and ZPrint applications. Developed by Z Corporation. Stores a physical 3D model and color ...
NArgMax
(Built-in Mathematica Symbol) NArgMax[f, x] gives a position x_max at which f is numerically maximized.NArgMax[f, {x, y, ...}] gives a position {x_max, y_max, ...} at which f is numerically ...
HermiteH[n, x] gives the Hermite polynomial H_n (x).
LWO
(Mathematica Import/Export Format) MIME type: image/x-lwo LightWave 3D object file format. Native format of the LightWave 3D rendering and animation software. LWO is an acronym for LightWave Object. Developed ...
Mathematica automatically handles hundreds of data formats and subformats—all coherently integrated through Mathematica's uniform use of symbolic expressions. For each ...
CBlock
(SymbolicC Package Symbol) CBlock[args] is a symbolic representation of a block of statements.
AdjustmentBox[box, opts] is a low-level box construct which displays with the placement of box adjusted using the options given.
Check
(Built-in Mathematica Symbol) Check[expr, failexpr] evaluates expr, and returns the result, unless messages were generated, in which case it evaluates and returns failexpr. Check[expr, failexpr, ...