Introduction Finding Expressions That Match a Pattern Naming Pieces of Patterns
Mathematica allows arbitrary styling of any form of text to be specified either interactively from menus and commands—or programmatically using its powerful symbolic ...
LQOutputRegulatorGains[ss, {q, r}] gives the optimal state feedback gain matrix for the StateSpaceModel object ss and the quadratic cost function with output and control ...
BesselJ
(Built-in Mathematica Symbol) BesselJ[n, z] gives the Bessel function of the first kind J_n (z).
ListPlot3D[array] generates a three-dimensional plot of a surface representing an array of height values. ListPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a plot ...
Mathematica has efficient systemwide 16-bit Unicode support, allowing a full range of international, technical and other character sets and character encodings.
Built on powerful and elegant long-standing principles, the core Mathematica language has been gradually enhanced under tight control over its twenty-year history. Version ...
SingularValuePlot[m] gives the singular value plot of a matrix m of rational functions in one complex variable.SingularValuePlot[sys] gives the singular value plot of a ...
Options
(Built-in Mathematica Symbol) Options[symbol] gives the list of default options assigned to a symbol. Options[expr] gives the options explicitly specified in a particular expression such as a graphics ...
Floor
(Built-in Mathematica Symbol) Floor[x] gives the greatest integer less than or equal to x. Floor[x, a] gives the greatest multiple of a less than or equal to x.