powered by
Creates a skewmatrix-class object.
skewmatrix-class
skewmatrix(a)
A skewmatrix-class object.
3 x 3 x n array or 3 x 3 matrix containing the entries of a skew-symmetric matrix, or an orientation object.
Duncan Murdoch
The entries a[,,i] are 3 x 3 skew-symmetric matrices. The matrix exponential of these give SO(3) matrices.
a[,,i]
skewvector-class, skewvector, rotmatrix, rotvector, eulerzyx, eulerzxz, quaternion
skewvector-class
skewvector
rotmatrix
rotvector
eulerzyx
eulerzxz
quaternion
x <- skewmatrix(matrix(c(0,1,2,-1,0,3,-2,-3,0),3,3)) x rotmatrix(x) skewvector(x) rotation.angle(x)
Run the code above in your browser using DataLab