Span
(Built-in Mathematica Symbol) i ;; j represents a span of elements i through j.i ;; represents a span from i to the end.;; j represents a span from the beginning to j.;; represents a span that includes ...
The representation of algebraic numbers. When you enter a Root object, the polynomial that appears in it is automatically reduced to a minimal form. This extracts the pure ...
BodePlot[g] gives the Bode plot of a rational function g in one complex variable.BodePlot[sys] gives the Bode plot of a TransferFunctionModel or StateSpaceModel object ...
BarnesG
(Built-in Mathematica Symbol) BarnesG[z] gives the Barnes G-function G(z).
ListStreamPlot[array] generates a stream plot from an array of vector field values.ListStreamPlot[{{{x_1, y_1}, {vx_1, vy_1}}, ...}] generates a stream plot from vector field ...
Mathematica represents Boolean expressions in symbolic form, so they can not only be evaluated, but also be symbolically manipulated and transformed. Incorporating ...
Mathematica can immediately export graphics and animations to online, print, and web formats, preserving dynamic annotation when possible. Mathematica also has powerful ...
DateListLogPlot[{{date_1, v_1}, {date_2, v_2}, ...}] makes a log plot with values v_i at a sequence of dates.DateListLogPlot[{v_1, v_2, ...}, datespec] makes a log plot with ...
Quotient[m, n] gives the integer quotient of m and n. Quotient[m, n, d] uses an offset d.
TakeWhile[list, crit] gives elements e_i from the beginning of list, continuing so long as crit[e_i] is True.