Times
(Built-in Mathematica Symbol) x*y*z, x*y*z, or x y z represents a product of terms.
Work with Variables and Functions Work with Lists Work with Rules
Nested logical and piecewise functions can be expanded out much like nested arithmetic functions. You can do this using LogicalExpand and PiecewiseExpand. Expanding out ...
Expressions corresponding to cells. Here is a notebook containing a text cell and a Mathematica input cell. Here are the expressions corresponding to these cells.
Mathematica 8 introduces a coherent collection of algorithms and data structures for working with permutation groups. Building upon Mathematica's proven symbolic ...
x-- decreases the value of x by 1, returning the old value of x.
x++ increases the value of x by 1, returning the old value of x.
--x decreases the value of x by 1, returning the new value of x.
Explicit representations of newlines and tabs in strings. This prints on two lines. In InputForm there is an explicit ∖n to represent the newline.
Methods for generating hyperlinks. A hyperlink is a special kind of button which jumps to another part of a notebook when it is pressed. Typically hyperlinks are indicated in ...