1

I am reading an old paper by Horn (see ch.4):
https://www.jstor.org/stable/2372705?seq=1#page_scan_tab_contents

And for learning convenience of users, the following is a similar discussing:
Finding the Similarity Transform of a rotation matrix

Let $R$ be a rotation matrix.

Then there exists an orthogonal matrix $U$, such that $R = U^TAU$ with

enter image description here

So, for example, if $n=3$, then $A$ should look like
$$A = \begin{bmatrix}1 & 0& 0 \\0 & \cos\theta & -\sin\theta \\ 0 & \sin\theta & \cos\theta \end{bmatrix}$$

How to prove this? (WLOG, suppose the size of matrices is odd.) In fact, $A$ is also an rotation matrix.

sleeve chen
  • 8,281

0 Answers0