Questions tagged [orthogonal-matrices]

Matrices with orthonormalized rows and columns. An orthogonal matrix is an invertible real matrix whose inverse is equal to its transpose. For complex matrices the analogous term is *unitary*, meaning the inverse is equal to its conjugate transpose.

961 questions
194
votes
4 answers

What is the geometric interpretation of the transpose?

I can follow the definition of the transpose algebraically, i.e. as a reflection of a matrix across its diagonal, or in terms of dual spaces, but I lack any sort of geometric understanding of the transpose, or even symmetric matrices. For example,…
49
votes
2 answers

In which cases is the inverse of a matrix equal to its transpose?

In which cases is the inverse of a matrix equal to its transpose, that is, when do we have $A^{-1} = A^{T}$? Is it when $A$ is orthogonal?
Chris
  • 777
  • 2
  • 7
  • 14
34
votes
4 answers

Why is the matrix product of 2 orthogonal matrices also an orthogonal matrix?

I've seen the statement "The matrix product of two orthogonal matrices is another orthogonal matrix. " on Wolfram's website but haven't seen any proof online as to why this is true. By orthogonal matrix, I mean an $n \times n$ matrix with…
a12345
  • 473
  • 1
  • 4
  • 6
32
votes
4 answers

Eigenvalues in orthogonal matrices

Let $A \in M_n(\Bbb R)$. How can I prove, that 1) if $ \forall {b \in \Bbb R^n}, b^{t}Ab>0$, then all eigenvalues $>0$. 2) if $A$ is orthogonal, then all eigenvalues are equal to $-1$ or $1$
28
votes
3 answers

Why are orthogonal matrices generalizations of rotations and reflections?

I recently took linear algebra course, all that I learned about orthogonal matrix is that Q transposed is Q inverse, and therefore it has a nice computational property. Recently, to my surprise, I learned that transformations by orthogonal matrices…
27
votes
2 answers

Difference between orthogonal and orthonormal matrices

Let $Q$ be an $N \times N$ unitary matrix (its columns are orthonormal). Since $Q$ is unitary, it would preserve the norm of any vector $X$, i.e., $\|QX\|^2 = \|X\|^2$. My confusion comes when the columns of $Q$ are orthogonal, but not orthonormal,…
24
votes
1 answer

Is the seven-dimensional cross product unique?

I'm confused about how many different 7D cross products there are. I'm defining a 7D cross product to be any bilinear map $V \times V \to V$ (where $V$ is the inner product space $\mathbb{R}^7$ endowed with the Euclidean inner product) such that for…
23
votes
2 answers

Why is the orthogonal group $\operatorname{O}(2n,\mathbb R)$ not the direct product of $\operatorname{SO}(2n, \mathbb R)$ and $\mathbb Z_2$?

We know that when $n$ is odd, $\operatorname{O}_n(\mathbb R) \simeq \operatorname{SO}_n (\mathbb R) \times \mathbb Z_2$. However, this seems not true when $n$ is even. But I have no idea how to prove something is not a direct product. I have tried…
Roun
  • 2,767
  • 5
  • 27
  • 36
19
votes
1 answer

Sub-determinants of an orthogonal matrix

Let $A$ be a matrix in the special orthogonal group, $A \in \mathrm{SO}_n$. This means that $A$ is real, $n \times n$, $A^t A = I$ and $\det(A)=1$, that is, the column vectors of $A$ make a positively-oriented orthonormal basis for $\mathbb…
Ryan Budney
  • 22,222
  • 3
  • 64
  • 104
18
votes
7 answers

Why does $A^TA=I, \det A=1$ mean $A$ is a rotation matrix?

I know if $A^TA=I$, $A$ is an orthogonal matrix. Orthogonal matrices also contain two different types: if $\det A=1$, $A$ is a rotation matrix; if $\det A=-1$, $A$ is a reflection matrix. My question is: what is the relationship between the…
Shiyu
  • 4,740
  • 3
  • 29
  • 41
18
votes
3 answers

Is it possible to have a $3 \times 3$ matrix that is both orthogonal and skew-symmetric?

Is it possible to have a $3 \times 3$ matrix that is both orthogonal and skew-symmetric? I know it has something to do with the odd order of the matrix and it is not possible to have such a matrix. But what is the reason?
17
votes
5 answers

Does SO(3) preserve the cross product?

Let $g\in SO(3)$ and $p,q\in\mathbb{R}^3$. I wondered whether it is true that $$g(p\times q)=gp\times gq$$ I am not sure how to prove this. I guess I will use at some point that the last row $g_3$ of $g$ can be obtained by $g_3=g_1\times g_2$. But I…
16
votes
1 answer

Orthogonal matrices form a compact set

Prove that the set of all $n \times n$ orthogonal matrices is a compact subset of $\mathbb{R}^{n^2}$. I don't know how it can be done. Thanks.
Pedro
  • 16,756
  • 7
  • 55
  • 108
14
votes
3 answers

Eigenvalues of symmetric orthogonal matrix

Can we say that Eigenvalues of symmetric orthogonal matrix must be $+1$ and $-1$? Since eigenvalues of symmetric matrices are real and eigenvalues of orthogonal matrix have unit modulus. Combining both result eigenvalues of symmetric orthogonal…
13
votes
3 answers

Which matrices $A\in\text{Mat}_{n\times n}(\mathbb{K})$ are orthogonally diagonalizable over $\mathbb{K}$?

Update 1. I still need help with Question 1, Question 2' (as well as the bonus question under Question 2'), and Question 3'. Update 2. I believe that all questions have been answered if $\mathbb{K}$ is of characteristic not equal to $2$. The only…
1
2 3
64 65