PaddedForm[expr, n] prints with all numbers in expr padded to leave room for a total of n digits. PaddedForm[expr, {n, f}] prints with approximate real numbers having exactly ...
PopupView[{expr_1, expr_2, ...}] represents an object which displays as a popup menu whose items are the expr_i.PopupView[{expr_1, expr_2, ...}, i] makes the i\[Null]^th ...
ScientificForm[expr] prints with all real numbers in expr given in scientific notation. ScientificForm[expr, n] prints with numbers given to n-digit precision.
SkellamDistribution[\[Mu]_1, \[Mu]_2] represents a Skellam distribution with shape parameters \[Mu]_1 and \[Mu]_2.
Ticks
(Built-in Mathematica Symbol) Ticks is an option for graphics functions that specifies tick marks for axes.
There are many situations where one wants to find a formula that best fits a given set of data. One way to do this in Mathematica is to use Fit. Basic linear fitting. Here is ...
Finding lines that contain specified text. Here is a file containing some text. This returns a list of all the lines in the file containing the text is.
The raw SQL command DELETE deletes data from a database. An alternative is to use the Mathematica command SQLDelete, described in "Deleting Data". If you find that the ...
The raw SQL command UPDATE updates data in a database. An alternative is to use the Mathematica command SQLUpdate, described in "Updating Data". If you find that the examples ...
RowReduce[m] gives the row-reduced form of the matrix m.