Online quiz (due Wednesday 3rd May, 11:59pm):
Answer all five questions. Each question is worth 2 marks, the total is 10 marks.
-
Q1.
– POWERS
Let . Then is the matrix:
-
(a)
,
-
(b)
,
-
(c)
,
-
(d)
,
-
(e)
.
-
(a)
-
Q2.
– SYMMETRIC
How many of the following five statements are true?
-
–
Let be a skew-symmetric matrix. Then is symmetric.
-
–
Let be a skew-symmetric matrix. Then is symmetric.
-
–
Let be a symmetric matrix. Then is skew-symmetric.
-
–
Let be a symmetric matrix. Then is symmetric.
-
–
Let be a skew-symmetric matrix. Then is skew-symmetric.
-
(a)
0
-
(b)
1
-
(c)
2
-
(d)
3
-
(e)
4
-
–
-
Q3.
– MULTIPLICATION
Let . How many possible products of any two of these matrices are there? The chosen two matrices can be the same.
-
(a)
7,
-
(b)
8,
-
(c)
9,
-
(d)
10,
-
(e)
none.
-
(a)
-
Q4.
– TRANSPOSE
Let with for all . Then is the matrix:
-
(a)
It is the zero matrix.
-
(b)
.
-
(c)
It is not defined.
-
(d)
.
-
(e)
.
-
(a)
-
Q5.
– REDUCED ROW ECHELON
How many of the following matrices are in reduced row echelon form?
-
(a)
0
-
(b)
1
-
(c)
2
-
(d)
3
-
(e)
4
-
(a)
-
Q6.
– CONSTRUCTING A MATRIX (III)
Which of the following commands creates the matrix
-
(a)
matrix((2:74),5,5,byrow=TRUE)
-
(b)
matrix(3*(1:25) - 1, 5,5,byrow=TRUE)
-
(c)
matrix(rep(2:74,3),5,5,byrow=TRUE)
-
(d)
matrix(rep(c(2,17,32,47,62),5),5,5,byrow=FALSE)
-
(e)
matrix(seq(2,74,by=3),5,5,byrow=FALSE)
-
(a)