Any Mathematica symbol can have both a variety of types of values, and a variety of independently settable attributes that define overall aspects of its behavior.
Dealing with fonts under Linux can sometimes be tricky. The important issues in dealing with fonts in Mathematica are presented in this tutorial for your convenience. The ...
The functionality of Algebra`FiniteFields` is now available in the newly created Finite Fields Package.
InputAliases is an option for cells and notebooks which specifies additional Esc\[ThinSpace]name\[ThinSpace]Esc aliases to be allowed on input.
PrincipalValue is an option for Integrate that specifies whether the Cauchy principal value should be found for a definite integral.
x - y is equivalent to x + (-1*y).
Unevaluated[expr] represents the unevaluated form of expr when it appears as the argument to a function.
AiryAiZero[k] represents the k\[Null]^th zero of the Airy function Ai(x).AiryAiZero[k, x_0] represents the k\[Null]^th zero less than x_0.
MeanShift[list, d] replaces each element in list by the mean of the values of all elements that differ by less than d.
Nearest is used to find elements in a list that are closest to a given data point. Nearest function. Nearest works with numeric lists, tensors, or a list of strings.