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 A=(111011001)M3(). Then A5 is the matrix:

    • (a)

      (555055005),

    • (b)

      (1525015001),

    • (c)

      (1515015001),

    • (d)

      (1510015001),

    • (e)

      (510150510005).

  • Q2.

    – SYMMETRIC

    How many of the following five statements are true?

    • Let A be a skew-symmetric matrix. Then AAt is symmetric.

    • Let A be a skew-symmetric matrix. Then A2 is symmetric.

    • Let A be a symmetric matrix. Then A2 is skew-symmetric.

    • Let A be a symmetric matrix. Then -A is symmetric.

    • Let A be a skew-symmetric matrix. Then -A is skew-symmetric.

    • (a)

      0

    • (b)

      1

    • (c)

      2

    • (d)

      3

    • (e)

      4

  • Q3.

    – MULTIPLICATION

    Let AM2(),BM3×2(),CM2×3()andDM3(). 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.

  • Q4.

    – TRANSPOSE

    Let A=(aij)M4() with aij=j-i for all 1i,j4. Then (A+At)2 is the matrix:

    • (a)

      It is the zero 4×4 matrix.

    • (b)

      (0149101441019410).

    • (c)

      It is not defined.

    • (d)

      (1246246846810681012).

    • (e)

      (0123-1012-2-101-3-2-10).

  • Q5.

    – REDUCED ROW ECHELON

    How many of the following matrices are in reduced row echelon form?

    (1000000001200001),(1000010200010000),(0000102001100001),(1000011000020000),(10000011000001200001)
    • (a)

      0

    • (b)

      1

    • (c)

      2

    • (d)

      3

    • (e)

      4

  • Q6.

    – CONSTRUCTING A MATRIX (III)

    Which of the following commands creates the matrix

    [21732476252035506582338536811264156711429445974]
    • (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)