20 Matrices Quiz Questions and Answers

Matrices are fundamental structures in mathematics, particularly in linear algebra, used to organize and manipulate data in a grid format.

Definition
A matrix is a rectangular array of numbers, symbols, or expressions, arranged in rows and columns. For example, a matrix with m rows and n columns is denoted as an m × n matrix.

Key Components
Elements: The individual entries in the matrix, often represented by letters like a, b, etc.
Dimensions: Specified as m × n, where m is the number of rows and n is the number of columns.

Applications
Solving Systems of Equations: Represent linear equations in matrix form and use methods like Gaussian elimination.
Transformations: In computer graphics, for rotating, scaling, or translating objects.
Data Analysis: In statistics, for covariance matrices or regression.
Engineering and Physics: Modeling networks, quantum mechanics, and more.

Matrices provide a powerful tool for abstracting and solving complex problems across various fields.

Table of contents

Part 1: OnlineExamMaker AI quiz maker – Make a free quiz in minutes

What’s the best way to create a matrices quiz online? OnlineExamMaker is the best AI quiz making software for you. No coding, and no design skills required. If you don’t have the time to create your online quiz from scratch, you are able to use OnlineExamMaker AI Question Generator to create question automatically, then add them into your online assessment. What is more, the platform leverages AI proctoring and AI grading features to streamline the process while ensuring exam integrity.

Key features of OnlineExamMaker:
● Create up to 10 question types, including multiple-choice, true/false, fill-in-the-blank, matching, short answer, and essay questions.
● Build and store questions in a centralized portal, tagged by categories and keywords for easy reuse and organization.
● Automatically scores multiple-choice, true/false, and even open-ended/audio responses using AI, reducing manual work.
● Create certificates with personalized company logo, certificate title, description, date, candidate’s name, marks and signature.

Automatically generate questions using AI

Generate questions for any topic
100% free forever

Part 2: 20 matrices quiz questions & answers

  or  

1. Question: What is the order of the matrix \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\)?
Options:
A. 2×2
B. 2×1
C. 1×2
D. 1×1
Answer: A
Explanation: The matrix has 2 rows and 2 columns, so its order is 2×2.

2. Question: If A = \(\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\), what type of matrix is A?
Options:
A. Identity matrix
B. Zero matrix
C. Diagonal matrix
D. Scalar matrix
Answer: A
Explanation: A is the identity matrix because its diagonal elements are 1 and off-diagonal elements are 0.

3. Question: What is the transpose of the matrix \(\begin{pmatrix} 2 & 3 \\ 4 & 5 \end{pmatrix}\)?
Options:
A. \(\begin{pmatrix} 2 & 4 \\ 3 & 5 \end{pmatrix}\)
B. \(\begin{pmatrix} 3 & 5 \\ 2 & 4 \end{pmatrix}\)
C. \(\begin{pmatrix} 2 & 3 \\ 4 & 5 \end{pmatrix}\)
D. \(\begin{pmatrix} 5 & 4 \\ 3 & 2 \end{pmatrix}\)
Answer: A
Explanation: Transposing swaps rows and columns, so the first row becomes the first column.

4. Question: If A and B are matrices of orders 2×3 and 3×2 respectively, what is the order of AB?
Options:
A. 2×2
B. 3×3
C. 2×3
D. 3×2
Answer: A
Explanation: Matrix multiplication results in a matrix with the number of rows of the first matrix and columns of the second, so 2×3 times 3×2 gives 2×2.

5. Question: What is the determinant of the matrix \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\)?
Options:
A. -2
B. 2
C. 11
D. -11
Answer: A
Explanation: Determinant = (1*4) – (2*3) = 4 – 6 = -2.

6. Question: Which matrix operation is not defined for matrices of different orders?
Options:
A. Addition
B. Subtraction
C. Multiplication
D. Transpose
Answer: A
Explanation: Addition requires matrices to have the same order.

7. Question: If A = \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\), what is 2A?
Options:
A. \(\begin{pmatrix} 2 & 4 \\ 6 & 8 \end{pmatrix}\)
B. \(\begin{pmatrix} 3 & 6 \\ 9 & 12 \end{pmatrix}\)
C. \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\)
D. \(\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}\)
Answer: A
Explanation: Scalar multiplication multiplies each element by 2.

8. Question: What is the inverse of the matrix \(\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)?
Options:
A. \(\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)
B. \(\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}\)
C. Does not exist
D. \(\begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix}\)
Answer: A
Explanation: The identity matrix is its own inverse.

9. Question: For the matrix A = \(\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix}\), which property does it have?
Options:
A. Diagonal
B. Symmetric
C. Skew-symmetric
D. Both A and B
Answer: D
Explanation: It is diagonal (off-diagonal elements are zero) and symmetric (A = A^T).

10. Question: What is the result of A + B if A = \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\) and B = \(\begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}\)?
Options:
A. \(\begin{pmatrix} 6 & 8 \\ 10 & 12 \end{pmatrix}\)
B. \(\begin{pmatrix} 4 & 4 \\ 4 & 4 \end{pmatrix}\)
C. \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\)
D. \(\begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}\)
Answer: A
Explanation: Add corresponding elements: (1+5, 2+6; 3+7, 4+8).

11. Question: If the determinant of a 2×2 matrix is zero, what does that indicate?
Options:
A. The matrix is singular
B. The matrix is invertible
C. The matrix is symmetric
D. The matrix is zero
Answer: A
Explanation: A determinant of zero means the matrix is not invertible.

12. Question: What is the product of \(\begin{pmatrix} 1 & 2 \end{pmatrix}\) and \(\begin{pmatrix} 3 \\ 4 \end{pmatrix}\)?
Options:
A. 11
B. \(\begin{pmatrix} 3 & 4 \\ 2 & 8 \end{pmatrix}\)
C. Not defined
D. \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\)
Answer: A
Explanation: Row vector times column vector gives a scalar: 1*3 + 2*4 = 11.

13. Question: Which of the following is a zero matrix of order 2×2?
Options:
A. \(\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix}\)
B. \(\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}\)
C. \(\begin{pmatrix} 1 & 1 \\ 1 & 1 \end{pmatrix}\)
D. \(\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}\)
Answer: A
Explanation: All elements are zero.

14. Question: If A is a square matrix, when is A equal to its transpose?
Options:
A. When A is symmetric
B. When A is skew-symmetric
C. When A is diagonal
D. All of the above
Answer: D
Explanation: Symmetric matrices (A = A^T), skew-symmetric matrices under certain conditions, and diagonal matrices are all equal to their transposes.

15. Question: What is the trace of the matrix \(\begin{pmatrix} 5 & 6 \\ 7 & 8 \end{pmatrix}\)?
Options:
A. 13
B. 26
C. 5
D. 8
Answer: A
Explanation: Trace is the sum of diagonal elements: 5 + 8 = 13.

16. Question: Can you add a 2×3 matrix and a 3×2 matrix?
Options:
A. No
B. Yes
C. Only if they are square
D. Only if they are identical
Answer: A
Explanation: Matrices must have the same order for addition.

17. Question: What is the minor of the element 4 in the matrix \(\begin{pmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{pmatrix}\)?
Options:
A. Determinant of \(\begin{pmatrix} 2 & 3 \\ 8 & 9 \end{pmatrix}\)
B. Determinant of \(\begin{pmatrix} 1 & 3 \\ 7 & 9 \end{pmatrix}\)
C. Determinant of \(\begin{pmatrix} 1 & 2 \\ 7 & 8 \end{pmatrix}\)
D. 5
Answer: C
Explanation: The minor of 4 (in position 2,1) is the determinant of the matrix excluding its row and column.

18. Question: If A = \(\begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}\), what is A multiplied by the identity matrix?
Options:
A. A
B. Zero matrix
C. Inverse of A
D. Transpose of A
Answer: A
Explanation: Multiplying by the identity matrix leaves the matrix unchanged.

19. Question: Which matrix is orthogonal if A^T A = I?
Options:
A. A
B. The identity matrix
C. A zero matrix
D. A diagonal matrix
Answer: A
Explanation: A matrix is orthogonal if its transpose times itself equals the identity matrix.

20. Question: What is the rank of the matrix \(\begin{pmatrix} 1 & 2 & 3 \\ 2 & 4 & 6 \\ 3 & 6 & 9 \end{pmatrix}\)?
Options:
A. 1
B. 2
C. 3
D. 0
Answer: A
Explanation: The rows are linearly dependent, so the rank is 1 (all rows are multiples of the first).

  or  

Part 3: AI Question Generator – Automatically create questions for your next assessment

Automatically generate questions using AI

Generate questions for any topic
100% free forever