Advanced Statistics - Biology 603

Bowling Green State University, Spring 2010

Linear Algebra

Linear Equations

Equations generally come in the form of 2x = 4 or more generally as [ax = b]. Such a notation can also be applied to matrices where a single linear equation such as x - 2y + z = -5 may be rewritten in matrix notation as:

1 -2 1
x
x
y
z
= -5

Assure yourself that this is identical to the following

1x + -2y + 1z = -5

In a more complex example we can show that matrix multiplications allow us to represent a set of linear equations in form of a matrix as follows:

x - 2y + z = -5
5x + 4y + 3z = 7
6x +2y + 4z = 2
1 -2 1
 5  4  3
 6  2  4
x
x
y
z
=
-5

 7

 2

The goal of most multivariate analyses, however, is the opposite scenario, where we try to extract linear equations from a variance/covariance matrix. Matrix divisions offer a solution but are somewhat less intuitive. A simple equation of real numbers such as 2x = 3 can be solved by arithmetic division, which can be phrased as a multiplication. In the process, both sides are multiplied with 2-1 where on the left side x is multiplied with "1". One is called an identity as multiplication with it yields the original, irrespective of its value. By applying the same thinking to divisions of matrices we can multiply one matrix with its inverse matrix to produce an identity matrix. The latter is thus defined as the matrix I for which the equation holds I*X = X, no matter what value X takes and will always feature "1"s along the diagonal and "0"s elsewhere. Convince yourself that multiplication of a matrix with such an identity matrix leaves the original matrix unchanged. The inverse matrix is not equal to the transposed matrix and it presents therefore the bigger challenge.


last modified: 1/23/08
This material is copyrighted and MAY NOT be used for commercial purposes, © 2001-2010 lobsterman.
[ Advanced Statistics Course page | About BIO 603 | Announcements ]
[ Course syllabus | Exams & Grading | Glossary | Evaluations | Links ]