expm {nprotreg} | R Documentation |
The exponential of a skew-symmetric matrix is computed by means of the Rodrigues' formula.
expm(skew_symmetric_matrix)
skew_symmetric_matrix |
A 3-by-3 skew-symmetric matrix. |
A 3-by-3 rotation matrix representing the exponential of the specified skew-symmetric matrix.