A=⎡⎢⎣1√2−1√21√21√2⎤⎥⎦is an orthogonal matrix
True
We know that the condition for a matrix A to be called as a orthogonal matrix is
A×AT=AT×A=I Lets calculate A×AT first
AT=⎡⎢⎣1√21√2−1√21√2⎤⎥⎦SoAAT=⎡⎢⎣1√2−1√21√21√2⎤⎥⎦⎡⎢⎣1√21√2−1√21√2⎤⎥⎦
=[1001]=1
So A AT=I
Similarly A AT⎡⎢⎣1√2−1√2−1√21√2⎤⎥⎦⎡⎢⎣1√2−1√2−1√21√2⎤⎥⎦
=AT×A
=[1001]=I
So A×AT=AT×A=I. Hence A is an orthogonal matrix and the statement is true.
Also here note that A AT is not necessarily equal to ATA because matrix multiplication is not commutative. We should always check both the conditions separately.