To solve the problem, we need to analyze the nature of the matrix expression \( AB^T - BA^T \) when \( A \) and \( B \) are square matrices of the same order.
1. Take the Transpose of the Expression:
Let’s compute the transpose of \( AB^T - BA^T \):
\( (AB^T - BA^T)^T = (AB^T)^T - (BA^T)^T \)
Using the identity \( (XY)^T = Y^T X^T \), we get:
\( (AB^T)^T = B A^T \), and \( (BA^T)^T = A B^T \)
So:
\( (AB^T - BA^T)^T = B A^T - A B^T = - (AB^T - BA^T) \)
2. Interpretation:
Since the transpose of the expression equals the negative of the expression, it satisfies the condition for a skew-symmetric matrix:
\( M^T = -M \Rightarrow M \) is skew-symmetric
3. Conclusion:
The matrix \( AB^T - BA^T \) is skew-symmetric.
Final Answer:
The correct option is (B) skew-symmetric matrix.
An amount of ₹ 10,000 is put into three investments at the rate of 10%, 12% and 15% per annum. The combined annual income of all three investments is ₹ 1,310, however, the combined annual income of the first and second investments is ₹ 190 short of the income from the third. Use matrix method and find the investment amount in each at the beginning of the year.
If \[ A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \] then find \( A^{-1} \). Hence, solve the system of linear equations: \[ x - 2y = 10, \] \[ 2x - y - z = 8, \] \[ -2y + z = 7. \]