1

$Def:$ A matrix $K$ is skew-symmetric if $K^t=-K$.

When manipulating the $B$ and $B^{-1}$ expressions, I don't know how to deal with the inverses. How can one derive the inverse of the sum of matrices?

Chris
  • 385

1 Answers1

2

We can check it directly. Recall that $(AB)^t = B^tA^t$ and $(A^t)^{-1} = (A^{-1})^t$.

Note that $(I+K)(I-K) = I - K^2 = (I-K)(I+K)$.

$$B^tB = ((I+K)(I-K)^{-1})^t (I+K)(I-K)^{-1} = ((I-K)^{-1})^t (I+K)^t(I+K)(I-K)^{-1} = ((I-K)^t)^{-1} (I-K)(I+K)(I-K)^{-1} = (I+K)^{-1} (I-K)(I+K)(I-K)^{-1} = (I+K)^{-1} (I+K)(I-K)(I-K)^{-1} = I.$$

GAVD
  • 7,296
  • 1
  • 16
  • 30