Csc
(Built-in Mathematica Symbol) Csc[z] gives the cosecant of z.
EllipticF[\[Phi], m] gives the elliptic integral of the first kind F(\[Phi] \[VerticalSeparator] m).
FiniteGroupData[name, " property"] gives the value of the specified property for the finite group specified by name.FiniteGroupData["class"] gives a list of finite groups in ...
I
(Built-in Mathematica Symbol) I represents the imaginary unit Sqrt[-1].
JacobiSN[u, m] gives the Jacobi elliptic function sn(u | m).
Piecewise[{{val_1, cond_1}, {val_2, cond_2}, ...}] represents a piecewise function with values val_i in the regions defined by the conditions cond_i. Piecewise[{{val_1, ...
RowReduce[m] gives the row-reduced form of the matrix m.
Set
(Built-in Mathematica Symbol) lhs = rhs evaluates rhs and assigns the result to be the value of lhs. From then on, lhs is replaced by rhs whenever it appears. {l_1, l_2, ...} = {r_1, r_2, ...} evaluates ...
Sin
(Built-in Mathematica Symbol) Sin[z] gives the sine of z.
Sum
(Built-in Mathematica Symbol) Sum[f, {i, i_max}] evaluates the sum \[Sum]i = 1 i_max f. Sum[f, {i, i_min, i_max}] starts with i = i_min. Sum[f, {i, i_min, i_max, di}] uses steps d i. Sum[f, {i, {i_1, i_2, ...