ParallelNeeds["context"] evaluates Needs["context"] on all available parallel kernels.
PoleZeroMarkers is an option for RootLocusPlot that specifies the markers to be drawn on the complex plane at the open-loop poles, closed-loop poles, and open-loop zeros.
GraphQ
(Built-in Mathematica Symbol) GraphQ[g] yields True if g is a valid Graph object and False otherwise.
ObservableModelQ[ss] gives True if the StateSpaceModel object ss is observable, and False otherwise.
PaletteNotebook[{cell_1, cell_2, ...}] represents a palette notebook that can be manipulated by the Mathematica front end.
TogglerBar[x, {val_1, val_2, ...}] represents a toggler bar with setting x and with toggler buttons for values val_i to include in the list x.TogglerBar[Dynamic[x], {val_1, ...
TetGenSetRegions[expr, pts, index, attrs] sets the regions in a TetGen expression.
FirstIntegrals[f, x[t], t] returns a list of first integrals corresponding to the coordinate x[t] and independent variable t of the integrand f.FirstIntegrals[f, {x[t], y[t], ...
BoxesToSymbolicMathML[boxes] converts the Mathematica box structure, boxes, into a MathML-flavored SymbolicXML structure.
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, ...