Find all orthogonal matrices in R

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
3 replies · 2K views
Messages
929
Reaction score
1,226

Homework Statement


Assuming I understand the problem correctly, I need to define the set of all orthogonal matrices.

Homework Equations



The Attempt at a Solution


Per the definition of orthogonal matrix: Matrix ##A\in Mat_n(\mathbb{R})## is orthogonal if ##A^tA = I##
If ##O## is the set of all orthogonal matrices in ##\mathbb{R}## then:
[tex]O = \bigcup_{k=2}^n \{X\in Mat_k(\mathbb{R})\ |\ \ X^tX = I \}[/tex]
I don't see anything wrong with this set, but it seems too naive. Can it be this simple?
 
Physics news on Phys.org
What, exactly, do you mean by "find" the set of all orthogonal matrices? What you have written is, essentially, just that "the set of all orthogonal matrices is the set of all matrices satisfying the definition of orthogonal matrix".

What was the precise wording of the problem? If it was, say, "find the set of all 2 by 2 orthogonal matrices" then you would want a relation to be satisfied by a, b, c, and d, such that [itex]\begin{bmatrix}a & b \\ c & d \end{bmatrix}[/itex] is an orthogonal matrix.
 
HallsofIvy said:
What, exactly, do you mean by "find" the set of all orthogonal matrices?

I agree, it's impossible to find a matrix on ##\mathbb{R}##.