Econometric Theory/Matrix Algebra: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>PokestarFan
m Vectors: {{BookCat}}/possible general fixes, replaced: [[Category:{{FULLBOOKNAME}}|{{FULLCHAPTERNAME}}]] → {{BookCat}} using AWB
 
(No difference)

Latest revision as of 00:54, 15 June 2017

Matrices

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

A=[246057.105132],B=[34π2], and C=[350014.563.2819].

When describing matrices we indicate the number of rows first, then the number of columns. For example, the matrix C with two rows and four columns is said to be a 2×4 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 A we would write a13. To indicate that this entry is a six we would write the equation a13=6.

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

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, (x,y), that is used to identify a point in the plane can be considered to be a vector.

Similarly, an ordered triple, (x,y,z) 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 v=(2,3,5,4), or w=[450].

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

Template:BookCat