ForAll
(Built-in Mathematica Symbol) ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
GammaRegularized[a, z] is the regularized incomplete gamma function Q(a, z).
Greater
(Built-in Mathematica Symbol) x > y yields True if x is determined to be greater than y. x_1 > x_2 > x_3 yields True if the x_i form a strictly decreasing sequence.
InternallyBalancedDecomposition[ss] yields the internally balanced decomposition of the StateSpaceModel object ss. The result is a list {s, ib} where s is the similarity ...
IrreduciblePolynomialQ[poly] tests whether poly is an irreducible polynomial over the rationals.IrreduciblePolynomialQ[poly, Modulus -> p] tests whether poly is irreducible ...
LevyDistribution[\[Mu], \[Sigma]] represents a Lévy distribution with location parameter \[Mu] and dispersion parameter \[Sigma].
LyapunovSolve[a, c] finds a solution x of the matrix Lyapunov equation a.x + x.a\[ConjugateTranspose] == c.LyapunovSolve[a, b, c] solves a.x + x.b == c.LyapunovSolve[{a, d}, ...
SortBy
(Built-in Mathematica Symbol) SortBy[list, f] sorts the elements of list in the order defined by applying f to each of them.
SystemsModelStateFeedbackConnect[ss, controller] gives the closed-loop system for the StateSpaceModel object ss with state feedback controller ...
WaveletPsi[wave, x] gives the wavelet function \[Psi](x) for the symbolic wavelet wave evaluated at x.WaveletPsi[wave] gives the wavelet function as a pure function.