List
(Mathematica Import/Export Format) Column of numbers or strings. Stores a list of numbers or strings as lines. Plain text format. Is essentially a single-column version of the "Table" format.
WindowFrameElements is an option for notebooks that specifies the elements to include in the frame of the window used to display the notebook on the screen.
Lists are at the core of Mathematica 's symbolic language. These "How tos" give step-by-step instructions for common tasks related to creating and manipulating lists.
Mathematica supports hyperbolic functions everywhere in the complex plane—with careful attention to branch cuts—and provides an extensive web of exact and algebraic ...
Mathematica provides systemwide support for a large number of special characters. Each character has a name and a number of shortcut aliases. They are fully supported by the ...
When you define a complicated function, you will often want to let some of the arguments of the function be "optional". If you do not give those arguments explicitly, you ...
Built into Mathematica are state-of-the-art constrained nonlinear fitting capabilities, conveniently accessed with models given directly in symbolic form. Mathematica also ...
Union
(Built-in Mathematica Symbol) Union[list_1, list_2, ...] gives a sorted list of all the distinct elements that appear in any of the list_i. Union[list] gives a sorted version of a list, in which all ...
Although Mathematica matches patterns in a purely structural fashion, its notion of structural equivalence is quite sophisticated. In particular, it takes account of ...