- #1
- 12
- 0
Homework Statement
This problem has two parts:
i) Determine the range of det: O(n) → ℝ.
ii) Are det-1({1})⊂O(n) and det-1({1})⊂O(n) groups?
Homework Equations
AA-1=I & AAT=I
The Attempt at a Solution
i) det(AAT)=det(I)
det(AAT)=1
det(A) det(AT)=1
det(A) det(A)=1
(det(A))2=1
det(A)= +-1
So the range is +-1.
Did I make any mistakes?
ii) The function det: O(n) → ℝ is not injective, so therefore the inverse function does not exist (right?). Which would result in det-1({1})⊂O(n) and det-1({1})⊂O(n) not being groups (right?).
Last edited: