Slot
(Built-in Mathematica Symbol) # represents the first argument supplied to a pure function. # n represents the n\[Null]\[Null]^th argument.
StringReplaceList["string", s -> sp] or StringReplaceList["string", {s_1 -> sp_1, s_2 -> sp_2, ...}] gives a list of the strings obtained by replacing each individual ...
Typical stylesheets make Mathematica automatically organize notebook cells into convenient groups. You can override this behavior, or control it in any way, using menu items, ...
Unicode: 2192. x → y is by default interpreted as RightArrow[x,y]. Alias: Esc ␣-> Esc. Infix arrow operator. Used for many purposes in mathematics to indicate transformation, ...
Unicode: 27F6. Alias: Esc --> Esc. Infix arrow operator. x ⟶ y is by default interpreted as LongRightArrow[x,y]. Not the same as \[Rule].
FaceForm[g] is a graphics directive which specifies that faces of polygons and other filled graphics objects are to be drawn using the graphics directive or list of ...
Mathematica's core tree-oriented symbolic language makes it well suited to working with a hierarchical view of C code as Mathematica expressions. This supports the use of the ...
The history of an interactive Mathematica computation is both maintained in a fully editable Mathematica notebook, and is stored symbolically in a sequence of In and Out ...
Mathematica is a large and complex software system. Although strongly not supported for production purposes, it is sometimes instructive to "spelunk" in the system, looking ...
Basic 3D plotting function. This makes a three-dimensional plot of the function sin(xy). Three-dimensional graphics can be rotated in place by dragging the mouse inside of ...