Analyzing the Setup
Welcome, my dear students. Today, we are not just solving a problem; we are peeling back the layers of one of the most fundamental structures in linear algebra: the matrix.
When you look at a matrix, do not just see a grid of numbers. See a transformation, a data structure, a vessel of information.
We are given two square matrices, A and B, of equal degree. Because they share the same dimensions, they are conformable for addition, subtraction, and multiplication.
The Harmony of Addition
Let us begin with the most intuitive operation: addition. If A=[aij] and B=[bij], then the sum A+B is a new matrix where each element is the sum of the corresponding elements: [aij+bij].
Think about the nature of these elements aij and bij. They are real or complex numbers, and the golden rule of scalar addition is commutative.
Since aij+bij=bij+aij for every position in the matrix, the entire matrix A+B must be equal to B+A. This is the Commutative Law of Addition, and it is a universal truth in the world of matrices.
Option (a) stands tall as our correct answer.
The Trap of Subtraction
Now, let us address the skeptics. If we define A−B, we are looking at the elements aij−bij.
If we look at B−A, we are looking at bij−aij. As we know from basic arithmetic, $5 - 3
eq 3 - 5$.
In fact, they are additive inverses, such that A−B=−(B−A). This means subtraction is not commutative; it is a directional operation. This immediately invalidates option (c).
The Myth of Multiplication
Finally, we arrive at the most complex and often misunderstood operation: matrix multiplication. When we compute AB, the element cij in the product is defined by the summation:
Now, consider BA. Here, we are taking the rows of B and the columns of A. The resulting summation is:
These two summations are fundamentally different. While there are rare, special cases where AB=BA, it is not a universal rule. In the general case, matrix multiplication is strictly non-commutative. Therefore, option (d) is a trap.
Conclusion
The Takeaway
We have systematically dismantled the options. We proved that addition is commutative because scalar addition is commutative.
We proved that subtraction is not commutative because of the sign inversion. We proved that multiplication is not commutative because the row-column structure changes entirely when you swap the matrices.
This problem is a beautiful reminder that in mathematics, we must never assume properties carry over from one operation to another. Keep this rigor in your heart, and you will conquer any problem JEE throws your way.