By Kardi Teknomo, PhD .
LinearAlgebra

< Next | Previous | Index >

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
Linear Algebra tutorial: Orthogonal Matrix - Reflection or Rotation , Linear Algebra tutorial: Orthogonal Matrix - Reflection or Rotation

Reflection Matrix
Linear Algebra tutorial: Orthogonal Matrix - Reflection or Rotation , Linear Algebra tutorial: Orthogonal Matrix - Reflection or Rotation

See also : Orthogonal matrix , Determinant

< Next | Previous | Index >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .