Solution:
Given that
A is a symmetric matrix and
B is a skew-symmetric matrix, we know the following properties:
- A symmetric matrix satisfies
AT=A.
- A skew-symmetric matrix satisfies
BT=−B.
We are given that:
A+B=(13−25)We need to find
A−B.
Let's define:
A=(abbd),B=(0e−e0)Since
A is symmetric, the off-diagonal elements are equal, and for
B, the diagonal elements are zero, and the off-diagonal elements are negatives of each other.
Now, from the equation
A+B=(13<br>−25), we can write:
(ab<br>bd)+(0e<br>−e0)=(13<br>−25)This gives us the following system of equations:
1.
a=12.
b+e=33.
b−e=−24.
d=5From equations 2 and 3, we can solve for
b and
e:
b+e=3andb−e=−2Adding these two equations gives:
2b=1⇒b=21Substitute
b=21 into
b+e=3:
21+e=3⇒e=25Now, we can find
A−B:
A−B=(ab<br>bd)−(0e<br>−e0)=(121<br>215)−(025<br>−250)This gives:
A−B=(1−2<br>35)Thus, the correct answer is option (D),
(1−2<br>35). Quick Tip: To find
A−B when
A+B is given, simply subtract the matrices using the known properties of symmetric and skew-symmetric matrices. Use the relationship
A+B+A−B=2A to help.