Text strings. The quotes are not included in standard Mathematica output form. In input form, the quotes are included.
Grid
(Built-in Mathematica Symbol) Grid[{{expr_11, expr_12, ...}, {expr_21, expr_22, ...}, ...}] is an object that formats with the expr_ij arranged in a two-dimensional grid.
Annuity
(Built-in Mathematica Symbol) Annuity[p, t] represents an annuity of fixed payments p made over t periods.Annuity[p, t, q] represents a series of payments occurring at time intervals q.Annuity[{p, ...
CompleteGraph[n] gives the complete graph with n vertices K_n.CompleteGraph[{n_1, n_2, ..., n_k}] gives the complete k-partite graph with n_1 + n_2 + \[CenterEllipsis] + n_k ...
NSolve
(Built-in Mathematica Symbol) NSolve[expr, vars] attempts to find numerical approximations to the solutions of the system expr of equations or inequalities for the variables vars. NSolve[expr, vars, ...
CDefine[def] is a symbolic representation of a preprocessor define.
Mathematica has many special features that optimize the entry and editing of both ordinary text and Mathematica input in notebooks.
While there is typically one representation for exact numbers, approximate numbers can be presented differently according to the conventions of different professions or ...
Sequence of 8-bit characters. Raw binary format.
Real32
(Mathematica Import/Export Format) Uniform sequence of IEEE single-precision numbers. Binary data format.