Mathematica's symbolic character allows it to handle generalized functions or "distributions" as a direct extension of classical mathematical functions, and to represent ...
Conjunction[expr, {a_1, a_2, ...}] gives the conjunction of expr over all choices of the Boolean variables a_i.
TokenWords is an option for Read and related functions which gives a list of token words to be used to delimit words.
ZeroWidthTimes is an option for selections that specifies whether blank spaces representing multiplication are explicitly shown.
Functions for combining lists. Join concatenates any number of lists together. Union combines lists, keeping only distinct elements.
StringSplit["string"] splits " string" into a list of substrings separated by whitespace. StringSplit["string", patt] splits into substrings separated by delimiters matching ...
Discriminant[poly, var] computes the discriminant of the polynomial poly with respect to the variable var.Discriminant[poly, var, Modulus -> p] computes the discriminant ...
Mathematica 's functions for solving differential equations can be applied to many different classes of differential equations, including ordinary differential equations ...
HarmonicMean[list] gives the harmonic mean of the values in list.
LinearFractionalTransform[m] gives a TransformationFunction that represents a linear fractional transformation defined by the homogeneous matrix m. ...