Symmetric and Non-symmetric Matrices MCQ Quiz in मल्याळम - Objective Question with Answer for Symmetric and Non-symmetric Matrices - സൗജന്യ PDF ഡൗൺലോഡ് ചെയ്യുക

Last updated on Apr 23, 2025

നേടുക Symmetric and Non-symmetric Matrices ഉത്തരങ്ങളും വിശദമായ പരിഹാരങ്ങളുമുള്ള മൾട്ടിപ്പിൾ ചോയ്സ് ചോദ്യങ്ങൾ (MCQ ക്വിസ്). ഇവ സൗജന്യമായി ഡൗൺലോഡ് ചെയ്യുക Symmetric and Non-symmetric Matrices MCQ ക്വിസ് പിഡിഎഫ്, ബാങ്കിംഗ്, എസ്എസ്‌സി, റെയിൽവേ, യുപിഎസ്‌സി, സ്റ്റേറ്റ് പിഎസ്‌സി തുടങ്ങിയ നിങ്ങളുടെ വരാനിരിക്കുന്ന പരീക്ഷകൾക്കായി തയ്യാറെടുക്കുക

Latest Symmetric and Non-symmetric Matrices MCQ Objective Questions

Top Symmetric and Non-symmetric Matrices MCQ Objective Questions

Symmetric and Non-symmetric Matrices Question 1:

Which among the following is a Skew-symmetric matrix?

  1. [046402620]
  2. [0110]
  3. Both A & B
  4. None of these

Answer (Detailed Solution Below)

Option 3 : Both A & B

Symmetric and Non-symmetric Matrices Question 1 Detailed Solution

Concept:

Square matrix A is said to be skew-symmetric if aij = −aij for all i and j.

Square matrix A is said to be skew-symmetric if the transpose of matrix A is equal to the negative of matrix A ⇔ AT = −A

All the main diagonal elements in the skew-symmetric matrix are zero.

Calculation:

For a skew-symmetric matrix, diagonal elements are zero and AT = −A

So, both [046402620]and [0110]are Skew-symmetric matrix.

Symmetric and Non-symmetric Matrices Question 2:

The matrix [05850128120] is a

  1. diagonal matrix
  2. symmetric matrix
  3. skew symmetric matrix
  4. scalar matrix

Answer (Detailed Solution Below)

Option 3 : skew symmetric matrix

Symmetric and Non-symmetric Matrices Question 2 Detailed Solution

Concept:

Symmetric Matrix: Any square matrix A is said to be a symmetric matrix if A' = A. where A' is the transpose of A.

Skew symmetric matrix: Any square matrix A is said to be a symmetric matrix if A' = - A. where A' is the transpose of A.

Calculation:

We have, P =  [05850128120]

Transpose of Matrix P is

⇒ P' = [05850128120]

⇒ P' = - P

∴ P is a skew-symmetric matrix.

Symmetric and Non-symmetric Matrices Question 3:

If A and B are matrices of same order, then (AB′ – BA′) is a

  1. skew symmetric matrix
  2. null matrix
  3. symmetric matrix
  4. unit matrix

Answer (Detailed Solution Below)

Option 1 : skew symmetric matrix

Symmetric and Non-symmetric Matrices Question 3 Detailed Solution

Concept:

  • Symmetric Matrix: Any square matrix A is said to be symmetric matrix if A' = A. where A' is the transpose of A.
  • Skew symmetric matrix: Any square matrix A is said to be symmetric matrix if A' = - A. where A' is the transpose of A.

Calculation:

Let P = (AB'- BA’)

∴ P' = (AB' - BA’)'

= (AB’)' — (BA’)'

= (B')'A' — (A')'B'   [∵  (AB)' = BA]

= BA' - AB'

= - (AB'- BA’)

= - P

∴ P' = - P

So it is a skew symmetric matrix.

Symmetric and Non-symmetric Matrices Question 4:

Number of different 2 × 2 symmetric matrices with elements being either 0 or 1 is: 

  1. 4
  2. 8
  3. 16
  4. none of these

Answer (Detailed Solution Below)

Option 2 : 8

Symmetric and Non-symmetric Matrices Question 4 Detailed Solution

Concept:- Number of different n × n symmetric matrices with each element being 0 or 1 is equal to 2n(n+1)2

Eg. For n = 1 possible matrices [0], [1] only 2 matrices are possible

For n = 2

 [0000][1000],[0100][0010][0001][1100][1010][0101][0011][1001][0110][1110][1011][0111][1101][1111]

Maximum 16 matrices are possible out of which 8 are symmetric

Application:-    ∴ for n = 2     2n(n+1)2 = 23 

hence 8 different matrices are possible. so option (2) is correct.

Symmetric and Non-symmetric Matrices Question 5:

Which one of the following is incorrect ?

  1. If A' = A, then A is a symmetric matrix.
  2. All the diagonal elements of the skew-symmetric matrix are zero.
  3. If A = - A', then A is a skew-symmetric matrix.
  4. Any square matrix can be expressed as the product of a symmetric and a skew-symmetric matrix

Answer (Detailed Solution Below)

Option 4 : Any square matrix can be expressed as the product of a symmetric and a skew-symmetric matrix

Symmetric and Non-symmetric Matrices Question 5 Detailed Solution

Explanation:

The Transpose of a matrix A represented by A' is obtained by interchanging its rows into columns and vice-versa.

Symmetric Matrix is a square matrix such that aij = aji for all i, j where aij is the element of the ith row and jth column of the matrix.

∵ aij = aji ⇒ There will no effect on transposing the symmetric matrix.

Hence, If A' = A, then A is a symmetric matrix.

(i) is true

A Skew-symmetric Matrix is a square matrix such that aij = -aji for all i, j where aij is the element of the ith row and jth column of the matrix and aii = 0 or the leading diagonal elements are all zero.

(ii) is true

So on transposing A :

A' = - A,

Hence if A = - A', then A is a skew-symmetric matrix.

(iii) is true

Any square matrix can be expressed as the sum not the product of a symmetric and a skew-symmetric matrix

(iv) is false

Symmetric and Non-symmetric Matrices Question 6:

If P and Q are symmetric matrices of the same order then PQ - QP is

  1. identity matrix
  2. symmetric matrix
  3. zero matrix
  4. skew symmetric matrix

Answer (Detailed Solution Below)

Option 4 : skew symmetric matrix

Symmetric and Non-symmetric Matrices Question 6 Detailed Solution

Concept:

If matrix P is symmetric matrix then 

Transpose of P = P

Consider A and B matrices, (AB)T = (B)T(A)T

If matrix P is skew symmetric matrix then 

Transpose of P = -P

 

Calculation:

P and Q Symmetric Matrices therefore

Transpose of P = P                  ..... (1)

Transpose of Q = Q                 ..... (2)

Now,

Transpose of (PQ - QP) = (PQ – QP)T

Using the property of Transpose , (A - B)T = (A)T - (B)T

(PQ - QP)T= (PQ)T - (QP)T                            

Using again property of transpose, (AB)T = (B)T(A)T

(PQ)T - (QP)T = (Q)T (P)T - (P)T (Q)T        ............(3)

Using Equations (1) and (2) in (3) we get,

(PQ)T - (QP)T = QP - PQ

(PQ)T - (QP)T = - (PQ - QP)                                  

So,  

Transpose of (PQ - QP) = (PQ - QP)T = -  (PQ - QP)

Which show that  

(PQ - QP) is a Skew Symmetric Matrix.

Hence, option (4) is correct.

Symmetric and Non-symmetric Matrices Question 7:

Comprehension:

Let A = (0sin2θcos2θcos2θ0sin2θsin2θcos2θ0) and A = P + Q where P is symmetric matrix and Q is skew-symmetric matrix.

What is P equal to ?

  1. (01/21/21/201/21/21/20)
  2. (011101110)
  3. cos 2θ(011101110)
  4. cos 2θ(01/21/21/201/21/21/20)

Answer (Detailed Solution Below)

Option 1 : (01/21/21/201/21/21/20)

Symmetric and Non-symmetric Matrices Question 7 Detailed Solution

Concept:

Every square matrix can be expressed as the sum of a symmetric and a skew-symmetric matrix uniquely, which is given as,

 A = 12(A + AT) + 12(A - AT)

where 12(A + AT) is a symmetric matrix and 12(A - AT)

​​Calculation:

Given

A = (0sin2θcos2θcos2θ0sin2θsin2θcos2θ0) and A = P + Q where P is a symmetric matrix and Q is a skew-symmetric matrix.

⇒ P = 12(A + AT

⇒ P = 12[(0sin2θcos2θcos2θ0sin2θsin2θcos2θ0) + (0cos2θsin2θsin2θ0cos2θcos2θsin2θ0)]

⇒ P = 12(0sin2θ+cos2θsin2θ+cos2θsin2θ+cos2θ0sin2θ+cos2θsin2θ+cos2θsin2θ+cos2θ0) 

⇒ P = 12(011101110)

⇒ P = (01/21/21/201/21/21/20)

∴ The correct answer is option (1).

Symmetric and Non-symmetric Matrices Question 8:

Comprehension:

Let A = (0sin2θcos2θcos2θ0sin2θsin2θcos2θ0) and A = P + Q where P is symmetric matrix and Q is skew-symmetric matrix.

What is the minimum value of determinant of A ?

  1. 14
  2. 12
  3. 34
  4. 1

Answer (Detailed Solution Below)

Option 1 : 14

Symmetric and Non-symmetric Matrices Question 8 Detailed Solution

 

Formula used:

a3 + b3 = (a + b)(a2 - ab + b2)

cos2θ + sin2θ = 1

sin 2θ = 2sin θ cos θ 

Calculation:

Given

A = (0sin2θcos2θcos2θ0sin2θsin2θcos2θ0) 

Expanding along R1,

⇒ |A| = 0 - sin2θ (0 - sin4θ) + cos2θ (cos4θ  - 0)

⇒ |A| = cos6θ + sin6θ

⇒ |A| = (cos2θ)3 + (sin2θ)3

⇒ |A| = (cos2θ + sin2θ)(cos4θ - cos2θsin2θ + sin4θ)

⇒ |A| = (cos4θ sin4θ - cos2θsin2θ)

⇒ |A| = (cos4θ + sin4θ + 2cos2θsin2θ - 3cos2θsin2θ)

⇒ |A| = ((cos2θ + sin2θ)2 - 3cos2θsin2θ)

⇒ |A| = (1 - 3cos2θsin2θ)

⇒ |A| = (134(sin2θ)2

|A| is minimum when sin 2θ is maximum and maximum value of sin 2θ = 1

⇒ Minimum value of |A| = (134(1)) = 14

∴ The correct option is (1).

Symmetric and Non-symmetric Matrices Question 9:

If A is a symmetric matrix and B is a skew-symmetric matrix such that A + B = [2351], then AB is equal to 

  1. [4214]
  2. [4214]
  3. [4214]
  4. [4214]

Answer (Detailed Solution Below)

Option 3 : [4214]

Symmetric and Non-symmetric Matrices Question 9 Detailed Solution

CONCEPT:

If A is a symmetric matrix and B is a skew-symmetric matrix then,

A = AT, B = - BT        ...(1)

By the properties of the transpose of the matrix,

(A + B)TAT + BT       ...(2)

CALCULATION

Given:

A + B = [2351]        ...(3)

Using 2,

⇒ A' + B' = [2531]

Using equation 1,

⇒ A - B = [2531]          ...(4) 

After adding equations (i) and (ii)

A = [2441], B = [0110]

⇒ AB = [4214]

  • So, the correct answer is option 3.

Symmetric and Non-symmetric Matrices Question 10:

Let A and B be 3 × 3 real matrices such that A is symmetric matrix and B is skew-symmetric matrix. Then the system of linear equations (A2B2 − B2A2)X = O, where X is a 3 × 1 column matrix of unknown variables and O is a 3 × 1 null matrix, has:

  1. a unique solution
  2. exactly two solutions
  3. infinitely many solutions
  4. no solution

Answer (Detailed Solution Below)

Option 3 : infinitely many solutions

Symmetric and Non-symmetric Matrices Question 10 Detailed Solution

Concept:

(i) If Δ ≠ 0 and atleast one of Δx, Δy, Δz ≠ 0, then the given system of equations is consistent and has unique non trivial solution.

(ii) If Δ ≠ 0 & Δx = Δy = Δz = 0, then the given system of equations is consistent and has trivial solution only.

(iii) If Δ = Δx = Δy = Δz = 0, then the given system of equations is consistent and has infinite solutions 

Calculation:

Given, A is symmetric matrix and B is skew-symmetric matrix

⇒ A= A, BT = –B

Let A2B− B2A2= P

∴ PT = (A2B2 – B2A2)T

= (A2B2)T – (B2A2)T

= (B2)T (A2)T– (A2)T (B2)T

= B2A2 – A2B = –P

⇒ P is a skew-symmetric matrix.

[0aba0cbc0][xyz]=[000]

∴ ay + bz = 0 …(1)

–ax + cz = 0 …(2)

–bx – cy =0 …(3)

From equation (1), (2), (3)

Δ = 0 and Δ= Δ2= Δ= 0

∴ System of equations has infinite number of solutions.

The correct answer is Option 3.

Get Free Access Now
Hot Links: teen patti fun teen patti yas teen patti master list teen patti gold download teen patti 3a