Can I visualize O(3) \ SO(3) in some way?

  • Context: Undergrad 
  • Thread starter Thread starter BerriesAndCream
  • Start date Start date
  • Tags Tags
    Matrix Rotation matrix
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 3K views
BerriesAndCream
Messages
7
Reaction score
2
Hello.

I know that a 3×3 orthogonal matrix with determinant = 1 (so a 3×3 special orthogonal matrix) is a rotation in 3D.
I was wondering if there is a 3×3 orthogonal matrix with determinant = –1 could be visualised in some way.

Thank you!
 
Physics news on Phys.org
BerriesAndCream said:
Hello.

I know that a 3×3 orthogonal matrix with determinant = 1 (so a 3×3 special orthogonal matrix) is a rotation in 3D.
I was wondering if there is a 3×3 orthogonal matrix with determinant = –1 could be visualised in some way.

Thank you!
It can be visualized as a rotation of reflection.
 
Reply
  • Like
Likes   Reactions: BerriesAndCream and pines-demon
_
BerriesAndCream said:
Hello.

I know that a 3×3 orthogonal matrix with determinant = 1 (so a 3×3 special orthogonal matrix) is a rotation in 3D.
I was wondering if there is a 3×3 orthogonal matrix with determinant = –1 could be visualised in some way.

Thank you!
SO(3) is the group of rotations in 3D (no complex numbers). O(3) is the group of rotations and reflections, you can decompose any matrix O(3) as the product of a matrix in SO(3) and a reflection matrix.
 
Reply
  • Like
Likes   Reactions: dextercioby and BerriesAndCream
BerriesAndCream said:
Hello.

I know that a 3×3 orthogonal matrix with determinant = 1 (so a 3×3 special orthogonal matrix) is a rotation in 3D.
I was wondering if there is a 3×3 orthogonal matrix with determinant = –1 could be visualised in some way.

Thank you!
$$O(n) \cong SO(n) \rtimes O(1)$$
##O(1) \in \{1, -1\}## and ##\rtimes## is the semidirect product. So in some sense ##O(n)## can just be thought of like a direct product of ##SO(n)## and ##O(1)##. Geometrically as a manifold, Lie Group, ##O(n)## breaks into two components. ##SO(n)## is the connected component containing the Identity with ##det(A) = 1## and there is an isomorphic component that doesn't contain the identity with ##det(A) = -1##. So ##O(n)## can also be thought of as two copies of ##SO(n)##.