NumericQ[expr] gives True if expr is a numeric quantity, and False otherwise.
Panel
(Built-in Mathematica Symbol) Panel[expr] displays as a panel containing expr. Panel[expr, title] gives the panel the specified title. Panel[expr, title, pos] places title at a position specified by pos. ...
ParameterMixtureDistribution[dist[\[Theta]], \[Theta] \[Distributed] wdist] represents a parameter mixture distribution where the parameter \[Theta] is distributed according ...
RootReduce[expr] attempts to reduce expr to a single Root object.
s_1 ~~ s_2 ~~ ... or StringExpression[s_1, s_2, ...] represents a sequence of strings and symbolic string objects s_i.
StringSplit["string"] splits " string" into a list of substrings separated by whitespace. StringSplit["string", patt] splits into substrings separated by delimiters matching ...
When you make a definition in the form f[args]=rhs or f[args]:=rhs, Mathematica associates your definition with the object f. This means, for example, that such definitions ...
Integration functions. Here is the integral ∫_a^bx^2 dx. This gives the multiple integral ∫_0^adx ∫_0^bd y(x^2+y^2).
The functions described here are among the most commonly used discrete univariate statistical distributions. You can compute their densities, means, variances, and other ...
Many real-world applications require the solution of IVPs and BVPs for nonlinear ODEs. For example, consider the logistic equation, which occurs in population dynamics. This ...