StringSplit["string"] splits " string" into a list of substrings separated by whitespace. StringSplit["string", patt] splits into substrings separated by delimiters matching ...
ComposeSeries[series_1, series_2, ...] composes several power series.
FlipView[{expr_1, expr_2}] represents an object which flips between displaying expr_1 and expr_2 each time it is clicked.FlipView[{expr_1, expr_2, ...}] cyclically flips ...
CensoredDistribution[{x_min, x_max}, dist] represents the distribution of values that come from dist and are censored to be between x_min and ...
The function NDSolve discussed in "Numerical Differential Equations" allows you to find numerical solutions to differential equations. NDSolve handles both single ...
A Mathematica script is simply a file containing Mathematica commands that you would normally evaluate sequentially in a Mathematica session. Writing a script is useful if ...
Unicode: F769. Alias: Esc ␣esc Esc. Letter-like form. Representation of the Escape key on a keyboard. Used in describing how to type aliases for special characters in ...
Unicode: 03DB. Aliases: Esc sti Esc, Esc stigma Esc. Special Greek letter. Appeared between ϵ and ζ in early Greek alphabet; used for Greek numeral 6. Not the same as ...
New opens a dialog for generating a table or matrix.
Postfix
(Built-in Mathematica Symbol) Postfix[f[expr]] prints with f[expr] given in default postfix form: expr // f. Postfix[f[expr], h] prints as exprh.