Fourier
(Built-in Mathematica Symbol) Fourier[list] finds the discrete Fourier transform of a list of complex numbers.
Table
(Built-in Mathematica Symbol) Table[expr, {i_max}] generates a list of i_max copies of expr. Table[expr, {i, i_max}] generates a list of the values of expr when i runs from 1 to i_max. Table[expr, {i, ...
Permutations are basic elements in algebra. They have a natural non-commutative product (as matrices do as well), and hence can encode highly nontrivial structures in a ...
NestWhileList[f, expr, test] generates a list of the results of applying f repeatedly, starting with expr, and continuing until applying test to the result no longer yields ...
An important subset of optimization problems is constrained nonlinear optimization, where the function is not linear and the parameter values are constrained to certain ...
BSplineFunction[{pt_1, pt_2, ...}] represents a B-spline function for a curve defined by the control points pt_i.BSplineFunction[array] represents a B-spline function for a ...
Checkbox[x] represents a checkbox with setting x, displayed as CheckboxBox[True] when x is True and CheckboxBox[False] when x is False. Checkbox[Dynamic[x]] takes the setting ...
CMYKColor[cyan, magenta, yellow, black] is a graphics directive which specifies that graphical objects which follow are to be displayed in the color given. CMYKColor[c, m, y, ...
InterpolatingFunction[domain, table] represents an approximate function whose values are found by interpolation.
OutputForm[expr] prints as a two-dimensional representation of expr using only keyboard characters.