Operations on Matrices MCQ Quiz - Objective Question with Answer for Operations on Matrices - Download Free PDF
Last updated on Apr 22, 2025
Latest Operations on Matrices MCQ Objective Questions
Operations on Matrices Question 1:
Find the values of "a", if the given matrix is singular
\(\rm \begin{bmatrix}\alpha&-1&-3\\\ 3&2&3\\\ 2&1&2\end{bmatrix}\)
Answer (Detailed Solution Below)
Operations on Matrices Question 1 Detailed Solution
Operations on Matrices Question 2:
Let A be a square matrix such that AAT = I. Then \(\frac{1}{2}\)A \(\left[(A+A^T)^2+(A-A^T)^2\right]\) is equal to
Answer (Detailed Solution Below)
Operations on Matrices Question 2 Detailed Solution
Calculation
Given
AAT = I = ATA
\(\frac{1}{2}\)A \(\left[(A+A^T)^2+(A-A^T)^2\right]\)
⇒ \(\frac{1}{2}\mathrm{~A}\left[\mathrm{~A}^2+\left(\mathrm{A}^{\mathrm{T}}\right)^2+2\mathrm{AA^T}+\mathrm{A}^2+\left(\mathrm{A}^{\mathrm{T}}\right)^2-2\mathrm{AA^T}\right]\)
⇒ A[A2 + (AT)2] = A3 + AT
Hence option 4 is correct
Operations on Matrices Question 3:
If \(A = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&3\\ 3&4 \end{array}} \right)\) and \(B = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&1 \end{array}} \right),\) then which one of the following is correct?
Answer (Detailed Solution Below)
Operations on Matrices Question 3 Detailed Solution
Concept:
Let A and B be any two matrices of order m × n and p × q respectively. Then the product AB exists if and only if n = p. Similarly, the product BA will exist if and only if q = m.
Calculation:
Given: \(A = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&3\\ 3&4 \end{array}} \right)\) and \(B = \left( {\begin{array}{*{20}{c}} 1&2\\ 2&1 \end{array}} \right)\)
So, order of the matrix A is 3 × 2 whereas the order of the matrix A is 2 × 2.
As we know that, if A and B be any two matrices of order m × n and p × q respectively. Then the product AB exists if and only if n = p
Here, n = 2 = p ⇒ The product AB exists.
As we know that, if A and B be any two matrices of order m × n and p × q respectively. Then the product BA exists if and only if q = m.
Here, q = 2 and m = 3 ⇒ m ≠ q ⇒ The product BA does not exists.Operations on Matrices Question 4:
Let \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} {\rm x + y}& \rm y\\ {\rm 2x}&{\rm x - y} \end{array}} \right],\;\rm B = \left[ {\begin{array}{*{20}{c}} 2\\ { - 1} \end{array}} \right]\) and \(\rm C = \left[ {\begin{array}{*{20}{c}} 3\\ 2 \end{array}} \right]\). If AB = C, then what is the value of the determinant of the matrix A?
Answer (Detailed Solution Below)
Operations on Matrices Question 4 Detailed Solution
Concept:
The two matrices are equal. Hence, their corresponding elements are also equal.
Calculations:
Given, \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} {\rm x + y}& \rm y\\ {\rm 2x}&{\rm x - y} \end{array}} \right],\;\rm B = \left[ {\begin{array}{*{20}{c}} 2\\ { - 1} \end{array}} \right]\) and \(\rm C = \left[ {\begin{array}{*{20}{c}} 3\\ 2 \end{array}} \right]\)
To find the value of the determinant of matrix A, we need to find x and y first.
Given, AB = C
\(\rm \left[ {\begin{array}{*{20}{c}} {\rm x + y}& \rm y\\ {\rm 2x}&{\rm x - y} \end{array}} \right]\left[ {\begin{array}{*{20}{c}} 2\\ { - 1} \end{array}} \right]=\left[ {\begin{array}{*{20}{c}} 3\\ { 2} \end{array}} \right] \)
⇒\(\rm \left[ {\begin{array}{*{20}{c}} {\rm 2(x + y)-y}\\ {\rm 4x-x+y} \end{array}} \right]=\left[ {\begin{array}{*{20}{c}} 3\\ { 2} \end{array}} \right] \)
⇒\(\rm \left[ {\begin{array}{*{20}{c}} {\rm 2x + y}\\ {\rm 3x+y} \end{array}} \right]=\left[ {\begin{array}{*{20}{c}} 3\\ { 2} \end{array}} \right] \)
The two matrices are equal. Hence, their corresponding elements are also equal.
2x + y = 3....(1)
3x + y = 2....(2)
Solving equation (1) and (2), we get
⇒ x = - 1 and y = 5
Matrix A becomes,\({\rm{A}} = \left[ {\begin{array}{*{20}{c}} {\rm x + y}& \rm y\\ {\rm 2x}&{\rm x - y} \end{array}} \right]\)= \(\left[ {\begin{array}{*{20}{c}} {\rm 4}& \rm 5\\ {\rm -2}&{\rm -6} \end{array}} \right]\)
Determinant of A becomes, |A| = \(\begin{vmatrix} 4 &5 \\ - 2&-6 \end{vmatrix}\) = - 14
Operations on Matrices Question 5:
Consider the following in respect of the matrices \(\rm P=\begin{bmatrix}0&c&-b\\\ -c&0&a\\\ b&-a&0\end{bmatrix}\ and\ \rm Q=\begin{bmatrix}a^2&ab&ac\\\ ab&b^2&bc\\\ ac&bc&c^2\end{bmatrix}\)
I. PQ is a null matrix.
II. QP is an identity matrix of order 3.
III. PQ = QP
Which of the above is/are correct?
Answer (Detailed Solution Below)
Operations on Matrices Question 5 Detailed Solution
Matrix Multiplication and Properties:
- Matrix multiplication involves the dot product of rows and columns.
- A null matrix is a matrix in which all elements are zero.
- An identity matrix is a square matrix with 1's on the diagonal and 0's elsewhere.
- For matrices P and Q, PQ = QP does not generally hold unless P and Q commute.
Matrix Definitions:
- Null Matrix: A matrix where all elements are zero.
- Identity Matrix: A square matrix with 1's on the main diagonal and 0's elsewhere.
Calculation:
\(\rm P=\begin{bmatrix}0&c&-b\\\ -c&0&a\\\ b&-a&0\end{bmatrix}\ and\ \rm Q=\begin{bmatrix}a^2&ab&ac\\\ ab&b^2&bc\\\ ac&bc&c^2\end{bmatrix}\)
⇒ PQ = \(=\begin{bmatrix}0&0&0\\\ 0&0&0\\\ 0&0&0\end{bmatrix}\ \)
⇒QP = \(=\begin{bmatrix}0&0&0\\\ 0&0&0\\\ 0&0&0\end{bmatrix}\ \)
Then PQ = QP
∴ Option (c) is correct
Top Operations on Matrices MCQ Objective Questions
If A = \(\left[ \begin{matrix} 2 & x-3 & x-2 \\ 3 & -2 & -1 \\ 4 & -1 & -5 \\ \end{matrix} \right]\) is a symmetric matrix then x
Answer (Detailed Solution Below)
Operations on Matrices Question 6 Detailed Solution
Download Solution PDFConcept:
Symmetric Matrix:
- Square matrix A is said to be symmetric if the transpose of matrix A is equal to matrix A itself
- AT = A or A’ = A
Where, AT or A’ denotes the transpose of matrix
- A square matrix A is said to be symmetric if aij = aji for all i and j
Where aij and aji is an element present in matrix.
Calculation:
Given:
A is a symmetric matrix,
⇒ AT = A or aij = aji
A = \(\left[ \begin{matrix} 2 & x-3 & x-2 \\ 3 & -2 & -1 \\ 4 & -1 & -5 \\ \end{matrix} \right]\)
So, by property of symmetric matrices
⇒ a12 = a21
⇒ x – 3 = 3
∴ x = 6lf the order of A is 4 × 3, the order of B is 4 × 5 and the order of C is 7 × 3, then the order of (ATB)T C T is
Answer (Detailed Solution Below)
Operations on Matrices Question 7 Detailed Solution
Download Solution PDFConcept:
- To multiply an m × n matrix by an n × p matrix, the n must be the same, and the result is an m × p matrix.
- If A be a matrix of order m × n than the order of transpose matrix is n × m
Calculation:
Given:
Order of A is 4 × 3, the order of B is 4 × 5 and the order of C is 7 × 3
The transpose of the matrix obtained by interchanging the rows and columns of the original matrix.
So, order of AT is 3 × 4 and order of CT is 3 × 7
Now,
ATB = {3 × 4} {4 × 5} = 3 × 5
⇒ Order of ATB is 3 × 5
Hence order of (ATB) T is 5 × 3
Now order of (ATB) T C T = {5 × 3} {3 × 7} = 5 × 7
∴ Order of (ATB) T C T is 5 × 7If \({\rm{A}} = \left( {\begin{array}{*{20}{c}} 4&{{\rm{x}} + 2}\\ {2{\rm{x}} - 3}&{{\rm{x}} + 1} \end{array}} \right)\) is symmetric, then what is x equal to?
Answer (Detailed Solution Below)
Operations on Matrices Question 8 Detailed Solution
Download Solution PDFConcept:
Symmetric Matrix: If the transpose of a matrix is equal to itself, that matrix is said to be symmetric.
Or, A matrix A is symmetric if and only if swapping indices doesn't change its components
- A = AT
- aij = aji
CALCULATION:
Given - \({\rm{A}} = \left( {\begin{array}{*{20}{c}} 4&{{\rm{x}} + 2}\\ {2{\rm{x}} - 3}&{{\rm{x}} + 1} \end{array}} \right)\)
A real square matrix A = (aij) is said to be symmetric, if A = AT
Where AT = transpose of matrix A
\({{\rm{A}}^{\rm{T}}} = \left( {\begin{array}{*{20}{c}} 4&{2{\rm{x}} - 3}\\ {{\rm{x}} + 2}&{{\rm{x}} + 1} \end{array}} \right)\)
∴ A = AT
\(\Rightarrow \left[ {\begin{array}{*{20}{c}} 4&{{\rm{x}} + 2}\\ {2{\rm{x}} - 3}&{{\rm{x}} + 1} \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} 4&{2{\rm{x}} - 3}\\ {{\rm{x}} + 2}&{{\rm{x}} + 1} \end{array}} \right]\)
Compare A21 element.
⇒ x + 2 =2x - 3
⇒ x = 5
If A is an Involuntary matrix and I is a unit matrix of same order, then (I − A) (I + A) is
Answer (Detailed Solution Below)
Operations on Matrices Question 9 Detailed Solution
Download Solution PDFConcept:
Involuntary matrix:
- Matrix A is said to be Involuntary if A2 = I, where I is an Identity matrix of same order as of A.
- Involuntary matrix is a matrix that is equal to its own inverse. ⇔ A-1 = A
Calculation:
Given that A is involuntary matrix,
⇒ A2 = I
Now,
(I − A) (I + A) = I2 – IA + AI − A2
⇒ I – A + A – I (∵ A2 = I)
⇒ 0
∴ (I − A) (I + A) is zero matrix.If \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\), then the value of A4 is
Answer (Detailed Solution Below)
Operations on Matrices Question 10 Detailed Solution
Download Solution PDFCalculation:
Given: \({\rm{A}} = \left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\)
\({{\rm{A}}^2} = {\rm{AA}} = \left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\left[ {\begin{array}{*{20}{c}} 0&1\\ 1&0 \end{array}} \right]\)
\(\Rightarrow {{\rm{A}}^2} = {\rm{\;}}\left[ {\begin{array}{*{20}{c}} {0 + 1}&{0 + 0}\\ {0 + 0}&{1 + 0} \end{array}} \right] = \left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)
Now,
\(\Rightarrow {{\rm{A}}^4} = {{\rm{A}}^2}{{\rm{A}}^2} = {\rm{\;}}\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right] = {\rm{\;}}\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)
Hence Option 1st is correct answer.
A square matrix A is called orthogonal if_______ where A’ is the transpose of A.
Answer (Detailed Solution Below)
Operations on Matrices Question 11 Detailed Solution
Download Solution PDFConcept:
Orthogonal matrix: When the product of a matrix to its transpose gives identity matrix.
Suppose A is a square matrix with real elements and of n x n order and AT or A’ is the transpose of A.
AAT = I
Calculation:
Suppose A is a square matrix with real elements and of n x n order and AT or A’ is the transpose of A.
Then according to the definition;
AAT = I
Pre multiplication by A-1
A-1 AAT = A-1 I
IAT = A-1
AT = A-1 or A’ = A-1
then A is orthogonal matrix.
If \(\rm \begin{bmatrix} \rm 2x & 3 \end{bmatrix}\begin{bmatrix} \ \ 1 & 2 \\ -3 & 0 \end{bmatrix} \begin{bmatrix} \rm x \\ 8 \end{bmatrix}=0\), then the value of x is
Answer (Detailed Solution Below)
Operations on Matrices Question 12 Detailed Solution
Download Solution PDFConcept:
Matrix Multiplication:
Multiplication is only possible when the number of columns of the first matrix is equal to the number of rows of the second matrix.
A m×n matrix multiplied by a n×p matrix results in a m×p matrix.
Matrices are multiplied by multiplying each element of a row of the first m×n matrix with the corresponding elements of all the columns of the second n×p matrix to obtain the first row of the product matrix with p columns, and so on for all the m rows of the first matrix.
Calculation:
\(\rm \begin{bmatrix} \rm 2x & 3 \end{bmatrix}\begin{bmatrix} \ \ 1 & 2 \\ -3 & 0 \end{bmatrix}\) = [2x - 9 4x + 0]
= [2x - 9 4x]
∴ \(\rm \begin{bmatrix} \rm 2x & 3 \end{bmatrix}\begin{bmatrix} \ \ 1 & 2 \\ -3 & 0 \end{bmatrix} \begin{bmatrix} \rm x \\ 8 \end{bmatrix}=0\)
\(\rm \Rightarrow \begin{bmatrix}\rm 2x-9 & \rm 4x\end{bmatrix}\begin{bmatrix}\rm x \\ 8\end{bmatrix}\) = 0
⇒ [(2x - 9)x + 8×4x] = 0
⇒ [2x2 - 9x + 32x] = 0
⇒ 2x2 + 23x = 0
⇒ x(2x + 23) = 0
⇒ x = 0 or \(\rm -\dfrac{23}{2}\).
If x + 2y = \(\begin{bmatrix} 2 & -3\\ 1 & 5 \end{bmatrix}\)and 2x + 5y = \(\begin{bmatrix} 7 & 5\\ 2 & 3 \end{bmatrix}\), then y is equal to ?
Answer (Detailed Solution Below)
Operations on Matrices Question 13 Detailed Solution
Download Solution PDFCalculation:
Given:
x + 2y = \(\begin{bmatrix} 2 & -3\\ 1 & 5 \end{bmatrix}\) .... (1)
2x + 5y = \(\begin{bmatrix} 7 & 5\\ 2 & 3 \end{bmatrix}\) .... (2)
Multiplying by 2 in the equation (1), we get
⇒ 2x + 4y = \(\begin{bmatrix} 4 & -6\\ 2 & 10 \end{bmatrix}\) .... (3)
Subtracting equation (3) from equation (2), we get
⇒ (2x + 5y) - (2x + 4y) = \(\begin{bmatrix} 7 & 5\\ 2 & 3 \end{bmatrix}-\begin{bmatrix} 4 & -6\\ 2 & 10 \end{bmatrix}\)
∴ y = \( \begin{bmatrix} 3 & 11\\ 0 & -7 \end{bmatrix}\)
If A and B are two matrices such that AB = B and BA = A, then A2 + B2 is equal to
Answer (Detailed Solution Below)
Operations on Matrices Question 14 Detailed Solution
Download Solution PDFConcept:
The associative property of matrix is given by:
X (YZ) = (XY) Z ----(1)
Given:
AB = B and BA = A ----(2)
Calculation:
A2 + B2
⇒ AA + BB
⇒ A (BA) + B (AB) [using (2)]
⇒ (AB) A + (BA) B [using (1)]
⇒ BA + AB
⇒ A + B
Hence, A2 + B2 = A + B.
Find the value of x + y, if \(\begin{bmatrix} \rm 2x & 5\\ 7 & \rm -y \end{bmatrix} = \begin{bmatrix} 8 & 5\\7 & 3 \end{bmatrix}\)
Answer (Detailed Solution Below)
Operations on Matrices Question 15 Detailed Solution
Download Solution PDFConcept:
If two matrices A and B are said to be equal if the following conditions hold true:
- Order of matrix A = Order of matrix B
- Corresponding element of matrix A = Corresponding element of matrix B
Calculation:
Given: \(\begin{bmatrix} \rm 2x & 5\\ 7 & \rm -y \end{bmatrix} = \begin{bmatrix} 8 & 5\\7 & 3 \end{bmatrix}\)
As we know that, if two matrices A and B are equal then their corresponding elements are also the same.
⇒ 2x = 8
∴ x = 4
Now,
⇒ -y = 3
∴ y = -3
We have to find the value of x + y
So, x + y = 4 - 3 = 1
Hence, option 2 is the correct answer.