Skew:

Path: Math/Linear

% Converts a vector into a skew symmetric matrix.
--------------------------------------------------------------------------
   Form:
   s = Skew( v )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   v                  Vector

   -------
   Outputs
   -------
   s                  Skew symmetric matrix

--------------------------------------------------------------------------

Back to the Math Module page