Rodrigues’ rotation formula


Rodrigues’ rotation formula gives a convenient way to write the general rotation matrixMathworldPlanetmath in R3.

If [v1,v2,v3] is a unit vectorMathworldPlanetmath on the rotationMathworldPlanetmath axis, and θ is the rotation angle about that axis, then the rotation matrix is given by

I+sin(θ)A+(1-cos(θ))A2

where I is the identity matrixMathworldPlanetmath and

A=(0-v3v2v30-v1-v2v10)

.

Title Rodrigues’ rotation formula
Canonical name RodriguesRotationFormula
Date of creation 2013-03-22 15:20:04
Last modified on 2013-03-22 15:20:04
Owner acastaldo (8031)
Last modified by acastaldo (8031)
Numerical id 7
Author acastaldo (8031)
Entry type Result
Classification msc 51-00
Classification msc 15-00
Related topic DecompositionOfOrthogonalOperatorsAsRotationsAndReflections