For example, consider the specific question: Given $a_{11},a_{12},a_{21},a_{22}$ does that uniquely determine
$A=\begin{bmatrix} a_{11}&a_{12}&a_{13} \\ a_{21}&a_{22}&a_{23} \\ a_{31}&a_{32}&a_{33} \end{bmatrix}$
where $A\in SO(3)$.
|
For example, consider the specific question: Given $a_{11},a_{12},a_{21},a_{22}$ does that uniquely determine $A=\begin{bmatrix} a_{11}&a_{12}&a_{13} \\ a_{21}&a_{22}&a_{23} \\ a_{31}&a_{32}&a_{33} \end{bmatrix}$ where $A\in SO(3)$. |
|||||||||||||||||
|
|
Hint 1: The sum of the squares of each column is $1$. Hint 2: The third column is $\pm$ the cross product of the first two. Hint 1 is immediately applicable to $n\times n$ matrices. There is an $n$-dimensional analog of the cross product that extends Hint 2. |
|||||||||
|
|
Note that if $A \in SO_n(\mathbb R)$ with $$ A \; = \;
\left( \begin{array}{rr}
E & F \\
G & H
\end{array}
\right) ,
$$ Proof: $$ \left( \begin{array}{cc} E & F \\ 0 & I \end{array} \right) \left( \begin{array}{cc} E^t & G^t \\ F^t & H^t \end{array} \right) = \left( \begin{array}{cc} I & 0 \\ F^t & H^t \end{array} \right). $$ Note that this is more general as both $E,H$ are allowed to have size larger than one, if $n > 3$ anyway. |
||||
|
|