DiscretePlot[expr, {n, n_max}] generates a plot of the values of expr when n runs from 1 to n_max.DiscretePlot[expr, {n, n_min, n_max}] generates a plot of the values of expr ...
PowerSymmetricPolynomial[r] represents a formal power symmetric polynomial with exponent r.PowerSymmetricPolynomial[{r_1, r_2, ...}] represents a multivariate formal power ...
One of the important features of Mathematica is its ability to give you exact, symbolic, results for computations. There are, however, computations where it is just ...
Building on its broad algorithmic and mathematical capabilities, Mathematica provides a unique level of highly general and efficient support for additive number theory.
StableDistribution[type, \[Alpha], \[Beta], \[Mu], \[Sigma]] represents the stable distribution S_type with index of stability \[Alpha], skewness parameter \[Beta], location ...
CirclePlus[x, y, ...] displays as x\[CirclePlus]y\[CirclePlus]....
DiscretePlot3D[expr, {i, i_min, i_max}, {j, j_min, j_max}] generates a plot of the values of expr when i runs from i_min to i_max and j runs from j_min to ...
Building on its broad strengths in mathematics in general, and in special functions in particular, Mathematica provides a unique level of support for multiplicative number ...
Regularization is an option for Sum and Product that specifies what type of regularization to use.
BooleanConvert[expr] converts the Boolean expression expr to disjunctive normal form.BooleanConvert[expr, form] converts the Boolean expression expr to the specified ...