Econometric Theory/Matrix Algebra

Matrices edit

A matrix is an array of numbers arranged into rows and columns. Some examples of matrices are,

 

When describing matrices we indicate the number of rows first, then the number of columns. For example, the matrix   with two rows and four columns is said to be a   matrix.

It is standard notation to name matrices with capital letters and to use lower case letters with subscripts to identify particular entries in a matrix.

For example, to identify the entry in row 1 and column 3 of matrix   we would write  . To indicate that this entry is a six we would write the equation  .

Two matrices are considered to be equal only if they are the same size and every pair of corresponding elements are equal.

A column matrix is a matrix with only one column. Similarly, a row matrix has only one row.

Vectors edit

A vector is an object often defined by a long list of properties. However, for now we will avoid the more complicated definition, and just say that a vector is an ordered list of numbers. Later we will see that vectors can really be much more.

An ordered pair,  , that is used to identify a point in the plane can be considered to be a vector.

Similarly, an ordered triple,   is a vector.

Obviously, row and column matrices can also be considered to be a vector.

It is common to name vectors using variables with arrows above.

For example, we might write  .

For the most part, it will convenient to think of vectors as column matrices.