Many mathematical problems work with sequences of numbers. In many languages they
are called arrays; in Octave they are just examples of vectors. Vectors are commonly
used to represent the three dimensions of a position or a velocity, but a vector is really
just a list of numbers, and this is how Octave treats them.