Analyzing the Setup
My dear students, welcome to a fascinating exploration of matrix properties. Today, we are not just solving a problem; we are uncovering the hidden geometry of linear algebra.
We are given three matrices: A, which is symmetric, and B and C, which are skew-symmetric. Before we even touch the statements, let us ground ourselves in the definitions.
A symmetric matrix is one that is invariant under transposition, meaning AT=A. A skew-symmetric matrix, however, is a bit more rebellious; it negates itself under transposition, so BT=−B and CT=−C.
The Dance of the Transpose
To analyze the statements, we need two powerful tools. First, the Reversal Law: (XY)T=YTXT. Imagine two dancers, X and Y, holding hands. When they transpose, they don't just flip; they swap places!
Second, the Power Property: (An)T=(AT)n. This tells us that the order of exponentiation and transposition does not matter. These two tools are our compass as we navigate the statements.
Analyzing Statement S1
Let us define our first expression as M=A13B26−B26A13. To check if M is symmetric, we must compute MT.
Applying the transpose to the difference, we get:
MT=(A13B26)T−(B26A13)T
Now, we apply the Reversal Law:
MT=(B26)T(A13)T−(A13)T(B26)T
We know AT=A, so (A13)T=A13. For B, we have (B26)T=(BT)26=(−B)26. Since 26 is an even power, the negative sign vanishes, leaving us with B26.
Substituting these back, we find:
MT=B26A13−A13B26
If we factor out a negative sign, we see MT=−(A13B26−B26A13)=−M. Thus, M is skew-symmetric, and S1 is false.
Analyzing Statement S2
Now, let us turn our attention to
N=A26C13−C13A26. We follow the same path:
NT=(A26C13)T−(C13A26)T
Applying the Reversal Law, we get:
NT=(C13)T(A26)T−(A26)T(C13)T
Again, AT=A, so (A26)T=A26. But look at C: (C13)T=(CT)13=(−C)13. Since 13 is an odd power, the negative sign survives, resulting in −C13.
Substituting these into our equation:
NT=(−C13)A26−A26(−C13)
This simplifies to NT=−C13A26+A26C13, which is exactly N. Since NT=N, statement S2 is true.
The Final Revelation
We have walked through the logic, respected the order of operations, and carefully handled the even and odd powers. We found that S1 is skew-symmetric and S2 is symmetric.
Therefore, only S2 is true. This problem teaches us that in mathematics, as in life, the small details—like whether a power is even or odd—can change the entire outcome.