0% found this document useful (0 votes)
5 views8 pages

Easy Matrix Questions for Beginners

The document contains a comprehensive set of 100 questions divided into three levels (easy, medium, and hard) focusing on various aspects of matrices, including definitions, properties, operations, and applications. Each question presents multiple-choice answers, testing knowledge on topics such as matrix order, determinants, eigenvalues, and matrix transformations. The questions are designed to assess understanding of fundamental and advanced concepts in linear algebra.

Uploaded by

cutesmiley614
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views8 pages

Easy Matrix Questions for Beginners

The document contains a comprehensive set of 100 questions divided into three levels (easy, medium, and hard) focusing on various aspects of matrices, including definitions, properties, operations, and applications. Each question presents multiple-choice answers, testing knowledge on topics such as matrix order, determinants, eigenvalues, and matrix transformations. The questions are designed to assess understanding of fundamental and advanced concepts in linear algebra.

Uploaded by

cutesmiley614
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Matrix

Matrices - Easy Level (35 Questions)

1. A matrix is essentially a:
A) Set of equations B) Rectangular array of numbers C) Single number D) Vector in space

2. The order of a matrix with 4 rows and 3 columns is:


A) 3x4 B) 4x3 C) 7 D) 12

3. What is the element a₁₂ in the matrix A = [2, 5, 1; 0, 3, 7]?


A) 2 B) 5 C) 0 D) 3

4. A matrix is called a square matrix if:


A) All elements are 1 B) Number of rows equals number of columns C) It has only one row D) Number of rows >
number of columns

5. A diagonal matrix has non-zero elements:


A) Only on the main diagonal B) Above the main diagonal C) Below the main diagonal D) In every position

6. Two matrices can be added if they have:


A) The same number of elements B) The same order C) The same diagonal elements D) The same first element

7. If A = [1 2] and B = [3 4], then A + B is:


A) [3 4] B) [4 6] C) [1 2 3 4] D) [3 8]

8. The transpose of a matrix is obtained by:


A) Multiplying by a scalar B) Interchanging rows and columns C) Adding another matrix D) Changing the signs of
all elements

9. The transpose of the matrix [1, 3; 2, 4] is:


A) [1, 2; 3, 4] B) [1, 3; 2, 4] C) [4, 3; 2, 1] D) [1, 4; 3, 2]

10. A symmetric matrix satisfies:


A) A = -A B) A = Aᵀ C) A = -Aᵀ D) A² = I

11. The determinant of a 2x2 matrix [a b; c d] is:


A) ad + bc B) ad - bc C) ab - cd D) ac - bd

12. The determinant of the matrix [3 1; 2 4] is:


A) 10 B) 14 C) 12 D) 5

13. A matrix is said to be singular if its determinant is:


A) 1 B) 0 C) Positive D) Negative

14. The identity matrix of order 2 is:


A) [0 0; 0 0] B) [1 0; 0 1] C) [1 1; 1 1] D) [0 1; 1 0]
15. For any matrix A, the product A * I (where I is the identity matrix) is:
A) I B) 0 C) A D) Aᵀ
a
16. A scalar matrix has:
A) All elements equal B) All diagonal elements equal and non-diagonal elements zero C) First row elements equal
D) All elements zero

17. A zero matrix has:


A) All elements equal to 1 B) All elements equal to 0 C) Diagonal elements equal to 0 D) det = 1

18. If A is a 2x3 matrix and B is a 3x2 matrix, then the product AB is a matrix of order:
A) 2x2 B) 3x3 C) 2x3 D) 3x2

19. Matrix multiplication is generally:


A) Commutative (AB = BA) B) Not commutative C) Not defined D) Only defined for square matrices

20. The trace of a square matrix is the sum of its:


A) All elements B) Diagonal elements C) First row elements D) First column elements

21. The inverse of a matrix A exists only if:


A) A is square B) det(A) ≠ 0 C) A is symmetric D) Both A and B

22. The inverse of a 2x2 matrix A = [a b; c d] is:


A) [d -b; -c a] / det(A) B) [d b; c a] / det(A) C) [-a -b; -c -d] / det(A) D) [a c; b d] / det(A)

23. If A and B are invertible matrices, then (AB)⁻¹ is equal to:


A) A⁻¹B⁻¹ B) B⁻¹A⁻¹ C) AB D) BA

24. The equation AX = B has a unique solution if A is:


A) Singular B) Non-singular C) Symmetric D) A zero matrix

25. A system of equations is called homogeneous if it is of the form:


A) AX = B B) AX = 0 C) XA = B D) AB = X

26. The rank of a matrix is the maximum number of:


A) Columns B) Linearly independent rows or columns C) Zero rows D) Diagonal elements

27. Eigenvalues are found by solving which equation?


A) AX = B B) det(A - λI) = 0 C) A = Aᵀ D) A² = I

28. If λ is an eigenvalue of A, then which equation holds for an eigenvector X?


A) AX = λX B) AX = 0 C) XA = λ D) A = λX

29. For an orthogonal matrix, Aᵀ is equal to:


A) A B) A⁻¹ C) -A D) I

30. The matrix [cosθ -sinθ; sinθ cosθ] represents a:


A) Scaling transformation B) Rotation transformation C) Reflection transformation D) Shearing transformation

31. The determinant of an identity matrix is always:


A) 0 B) 1 C) -1 D) 2
32. If A is a 3x3 matrix with det(A) = 3, then det(2A) is:
A) 3 B) 6 C) 24 D) 9

33. The sum of eigenvalues of a matrix is equal to its:


A) Determinant B) Trace C) Rank D) Largest element

34. The product of eigenvalues of a matrix is equal to its:


A) Trace B) Determinant C) Rank D) Sum of diagonal elements

35. If A is idempotent, then it satisfies:


A) A² = A B) A² = I C) Aᵀ = A D) A⁻¹ = A

Matrices - Medium Level (35 Questions)


36. The cofactor of an element aᵢⱼ in a matrix is given by:
A) (-1)ⁱ⁺ʲ Mᵢⱼ B) (-1)ⁱʲ Mᵢⱼ C) Mᵢⱼ D) -Mᵢⱼ

37. The adjoint of a matrix is the transpose of the:


A) Inverse matrix B) Cofactor matrix C) Original matrix D) Diagonal matrix

38. If A is a square matrix, then A(adj A) is equal to:


A) I B) (det A) I C) 0 D) adj A

39. If det(A) = 6 for a 3x3 matrix, then det(adj A) is:


A) 6 B) 36 C) 216 D) 1

40. The inverse of a matrix A can be found using the formula:


A) A⁻¹ = (adj A) / det(A) B) A⁻¹ = Aᵀ / det(A) C) A⁻¹ = A / det(A) D) A⁻¹ = I / det(A)

41. The system of equations x + 2y = 5 and 3x + 6y = 15 is:


A) Consistent with a unique solution B) Consistent with infinitely many solutions C) Inconsistent D) Homogeneous

42. The system of equations x + y = 4 and 2x + 2y = 7 is:


A) Consistent B) Inconsistent C) Has a unique solution D) Homogeneous

43. The eigenvalues of the matrix [2, 0; 0, 3] are:


A) 2 and 3 B) 0 and 5 C) 1 and 6 D) -2 and -3

44. The characteristic equation of a 2x2 matrix A is given by:


A) λ² - (trace A)λ + det(A) = 0 B) λ² + (trace A)λ + det(A) = 0 C) λ² - (trace A)λ - det(A) = 0 D) λ² + det(A) = 0

45. The Cayley-Hamilton theorem states that every square matrix satisfies its own:
A) Characteristic equation B) Determinant C) Rank D) Inverse

46. If A is a skew-symmetric matrix of odd order, then its determinant is:


A) 1 B) 0 C) -1 D) Positive
47. A matrix is in Row Echelon Form if:
A) All zero rows are at the bottom B) The leading entry of each non-zero row is 1 C) Each leading 1 is to the right
of the leading 1 in the previous row D) All of the above

48. The process of finding the inverse of a matrix using elementary row operations is done by transforming
[A | I] into:
A) [I | A] B) [A | A⁻¹] C) [I | A⁻¹] D) [A⁻¹ | I]

49. LU decomposition factors a matrix into:


A) Lower and Upper triangular matrices B) Symmetric and Skew-symmetric parts C) Orthogonal and Diagonal
matrices D) Eigenvalue and Eigenvector matrices

50. If the rank of a 3x3 matrix is 2, it means the matrix is:


A) Invertible B) Singular C) Symmetric D) Orthogonal

51. The eigenvalues of a triangular matrix are:


A) The elements of the first row B) The elements of the main diagonal C) All zero D) The elements of the first
column

52. If A and B are commutative matrices, then:


A) AB = BA B) A = B C) AB = 0 D) A⁻¹ = B

53. The matrix A = [1, 2; 2, 1] is an example of a:


A) Symmetric matrix B) Skew-symmetric matrix C) Diagonal matrix D) Identity matrix

54. The matrix A = [0, -2; 2, 0] is an example of a:


A) Symmetric matrix B) Skew-symmetric matrix C) Diagonal matrix D) Orthogonal matrix

55. For a singular matrix, the system of equations AX = B:


A) Always has a unique solution B) Has either no solution or infinitely many solutions C) Always has infinitely
many solutions D) Always has no solution

56. The inverse of an orthogonal matrix is:


A) Its transpose B) Its negative C) Its complex conjugate D) Does not exist

57. If all eigenvalues of a real symmetric matrix are positive, the matrix is called:
A) Positive definite B) Negative definite C) Singular D) Orthogonal

58. The determinant of the matrix product of two square matrices A and B is:
A) det(A) + det(B) B) det(A) * det(B) C) det(A) / det(B) D) det(A) - det(B)

59. The minor of an element in a matrix is the determinant of the matrix obtained by:
A) Deleting its row and column B) Multiplying the row by a scalar C) Adding two rows D) Taking its transpose

60. The value of a determinant changes sign if:


A) Two rows are interchanged B) A row is multiplied by a scalar C) A constant is added to a row D) Two columns
are identical
61. If two rows of a determinant are identical, its value is:
A) 0 B) 1 C) The product of the diagonal elements D) Cannot be determined

62. The area of a triangle with vertices (x1,y1), (x2,y2), (x3,y3) can be found using the determinant formula:
A) (1/2) |det| B) |det| C) 2 |det| D) (1/3) |det|

63. The inverse of a diagonal matrix D = diag(d1, d2, ..., dn) is:
A) diag(1/d1, 1/d2, ..., 1/dn) B) diag(d1, d2, ..., dn) C) The identity matrix D) Does not exist if any di=0

64. If A is a square matrix such that A² = I, then A⁻¹ is equal to:


A) A B) I C) 0 D) Aᵀ

65. The rank of the matrix [1, 2, 3; 2, 4, 6] is:


A) 3 B) 2 C) 1 D) 0

66. The eigenvalues of the matrix [4, 1; 2, 3] are found by solving λ² - 7λ + 10 = 0. The eigenvalues are:
A) 2 and 5 B) 1 and 6 C) 3 and 4 D) -2 and -5

67. The eigenvectors corresponding to distinct eigenvalues of a symmetric matrix are:


A) Orthogonal B) Parallel C) Identical D) Zero vectors

68. The matrix A = [2, 1; 1, 2] can be diagonalized as A = PDP⁻¹. The matrix P would contain the:
A) Eigenvalues of A B) Eigenvectors of A C) Determinants of A D) Adjoint of A

69. If A is a 3x3 matrix and det(A) = -4, then det(Aᵀ) is:


A) 4 B) -4 C) 1/4 D) -1/4

70. The solution to the system x + y + z = 6, y + z = 4, z = 2, found by back substitution, is:


A) x=2, y=2, z=2 B) x=1, y=3, z=2 C) x=2, y=2, z=2 D) x=0, y=4, z=2

Matrices - Hard Level (30 Questions)


71. The condition for a matrix A to be diagonalizable is that it has:
A) n distinct eigenvalues B) A set of n linearly independent eigenvectors C) det(A) ≠ 0 D) All eigenvalues are real

72. The spectral theorem applies to which type of matrices?


A) Any square matrix B) Real symmetric matrices C) Skew-symmetric matrices D) Orthogonal matrices

73. The singular value decomposition (SVD) of a matrix A is given by:


A) A = UΣVᵀ B) A = PDP⁻¹ C) A = LU D) A = QR

74. The Moore-Penrose pseudoinverse A⁺ of a matrix A is used when:


A) A is square and invertible B) A is not square or is singular C) A is symmetric D) A is orthogonal

75. The Jordan canonical form is used for matrices that are:
A) Diagonalizable B) Not diagonalizable C) Symmetric D) Orthogonal
76. The trace of the matrix A² is equal to:
A) (trace A)² B) (trace A)² - 2 det(A) C) Sum of the squares of the eigenvalues of A D) Sum of the eigenvalues of A²

77. If A and B are similar matrices, then they have the same:
A) Eigenvectors B) Characteristic polynomial C) Inverse D) Transpose

78. The matrix exponential e^A is defined by the power series. For a diagonalizable matrix A = PDP⁻¹, e^A is:
A) P e^D P⁻¹ B) e^P D P⁻¹ C) P D e^P⁻¹ D) e^(PDP⁻¹)

79. The Caley-Hamilton theorem for a 2x2 matrix A with characteristic equation λ² - 5λ + 6 = 0 implies:
A) A² - 5A + 6I = 0 B) A⁻¹ = (5I - A)/6 C) Both A and B D) A² = 5A - 6I

80. The system of equations AX = B is consistent if and only if the rank of A is equal to the rank of:
A) The augmented matrix [A | B] B) The matrix B C) The inverse of A D) The transpose of A

81. The number of solutions to a homogeneous system AX = 0 is infinite if the rank of A is:
A) Equal to the number of columns B) Less than the number of columns C) Equal to the number of rows D) Zero

82. The Vandermonde determinant is non-zero if:


A) All x_i are distinct B) All x_i are zero C) All x_i are equal D) The matrix is singular

83. The determinant of a block diagonal matrix is:


A) The product of the determinants of the diagonal blocks B) The sum of the determinants of the diagonal blocks C)
The determinant of the first block D) Zero

84. The Perron-Frobenius theorem applies to:


A) Symmetric matrices B) Positive matrices C) Skew-symmetric matrices D) Orthogonal matrices

85. The condition number of a matrix A, cond(A), is large if A is:


A) Well-conditioned B) Ill-conditioned C) Orthogonal D) Symmetric

86. The QR algorithm is used to compute:


A) The determinant B) The inverse C) The eigenvalues D) The rank

87. The Cholesky decomposition A = LLᵀ exists if A is:


A) Symmetric B) Positive definite C) Both A and B D) Orthogonal

88. The eigenvalues of a unitary matrix (complex) have an absolute value of:
A) 0 B) 1 C) 2 D) i

89. The Kronecker product of two matrices A and B results in a matrix that is:
A) Block matrix with blocks aᵢⱼB B) Element-wise product C) Sum of A and B D) Diagonal matrix

90. The derivative of the determinant of a matrix A with respect to its element aᵢⱼ is:
A) The cofactor Cᵢⱼ B) The minor Mᵢⱼ C) The trace of A D) The adjoint of A

91. The matrix equation AX + XB = C is known as the:


A) Sylvester equation B) Lyapunov equation C) Riccati equation D) Helmholtz equation

92. The inverse of a matrix that is the sum of a scalar matrix kI and a rank-1 matrix uvᵀ can be found
using the:
A) Sherman-Morrison formula B) Cayley-Hamilton theorem C) LU decomposition D) QR decomposition
93. The permanent of a matrix is similar to the determinant but:
A) Uses all positive signs in the expansion B) Uses alternating signs C) Is only for symmetric matrices D) Is
the product of diagonal elements

94. A Hadamard matrix has entries that are:


A) +1 or -1 B) 0 or 1 C) Any real number D) Complex numbers

95. The companion matrix of a polynomial has the polynomial as its:


A) Characteristic polynomial B) Minimal polynomial C) Determinant D) Trace

96. A Toeplitz matrix has constant values along its:


A) Diagonals B) Rows C) Columns D) First row and column only

97. The Schur complement appears in the inversion of a:


A) Diagonal matrix B) Block matrix C) Triangular matrix D) Symmetric matrix

98. The Gershgorin circle theorem provides:


A) Exact eigenvalues B) Regions in the complex plane containing all eigenvalues C) The determinant D) The
rank

99. A nilpotent matrix A satisfies A^k = 0 for some k. Its only eigenvalue is:
A) 0 B) 1 C) -1 D) i

100. The matrix norm induced by the Euclidean vector norm is the:
A) Spectral norm (largest singular value) B) Frobenius norm C) 1-norm (max column sum) D) Infinity-norm
(max row sum)

ANSWER KEY
Easy (1-35): 1.B 2.B 3.B 4.B 5.A 6.B 7.B 8.B 9.A 10.B 11.B 12.A 13.B 14.B 15.C 16.B 17.B 18.A 19.B 20.B 21.D
22.A 23.B 24.B 25.B 26.B 27.B 28.A 29.B 30.B 31.B 32.C 33.B 34.B 35.A

Medium (36-70): 36.A 37.B 38.B 39.B 40.A 41.B 42.B 43.A 44.A 45.A 46.B 47.D 48.C 49.A 50.B 51.B 52.A 53.A
54.B 55.B 56.A 57.A 58.B 59.A 60.A 61.A 62.A 63.A 64.A 65.C 66.A 67.A 68.B 69.B 70.A

Hard (71-100): 71.B 72.B 73.A 74.B 75.B 76.C 77.B 78.A 79.C 80.A 81.B 82.A 83.A 84.B 85.B 86.C 87.C 88.B
89.A 90.A 91.A 92.A 93.A 94.A 95.A 96.A 97.B 98.B 99.A 100.A
<<Thank you>>

You might also like