List• { , , ... } is a list of elements. • Lists are very general objects that represent collections of expressions. • {a, b, c} represents a vector. • {{a, b}, {c, d}} represents a matrix. • See also: Table.
Examples Here is a list of numbers.
Out[1]= |  |
This gives a list of symbolic expressions.
Out[2]= |  |
You can differentiate these expressions.
Out[3]= |  |
|