Skip to main content

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.

0 votes
0 answers
12 views

Can a Householder reflector (transform) be extended to a product of vectors?

Can a Householder reflector (transform) be extended to a product of vectors? Specifically, say we have two routines: $$\begin{align} h_m(i,x) =& (\alpha,v)\textrm{ where } x-\alpha\langle x,v\...
wyer33's user avatar
  • 2,572
0 votes
0 answers
18 views

How to solve second-order objective function with orthogonal constraint

I want to minimize $tr(P^TAP-P^TB)$ with the constraint $P^TP=I$. $P, A, B$ are all matrices, $I$ is the identity matrix, $tr$ means the trace of a matrix. P: size(m,l) A: size(m,m) non-symmetric ...
popura's user avatar
  • 19
1 vote
1 answer
38 views

l2-norm of matrix products

I have a matrix $Q\in\mathbb{R}^{m\times n}(m>n)$, where the columns of Q are unit and mutually orthogonal. $W\in \mathbb{R}^{m\times m}$ is a diagonal matrix with diagonal elements 0 or 1, and $WQ$...
kai deng's user avatar
0 votes
3 answers
81 views

Decompose a $3 \times 3$ orthogonal matrix into a product of rotation and reflection matrices

It holds that every orthogonal matrix can be expressed as a product of rotation and reflection matrices. We can prove that every $2 \times 2$ orthogonal matrix can be represented in the form $$\begin{...
beyondinfinity's user avatar
0 votes
0 answers
34 views

Calculate differential $dF_j$ of $F:j\mapsto j^2+I$ on $O(n)$

Given the map $F:j\mapsto j^2+I$ on the orthogonal group $O(n)$, what is the differential $dF_j$ ? How do I calculate this? I am trying to understand Example 7 in Lecture Notes on Symmetric Spaces by ...
Andrius Kulikauskas's user avatar
1 vote
1 answer
53 views

Hadamard matrix of order 28 via Paley 1 construction [closed]

The Paley 1 construction method allows to construct an Hadamard matrix (square matrices with orthogonal columns and entries equal to $1$ or $-1$ ) of order N = q+1 where q = 3 (mod 4) is a prime power:...
P. Bul's user avatar
  • 31
0 votes
0 answers
46 views

Explicit example of a set of coset representatives of $U(n)$ within $O(2n)$

I understand how to identify a unitary group $U(n)$ with the elements of the orthogonal group $O(2n)$ which commute with a linear complex structure $J$. I am also aware of the "two-out-of-three&...
Andrius Kulikauskas's user avatar
2 votes
1 answer
61 views

Conjugacy action of $SO(2m)$ on $O(2m)/U(m)$

I seek intuition about the symmetric space $S$, the set of orthogonal complex structures in $\mathbb{R}^n$ for even $n=2m$. I am finding J.H.Eschenburg's Lecture Notes on Symmetric Spaces very helpful....
Andrius Kulikauskas's user avatar
1 vote
1 answer
64 views

Closed form formula for $(\mathbb I+R)^{-1}$ where $R$ is an orthogonal matrix?

Is there a closed form formula for $(\mathbb I+R)^{-1}$, where $R$ is an orthogonal matrix? There are formulas for inverse of matrix sums, but I couldn't find one that evaluated to a simple result. ...
AccidentalTaylorExpansion's user avatar
-1 votes
1 answer
43 views

map from spin to special orthogonal in Magma [closed]

Let $G:=\operatorname{Spin}(7,5)$. How to construct in Magma the map $G \rightarrow G/Z(G) $ where $Z(G)$ is the center. I get this from Magma: ...
scsnm's user avatar
  • 1,303
0 votes
1 answer
41 views

How to think of regular orbits of a finite orthogonal group?

Let $G$ be a finite subgroup of $O(n)$ acting on $\mathbb R^n$. A regular orbit of the action is one such that the cardinality of the orbit is equal to $|G|$. I am at a loss as to how to prove some ...
rosecabbage's user avatar
  • 1,697
5 votes
1 answer
58 views

Given $A_i, B_i \in \mathbb{R}^{k \times d}$, minimize $\sum_{i} \lVert U A_i V^T - B_i \rVert_F^2 $ over orthogonal $U, V$.

Given a collection of rectangular matrices $A_i, B_i \in \mathbb{R}^{k \times d}$ for $1 \leq i \leq n$, I am looking for an analytical solution for orthogonal matrices $U \in \mathbb{R}^{k \times k}$ ...
tommym's user avatar
  • 421
0 votes
1 answer
34 views

Why the orthogonal projection give minimal?

Given the data $ \vec{x}=(-2,-1,1,2) )$ and $( y=(1,1,-1,1) )$. Use an orthogonal projection to determine the coefficients $( a_{0}, a_{1}, a_{2} )$ of the quadratic polynomial function $ \begin{...
asdfgh jkl's user avatar
2 votes
1 answer
65 views

Proof rotation matrix is symmetric when Trace is -1

For a rotation matrix on SO(3), IE 3 dimensional, if the trace is -1 how do you prove it is symmetric? Intuitively it makes sense as this is 180 degree rotation but I don't see an obvious proof.
maxical's user avatar
  • 603
1 vote
0 answers
99 views

Interpolation in $O(p,q,r,\mathbb{R})$

Definite Setting: $SO(n,\mathbb{R})$ vs $O(n,\mathbb{R})$ If I have a rotation matrix $R_0\in SO(n,\mathbb{R})$ and a rotation matrix $R_1 \in SO(n,\mathbb{R})$ I can interpolate between the two by ...
lightxbulb's user avatar
  • 2,109

15 30 50 per page
1
2 3 4 5
77