Find the basic solutions of the homogeneous linear system
AX = O, where
[15 marks]
![A =
[ 1 2 -3 4 0 8 ]
[ 2 4 -6 9 2 16 ]
[ 0 0 0 3 6 1 ]
[ 0 0 0 1 2 0 ]](a4w09/q1a.gif)
Show that
is a solution to the inhomogeneous system AX = B,
where
.
Hence write down the general solution of AX = B.
Find A -1 and hence solve
AX = B, where
[10 marks]
Use block multiplication to find AB , where
[10 marks]
![A = and B =
[ 2 5 0 0 0 ] [ 8 3 0 0 0 ]
[ 1 2 0 0 0 ] [ 3 1 0 0 0 ]
[ 0 0 1 0 0 ] [ 0 0 3 0 0 ]
[ 0 0 0 1 0 ] [ 0 0 0 2 0 ]
[ 0 0 0 0 1 ] [ 0 0 0 0 1 ]](a4w09/q3ab.gif)
Use block multiplication to find C -1,
where
[10 marks]
![C =
[ 2 5 0 0 ]
[ 1 2 0 0 ]
[ 0 0 3 -8 ]
[ 0 0 -1 3 ]](a4w09/q4matrix.gif)
Directed Graphs (Textbook, page 46) [25 marks]
Adam Ant is visiting his four aunts at their homes that are
connected by twigs as shown in this directed graph:
![]() |
There is only one twig connecting homes A and
B in each direction. If there is an edge from vertex j to
vertex i, then the entry aij |
Write down the adjacency matrix A for Adam Ant.
Furthermore, an r-path (or path of length r)
from vertex j to vertex i
is a sequence of r edges that starts at vertex j
and ends at vertex i.
The 2-paths for Adam that start at home A and end at
home C are:
| From: | via: | to: |
| A | C | C |
| A | B | C |
![[ 2 0 1 0 ]
[ 1 2 1 1 ]
[ 2 2 2 1 ]
[ 0 1 0 1 ]](a4w09/q5Asq.gif)
In general the adjacency matrix for r-paths is just
Ar.
Find the number of 3-paths from home C to itself and
list all such paths.
Use Gaussian elimination to find the inverse matrix of
[10 marks]
![F =
[ 1 -4 -6 8 ]
[ 0 2 4 6 ]
[ 0 0 -2 4 ]
[ 0 0 0 -1 ]](a4w09/q6a.gif)
(if possible; otherwise to show that no such inverse exists).
Use Gaussian elimination to find the inverse matrix of
[10 marks]
![G =
[ 1 2 3 4 ]
[ 2 5 6 8 ]
[ 6 7 8 9 ]
[ 4 3 2 1 ]](a4w09/q7a.gif)
(if possible; otherwise to show that no such inverse exists).
Use Gaussian elimination to find the inverse matrix of
[10 marks]
![H =
[ 0 1 1 ]
[ 1 0 1 ]
[ 1 1 0 ]](a4w09/q8a.gif)
(if possible; otherwise to show that no such inverse exists).
| [Solutions to this assignment]
[Available after February 09] |
|||