This matrix would be orthogonal if a product of the matrix and its transpose is a unit matrix:
DDT = E
Thus, we should first found a transpose matrix:
D=∣∣2102−101221021∣∣DT=∣∣210210102−1221∣∣
Now, we must multiply them together:
DDT=∣∣2102−101221021∣∣∣∣210210102−1221∣∣=∣∣100012025∣∣
The product is not the unit matrix. Thus, the D matrix was not orthogonal.
Comments