Regularization is an option for Sum and Product that specifies what type of regularization to use.
RightCosetRepresentative[group, g] returns the smallest element in the right coset of products of the elements of group by g.
ScrollingOptions -> {opt_1 -> val_1, opt_2 -> val_2, ...} is an option for notebooks that specifies settings for scrolling.
Short
(Built-in Mathematica Symbol) Short[expr] prints as a short form of expr, less than about one line long. Short[expr, n] prints as a form of expr about n lines long.
Simplify[expr] performs a sequence of algebraic and other transformations on expr, and returns the simplest form it finds. Simplify[expr, assum] does simplification using ...
SplineKnots is an option for B-spline functions and graphics primitives that specifies the positions of knots.
$IterationLimit gives the maximum length of evaluation chain used in trying to evaluate any expression.
Mathematica usually pays no attention to whether variables like x stand for real or complex numbers. Sometimes, however, you may want to make transformations which are ...
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 ...
Steps in the operation of Mathematica. When you type something like x^2 what Mathematica at first sees is just the string of characters x, ^, 2. But with the usual way that ...