expm: Computes the Exponential of a 3D Skew Symmetric Matrix.

View source: R/internal_skew_symmetric_expm.R

expmR Documentation

Computes the Exponential of a 3D Skew Symmetric Matrix.

Description

The exponential of a skew-symmetric matrix is computed by means of the Rodrigues' formula.

Usage

expm(skew_symmetric_matrix)

Arguments

skew_symmetric_matrix

A 3-by-3 skew-symmetric matrix.

Value

A 3-by-3 rotation matrix representing the exponential of the specified skew-symmetric matrix.


nprotreg documentation built on Sept. 28, 2023, 9:06 a.m.