NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...
ParetoDistribution[k, \[Alpha]] represents a Pareto distribution with minimum value parameter k and shape parameter \[Alpha].ParetoDistribution[k, \[Alpha], \[Mu]] represents ...
Resolve
(Built-in Mathematica Symbol) Resolve[expr] attempts to resolve expr into a form that eliminates ForAll and Exists quantifiers. Resolve[expr, dom] works over the domain dom. Common choices of dom are ...
Rotate
(Built-in Mathematica Symbol) Rotate[g, \[Theta]] represents 2D graphics primitives or any other objects g rotated counterclockwise by \[Theta] radians about the center of their bounding box. Rotate[g, ...
SinIntegral[z] gives the sine integral function Si(z).
SkellamDistribution[\[Mu]_1, \[Mu]_2] represents a Skellam distribution with shape parameters \[Mu]_1 and \[Mu]_2.
WaitAll
(Built-in Mathematica Symbol) WaitAll[expr] waits for all concurrent evaluations represented by EvaluationObject expressions in expr to finish, then returns the resulting expression obtained.
WeierstrassP[u, {g_2, g_3}] gives the Weierstrass elliptic function \[WeierstrassP](u; g_2, g_3).
WignerSemicircleDistribution[r] represents a Wigner semicircle distribution with radius r centered at the origin.WignerSemicircleDistribution[a, r] represents a Wigner ...
This tutorial introduces some basic algorithms for computing with finite permutation groups, other than those introduced in "Permutation Groups". A subgroup H of a group G ...