How to block diagonalize a real skew-symmetric matrix of 3*3












1












$begingroup$


Suppose $t = [t_1,t_2,t_3]^Tin mathbb R^3,t neq 0$. Then define
$$t^{land} = begin{bmatrix} 0 & -t_3 & t_2 \
t_3 & 0 & -t_1\
-t_2 & t_1 & 0end{bmatrix},
Z= begin{bmatrix} 0 & 1 \
-1 & 0end{bmatrix}.$$

According to exponential map, there exist a corresponding rotation matrix
$$R = exp(t^{land})$$
if $t^{land}$ can be block diagonalized, that is
$$t^{land} = Ubegin{bmatrix} aZ & 0 \
0 & 0end{bmatrix}U^T,a>0$$

then we get $R = exp(t^{land})=Ubegin{bmatrix}cos(|t|_2)&sin(|t|_2) & 0\
-sin(|t|_2)&cos(|t|_2)&0 \
0 & 0 &1end{bmatrix}U^T,a=|t|_2$
.



(refer to R.Hartley & A.Zisserman Multiple View Geometry in Computer Vision page 583 to 584.)
So how to do block diagonalization in 3*3 case? And what is $U$ like?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Extend $w=t/|t|_2$ to an orthonormal basis ${u,v,w}$. Then take $U=pmatrix{u,v,w}$.
    $endgroup$
    – user1551
    Dec 7 '18 at 9:40










  • $begingroup$
    @user1551 hello, i apply your thread(see following post of mine) while leads to a contradiction, can you help me out?
    $endgroup$
    – Finley
    Dec 7 '18 at 15:37










  • $begingroup$
    I didn't noticed that you need $a>0$. If you want to enforce this constraint and you find that with your chosen $u,v$ the cross product $vtimes u$ is $-w$ rather than $w$, you may simply interchange $u$ and $v$. Alternatively, replace $v$ by $-v$.
    $endgroup$
    – user1551
    Dec 7 '18 at 16:39










  • $begingroup$
    @user1551 But $det(U) = -1$ once I interchange $u text{ and } v$ or negate $v$. Is it reasonable for an orthonormal matrix?
    $endgroup$
    – Finley
    Dec 8 '18 at 2:11












  • $begingroup$
    Why not? Your question doesn't require that $det(U)=1$. Anyway, since it sets $Z$ to $pmatrix{0&1\ -1&0}$ rather than $pmatrix{0&-1\ 1&0}$, the determinant of $U$ has to be $-1$: when $u$ is orthogonal to $t$, the effect of $ttimes u$ in the tangential direction is an anticlockwise rotation of $u$ about the directed axis $t$. However, $Z=pmatrix{0&1\ -1&0}$ represents a clockwise rotation. So, in the change-of-basis matrix $U$, you must incorporate a reflection to preserve the sign, meaning that $det(U)$ has to be $-1$.
    $endgroup$
    – user1551
    Dec 8 '18 at 6:07


















1












$begingroup$


Suppose $t = [t_1,t_2,t_3]^Tin mathbb R^3,t neq 0$. Then define
$$t^{land} = begin{bmatrix} 0 & -t_3 & t_2 \
t_3 & 0 & -t_1\
-t_2 & t_1 & 0end{bmatrix},
Z= begin{bmatrix} 0 & 1 \
-1 & 0end{bmatrix}.$$

According to exponential map, there exist a corresponding rotation matrix
$$R = exp(t^{land})$$
if $t^{land}$ can be block diagonalized, that is
$$t^{land} = Ubegin{bmatrix} aZ & 0 \
0 & 0end{bmatrix}U^T,a>0$$

then we get $R = exp(t^{land})=Ubegin{bmatrix}cos(|t|_2)&sin(|t|_2) & 0\
-sin(|t|_2)&cos(|t|_2)&0 \
0 & 0 &1end{bmatrix}U^T,a=|t|_2$
.



(refer to R.Hartley & A.Zisserman Multiple View Geometry in Computer Vision page 583 to 584.)
So how to do block diagonalization in 3*3 case? And what is $U$ like?










share|cite|improve this question









$endgroup$








  • 1




    $begingroup$
    Extend $w=t/|t|_2$ to an orthonormal basis ${u,v,w}$. Then take $U=pmatrix{u,v,w}$.
    $endgroup$
    – user1551
    Dec 7 '18 at 9:40










  • $begingroup$
    @user1551 hello, i apply your thread(see following post of mine) while leads to a contradiction, can you help me out?
    $endgroup$
    – Finley
    Dec 7 '18 at 15:37










  • $begingroup$
    I didn't noticed that you need $a>0$. If you want to enforce this constraint and you find that with your chosen $u,v$ the cross product $vtimes u$ is $-w$ rather than $w$, you may simply interchange $u$ and $v$. Alternatively, replace $v$ by $-v$.
    $endgroup$
    – user1551
    Dec 7 '18 at 16:39










  • $begingroup$
    @user1551 But $det(U) = -1$ once I interchange $u text{ and } v$ or negate $v$. Is it reasonable for an orthonormal matrix?
    $endgroup$
    – Finley
    Dec 8 '18 at 2:11












  • $begingroup$
    Why not? Your question doesn't require that $det(U)=1$. Anyway, since it sets $Z$ to $pmatrix{0&1\ -1&0}$ rather than $pmatrix{0&-1\ 1&0}$, the determinant of $U$ has to be $-1$: when $u$ is orthogonal to $t$, the effect of $ttimes u$ in the tangential direction is an anticlockwise rotation of $u$ about the directed axis $t$. However, $Z=pmatrix{0&1\ -1&0}$ represents a clockwise rotation. So, in the change-of-basis matrix $U$, you must incorporate a reflection to preserve the sign, meaning that $det(U)$ has to be $-1$.
    $endgroup$
    – user1551
    Dec 8 '18 at 6:07
















1












1








1


0



$begingroup$


Suppose $t = [t_1,t_2,t_3]^Tin mathbb R^3,t neq 0$. Then define
$$t^{land} = begin{bmatrix} 0 & -t_3 & t_2 \
t_3 & 0 & -t_1\
-t_2 & t_1 & 0end{bmatrix},
Z= begin{bmatrix} 0 & 1 \
-1 & 0end{bmatrix}.$$

According to exponential map, there exist a corresponding rotation matrix
$$R = exp(t^{land})$$
if $t^{land}$ can be block diagonalized, that is
$$t^{land} = Ubegin{bmatrix} aZ & 0 \
0 & 0end{bmatrix}U^T,a>0$$

then we get $R = exp(t^{land})=Ubegin{bmatrix}cos(|t|_2)&sin(|t|_2) & 0\
-sin(|t|_2)&cos(|t|_2)&0 \
0 & 0 &1end{bmatrix}U^T,a=|t|_2$
.



(refer to R.Hartley & A.Zisserman Multiple View Geometry in Computer Vision page 583 to 584.)
So how to do block diagonalization in 3*3 case? And what is $U$ like?










share|cite|improve this question









$endgroup$




Suppose $t = [t_1,t_2,t_3]^Tin mathbb R^3,t neq 0$. Then define
$$t^{land} = begin{bmatrix} 0 & -t_3 & t_2 \
t_3 & 0 & -t_1\
-t_2 & t_1 & 0end{bmatrix},
Z= begin{bmatrix} 0 & 1 \
-1 & 0end{bmatrix}.$$

According to exponential map, there exist a corresponding rotation matrix
$$R = exp(t^{land})$$
if $t^{land}$ can be block diagonalized, that is
$$t^{land} = Ubegin{bmatrix} aZ & 0 \
0 & 0end{bmatrix}U^T,a>0$$

then we get $R = exp(t^{land})=Ubegin{bmatrix}cos(|t|_2)&sin(|t|_2) & 0\
-sin(|t|_2)&cos(|t|_2)&0 \
0 & 0 &1end{bmatrix}U^T,a=|t|_2$
.



(refer to R.Hartley & A.Zisserman Multiple View Geometry in Computer Vision page 583 to 584.)
So how to do block diagonalization in 3*3 case? And what is $U$ like?







matrices lie-groups lie-algebras numerical-linear-algebra rotations






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 7 '18 at 9:37









FinleyFinley

375213




375213








  • 1




    $begingroup$
    Extend $w=t/|t|_2$ to an orthonormal basis ${u,v,w}$. Then take $U=pmatrix{u,v,w}$.
    $endgroup$
    – user1551
    Dec 7 '18 at 9:40










  • $begingroup$
    @user1551 hello, i apply your thread(see following post of mine) while leads to a contradiction, can you help me out?
    $endgroup$
    – Finley
    Dec 7 '18 at 15:37










  • $begingroup$
    I didn't noticed that you need $a>0$. If you want to enforce this constraint and you find that with your chosen $u,v$ the cross product $vtimes u$ is $-w$ rather than $w$, you may simply interchange $u$ and $v$. Alternatively, replace $v$ by $-v$.
    $endgroup$
    – user1551
    Dec 7 '18 at 16:39










  • $begingroup$
    @user1551 But $det(U) = -1$ once I interchange $u text{ and } v$ or negate $v$. Is it reasonable for an orthonormal matrix?
    $endgroup$
    – Finley
    Dec 8 '18 at 2:11












  • $begingroup$
    Why not? Your question doesn't require that $det(U)=1$. Anyway, since it sets $Z$ to $pmatrix{0&1\ -1&0}$ rather than $pmatrix{0&-1\ 1&0}$, the determinant of $U$ has to be $-1$: when $u$ is orthogonal to $t$, the effect of $ttimes u$ in the tangential direction is an anticlockwise rotation of $u$ about the directed axis $t$. However, $Z=pmatrix{0&1\ -1&0}$ represents a clockwise rotation. So, in the change-of-basis matrix $U$, you must incorporate a reflection to preserve the sign, meaning that $det(U)$ has to be $-1$.
    $endgroup$
    – user1551
    Dec 8 '18 at 6:07
















  • 1




    $begingroup$
    Extend $w=t/|t|_2$ to an orthonormal basis ${u,v,w}$. Then take $U=pmatrix{u,v,w}$.
    $endgroup$
    – user1551
    Dec 7 '18 at 9:40










  • $begingroup$
    @user1551 hello, i apply your thread(see following post of mine) while leads to a contradiction, can you help me out?
    $endgroup$
    – Finley
    Dec 7 '18 at 15:37










  • $begingroup$
    I didn't noticed that you need $a>0$. If you want to enforce this constraint and you find that with your chosen $u,v$ the cross product $vtimes u$ is $-w$ rather than $w$, you may simply interchange $u$ and $v$. Alternatively, replace $v$ by $-v$.
    $endgroup$
    – user1551
    Dec 7 '18 at 16:39










  • $begingroup$
    @user1551 But $det(U) = -1$ once I interchange $u text{ and } v$ or negate $v$. Is it reasonable for an orthonormal matrix?
    $endgroup$
    – Finley
    Dec 8 '18 at 2:11












  • $begingroup$
    Why not? Your question doesn't require that $det(U)=1$. Anyway, since it sets $Z$ to $pmatrix{0&1\ -1&0}$ rather than $pmatrix{0&-1\ 1&0}$, the determinant of $U$ has to be $-1$: when $u$ is orthogonal to $t$, the effect of $ttimes u$ in the tangential direction is an anticlockwise rotation of $u$ about the directed axis $t$. However, $Z=pmatrix{0&1\ -1&0}$ represents a clockwise rotation. So, in the change-of-basis matrix $U$, you must incorporate a reflection to preserve the sign, meaning that $det(U)$ has to be $-1$.
    $endgroup$
    – user1551
    Dec 8 '18 at 6:07










1




1




$begingroup$
Extend $w=t/|t|_2$ to an orthonormal basis ${u,v,w}$. Then take $U=pmatrix{u,v,w}$.
$endgroup$
– user1551
Dec 7 '18 at 9:40




$begingroup$
Extend $w=t/|t|_2$ to an orthonormal basis ${u,v,w}$. Then take $U=pmatrix{u,v,w}$.
$endgroup$
– user1551
Dec 7 '18 at 9:40












$begingroup$
@user1551 hello, i apply your thread(see following post of mine) while leads to a contradiction, can you help me out?
$endgroup$
– Finley
Dec 7 '18 at 15:37




$begingroup$
@user1551 hello, i apply your thread(see following post of mine) while leads to a contradiction, can you help me out?
$endgroup$
– Finley
Dec 7 '18 at 15:37












$begingroup$
I didn't noticed that you need $a>0$. If you want to enforce this constraint and you find that with your chosen $u,v$ the cross product $vtimes u$ is $-w$ rather than $w$, you may simply interchange $u$ and $v$. Alternatively, replace $v$ by $-v$.
$endgroup$
– user1551
Dec 7 '18 at 16:39




$begingroup$
I didn't noticed that you need $a>0$. If you want to enforce this constraint and you find that with your chosen $u,v$ the cross product $vtimes u$ is $-w$ rather than $w$, you may simply interchange $u$ and $v$. Alternatively, replace $v$ by $-v$.
$endgroup$
– user1551
Dec 7 '18 at 16:39












$begingroup$
@user1551 But $det(U) = -1$ once I interchange $u text{ and } v$ or negate $v$. Is it reasonable for an orthonormal matrix?
$endgroup$
– Finley
Dec 8 '18 at 2:11






$begingroup$
@user1551 But $det(U) = -1$ once I interchange $u text{ and } v$ or negate $v$. Is it reasonable for an orthonormal matrix?
$endgroup$
– Finley
Dec 8 '18 at 2:11














$begingroup$
Why not? Your question doesn't require that $det(U)=1$. Anyway, since it sets $Z$ to $pmatrix{0&1\ -1&0}$ rather than $pmatrix{0&-1\ 1&0}$, the determinant of $U$ has to be $-1$: when $u$ is orthogonal to $t$, the effect of $ttimes u$ in the tangential direction is an anticlockwise rotation of $u$ about the directed axis $t$. However, $Z=pmatrix{0&1\ -1&0}$ represents a clockwise rotation. So, in the change-of-basis matrix $U$, you must incorporate a reflection to preserve the sign, meaning that $det(U)$ has to be $-1$.
$endgroup$
– user1551
Dec 8 '18 at 6:07






$begingroup$
Why not? Your question doesn't require that $det(U)=1$. Anyway, since it sets $Z$ to $pmatrix{0&1\ -1&0}$ rather than $pmatrix{0&-1\ 1&0}$, the determinant of $U$ has to be $-1$: when $u$ is orthogonal to $t$, the effect of $ttimes u$ in the tangential direction is an anticlockwise rotation of $u$ about the directed axis $t$. However, $Z=pmatrix{0&1\ -1&0}$ represents a clockwise rotation. So, in the change-of-basis matrix $U$, you must incorporate a reflection to preserve the sign, meaning that $det(U)$ has to be $-1$.
$endgroup$
– user1551
Dec 8 '18 at 6:07












1 Answer
1






active

oldest

votes


















0












$begingroup$

Update



enter image description here



let $w=t/|t|$, then we take three orthonormal basis which form a orthonormal matrix $U = [u,v,w]$.Therefore
$$begin{align} Udiag(aZ,0)U^T&=[u,v,w]begin{bmatrix}
0 & a & 0 \
-a & 0 & 0 \
0 & 0 & 0end{bmatrix}begin{bmatrix} u^T \ v^T \ w^T end{bmatrix} \
&=a(uv^T-vu^T) \
&=abegin{bmatrix}
0 & u_1v_2-u_2v_1 & u_1v_3-u_3v_1 \
u_2v_1-u_1v_2 & 0 & u_2v_3-u_3v_2 \
u_3v_1-u_1v_3 & u_3v_2-u_2v_3 & 0end{bmatrix} \
&=a(v times u)^{land}end{align} $$

So above derivation leads to
$$t^{land} = a(v times u)^{land}$$that is
$$t = a*(-w) = |t|(-w)$$
but it contradicts with $t = |t|w$, who can help?






share|cite|improve this answer









$endgroup$













    Your Answer





    StackExchange.ifUsing("editor", function () {
    return StackExchange.using("mathjaxEditing", function () {
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    });
    });
    }, "mathjax-editing");

    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3029699%2fhow-to-block-diagonalize-a-real-skew-symmetric-matrix-of-33%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









    0












    $begingroup$

    Update



    enter image description here



    let $w=t/|t|$, then we take three orthonormal basis which form a orthonormal matrix $U = [u,v,w]$.Therefore
    $$begin{align} Udiag(aZ,0)U^T&=[u,v,w]begin{bmatrix}
    0 & a & 0 \
    -a & 0 & 0 \
    0 & 0 & 0end{bmatrix}begin{bmatrix} u^T \ v^T \ w^T end{bmatrix} \
    &=a(uv^T-vu^T) \
    &=abegin{bmatrix}
    0 & u_1v_2-u_2v_1 & u_1v_3-u_3v_1 \
    u_2v_1-u_1v_2 & 0 & u_2v_3-u_3v_2 \
    u_3v_1-u_1v_3 & u_3v_2-u_2v_3 & 0end{bmatrix} \
    &=a(v times u)^{land}end{align} $$

    So above derivation leads to
    $$t^{land} = a(v times u)^{land}$$that is
    $$t = a*(-w) = |t|(-w)$$
    but it contradicts with $t = |t|w$, who can help?






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      Update



      enter image description here



      let $w=t/|t|$, then we take three orthonormal basis which form a orthonormal matrix $U = [u,v,w]$.Therefore
      $$begin{align} Udiag(aZ,0)U^T&=[u,v,w]begin{bmatrix}
      0 & a & 0 \
      -a & 0 & 0 \
      0 & 0 & 0end{bmatrix}begin{bmatrix} u^T \ v^T \ w^T end{bmatrix} \
      &=a(uv^T-vu^T) \
      &=abegin{bmatrix}
      0 & u_1v_2-u_2v_1 & u_1v_3-u_3v_1 \
      u_2v_1-u_1v_2 & 0 & u_2v_3-u_3v_2 \
      u_3v_1-u_1v_3 & u_3v_2-u_2v_3 & 0end{bmatrix} \
      &=a(v times u)^{land}end{align} $$

      So above derivation leads to
      $$t^{land} = a(v times u)^{land}$$that is
      $$t = a*(-w) = |t|(-w)$$
      but it contradicts with $t = |t|w$, who can help?






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        Update



        enter image description here



        let $w=t/|t|$, then we take three orthonormal basis which form a orthonormal matrix $U = [u,v,w]$.Therefore
        $$begin{align} Udiag(aZ,0)U^T&=[u,v,w]begin{bmatrix}
        0 & a & 0 \
        -a & 0 & 0 \
        0 & 0 & 0end{bmatrix}begin{bmatrix} u^T \ v^T \ w^T end{bmatrix} \
        &=a(uv^T-vu^T) \
        &=abegin{bmatrix}
        0 & u_1v_2-u_2v_1 & u_1v_3-u_3v_1 \
        u_2v_1-u_1v_2 & 0 & u_2v_3-u_3v_2 \
        u_3v_1-u_1v_3 & u_3v_2-u_2v_3 & 0end{bmatrix} \
        &=a(v times u)^{land}end{align} $$

        So above derivation leads to
        $$t^{land} = a(v times u)^{land}$$that is
        $$t = a*(-w) = |t|(-w)$$
        but it contradicts with $t = |t|w$, who can help?






        share|cite|improve this answer









        $endgroup$



        Update



        enter image description here



        let $w=t/|t|$, then we take three orthonormal basis which form a orthonormal matrix $U = [u,v,w]$.Therefore
        $$begin{align} Udiag(aZ,0)U^T&=[u,v,w]begin{bmatrix}
        0 & a & 0 \
        -a & 0 & 0 \
        0 & 0 & 0end{bmatrix}begin{bmatrix} u^T \ v^T \ w^T end{bmatrix} \
        &=a(uv^T-vu^T) \
        &=abegin{bmatrix}
        0 & u_1v_2-u_2v_1 & u_1v_3-u_3v_1 \
        u_2v_1-u_1v_2 & 0 & u_2v_3-u_3v_2 \
        u_3v_1-u_1v_3 & u_3v_2-u_2v_3 & 0end{bmatrix} \
        &=a(v times u)^{land}end{align} $$

        So above derivation leads to
        $$t^{land} = a(v times u)^{land}$$that is
        $$t = a*(-w) = |t|(-w)$$
        but it contradicts with $t = |t|w$, who can help?







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Dec 7 '18 at 15:35









        FinleyFinley

        375213




        375213






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3029699%2fhow-to-block-diagonalize-a-real-skew-symmetric-matrix-of-33%23new-answer', 'question_page');
            }
            );

            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







            Popular posts from this blog

            Plaza Victoria

            In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

            How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...