Hat operator

From Wikipedia, the free encyclopedia

The hat operator in has various uses in different branches of science and mathematics.

[edit] Cross product

In screw theory, one use of the hat operator is to represent the cross product operation. Since the cross product is a linear transformation, it can be represented as a matrix. The hat operator takes a vector and transforms it into its equivalent matrix.

\mathbf{a} \times \mathbf{b} = \mathbf{\hat{a}} \mathbf{b}

For example, in three dimensions,

\mathbf{a} \times \mathbf{b} = \begin{bmatrix} a_x \\ a_y \\ a_z \end{bmatrix} \times \begin{bmatrix} b_x \\ b_y \\ b_z \end{bmatrix} = \begin{bmatrix} 0 & -a_z & a_y \\ a_z & 0 & -a_x \\ -a_y & a_x & 0 \end{bmatrix} \begin{bmatrix} b_x \\ b_y \\ b_z \end{bmatrix} = \mathbf{\hat{a}} \mathbf{b}

[edit] See also