Types of Matrices MCQ Quiz - Objective Question with Answer for Types of Matrices - Download Free PDF
Last updated on Jul 4, 2025
Latest Types of Matrices MCQ Objective Questions
Types of Matrices Question 1:
If
where x,y,z are integers, is an orthogonal matrix, then what is A2 equal to?
Answer (Detailed Solution Below)
Types of Matrices Question 1 Detailed Solution
Calculation:
Given,
Matrix A is defined as:
It is mentioned that A is an orthogonal matrix. Therefore,
Now, we calculate A2:
Since A is orthogonal,
∴ A2 = Identity matrix (I).
Hence, the Correct answer is Option 2.Types of Matrices Question 2:
Let A, B, C be 3 × 3 matrices such that A is symmetric and B and C are skew-symmetric.
Consider the statements
(S1)A13B26 – B26A13 is symmetric
(S2) A26C13 – C13A26 is symmetric
Then,
Answer (Detailed Solution Below)
Types of Matrices Question 2 Detailed Solution
Calculation:
Given, AT = A, BT = –B, CT = –C
Let M = A13B26 – B26A13
⇒ Then, MT = (A13B26 – B26A13)T
= (A13B26)T – (B26A13)T
= (BT)26(AT)13 – (AT)13(BT)26
= B26A13 – A13 B26 = –M
Hence, M is skew symmetric
Let, N = A26C13 – C13A26
⇒ then, NT = (A26C13)T – (C13A26)T
= –(C)13(A)26+ A26C13 = N
Hence, N is symmetric.
∴ Only S2 is true.
Hence, the correct answer is Option 1.
Types of Matrices Question 3:
The matrix
Answer (Detailed Solution Below)
Types of Matrices Question 3 Detailed Solution
Concept:
1. 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
2. Skew-Symmetric Matrix or Anti-symmetric: Square matrix A is said to be skew-symmetric if transpose of matrix A is equal to negative of matrix A ⇔ AT = −A
3. Hermitian Matrix: A Hermitian matrix is a complex square matrix that is equal to its own conjugate transpose ⇔
4. Skew-Hermitian:
5. Let z = x + iy be a complex number.
- Conjugate of z = = x – iy
Calculation:
Let A =
Now, transpose of matrix A
AT =
⇒ AT ≠ A
∴ given matrix is not symmetric
AT =
∴ given matrix is not skew-symmetric.
Now, Conjugate of matrix A
∴ given matrix is skew-hermitian matrix.
Types of Matrices Question 4:
If
Answer (Detailed Solution Below)
Types of Matrices Question 4 Detailed Solution
Explanation:
So, AAt = I
⇒
⇒
Comparing both sides we get
x + 4 + 2y = 0....(i)
2x + 2 - 2y = 0
⇒ x - y + 1 = 0...(ii)
Subtracting them
3y = - 3 ⇒ y = -1
putting in (i) we get
x + 1 + 1 = 0
x = -2
Hence x + y = - 1 - 2 = -3
Option (4) is true.
Types of Matrices Question 5:
If A = (aij)2×2 and
Answer (Detailed Solution Below)
Types of Matrices Question 5 Detailed Solution
Explanation:
A = (aij)2×2 and
Then
Top Types of Matrices MCQ Objective Questions
If A is a square matrix such that A2 = I, then A3 + (A + I)2 - 9A - I2 - A2 is
Answer (Detailed Solution Below)
Types of Matrices Question 6 Detailed Solution
Download Solution PDFConcept:
Properties of identity matrix:
If A is the square matrix of order n × n
- AI = IA = A
- In = I (Where n ∈ N)
Calculation:
Given
A2 = I
Now, A3 + (A + I)2 - 9A - I2 - A2
= A2. A + A2 + I2 + 2AI - 9A - I2 - A2
= I. A + I + I + 2AI - 9A - I - I [∵ A2 = I and AI = IA = A]
= AI + 2AI - 9A
= 3AI - 9A
= 3A - 9A
= - 6A
Which one of the following matrices is an elementary matrix?
Answer (Detailed Solution Below)
Types of Matrices Question 7 Detailed Solution
Download Solution PDFConcept:
- Elementary matrix: An elementary matrix is a matrix which differs from the identity matrix by one single elementary row operation
- An elementary matrix has each diagonal element 1.
Calculation:
Let's check option b,
Let E =
Apply R1 → R1 – 5R2
We can see that option B converted in to an identity matrix by one elementary operation.
Hence Option B is correct.
Shortcut Method:
We know that an elementary matrix has each diagonal element 1.
Only B has diagonal element is 1. (By Definition)
So, Option B is correct.
The matrix
Answer (Detailed Solution Below)
Types of Matrices Question 8 Detailed Solution
Download Solution PDFConcept:
A square matrix A = [aij]n × n is said to be symmetric if AT = A
AT (Transpose) is obtained by changing rows to columns and columns to rows
Calculation:
Let A =
AT =
A is a symmetric matrix
If A is a square matrix such that A2 = I, then (A – I)3 + (A + I)3 – 7A is equal to
Answer (Detailed Solution Below)
Types of Matrices Question 9 Detailed Solution
Download Solution PDFConcept:
Identity matrix: A square matrix in which elements in the main diagonal are all '1' and the rest are all zero is called an identity matrix or unit matrix.
Thus, the square matrix A = [
e.g.,
For any natural number n, In = I.
Calculation:
We have, A2 =I
Also A and i are commutative, so we can expand (A + I)n using the expansion of (a+ b)n.
∴ (A – I)3 + (A + I)3 – 7A
= A3 - 3A2 + 3A - I3 + A3 + 3A2 + 3A + I2 - 7A
= 2A3 + 6A - 7A
= 2A2 ⋅A + 6A - 7A
= 2I ⋅A + 6A - 7A
= 2A + 6A - 7A
= 8A - 7A
= A
If A is skew symmetric matrix, then A2 is a
Answer (Detailed Solution Below)
Types of Matrices Question 10 Detailed Solution
Download Solution PDFCONCEPT:
Symmetric Matrix:
Any real square matrix A = (aij) is said to be symmetric matrix if and only if aij = aji, ∀ i and j or in other words we can say that if A is a real square matrix such that A = At then A is said to be a symmetric matrix.
Skew-symmetric Matrix:
Any real square matrix A = (aij) is said to be skew-symmetric matrix if and only if aij = - aji, ∀ i and j or in other words we can say that if A is a real square matrix such that A = - At then A is said to be a skew-symmetric matrix.
Properties of Transpose of a Matrix:
- If A is a matrix of order m × n, then (At)t = A
- If k ∈ R is a scalar and A is a matrix of order m × n, then (k × A)t = k × At
- If A and B are matrices of same order m × n, then (A ± B)t = At ± Bt.
CALCULATION:
Given: A is skew symmetric matrix
As we know that, if A is a skew symmetric matrix i.e A = - At
⇒ (A2)t = (At)2
∵ A is skew symmetric matrix
⇒ (A2)t = (- A)2 = A2
So, A2 is a symmetric matrix.
Hence, option D is the correct answer.
The matrix
Answer (Detailed Solution Below)
Types of Matrices Question 11 Detailed Solution
Download Solution PDFConcept:
1. 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
2. Skew-Symmetric Matrix or Anti-symmetric: Square matrix A is said to be skew-symmetric if transpose of matrix A is equal to negative of matrix A ⇔ AT = −A
3. Hermitian Matrix: A Hermitian matrix is a complex square matrix that is equal to its own conjugate transpose ⇔
4. Skew-Hermitian:
5. Let z = x + iy be a complex number.
- Conjugate of z = = x – iy
Calculation:
Let A =
Now, transpose of matrix A
AT =
⇒ AT ≠ A
∴ given matrix is not symmetric
AT =
∴ given matrix is not skew-symmetric.
Now, Conjugate of matrix A
∴ given matrix is skew-hermitian matrix.
If a matrix A is Symmetric as well as Skew-Symmetric, then:
Answer (Detailed Solution Below)
Types of Matrices Question 12 Detailed Solution
Download Solution PDFConcept:
Consider a matrix A is skew-symmetric, then AT = −A
and A is symmetric, then AT = A
Calculation:
Since, A is skew-symmetric.
AT = −A
Since, A is symmetric.
AT = A
⇒ −A = A
⇒2A = O
⇒A = O
Hence, A is a null matrix.
Hence, option (4) is correct.
If
Answer (Detailed Solution Below)
Types of Matrices Question 13 Detailed Solution
Download Solution PDFConcept:
Singular Matrix: Any square matrix of order n is said to be singular if |A| = 0.
Involuntary Matrix: Any square matrix of order n is said to be an involuntary matrix if A2 = I, where I is the identity matrix of order n.
Nilpotent Matrix: Any square matrix of order n is said to be nilpotent matrix if there exist least positive integer m such that Am = O, where O is the null matrix of order n.
Idempotent Matrix: Any square matrix of order n is said to be an idempotent matrix if A2 = A.
Calculation:
Given:
Hence, A is an involuntary matrix as A2 = I.
If A and B are symmetric matrices, then AB – BA is:
Answer (Detailed Solution Below)
Types of Matrices Question 14 Detailed Solution
Download Solution PDFConcept:
- For symmetric matrices, A = A' and B = B'
- For skew-symmetric matrices, A = - A'
- (A ± B)' = A' ± B'
- (AB)' = B'A'
Calculation:
Given: A and B are symmetric matrices
As we know that for symmetric matrices, we have A = A' and B = B'
(AB - BA)' = (AB)' - (BA)' --------(∵ (A ± B)' = A' ± B')
⇒ (AB - BA)' = B'A' - A'B' --------(∵ (AB)' = B'A')
⇒ (AB - BA)' = BA - AB ----------(∵ A = A' and B = B')
⇒ (AB - BA)' = - (AB - BA)
Hence Option 3 is correct.
How many distinct matrices exist with all four entries taken from (1, 2)?
Answer (Detailed Solution Below)
Types of Matrices Question 15 Detailed Solution
Download Solution PDFExplanation:
Here we have to fill 4 entries it means we can form 2 × 2 matrices, 4 × 1 and 1 × 4 matrices
In 2 × 2 matrices, there are four places
And each place has two ways to fill (1, 2)
So, The total number of ways to fill the entries = 2 × 2 × 2 × 2 = 16.
In 4 × 1 matrices, there are four places
And each place has two ways to fill (1, 2)
So, The total number of ways to fill the entries = 2 × 2 × 2 × 2 = 16.
Similarly in case of 1 × 4 matrices total number of ways = 16.
∴ Total number of matrices will be 48.