A “unique” solution to an equation over the orthogonal matrices? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)orthogonal matrices and diagonal matrices multipliedWhy is the matrix product of 2 orthogonal matrices also an orthogonal matrix?Prove That Orthogonal Matrices Commute with Skew-Symmetric MatricesMatrix equation including diagonal and orthogonal matricesMultiply by orthogonal matrices and obtain diagonalizabilityWhat are the conditions for the existence of a special orthogonal similarity transformation?A particular subset of row-orthogonal matricesIf the product of two orthogonal matrices is diagonal, is there a relation between the matrices?Is the solution to $A-O(A)=tilde Sigma$ unique?Orthogonal matrix multiplied by diagonal matrix multiplied by transpose of the orthogonal matrix
Should I discuss the type of campaign with my players?
How to recreate this effect in Photoshop?
What happens to sewage if there is no river near by?
G-Code for resetting to 100% speed
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
How to deal with a team lead who never gives me credit?
Gastric acid as a weapon
What is this single-engine low-wing propeller plane?
"Seemed to had" is it correct?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
How widely used is the term Treppenwitz? Is it something that most Germans know?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Why constant symbols in a language?
Are my PIs rude or am I just being too sensitive?
Why is "Captain Marvel" translated as male in Portugal?
Did Kevin spill real chili?
Can a non-EU citizen traveling with me come with me through the EU passport line?
How can players work together to take actions that are otherwise impossible?
Is there a documented rationale why the House Ways and Means chairman can demand tax info?
List *all* the tuples!
If Jon Snow became King of the Seven Kingdoms what would his regnal number be?
ListPlot join points by nearest neighbor rather than order
How discoverable are IPv6 addresses and AAAA names by potential attackers?
Can inflation occur in a positive-sum game currency system such as the Stack Exchange reputation system?
A “unique” solution to an equation over the orthogonal matrices?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)orthogonal matrices and diagonal matrices multipliedWhy is the matrix product of 2 orthogonal matrices also an orthogonal matrix?Prove That Orthogonal Matrices Commute with Skew-Symmetric MatricesMatrix equation including diagonal and orthogonal matricesMultiply by orthogonal matrices and obtain diagonalizabilityWhat are the conditions for the existence of a special orthogonal similarity transformation?A particular subset of row-orthogonal matricesIf the product of two orthogonal matrices is diagonal, is there a relation between the matrices?Is the solution to $A-O(A)=tilde Sigma$ unique?Orthogonal matrix multiplied by diagonal matrix multiplied by transpose of the orthogonal matrix
$begingroup$
Set $D=textdiag(-1,1,1,dots ,1)$ be an $n times n$ real diagonal matrix (where $D_11=-1$ and $D_ii=1$ for $i>1$).
Let $R,Q$ be special orthogonal matrices, satisfying $RDQ=D$. Is it true that $R=Q^-1$?
I know that $Q^TDR^T=D$, so $Q^TDR^T=RDQ Rightarrow UDU=D$, where $U=R^TQ^T$.
Is there a slick way to continue from here (to shows that $U=textId$? $UDU=D$ is equivalent to $UD=DU^T$, i.e. $U_ijD_j=D_iU_ji$.
matrix-equations matrix-calculus orthogonality orthogonal-matrices
$endgroup$
add a comment |
$begingroup$
Set $D=textdiag(-1,1,1,dots ,1)$ be an $n times n$ real diagonal matrix (where $D_11=-1$ and $D_ii=1$ for $i>1$).
Let $R,Q$ be special orthogonal matrices, satisfying $RDQ=D$. Is it true that $R=Q^-1$?
I know that $Q^TDR^T=D$, so $Q^TDR^T=RDQ Rightarrow UDU=D$, where $U=R^TQ^T$.
Is there a slick way to continue from here (to shows that $U=textId$? $UDU=D$ is equivalent to $UD=DU^T$, i.e. $U_ijD_j=D_iU_ji$.
matrix-equations matrix-calculus orthogonality orthogonal-matrices
$endgroup$
add a comment |
$begingroup$
Set $D=textdiag(-1,1,1,dots ,1)$ be an $n times n$ real diagonal matrix (where $D_11=-1$ and $D_ii=1$ for $i>1$).
Let $R,Q$ be special orthogonal matrices, satisfying $RDQ=D$. Is it true that $R=Q^-1$?
I know that $Q^TDR^T=D$, so $Q^TDR^T=RDQ Rightarrow UDU=D$, where $U=R^TQ^T$.
Is there a slick way to continue from here (to shows that $U=textId$? $UDU=D$ is equivalent to $UD=DU^T$, i.e. $U_ijD_j=D_iU_ji$.
matrix-equations matrix-calculus orthogonality orthogonal-matrices
$endgroup$
Set $D=textdiag(-1,1,1,dots ,1)$ be an $n times n$ real diagonal matrix (where $D_11=-1$ and $D_ii=1$ for $i>1$).
Let $R,Q$ be special orthogonal matrices, satisfying $RDQ=D$. Is it true that $R=Q^-1$?
I know that $Q^TDR^T=D$, so $Q^TDR^T=RDQ Rightarrow UDU=D$, where $U=R^TQ^T$.
Is there a slick way to continue from here (to shows that $U=textId$? $UDU=D$ is equivalent to $UD=DU^T$, i.e. $U_ijD_j=D_iU_ji$.
matrix-equations matrix-calculus orthogonality orthogonal-matrices
matrix-equations matrix-calculus orthogonality orthogonal-matrices
edited Mar 26 at 10:01
Asaf Shachar
asked Mar 26 at 9:43
Asaf ShacharAsaf Shachar
5,79931145
5,79931145
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
If $R=Q=beginpmatrix0&-1\1&0endpmatrix$ then $RDQ=D$ but $R=-Q^-1neq Q^-1.$
$RDQ=D$ implies $Q^-1=D^-1RD.$ So the question is whether $R=D^-1RD.$ This is true if and only if $R$ is of the form
$$
left(beginarrayc
pm 1 & 0_1times (n-1)\
hline
0_(n-1)times 1 & R'
endarray
right) $$
(Here $R'$ must be orthogonal. It must be special orthogonal if and only if the top left entry is $1.$)
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3162950%2fa-unique-solution-to-an-equation-over-the-orthogonal-matrices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If $R=Q=beginpmatrix0&-1\1&0endpmatrix$ then $RDQ=D$ but $R=-Q^-1neq Q^-1.$
$RDQ=D$ implies $Q^-1=D^-1RD.$ So the question is whether $R=D^-1RD.$ This is true if and only if $R$ is of the form
$$
left(beginarrayc
pm 1 & 0_1times (n-1)\
hline
0_(n-1)times 1 & R'
endarray
right) $$
(Here $R'$ must be orthogonal. It must be special orthogonal if and only if the top left entry is $1.$)
$endgroup$
add a comment |
$begingroup$
If $R=Q=beginpmatrix0&-1\1&0endpmatrix$ then $RDQ=D$ but $R=-Q^-1neq Q^-1.$
$RDQ=D$ implies $Q^-1=D^-1RD.$ So the question is whether $R=D^-1RD.$ This is true if and only if $R$ is of the form
$$
left(beginarrayc
pm 1 & 0_1times (n-1)\
hline
0_(n-1)times 1 & R'
endarray
right) $$
(Here $R'$ must be orthogonal. It must be special orthogonal if and only if the top left entry is $1.$)
$endgroup$
add a comment |
$begingroup$
If $R=Q=beginpmatrix0&-1\1&0endpmatrix$ then $RDQ=D$ but $R=-Q^-1neq Q^-1.$
$RDQ=D$ implies $Q^-1=D^-1RD.$ So the question is whether $R=D^-1RD.$ This is true if and only if $R$ is of the form
$$
left(beginarrayc
pm 1 & 0_1times (n-1)\
hline
0_(n-1)times 1 & R'
endarray
right) $$
(Here $R'$ must be orthogonal. It must be special orthogonal if and only if the top left entry is $1.$)
$endgroup$
If $R=Q=beginpmatrix0&-1\1&0endpmatrix$ then $RDQ=D$ but $R=-Q^-1neq Q^-1.$
$RDQ=D$ implies $Q^-1=D^-1RD.$ So the question is whether $R=D^-1RD.$ This is true if and only if $R$ is of the form
$$
left(beginarrayc
pm 1 & 0_1times (n-1)\
hline
0_(n-1)times 1 & R'
endarray
right) $$
(Here $R'$ must be orthogonal. It must be special orthogonal if and only if the top left entry is $1.$)
answered Mar 26 at 18:23
DapDap
20k842
20k842
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3162950%2fa-unique-solution-to-an-equation-over-the-orthogonal-matrices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown