Mathematica Tutorial: Notebooks And Documents
library.wolfram.com › infocenter › BooksA typical Mathematica notebook containing text, graphics and Mathematica expressions. The brackets on the right indicate the extent of each cell. Mathematica notebooks are structured interactive documents that are organized into a sequence of cells. Each cell may contain text, graphics, sounds or Mathematica expressions in any combination.
Lists in Mathematica - Emory University
www.mathcs.emory.edu › ~fox › NewCCSMay 31, 2002 · Mathematica provides a variety of operations that enable one to manipulate the structure of such a list. Suppose that list is a list in the above form. If we wish to display the values in the i th sublist (or the i th row) of list, we use the command list[[i]] To display the j th element of the i th sublist, we use list[[i,j]]