ABSTRACT

This chapter presents more detailed explanation of computing with vectors and presents an introduction to matrices.

In general, an array is defined as a data structure that has several values. The values are organized in several ways. The following arrays: X , Y , and Z have their data arranged in different manners. Array X is a one-dimensional array with n elements and it is considered a row vector because its elements x1,x2, . . . ,xn are arranged in a single row.