Skip to content

TO-DO: Jacobian of Matrix-to-quaternion conversion #2

@jlblancoc

Description

@jlblancoc

It might be useful to define the Jacobian for this conversion, so all formulas in latest chapters also apply to quaternions via the chain rule.

The conversion Jacobian can be derived by combining two Jacobians:

  • Matrix -> YPR (see §2.5).
  • YPR -> Quaternion (see §2.1).

A more direct way would be to derive the Jacobian of the operation described in this paper, but it implies obtaining the Jacobian of an eigenvector. I couldn't find such a closed form expression, not even in the "Matrix Bookbook".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions