Examples of Matrices problems with Solution

Question 1: If (A+B)2= A2 +2AB+ B2 then what can we say about A and B? (Assume AB and BA exists)

Solution:

(A+B)2 = (A+B) (A+B)

⇒ According to question,

⇒ A2 + AB + BA + B2 = A2 + 2AB + B2

⇒ AB+BA = 2AB

⇒ BA = AB

⇒ So, we can say that A and B are commutative

Question 2: If A is a nxm matrix such that AB and BA are both defined, then order of B is:

Solution:

If A size is n x m and it is also given that AB is defined then,

⇒ An x m X Bm x ☐ = (AB)n x n

⇒ ☐ = n

OR

⇒ B☐ x m X An x m = (AB)n x n

⇒ ☐ = n

⇒ So, the size of the matrix B is m x n

Question 3: Under what conditions is the matrix equation A2-B2 = (A-B) (A+B) will be true?

Solution:

We are given, A2-B2 = (A-B) (A+B)

⇒ A2 – B2 = A2 + AB – BA + B2

⇒ AB – BA = 0

⇒ AB = BA

⇒ So, we can say that A and B should be commutative

Question 4: If AB = A and BA = B, then show that A and B are idempotent matrices.

Solution:

We are given that,

AB = A

⇒ A(BA) = A

⇒ (AB)A = A

⇒ (A)A = A

⇒ A2 = A

⇒ So, we can say that A is idempotent matrix

Similarly, we can prove that B is also an idempotent matrix.

Question 5: Show that the sum of two idempotent matrices A and B is idempotent if AB = BA = 0.

Solution:

We have been given that,

AB = BA = 0 and A2 = A and B2 = B

⇒ (A+B)2 = (A+B) (A+B)

⇒ (A+B)2 = A2 + AB + BA + B2

⇒ (A+B)2 = A2 + B2 {since, AB=BA=0}

⇒ (A+B)2 = A + B

⇒ Hence, sum of two idempotent matrices A and B is idempotent if AB=BA=0

Question 6: Evaluate [Tex]\Delta = \begin{vmatrix} 1 & \omega & \omega^2\\ \omega & \omega^2 & 1\\ \omega^2 & 1 & \omega \end{vmatrix}[/Tex] where [Tex]\omega[/Tex] is one of the cube roots of the unity.

Solution:

Since [Tex]\omega[/Tex] is the cube root of unity, we know that [Tex]1+\omega+\omega^2=0[/Tex]

By applying C1 → C1 + C2 + C3

[Tex]\begin{vmatrix} 1+\omega+\omega^2 & \omega & \omega^2\\ \omega+\omega^2+1 & \omega^2 & 1\\ \omega^2+1+\omega & 1 & \omega \end{vmatrix}[/Tex]

Now, we know since [Tex]1+\omega+\omega^2=0[/Tex]

Above determinant is written as,

[Tex]\begin{vmatrix} 0 & \omega & \omega^2\\ 0 & \omega^2 & 1\\ 0 & 1 & \omega \end{vmatrix}[/Tex]

[Tex]0[/Tex]

Hence, the value of the given determinant is 0

Question 7: Evaluate [Tex]\Delta = \begin{vmatrix} a-b & m-n & x-y\\ b-c & n-p & y-z\\ c-a & p-m & z-x \end{vmatrix}[/Tex]

Solution:

By applying R1 → R1 + R2 + R3

[Tex]\Delta = \begin{vmatrix} a-b + (b-c) + (c-a) & m-n + (n-p) + (p-m) & x-y + (y-z) + (z-x)\\ b-c & n-p & y-z\\ c-a & p-m & z-x \end{vmatrix}[/Tex]

[Tex]\Delta = \begin{vmatrix} 0 & 0 & 0\\ b-c & n-p & y-z\\ c-a & p-m & z-x \end{vmatrix}[/Tex]

[Tex]\Delta = 0[/Tex]

Question 8: If A is a symmetric matrix, then prove that adj A (adjoint of A) is also symmetric.

Solution:

Let ‘A’ is a symmetric matrix, then AT = A

We know that,

⇒ (adj A)T = adj AT

⇒ (adj A)T = adj A

Hence, adj A is also a symmetric matrix

Question 9: Show that if A is a non-singular matrix, then det(A-1 ) = (det(A))-1

Solution:

We know that, |A-1| = 1 / |A|

⇒ A A-1 = In {where, I is an Identity matrix}

⇒ |A A-1| = |In|

⇒ |A| |A-1| = 1

⇒ |A-1| = 1 / |A|

⇒ |A|-1 = 1 / |A|

Hence proved

Question 10: If A and B are n rowed squared matrices and AB = 0 & |B| ≠ 0, then A = 0. State True or False.

Solution:

Since, AB = 0

By multiplying by I on both sides, {where, I is an identity matrix}

⇒ A B B-1 = 0 B-1

⇒ A I = 0

⇒ A = 0

Hence the above statement is True.

Practice Questions on Matrices

Matrices are rectangular arrays of numbers, symbols, or characters where all of these elements are arranged in each row and column. An array is a collection of items arranged at different locations.

Practice Questions on Matrices

Similar Reads

Important Formulas and Concepts on Matrices

Some of the important formulas and concepts that will help to solve the question based on the matrices are mentioned below....

Practice Questions on Matrices

Question 1: Find x so that [Tex]\begin{bmatrix}1 & x & 1\\\end{bmatrix} \begin{bmatrix}1 & 3 & 2\\0 & 5 & 1\\0 & 3 & 2\\\end{bmatrix} \begin{bmatrix}1\\1\\x\\\end{bmatrix} = 0[/Tex]...

Examples of Matrices problems with Solution

Question 1: If (A+B)2= A2 +2AB+ B2 then what can we say about A and B? (Assume AB and BA exists)...

Practice Questions on Matrices – FAQs

What are the necessary conditions for 2 matrix to multiply?...