"TileWindowsWide" is a front end token that arranges all windows to fit on the screen, preferring width over height.
Undo
(Mathematica Front End Token) "Undo" is a front end token that undoes the most recent action.
Ungroup
(Mathematica Front End Token) "Ungroup" is a front end token that ungroups selected graphics.
The Mathematica compiler can run computations in parallel. It does this by threading a compiled function over lists of data in parallel. A first step is to create a compiled ...
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, ...
ToContinuousTimeModel[sys] gives the continuous-time approximation of the discrete-time TransferFunctionModel or StateSpaceModel object sys.ToContinuousTimeModel[tf, s] gives ...
NSeries
(Numerical Calculus Package Symbol) NSeries[f, {x, x_0, n}] gives a numerical approximation to the series expansion of f about the point x = x_0 including the terms (x - x_0) -n through (x - x_0) n.
ExtentElementFunction is an option to DiscretePlot and DiscretePlot3D that gives a function to use to generate the primitives for rendering each extent element.
PseudoDiameter[g] give the pseudo-diameter of the undirected graph g, and the two vertices that achieve this diameter.
Unicode: 226F. Alias: Esc !> Esc. Infix ordering operator. x ≯ y is by default interpreted as NotGreater[x,y]. ≯ is equivalent to ≤ only for a totally ordered set.