EllipticTheta[a, u, q] gives the theta function \[CurlyTheta]_a (u, q) (a = 1, ..., 4).
Equal
(Built-in Mathematica Symbol) lhs == rhs returns True if lhs and rhs are identical.
Fit
(Built-in Mathematica Symbol) Fit[data, funs, vars] finds a least-squares fit to a list of data as a linear combination of the functions funs of variables vars.
ForAll
(Built-in Mathematica Symbol) ForAll[x, expr] represents the statement that expr is True for all values of x. ForAll[x, cond, expr] states that expr is True for all x satisfying the condition cond. ...
Less
(Built-in Mathematica Symbol) x < y yields True if x is determined to be less than y. x_1 < x_2 < x_3 yields True if the x_i form a strictly increasing sequence.
Raster
(Built-in Mathematica Symbol) Raster[{{a_11, a_12, ...}, ...}] is a two-dimensional graphics primitive which represents a rectangular array of gray cells. Raster[{{{r_11, g_11, b_11}, ...}, ...}] ...
Drawing Tools opens the 2D Drawing palette to create and edit graphics.
Notebook History displays a time record of changes made in the input notebook.
Preferences opens the Preferences dialog to view and edit preferences, options, and system settings.
CloseKernels[] terminates all parallel kernels from the list Kernels[].CloseKernels[k] terminates the kernel k.CloseKernels[{k_1, k_2, ...}] terminates the kernels k_1, k_2, ...