Basic Array Manipulation. Arrays are sequences of numerical data, with each element having the same underlying data type – integers, real (floating point) numbers, or complex numbers. ... These arrays can be multi-dimensional, have their dimensionality change dynamically, an can be sliced (subsets of elements taken).
Updated - ZAK