Array

Array -- the class of all arrays.

An array is like a list, except that brackets are used instead of braces when entering or displaying an array, and arrays can't be used as vectors. Their main use is notational: for example, they appear in the construction of polynomial rings.

i1 : ZZ[a,b,c]

o1 = ZZ[a,b,c]

o1 : PolynomialRing


topindexpreviousupnext