Sunday, September 16, 2012
PS2.7 P40: QT = Q-1
Suppose QT equals Q-1 (transpose equals inverse, so QTQ = I).
- Show that the columns q1, ..., qn are unit vectors:
  \[ ||q_{i}||^{2} = 1 \] - Show that every two columns of Q are perpendicular:
  \[ q_{1}^{T}q_{2} = 0 \] - Find a 2 by 2 example with first entry q11 = cos θ
== Solution ==
-
Observe that:
  \[ ||q_{i}||^{2} \] - Based on similar observation, every other element in I that doesn't fall on the diagonal corresponds to the dot product of two different columns in Q, and is equal to zero.
-
One obvious example that would work:
  \[ Q = \begin{vmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{vmatrix} \]   \[ Q^T Q = \begin{vmatrix} \cos \theta & \sin \theta \\ -\sin \theta & \cos \theta \end{vmatrix} \begin{vmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{vmatrix} = I \]