BooleanGraph[bfunc, g_1, ..., g_n] gives the Boolean graph defined by the Boolean function bfunc on the graphs g_1, ..., g_n.
FrobeniusSolve[{a_1, ..., a_n}, b] gives a list of all solutions of the Frobenius equation a_1 x_1 + ... + a_n x_n = b.FrobeniusSolve[{a_1, ..., a_n}, b, m] gives at most m ...
RotateRight[expr, n] cycles the elements in expr n positions to the right. RotateRight[expr] cycles one position to the right. RotateRight[expr, {n_1, n_2, ...}] cycles ...
Colorize[m] generates an image from an integer matrix m, using colors for positive integers and black for non-positive integers.Colorize[image] replaces intensity values in ...
These "How tos" give step-by-step instructions for common tasks related to solving differential equations in Mathematica .
Show
(Built-in Mathematica Symbol) Show[graphics, options] shows graphics with the specified options added. Show[g_1, g_2, ...] shows several graphics combined.
Basic two-dimensional graphics elements. Here is a line primitive. This shows the line as a two-dimensional graphics object.
MarcumQ
(Built-in Mathematica Symbol) MarcumQ[m, a, b] gives Marcum's Q function Q_m (a, b).MarcumQ[m, a, b_0, b_1] gives Marcum's Q function Q_m (a, b_0) - Q_m (a, b_1).
InteractiveTradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. InteractiveTradingChart[{" name", ...
These "How tos" give step-by-step instructions for common tasks related to algebraic computation in Mathematica .