IncludeFileExtension is an option for notebooks that specifies whether the suffix ".nb" is automatically appended to a notebook's name when it is first saved.
LimitsPositioningTokens is an option for selections that specifies a set of characters for which the option LimitsPositioning is set to True by default.
PrintAction is an option for notebooks that specifies the action taken when a Print[] command is evaluated by the kernel.
PrintingPageRange is an option for notebooks that specifies the range of pages of a notebook to be printed.
PrintingStartingPageNumber is an option for notebooks that specifies what number to assign to the first page of a notebook when printed.
RulerUnits is an option for notebooks that specifies the units in the ruler toolbar.
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 ...
If you make a definition like f[x_]:=x Sin[x], Mathematica will store the expression x Sin[x] in a form that can be evaluated for any x. Then when you give a particular value ...
This document describes how to compile and run MathLink programs written in the C language on Linux systems. ("MathLink and External Program Communication" describes how to ...
GeneralizedLinearModelFit[{y_1, y_2, ...}, {f_1, f_2, ...}, x] constructs a generalized linear model of the form g -1 (\[Beta]_0 + \[Beta]_1 f_1 + \[Beta]_2 f_2 + ...) that ...