Show Expression toggles between the expression and display forms of a cell.
p_1 | p_2 | ... is a pattern object which represents any of the patterns p_i.
C
(Built-in Mathematica Symbol) C[i] is the default form for the i\[Null]\[Null]^th parameter or constant generated in representing the results of various symbolic computations.
FilterRules[rules, patt] filters the list rules by picking out only those rules whose left-hand sides match patt.FilterRules[rules, {patt_1, patt_2, ...}] picks out rules ...
MatchQ
(Built-in Mathematica Symbol) MatchQ[expr, form] returns True if the pattern form matches expr, and returns False otherwise.
QuadraticIrrationalQ[x] gives True if x is a quadratic irrational and False otherwise.
RectangleChart3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] makes a 3D rectangle chart with bars of width x_i, depth y_i and height z_i. RectangleChart3D[{..., w_i[{x_i, y_i, ...
SessionTime[] gives the total number of seconds of real time that have elapsed since the beginning of your Mathematica session.
VertexWeight is an option and property for Graph and related functions that specifies a vertex weight.
You will encounter nested lists if you use matrices or generate multidimensional arrays and tables. Mathematica provides many functions for handling such lists. A few ...