rotation matrix
Definition 1.
A rotation matrix is a
(real) orthogonal matrix
whose determinant
is +1.
All n×n rotation matrices form a group called
the special orthogonal group
and it is denoted by
SO(n).
Examples
-
1.
The identity matrix
in ℝn is a rotation matrix.
-
2.
The most general rotation matrix in ℝ2 can be written as
(cosθ-sinθsinθcosθ), where θ∈ℝ. Multiplication (from the left) with this matrix rotates a vector (in ℝ2) θ radians in the anti-clockwise direction.
Properties
-
1.
Suppose v∈ℝn is a unit vector
. Then there exists a rotation matrix R such that R⋅v=(1,0,…,0).
-
2.
In fact, for v∈ℝn, n≥3, there are many rotation matrices 𝐑∈SO(n) such that R⋅v=(1,0,…,0)T. To see this, let f be the mapping f:SO(n-1)→SO(n), defined as
f(Q)=(101×n-10n-1×1Qn-1×n-1). Then for each Q∈SO(n-1), f(Q) maps (1,0,…,0)T onto itself. Thus, if R0∈SO(n) satisfies R⋅v=(1,0,…,0)T, then f(Q)⋅R satisfies the same property for all Q∈SO(n-1).
Title | rotation matrix |
Canonical name | RotationMatrix |
Date of creation | 2013-03-22 15:03:57 |
Last modified on | 2013-03-22 15:03:57 |
Owner | matte (1858) |
Last modified by | matte (1858) |
Numerical id | 17 |
Author | matte (1858) |
Entry type | Definition |
Classification | msc 15-00 |
Synonym | rotational matrix |
Related topic | OrthogonalMatrices |
Related topic | ExampleOfRotationMatrix |
Related topic | DecompositionOfOrthogonalOperatorsAsRotationsAndReflections |
Related topic | DerivationOfRotationMatrixUsingPolarCoordinates |
Related topic | DerivationOf2DReflectionMatrix |
Related topic | TransitionToSkewAngledCoordinates |