TAR
(Mathematica Import/Export Format) MIME types: application/tar and application/x-tar TAR archive file format. Combines collections of files in a single archive. Popular on Unix systems. Often used in ...
XYZ
(Mathematica Import/Export Format) MIME type: chemical/x-xyz XMOL molecule model files. Used in cheminformatics applications and on the web for storing and exchanging 3D molecule models. Plain text tabular ...
Arg
(Built-in Mathematica Symbol) Arg[z] gives the argument of the complex number z.
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...
CholeskyDecomposition[m] gives the Cholesky decomposition of a matrix m.
ClebschGordan[{j_1, m_1}, {j_2, m_2}, {j, m}] gives the Clebsch\[Dash]Gordan coefficient for the decomposition of \[VerticalSeparator] j, m\[RightAngleBracket] in terms of ...
Cone
(Built-in Mathematica Symbol) Cone[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cone with a base of radius r centered at (x_1, y_1, z_1) and a tip at (x_2, y_2, z_2). Cone[{{x_1, y_1, z_1}, {x_2, ...
Cylinder[{{x_1, y_1, z_1}, {x_2, y_2, z_2}}, r] represents a cylinder of radius r around the line from (x_1, y_1, z_1) to (x_2, y_2, z_2). Cylinder[{{x_1, y_1, z_1}, {x_2, ...
DirectedInfinity[] represents an infinite numerical quantity whose direction in the complex plane is unknown. DirectedInfinity[z] represents an infinite numerical quantity ...
DiscreteLQEstimatorGains[ss, {w, v}, \[Tau]] gives the optimal discrete-time estimator gain matrix with sampling period \[Tau] for the continuous-time StateSpaceModel object ...