In questions 1 to 4, where possible, simplify the matrix expressions.
A + 2B , where
![A = [ 1 0 ; 2 1 ; 5 -2 ]
B = [ 0 6 ; -1 3 ; -2 4 ]](a3w09/q1a.gif)
Matrices A and B have the same
dimensions, 3×2.
The expression is therefore defined.

![A + 2B = [ 1 12 ; 0 7 ; 1 6 ]](a3w09/q1c.gif)
(2C – 3DT)T ,
where
![C = [ 1 2 3 ; 3 2 1 ]
D = [ 0 1 ; -2 3 ; -3 4 ]](a3w09/q2a.gif)
Matrix C has dimensions 2×3 and
matrix D has dimensions 3×2
Matrices CT and D have the same
dimensions.
The expression is therefore defined.

![(2C - 3D')' = [ 2 3 ; 10 -5 ; 15 -10 ]](a3w09/q2c.gif)
C + D ,
where
![C = [ 1 2 3 ; 3 2 1 ]
D = [ 0 1 ; -2 3 ; -3 4 ]](a3w09/q2a.gif)
Matrix C has dimensions 2×3 but
matrix D has dimensions 3×2
| C + D is undefined. |
DE, ED and EDT,
where
![D = [ 0 1 ; -2 3 ; -3 4 ]
E = [ -1 0 ; 1 2 ]](a3w09/q4a.gif)
Matrix D has dimensions 3×2 (so that its
transpose DT has dimensions 2×3) and
matrix E has dimensions 2×2
DE is defined (as a 3×2 matrix),
EDT is defined (as a 2×3 matrix), but
ED is not defined at all.
![DE = [ 1 2 ; 3 8 ; 4 11 ]](a3w09/q4de1.gif)
![DE = [ 1 2 ; 3 8 ; 4 11 ]](a3w09/q4de2.gif)
| ED is undefined. |
![ED' = [ -1 -3 -4 ; 2 4 5 ]](a3w09/q4edt1.gif)
![]()
Find the conditions on the entries a, b,
c, d of the matrix M such that it commutes
with the upper triangular matrix U, where
![]()

![]()
(where a and b are free parameters).
The matrix that represents a rotation of the x-y
plane by an angle q about the
origin is
![]()
Show that any two such matrices commute, that is
![]()
Therefore the order of rotations in two dimensions
doesn’t matter.


In three dimensions, the matrix that represents a rotation
by an angle q about the z axis is
![Rz(t) = [ cos t -sin t 0 ; sin t cos t 0 ; 0 0 1 ]](a3w09/q7a.gif)
and the matrix that represents a rotation
by an angle f about the x axis is
![Rx(f) = [ 1 0 0 ; 0 cos f -sin f ; 0 sin f cos f ]](a3w09/q7b.gif)
Show that the order of these two rotations does matter in
general, that is
![]()




(unless q = 0 and/or f = 0 ,
which correspond to the identity operations of no rotation
at all about the appropriate axis).
Therefore reversing the order in which non-trivial rotations
about each of the x and z axes are taken does
result in a different transformation.
Prove that the square K 2 of any skew-symmetric matrix K is symmetric.
Matrix K is skew-symmetric
![]()
![]()
Therefore the square of any skew-symmetric matrix is a
symmetric matrix.