OutputControllabilityMatrix[ss] gives the output controllability matrix of the StateSpaceModel object ss.
ParagraphSpacing is an option for Cell, StyleBox, and Style that specifies how much extra space to leave between successive paragraphs of text.
PlotRangePadding is an option for graphics functions that specifies how much further axes etc. should extend beyond the range of coordinates specified by PlotRange.
RamanujanTauTheta[t] gives the Ramanujan tau theta function \[Theta](t).
Ratios
(Built-in Mathematica Symbol) Ratios[list] gives the successive ratios of elements in list. Ratios[list, n] gives the n\[Null]^th iterated ratios of list. Ratios[list, {n_1, n_2, ...}] gives the ...
p .. or Repeated[p] is a pattern object that represents a sequence of one or more expressions, each matching p. Repeated[p, max] represents up to max expressions matching ...
Subfactorial[n] gives the number of permutations of n objects that leave no object fixed.
VectorColorFunction is an option for VectorPlot and related functions which specifies a function to apply to determine colors of field vectors drawn.
WaitNext[{eid_1, eid_2, ...}] waits until the first evaluation represented by any of the eid_i finishes, then returns its result, the corresponding eid_i, and the list of ...
Xnor
(Built-in Mathematica Symbol) Xnor[e_1, e_2, ...] is the logical XNOR (not XOR) function. It gives True if an even number of the e_i are True, and the rest are False. It gives False if an odd number of ...