If A is a square matric ⎡⎢⎣123456789⎤⎥⎦ then A - AT is symmetric.
False
Here A = ⎡⎢⎣123456789⎤⎥⎦
AT will be ⎡⎢⎣147258369⎤⎥⎦
A−AT will be obtained by subtractions of corresponding elements of AT from A.
So, A−AT or B=⎡⎢⎣(1−1)(2−4)(3−7)(4−2)(5−5)(6−8)(7−3)(8−6)(9−9)⎤⎥⎦
B=⎡⎢⎣0−2−420−2420⎤⎥⎦
Now BT will be ⎡⎢⎣024−202−4−20⎤⎥⎦
Now we can clearly see that B = -BT.
So B i.e., (A–AT)is a skew symmetric matrix.
Please note that this is not a particular example where A –AT)comes out to be skew symmetric. It is a properly of a square matrix which says that if A is a square matrix, then A – AT)will always be a skew symmetric matrix.