MomentConvert[mexpr, form] converts the moment expression mexpr to the specified form.
Unique customizability and connectivity powered by symbolic programming.
ListCurvePathPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a curve that corresponds to a smooth path through the specified points.
Blank
(Built-in Mathematica Symbol) _or Blank[] is a pattern object that can stand for any Mathematica expression. _h or Blank[h] can stand for any expression with head h.
InverseFourierTransform[expr, \[Omega], t] gives the symbolic inverse Fourier transform of expr. InverseFourierTransform[expr, {\[Omega]_1, \[Omega]_2, \ ...}, {t_1, t_2, ...
UpValues[f] gives a list of transformation rules corresponding to all upvalues defined for the symbol f.
Sinc
(Built-in Mathematica Symbol) Sinc[z] gives sinc(z).
PermutationMax[perm] returns the largest integer moved by the permutation perm.
ListDeconvolve[ker, list] gives a deconvolution of list using kernel ker.
Mathematica represents Boolean expressions in symbolic form, so they can not only be evaluated, but also be symbolically manipulated and transformed. Incorporating ...