Benedict Irwin edited Sketchy Generation.tex  over 9 years ago

Commit id: df76fd995762c0dc858f1c7a161a8ebdd53424d5

deletions | additions      

       

\end{equation}  holds. A vector of matrices. For our $S$ operation we can swap a row in the initial matrix, however this just equates to minus the result. \begin{equation}  \hat{S}\textbf{r}_1 = \begin{vmatrix} \textbf{i} & \textbf{j} & \textbf{k} \\ \textbf{i} & \textbf{j} & \textbf{k} \\ x_1 & y_1 & z_1 \end{vmatrix} = \begin{bmatrix} 0 & z_1 & -y_1 \\ -z_1 & 0 & x_1 \\ y_1 & -x_1 & 0 \end{bmatrix} \\ \\  \hat{S}'\textbf{r}_1 = \begin{vmatrix} \textbf{i} & \textbf{j} & \textbf{k} \\ x_1 & y_1 & z_1 \\ \textbf{i} & \textbf{j} & \textbf{k} \end{vmatrix} = \begin{bmatrix} 0 & -z_1 & y_1 \\ z_1 & 0 & -x_1 \\ -y_1 & x_1 & 0 \end{bmatrix} \\ \\  \end{equation}