Tutorial Set 2
Tutorial Set 2
Department of Mathematics
A B C
Wood 4 4 3
Upholstery 0 1 2
Labor 2 4 5
(a) Find the inverse of the data matrix above and hence determine how many
pieces of each product should be manufactured.
(b) If the amount of wood is increased by 10 units, how will this change the
number of type C chairs produced?
(a) Determine whether each matrix above is non-singular. For those that are
non-singular, find their inverses.
(b) Find the inverses of AT , B T , C T if they exist.
(c) Which of the homogeneous systems Ax = 0, Bx = 0, Cx = 0 have non-
trivial solutions? Find all the non-trivial solutions for these systems.
(d) Without performing Gaussian Elimination, can you tell whether the homoge-
neous systems ABx = 0 and ACx = 0 have non-trivial solutions? Why?
1
4. Cramer’s Rule states that:
If A is an n × n non-singular
matrix, then the linear system Ax = b has exactly
x1
x2 det Ai
one solution for x = .. given by xi = for every i, where Ai is the matrix
. det A
xn
obtained from A by replacing the ith column of A by b.
Use Cramer’s rule to solve the system of linear equations
x + y + 3z = 0
2x − 2y + 2z = 4
3x + 9y = 3.
5. Find the rank of each of the following matrices, and determine which ones are full
rank.
1 2 0
2 1 4 1 2
0 1 1 1 4 5 8
4 2 2 3 2
A= −1 3 6, B=
2
, C = −1 4 3 0 .
2 1 −2 2 0
1 0 2 0 2 1
6 3 6 4 4
3 1 −1
6. Find the distance and angle between each of the following pairs of vectors u and
v. Which pairs are orthogonal to each other?
(a) u = (1, −1) and v = (−1, 3).
(b) u = (1, 2, 3) and v = (0, −3, 2).
(c) u = (1, −1, 1, −1) and v = (2, 1, 1, 2).
7. Let u1 = (2, 1, 0, 3), u2 = (3, −1, 5, 2), and u3 = (−1, 0, 2, 1) and
v = (2, 3, −7, 3), w = (1, 1, 1, 1).
(a) Are v and w linear combinations of u1 , u2 , u3 ?
(b) Do v and w belong to span{u1 , u2 , u3 }?
8. (a) How are span{(1, 0, 0)}, span{(−1, 0, 0)} and span{(1, 0, 0), (−1, 0, 0)} related?
Describe what geometrical object do they represent in the xyz-space.
(b) Recall that the span of two non parallel vectors in R3 represents a plane in
the xyz-space that contain the origin.
(i) Find the linear equation of the plane P that represents span{(2, −1, 0), (−1, 1, 1)}.
(ii) Show that the vector (−2, −4, 2) is orthogonal to both (2, −1, 0) and
(−1, 1, 1). Use this to explain why vector (−2, −4, 2) is perpendicular to
the plane P in (i).
2
Hints
3
2
4 − 52
1. (a) −2 −7 4 .
1 4 −2
Let x, y, z be the number of type A, B, C chairs to be manufactured respectively.
Then set up a linear system in matrix equation form using the data matrix pro-
vided. Then solve for x, y, z using the inverse matrix approach. 30 chairs of type
A, 20 chairs of type B and 20 chairs of type C.
(b) Increased by 10. (Look at the (1,3)-entry of the inverse matrix.)
−1 1 1 −1 1
propriate. A = 2 − 2 2 and C = 0 32
1
3
.
1
2
1
2
−2 1
0 3 1 2
3
For (b), use the answers in (a).
For (c), recall the relationship between singularity of a matrix and the number of
solutions of a related homogeneous system. To find the solutions of the systems,
make use of your workings in part (a).
x −19t
The general solution for Bx = 0: y = 7t for some parameter t.
z 10t
For (d), the answer is yes.
7. (a) For each of v and w, you need to set up a vector equation and convert into a
linear system. (b) The answers follow from those of (a) immediately.
8. Refer to the last part of section 2.2. For (b) part (i), recall from section 1.1 that a
plane in xyz-space is represented by a linear equation of the form ax + by + cz = d.
(Ans: x + 2y − z = 0.) For part (ii), do a rough sketch of the plane P together
with the two vectors (2, −1, 0) and (−1, 1, 1).