The way modules work in Mathematica is basically very simple. Every time any module is used, a new symbol is created to represent each of its local variables. The new symbol ...
DSolve can be used for finding the general solution to a differential equation or system of differential equations. The general solution gives information about the structure ...
The numerical method of lines is a technique for solving partial differential equations by discretizing in all but one dimension, and then integrating the semi-discrete ...
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, ...
ArcSinDistribution[{x min, x max}] represents the arc sine distribution supported between x min and x max.
BetaNegativeBinomialDistribution[\[Alpha], \[Beta], n] represents a beta negative binomial mixture distribution with beta distribution parameters \[Alpha] and \[Beta], and n ...
ExpGammaDistribution[\[Kappa], \[Theta], \[Mu]] represents an exp-gamma distribution with shape parameter \[Kappa], scale parameter \[Theta], and location parameter \[Mu].
FisherHypergeometricDistribution[n, n_succ, n_tot, w] represents a Fisher noncentral hypergeometric distribution.
LogSeriesDistribution[\[Theta]] represents a logarithmic series distribution with parameter \[Theta].
NormalDistribution[\[Mu], \[Sigma]] represents a normal (Gaussian) distribution with mean \[Mu] and standard deviation \[Sigma].NormalDistribution[] represents a normal ...