Complement[e_all, e_1, e_2, ...] gives the elements in e_all which are not in any of the e_i.
DirichletTransform[expr, n, s] gives the Dirichlet transform of expr with respect to n.
ExpToTrig[expr] converts exponentials in expr to trigonometric functions.
Gudermannian[z] gives the Gudermannian function gd(z).
HoldFirst is an attribute which specifies that the first argument to a function is to be maintained in an unevaluated form.
IncludeConstantBasis is an option for LinearModelFit and other fitting functions that specifies whether a constant term should be included if not explicitly given in the list ...
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}, ...
MorletWavelet[] represents a Morlet wavelet.
PauliMatrix[k] gives the k\[Null]^th Pauli spin matrix \[Sigma]_k.
Share
(Built-in Mathematica Symbol) Share[expr] changes the way expr is stored internally, to try and minimize the amount of memory used. Share[] tries to minimize the memory used to store all expressions.