Orthogonal Matrix Applications
Here is an interesting fact and application about orthogonal matrix: it is either a rotation matrix or a reflection matrix.
How to know if an orthogonal 2 by 2 matrix is a rotation matrix or a reflection matrix ?
Solution:
Check the determinant.
If the determinant is +1, then the orthogonal matrix is a rotation matrix.
If the determinant is -1, then the orthogonal matrix is a reflection matrix about 45 degree counterclockwise from x axis.
Rotation Matrix
|
Reflection Matrix
|
See also : Orthogonal matrix , Determinant
Rate this tutorial or give your comments about this tutorial