OwnValues[x] gives the rule corresponding to any ownvalue defined for the symbol x.
Pattern
(Built-in Mathematica Symbol) s : obj represents the pattern object obj, assigned the name s.
TrackedSymbols is an option to Refresh, Manipulate, and related functions that specifies which symbols should trigger updates when their values are changed.
The functions FindMinimum, FindMaximum, and FindRoot have the HoldAll attribute and so have special semantics for evaluation of their arguments. First, the variables are ...
Mathematica handles many different kinds of things: mathematical formulas, lists, and graphics, to name a few. Although they often look very different, Mathematica represents ...
ComposeSeries[series_1, series_2, ...] composes several power series.
TuringMachine[rule, init, t] generates a list representing the evolution of the Turing machine with the specified rule from initial condition init for t steps. ...
Mathematica has many powerful features which enable you to solve many kinds of equations.
EdgeLabels is an option and property for Graph and related functions that specifies what labels and label positions should be used for edges.
EdgeShapeFunction is an option and property for Graph and related functions that specifies a function to use to generate primitives for rendering each edge.