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} \]
|
is equal to the dot product of a column by itself, and every element in the resultant matrix of QTQ is the dot product of two columns in Q. Since QTQ = I, it means when the two columns are the same column in Q, the dot product is equal to 1, corresponding to the diagonal of I.
- 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}
\]
|
as:
|   |
\[ 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
\]
|
# posted by rot13(Unafba Pune) @ 8:35 PM
