can someone help me understand this?
https://gyazo.com/d828940ff01bd1daf1f4cd6b437d9529
$A_2$, $R_2$, $R_3$ are $3\times 1$ vectors and $d$ and $e$ are constants. $R_2$ and $R_3$ are orthogonal with length one.
can someone help me understand this?
https://gyazo.com/d828940ff01bd1daf1f4cd6b437d9529
$A_2$, $R_2$, $R_3$ are $3\times 1$ vectors and $d$ and $e$ are constants. $R_2$ and $R_3$ are orthogonal with length one.
Orthogonal means $R_2 \cdot R_3 = 0$, length one means $R_2 \cdot R_2 = 1$ etc., the dot means the scalar product. Note that we can write the standard scalar product also as matrix products: $$ a \cdot b = b \cdot a = a^T b = b^T a $$ (in case of column vectors).
So $$ A_2^T R_3 = A_2 \cdot R_3 = (d R_2 + e R_3) \cdot R_3 = d R_2 \cdot R_3 + e R_3 \cdot R_3 = d \cdot 0 + e \cdot 1 = e $$ similar $$ A_2^T R_2 = A_2 \cdot R_2 = (d R_2 + e R_3) \cdot R_2 = d R_2 \cdot R_2 + e R_3 \cdot R_2 = d \cdot 1 + e \cdot 0 = d $$