A skew symmetric matrix satisfies AT=−A.
This means the transpose equals the negative of the original matrix.
For any skew symmetric matrix:
- All diagonal elements must be 0
- Elements satisfy aij=−aji
For position (1,2) and position (2,1):
Position (1,2)=l
Position (2,1)=−2
Using the property aij=−aji:
l=−(−2)
l=2
For position (1,3) and position (3,1):
Position (1,3)=−3
Position (3,1)=m
Using the property aij=−aji:
−3=−m
m=3
Therefore, l=2 and m=3.