CreateWindow[] creates an empty window in the front end.CreateWindow[nb] creates a window displaying the notebook expression nb, and opens it in the front ...
Importing and exporting lists and tables of data. This exports a list of data to the file out1. Here are the contents of the file.
Range
(Built-in Mathematica Symbol) Range[i_max] generates the list {1, 2, ..., i_max}. Range[i_min, i_max] generates the list {i_min, ..., i_max}. Range[i_min, i_max, di] uses step di.
Although Mathematica matches patterns in a purely structural fashion, its notion of structural equivalence is quite sophisticated. In particular, it takes account of ...
Mathematica includes a wide selection of carefully chosen color schemes that can immediately be used throughout the Mathematica graphics and visualization system.
ImageResolution is an option for Export, Rasterize, and related functions that specifies at what resolution bitmap images should be rendered.
Many programs you write will involve operations that need to be iterated several times. Nest and NestList are powerful constructs for doing this. Applying functions of one ...
A typical graph problem is that of matching different items, such as dates between men and women given preferences or teachers and courses with different preferences. These ...
Add/Remove Cell Tags opens a dialog box that allows you to add or remove cell tags associated with the selected cell(s).
Check Spelling opens the Check Spelling dialog box and searches for misspelled words.