WindowElements is a notebook option that specifies the elements to include in the window used to display the notebook on the screen.
AppearanceElements is an option for functions like Manipulate that specifies what elements should be included in the displayed form of the object generated.
Getting parts of lists. This gives a list of parts 1 and 3. Here is a nested list.
Mathematica provides powerful functions for constructing lists of any size and structure.
Mathematica 7 extends its general treatment of lists and matrices by adding a variety of convenient functions, including support for common convolution and structure matrices.
Functions for combining lists. Join concatenates any number of lists together. Union combines lists, keeping only distinct elements.
The MathLink library contains an extensive collection of C functions that allow arbitrary data and structure to be exchanged with Mathematica, and provide detailed control of ...
Ordering in lists. Here is a list of numbers. This gives the elements of t in sorted order.
Ordinary mathematical functions in Mathematica are always "listable", so that they are immediately applied in parallel across lists. Mathematica provides a wide variety of ...
Unless f is a flat function, a pattern like f[x_,y_] stands only for instances of the function with exactly two arguments. Sometimes you need to set up patterns that can ...