1 Basic concepts
1.1 Determinants
A square matrix possesses an associated determinant. Unlike a matrix, which is an array of numbers, a determinant has a single value.
A two by two matrix has an associated determinant
(Note square or round brackets denote a matrix, straight vertical lines denote a determinant.)
A three by three matrix has an associated determinant
Among other ways this determinant can be evaluated by an “expansion about the top row”:
Note the minus sign in the second term.
Task!
Evaluate the determinants
A matrix such as in the previous task which has zero determinant is called a singular matrix. The other two matrices and are non-singular . The key factor to be aware of is as follows:
Key Point 1
Any non-singular matrix , for which , possesses an inverse i.e.
where denotes the identity matrix
A singular matrix does not possess an inverse.
1.2 Systems of linear equations
We first recall some basic results in linear (matrix) algebra. Consider a system of equations in unknowns :
We can write such a system in matrix form:
We see that is an matrix (called the coefficient matrix), is the column vector of unknowns and is an column vector of given constants.
The zero matrix will be denoted by .
If the system is called inhomogeneous ; if the system is called homogeneous .
1.3 Basic results in linear algebra
Consider the system of equations .
We are concerned with the nature of the solutions (if any) of this system. We shall see that this system only exhibits three solution types:
The system is consistent and has a unique solution for
The system is consistent and has an infinite number of solutions for
The system is inconsistent and has no solution for
consider:
or
Case 1 :
In this case exists and the unique solution to is
Case 2 :
In this case does not exist.
- If the system has no solutions .
- If the system has an infinite number of solutions.
We note that a homogeneous system
has a unique solution if (this is called the trivial solution ) or an infinite number of solutions if .
Example 1
(Case 1) Solve the inhomogeneous system of equations
which can be expressed as where
Solution
Here .
The system of equations has the unique solution :
Example 2
(Case 2a) Examine the following inhomogeneous system for solutions
Solution
Here In this case there are no solutions.
To see this we see the first equation of the system states whereas the second equation (after dividing through by 3) states , a contradiction.
Example 3
(Case 2b) Solve the homogeneous system
Solution
Here The solutions are any pairs of numbers such that , i.e.
There are an infinite number of solutions .
1.4 A simple eigenvalue problem
We shall be interested in simultaneous equations of the form:
where is an matrix, is an column vector and is a scalar (a constant) and, in the first instance, we examine some simple examples to gain experience of solving problems of this type.
Example 4
Consider the following system with :
so that
It appears that there are three unknowns . The obvious questions to ask are: can we find ? what is ?
Solution
To solve this problem we firstly re-arrange the equations (take all unknowns onto one side);
(1)
(2)
Therefore, from equation (2):
(3)
Then when we substitute this into (1)
which simplifies to
We conclude that either or . There are thus two cases to consider:
Case 1
If then (from (3)) and we get the trivial solution . (We could have guessed this solution at the outset.)
Case 2
which gives, on taking square roots:
so
Now, from equation (3), if then and if then .
We have now completed the analysis. We have found values for but we also see that we cannot obtain unique values for and : all we can find is the ratio between these quantities. This behaviour is typical, as we shall now see, of an eigenvalue problem.