$TimeZone gives the current time zone to assume for dates and times.
IntegerDigits[n] gives a list of the decimal digits in the integer n. IntegerDigits[n, b] gives a list of the base b digits in the integer n. IntegerDigits[n, b, len] pads ...
Fundamental to Mathematica's dynamic interactivity capabilities is a new form of symbolic dynamic language. With a very small number of highly powerful primitives that mix ...
PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}] plots a paired histogram of the values x_i and y_i.PairedHistogram[{x_1, x_2, ...}, {y_1, y_2, ...}, bspec] plots a paired ...
InverseFourier[list] finds the discrete inverse Fourier transform of a list of complex numbers.
Mathematica has a rich syntax carefully designed for consistency and efficient, readable entry of Mathematica 's many language, mathematical, and other constructs. Knowledge ...
We first encountered lists in "Making Lists of Objects" as a way of collecting numbers together. Here, we shall see many different ways to use lists. You will find that lists ...
Create a Slide Show Create a Lecture Notebook Style and Format Notebooks
FactorialPower[x, n] gives the factorial power x (n). FactorialPower[x, n, h] gives the step-h factorial power x (n, h).
BitNot
(Built-in Mathematica Symbol) BitNot[n] gives the bitwise NOT of the integer n.