jostpuur
- 2,112
- 19
Suppose X\in\mathbb{R}^{n\times n} is orthogonal. How do you perform the computation of series
<br /> \log(X) = (X-1) - \frac{1}{2}(X-1)^2 + \frac{1}{3}(X-1)^3 - \cdots<br />
Elements of individual terms are
<br /> ((X-1)^n)_{ij} = (-1)^n\delta_{ij} \;+\; n(-1)^{n-1}X_{ij} \;+\; \sum_{k=2}^{n} (-1)^{n-k} \frac{n!}{k!(n-k)!} X_{il_1} X_{l_1 l_2} \cdots X_{l_{k-1}j}<br />
but these do not seem very helpful. I don't see how orthogonality could be used here. By orthogonality we have
<br /> X_{ik}X_{jk} = \delta_{ij},\quad\quad X_{ki}X_{kj} = \delta_{ij}<br />
but
<br /> X_{ik}X_{kj}<br />
is nothing special, right?
The special case n=2 would also be nice to start with. If
<br /> X = \left(\begin{array}{cc}<br /> \cos(\theta) & -\sin(\theta) \\<br /> \sin(\theta) & \cos(\theta) \\<br /> \end{array}\right)<br />
then the result should be
<br /> \log(X) = \left(\begin{array}{cc}<br /> 0 & -\theta \\<br /> \theta & 0 \\<br /> \end{array}\right)<br />
but how does one arrive at this honestly from the series?
<br /> \log(X) = (X-1) - \frac{1}{2}(X-1)^2 + \frac{1}{3}(X-1)^3 - \cdots<br />
Elements of individual terms are
<br /> ((X-1)^n)_{ij} = (-1)^n\delta_{ij} \;+\; n(-1)^{n-1}X_{ij} \;+\; \sum_{k=2}^{n} (-1)^{n-k} \frac{n!}{k!(n-k)!} X_{il_1} X_{l_1 l_2} \cdots X_{l_{k-1}j}<br />
but these do not seem very helpful. I don't see how orthogonality could be used here. By orthogonality we have
<br /> X_{ik}X_{jk} = \delta_{ij},\quad\quad X_{ki}X_{kj} = \delta_{ij}<br />
but
<br /> X_{ik}X_{kj}<br />
is nothing special, right?
The special case n=2 would also be nice to start with. If
<br /> X = \left(\begin{array}{cc}<br /> \cos(\theta) & -\sin(\theta) \\<br /> \sin(\theta) & \cos(\theta) \\<br /> \end{array}\right)<br />
then the result should be
<br /> \log(X) = \left(\begin{array}{cc}<br /> 0 & -\theta \\<br /> \theta & 0 \\<br /> \end{array}\right)<br />
but how does one arrive at this honestly from the series?
Last edited: