<< CL_rot_pvConvert Coordinates and frames CL_rot_quat2angles >>

CelestLab >> Coordinates and frames > CL_rot_pvJacobian

CL_rot_pvJacobian

Jacobian of a frame (position/velocity) transformation

Calling Sequence

jacob = CL_rot_pvJacobian(M, omega)

Description

Parameters

M:

Transformation matrix from frame1 to frame2 (pos2 = M * pos1) (3x3xN)

omega:

Angular velocity vector of frame2 wrt frame1 with coordinates in frame1 (3xN)

jacob:

Jacobian of the transformation: (pos1,vel1) to (pos2,vel2) (6x6xN)

Authors

Examples

M = CL_rot_angles2matrix(3, %pi/2)
omega = [0; 0; 2*%pi/86400];
[jacob] = CL_rot_pvJacobian(M, omega)

Report an issue
<< CL_rot_pvConvert Coordinates and frames CL_rot_quat2angles >>