Mathematica 6.0 represented a major new level in Mathematica's distinguished twenty-year history of broad cutting-edge algorithm development. Mathematica's unified ...
Mathematica 7 represents another major achievement in Mathematica's long history of innovation in mathematics and algorithms. Building on the broad capabilities of ...
At the core of Mathematica is the foundational idea that everything —data, programs, formulas, graphics, documents—can be represented as symbolic expressions. And it is this ...
Unicode: 0F3D3. Aliases: Esc cond Esc. Infix operator with built-in evaluation rules. exprpred is by default interpreted as Conditioned[expr,pred].
Unicode: 0F3D5. Aliases: Esc de Esc. Infix operator with built-in evaluation rules. uv is by default interpreted as DirectedEdge[u,v].
Unicode: 0F3D2. Aliases: Esc dist Esc. Infix operator with built-in evaluation rules. xdist is by default interpreted as Distributed[x,dist].
\[Not]
(Mathematica Character Name) Unicode: 00AC. Aliases: Esc ! Esc, Esc not Esc. Prefix operator with built-in evaluation rules. ¬ x is by default interpreted as Not[x], equivalent to !x.
Unicode: 0F3D4. Aliases: Esc ue Esc. Infix operator with built-in evaluation rules. uv is by default interpreted as UndirectedEdge[u,v].
ButtonSource is an option for the low-level function ButtonBox that specifies the first argument to give to the ButtonFunction for the button when the button is active and is ...
If
(Built-in Mathematica Symbol) If[condition, t, f] gives t if condition evaluates to True, and f if it evaluates to False. If[condition, t, f, u] gives u if condition evaluates to neither True nor False.