Operations with orthogonal matrices

54 Views Asked by At

I have the following problem in linear algebra:

Let $n = 1,3,5,7,9,\dots$ and an orthoginal matrix $C$ (with dimensions $n\times n$) with $\det C=1$. Prove that:

$$C^T (C-I) = (I-C) ^T$$

I am aware of that for any orthogonal matrix, the transpose matrix is equal to the inverse one, but still I face difficulty in proving the above. I would appreciate your quidance.

Thank you very much in advance.

1

There are 1 best solutions below

0
On

For any orthogonal matrix $C$,

$$C^T(C-I)=C^TC-C^T=I-C^T=(I-C)^T$$