Matrices and algebra of matrices - Question Bank
1. If A is a matrix, then A * 0 (where 0 is the null matrix of appropriate order) is:
2. If A = [[1, 2], [3, 4]] and B = [[-1, 0], [2, 1]], what is AB?
3. Which of the following is true for matrices A and B for which AB is defined?
4. If A is a square matrix and k is a scalar, then Trace(kA) is equal to:
5. If A and B are matrices of the same order, then Trace(A + B) is equal to:
6. The sum of elements on the main diagonal of a square matrix is called its:
7. If A is a square matrix such that A^k = 0 (Null Matrix) for some positive integer k, then A is called:
8. If A is a square matrix such that A^2 = I (Identity Matrix), then A is called:
9. If A is a square matrix such that A^2 = A, then A is called:
10. If A is an m x n matrix and B is an n x m matrix, then AB and BA are:
11. Any square matrix can be expressed as the sum of:
12. If A is a square matrix, A - A^T is always:
13. If A is a square matrix, A + A^T is always:
14. An identity matrix is a scalar matrix where:
15. A scalar matrix is a diagonal matrix where:
16. If A = [[1, 2, 3]] and B = [[4], [5], [6]], what is AB?
17. If A = [[1], [2], [3]] and B = [[4, 5, 6]], what is AB?
18. What is the order of the product of a 2x3 matrix and a 3x2 matrix?
19. If A is an m x n matrix, then A^T is an:
20. Which of the following is a property of matrix addition?
21. For a matrix A, if A = -A^T, then A is:
22. For a matrix A, if A = A^T, then A is:
23. If A = [[a, b], [c, d]], what is the determinant of A?
24. If A = [[3, 2], [1, 4]] and B = [[1, -2], [-3, 5]], what is A - B?
25. A matrix where the number of rows equals the number of columns is called a:
26. A matrix with only one column is called a:
27. A matrix with only one row is called a:
28. If A = [[1, 0], [0, 1]] and B = [[x, y], [z, w]], then AB is:
29. Which property states that for matrices A, B, and C (of appropriate orders), A(B + C) = AB + AC?
30. Which property states that for matrices A, B, and C (of appropriate orders), A(BC) = (AB)C?
31. If A = [[a, b], [c, d]], then -A is:
32. What is the sum of elements of a matrix A = [[2, -1], [3, 5]]?
33. If A is any matrix and I is the identity matrix of appropriate order, then AI is equal to:
34. What is the identity matrix of order 2x2?
35. If A and B are matrices such that AB and BA are defined, then (AB)^T is equal to:
36. If A and B are matrices of the same order, then (A + B)^T is equal to:
37. For a skew-symmetric matrix, the diagonal elements are always:
38. A square matrix A is called skew-symmetric if:
39. A square matrix A is called symmetric if:
40. If A is a square matrix, then (A^T)^T is equal to:
41. What is the transpose of a matrix A, denoted by A^T?
42. If A is an m x n matrix and B is an n x p matrix, what is the order of the product AB?
43. Matrix multiplication is:
44. If A = [[1, 2], [3, 4]], what is 2A?
45. If A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], what is A + B?
46. What is the condition for two matrices to be equal?
47. A matrix where all elements are zero is called a:
48. Which of the following is NOT a type of matrix?
49. What is the order of a matrix if it has 3 rows and 4 columns?