What's Gone Before and What Will Ensue : Yesterday, he first step of an exercise regarding the rotation of cross products was worked out. Today, the identity proved yesterday will be used to show that when the two vectors in a cross product are rotated by the same rotation matrix, the resulting vector of the cross product is rotated by the same rotation matrix. In the end, yet another property will be proven using tensor index notation. The identity from yesterday is: $\epsilon_{ijk}W_{iq}W_{jl}W_{km} = det\left(W\right)\epsilon_{qlm}$ We'll also need the definition of the cross product in index notation $\vec{A} \times \vec{B} = \epsilon_{ijk}A_jB_k$ and the rotation matrix transpose identity $M^TM = 1$ also known as $M_{iq}M_{in} = \delta_{qn}$ We want to prove that if $\vec{A}$ and $\vec{B}$ are both rotated by the same rotation matrix, $M_{in}$, then so is the result of the cross product, $\vec{V}$ First, rotate the two input vectors $\vec{A^{\prime}...