If $D$ is a diagonal matrix, when is the commutator $DA - AD$ full rank?Relationship between $|a_{i,j}|$ and...

An Undercover Army

Other authors are notified except me, good or bad sign?

How to negotiate a patent idea for a raise?

Does the US political system, in principle, allow for a no-party system?

The (Easy) Road to Code

Book where society has been split into 2 with a wall down the middle where one side embraced high tech whereas other side were totally against tech

Can Witch Sight see through Mirror Image?

Who has more? Ireland or Iceland?

PTIJ: Sport in the Torah

Overcome Queueable maximum depth limit in dev orgs

I am the person who abides by rules but breaks the rules . Who am I

What would be the most expensive material to an intergalactic society?

“I had a flat in the centre of town, but I didn’t like living there, so …”

School performs periodic password audits. Is my password compromised?

Use Mercury as quenching liquid for swords?

Help! My Character is too much for her story!

Paper published similar to PhD thesis

Was it really inappropriate to write a pull request for the company I interviewed with?

A running toilet that stops itself

Inorganic chemistry handbook with reaction lists

Why is there an extra space when I type "ls" on the Desktop?

What is the url of this routes.xml?

A vote on the Brexit backstop

After Brexit, will the EU recognize British passports that are valid for more than ten years?



If $D$ is a diagonal matrix, when is the commutator $DA - AD$ full rank?


Relationship between $|a_{i,j}|$ and $|alpha^{|i-j|} a_{i,j}|$Is the determinant of a matrix lower when all its elements are lower?General expression for determinant of a block-diagonal matrixMatrix column-wise multiplication operatorShuffling the columns of a matrixSymmetric Matrix Sign equivalence and rank of extenden matrixWhy Does this Example of Matrix Multiplication Work?$det(I+A)$= sum of all principal minors of $A$Eigenvalue problem with symmetric matrix with diagonal diagonal blocksOn the anti-commuting matrices













7












$begingroup$


Suppose $A in mathbb{C}^{n times n}$ is full rank. I'm looking for a sufficient condition on $A$ such that for some diagonal matrix $D in mathbb{C}^{n times n}$, the commutator $D A - A D$ is full rank.



I've worked out some necessary conditions- $A$ and $D$ cannot share an eigenvector, so no column of $D$ can have $n-1$ zero indices (ie, no column of $A$ is a scaled column of the identity matrix).



For $n=2$,
begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} \
(d_2 - d_1) a_{2, 1} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)^2 a_{1,2} a_{2,1},
end{align}

so a $a_{1,2}, a_{2,1} neq 0$ is both necessary and sufficient.



But for $n=3$,



begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} & (d_1 - d_3) a_{1, 3} \
(d_2 - d_1) a_{2, 1} & 0 & (d_2 - d_3) a_{2, 3} \
(d_3 - d_1) a_{3, 1} & (d_3 - d_2) a_{3, 2} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)(d_1-d_3)(d_2-d_3) (a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}).
end{align}

So if $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, $DA - AD$ is rank deficient regardless of the choice of $D$.



Q1: Is there a geometric interpretation for the constraint $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}) neq 0$?



Q2: I don't get a factored form of the determinant (one term depending on $D$, one term on $A$) for $n > 3$. Is $n=3$ a special case?



Q3: Is there a sufficient condition on $A$ such that $DA - AD$ is full rank for $n>3$?



I'd prefer to not assume $A$ is positive definite.



Edit: If $A$ is symmetric, $DA - AD$ is skew-symmetric and thus rank deficient if $n$ is odd.



Q4: $A$ symmetric is one way to make $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, but clearly other choices result in a rank-deficient commutator. Is there a clean way to express this for $n > 3$?










share|cite|improve this question











$endgroup$












  • $begingroup$
    Very interesting problem! The only thing I see for now is a generalization of what you get in Q4: if $n$ is odd and $A$ is symmetric, then the commutator $[D,A]$ is never of full rank--regardless of the choice of $D$--due to $$det([D,A])=det([D,A]^T)=det(A^TD^T-D^TA^T)=det(-[D,A])=(-1)^ndet([D,A])=-det([D,A])$$ so $det([D,A])=0$.
    $endgroup$
    – Frederik vom Ende
    yesterday


















7












$begingroup$


Suppose $A in mathbb{C}^{n times n}$ is full rank. I'm looking for a sufficient condition on $A$ such that for some diagonal matrix $D in mathbb{C}^{n times n}$, the commutator $D A - A D$ is full rank.



I've worked out some necessary conditions- $A$ and $D$ cannot share an eigenvector, so no column of $D$ can have $n-1$ zero indices (ie, no column of $A$ is a scaled column of the identity matrix).



For $n=2$,
begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} \
(d_2 - d_1) a_{2, 1} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)^2 a_{1,2} a_{2,1},
end{align}

so a $a_{1,2}, a_{2,1} neq 0$ is both necessary and sufficient.



But for $n=3$,



begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} & (d_1 - d_3) a_{1, 3} \
(d_2 - d_1) a_{2, 1} & 0 & (d_2 - d_3) a_{2, 3} \
(d_3 - d_1) a_{3, 1} & (d_3 - d_2) a_{3, 2} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)(d_1-d_3)(d_2-d_3) (a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}).
end{align}

So if $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, $DA - AD$ is rank deficient regardless of the choice of $D$.



Q1: Is there a geometric interpretation for the constraint $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}) neq 0$?



Q2: I don't get a factored form of the determinant (one term depending on $D$, one term on $A$) for $n > 3$. Is $n=3$ a special case?



Q3: Is there a sufficient condition on $A$ such that $DA - AD$ is full rank for $n>3$?



I'd prefer to not assume $A$ is positive definite.



Edit: If $A$ is symmetric, $DA - AD$ is skew-symmetric and thus rank deficient if $n$ is odd.



Q4: $A$ symmetric is one way to make $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, but clearly other choices result in a rank-deficient commutator. Is there a clean way to express this for $n > 3$?










share|cite|improve this question











$endgroup$












  • $begingroup$
    Very interesting problem! The only thing I see for now is a generalization of what you get in Q4: if $n$ is odd and $A$ is symmetric, then the commutator $[D,A]$ is never of full rank--regardless of the choice of $D$--due to $$det([D,A])=det([D,A]^T)=det(A^TD^T-D^TA^T)=det(-[D,A])=(-1)^ndet([D,A])=-det([D,A])$$ so $det([D,A])=0$.
    $endgroup$
    – Frederik vom Ende
    yesterday
















7












7








7


3



$begingroup$


Suppose $A in mathbb{C}^{n times n}$ is full rank. I'm looking for a sufficient condition on $A$ such that for some diagonal matrix $D in mathbb{C}^{n times n}$, the commutator $D A - A D$ is full rank.



I've worked out some necessary conditions- $A$ and $D$ cannot share an eigenvector, so no column of $D$ can have $n-1$ zero indices (ie, no column of $A$ is a scaled column of the identity matrix).



For $n=2$,
begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} \
(d_2 - d_1) a_{2, 1} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)^2 a_{1,2} a_{2,1},
end{align}

so a $a_{1,2}, a_{2,1} neq 0$ is both necessary and sufficient.



But for $n=3$,



begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} & (d_1 - d_3) a_{1, 3} \
(d_2 - d_1) a_{2, 1} & 0 & (d_2 - d_3) a_{2, 3} \
(d_3 - d_1) a_{3, 1} & (d_3 - d_2) a_{3, 2} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)(d_1-d_3)(d_2-d_3) (a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}).
end{align}

So if $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, $DA - AD$ is rank deficient regardless of the choice of $D$.



Q1: Is there a geometric interpretation for the constraint $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}) neq 0$?



Q2: I don't get a factored form of the determinant (one term depending on $D$, one term on $A$) for $n > 3$. Is $n=3$ a special case?



Q3: Is there a sufficient condition on $A$ such that $DA - AD$ is full rank for $n>3$?



I'd prefer to not assume $A$ is positive definite.



Edit: If $A$ is symmetric, $DA - AD$ is skew-symmetric and thus rank deficient if $n$ is odd.



Q4: $A$ symmetric is one way to make $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, but clearly other choices result in a rank-deficient commutator. Is there a clean way to express this for $n > 3$?










share|cite|improve this question











$endgroup$




Suppose $A in mathbb{C}^{n times n}$ is full rank. I'm looking for a sufficient condition on $A$ such that for some diagonal matrix $D in mathbb{C}^{n times n}$, the commutator $D A - A D$ is full rank.



I've worked out some necessary conditions- $A$ and $D$ cannot share an eigenvector, so no column of $D$ can have $n-1$ zero indices (ie, no column of $A$ is a scaled column of the identity matrix).



For $n=2$,
begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} \
(d_2 - d_1) a_{2, 1} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)^2 a_{1,2} a_{2,1},
end{align}

so a $a_{1,2}, a_{2,1} neq 0$ is both necessary and sufficient.



But for $n=3$,



begin{align}
DA - A D &=
begin{bmatrix}
0 & (d_1 - d_2) a_{1,2} & (d_1 - d_3) a_{1, 3} \
(d_2 - d_1) a_{2, 1} & 0 & (d_2 - d_3) a_{2, 3} \
(d_3 - d_1) a_{3, 1} & (d_3 - d_2) a_{3, 2} & 0
end{bmatrix}\
det(DA - AD) &= (d_1-d_2)(d_1-d_3)(d_2-d_3) (a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}).
end{align}

So if $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, $DA - AD$ is rank deficient regardless of the choice of $D$.



Q1: Is there a geometric interpretation for the constraint $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2}) neq 0$?



Q2: I don't get a factored form of the determinant (one term depending on $D$, one term on $A$) for $n > 3$. Is $n=3$ a special case?



Q3: Is there a sufficient condition on $A$ such that $DA - AD$ is full rank for $n>3$?



I'd prefer to not assume $A$ is positive definite.



Edit: If $A$ is symmetric, $DA - AD$ is skew-symmetric and thus rank deficient if $n$ is odd.



Q4: $A$ symmetric is one way to make $(a_{1,2} a_{2,3} a_{3,1} - a_{1,3}a_{2,1}a_{3,2})=0$, but clearly other choices result in a rank-deficient commutator. Is there a clean way to express this for $n > 3$?







linear-algebra matrices






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited yesterday







lp333

















asked 2 days ago









lp333lp333

1336




1336












  • $begingroup$
    Very interesting problem! The only thing I see for now is a generalization of what you get in Q4: if $n$ is odd and $A$ is symmetric, then the commutator $[D,A]$ is never of full rank--regardless of the choice of $D$--due to $$det([D,A])=det([D,A]^T)=det(A^TD^T-D^TA^T)=det(-[D,A])=(-1)^ndet([D,A])=-det([D,A])$$ so $det([D,A])=0$.
    $endgroup$
    – Frederik vom Ende
    yesterday




















  • $begingroup$
    Very interesting problem! The only thing I see for now is a generalization of what you get in Q4: if $n$ is odd and $A$ is symmetric, then the commutator $[D,A]$ is never of full rank--regardless of the choice of $D$--due to $$det([D,A])=det([D,A]^T)=det(A^TD^T-D^TA^T)=det(-[D,A])=(-1)^ndet([D,A])=-det([D,A])$$ so $det([D,A])=0$.
    $endgroup$
    – Frederik vom Ende
    yesterday


















$begingroup$
Very interesting problem! The only thing I see for now is a generalization of what you get in Q4: if $n$ is odd and $A$ is symmetric, then the commutator $[D,A]$ is never of full rank--regardless of the choice of $D$--due to $$det([D,A])=det([D,A]^T)=det(A^TD^T-D^TA^T)=det(-[D,A])=(-1)^ndet([D,A])=-det([D,A])$$ so $det([D,A])=0$.
$endgroup$
– Frederik vom Ende
yesterday






$begingroup$
Very interesting problem! The only thing I see for now is a generalization of what you get in Q4: if $n$ is odd and $A$ is symmetric, then the commutator $[D,A]$ is never of full rank--regardless of the choice of $D$--due to $$det([D,A])=det([D,A]^T)=det(A^TD^T-D^TA^T)=det(-[D,A])=(-1)^ndet([D,A])=-det([D,A])$$ so $det([D,A])=0$.
$endgroup$
– Frederik vom Ende
yesterday












1 Answer
1






active

oldest

votes


















2












$begingroup$

One answer for Q3:



Sufficient condition: $n$ is even and $A$ can be partitioned as
begin{equation}
A = begin{bmatrix}
A_{11} & A_{12} \
A_{21} & A_{22}
end{bmatrix}
end{equation}

where the $n/2 times n/2$ blocks $A_{12}$ and $A_{21}$ are each full rank.



Proof: Construct $D$ as
begin{equation}
D = begin{bmatrix}
I_{n/2} & 0 \
0 & 0_{n/2}
end{bmatrix},
end{equation}

and the commutator is
begin{equation}
DA - AD = begin{bmatrix}
0_{n/2} & A_{12} \
-A_{21} & 0_{n/2}
end{bmatrix}.
end{equation}

The nonzero blocks are full rank by assumption.






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%2f3138081%2fif-d-is-a-diagonal-matrix-when-is-the-commutator-da-ad-full-rank%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









    2












    $begingroup$

    One answer for Q3:



    Sufficient condition: $n$ is even and $A$ can be partitioned as
    begin{equation}
    A = begin{bmatrix}
    A_{11} & A_{12} \
    A_{21} & A_{22}
    end{bmatrix}
    end{equation}

    where the $n/2 times n/2$ blocks $A_{12}$ and $A_{21}$ are each full rank.



    Proof: Construct $D$ as
    begin{equation}
    D = begin{bmatrix}
    I_{n/2} & 0 \
    0 & 0_{n/2}
    end{bmatrix},
    end{equation}

    and the commutator is
    begin{equation}
    DA - AD = begin{bmatrix}
    0_{n/2} & A_{12} \
    -A_{21} & 0_{n/2}
    end{bmatrix}.
    end{equation}

    The nonzero blocks are full rank by assumption.






    share|cite|improve this answer









    $endgroup$


















      2












      $begingroup$

      One answer for Q3:



      Sufficient condition: $n$ is even and $A$ can be partitioned as
      begin{equation}
      A = begin{bmatrix}
      A_{11} & A_{12} \
      A_{21} & A_{22}
      end{bmatrix}
      end{equation}

      where the $n/2 times n/2$ blocks $A_{12}$ and $A_{21}$ are each full rank.



      Proof: Construct $D$ as
      begin{equation}
      D = begin{bmatrix}
      I_{n/2} & 0 \
      0 & 0_{n/2}
      end{bmatrix},
      end{equation}

      and the commutator is
      begin{equation}
      DA - AD = begin{bmatrix}
      0_{n/2} & A_{12} \
      -A_{21} & 0_{n/2}
      end{bmatrix}.
      end{equation}

      The nonzero blocks are full rank by assumption.






      share|cite|improve this answer









      $endgroup$
















        2












        2








        2





        $begingroup$

        One answer for Q3:



        Sufficient condition: $n$ is even and $A$ can be partitioned as
        begin{equation}
        A = begin{bmatrix}
        A_{11} & A_{12} \
        A_{21} & A_{22}
        end{bmatrix}
        end{equation}

        where the $n/2 times n/2$ blocks $A_{12}$ and $A_{21}$ are each full rank.



        Proof: Construct $D$ as
        begin{equation}
        D = begin{bmatrix}
        I_{n/2} & 0 \
        0 & 0_{n/2}
        end{bmatrix},
        end{equation}

        and the commutator is
        begin{equation}
        DA - AD = begin{bmatrix}
        0_{n/2} & A_{12} \
        -A_{21} & 0_{n/2}
        end{bmatrix}.
        end{equation}

        The nonzero blocks are full rank by assumption.






        share|cite|improve this answer









        $endgroup$



        One answer for Q3:



        Sufficient condition: $n$ is even and $A$ can be partitioned as
        begin{equation}
        A = begin{bmatrix}
        A_{11} & A_{12} \
        A_{21} & A_{22}
        end{bmatrix}
        end{equation}

        where the $n/2 times n/2$ blocks $A_{12}$ and $A_{21}$ are each full rank.



        Proof: Construct $D$ as
        begin{equation}
        D = begin{bmatrix}
        I_{n/2} & 0 \
        0 & 0_{n/2}
        end{bmatrix},
        end{equation}

        and the commutator is
        begin{equation}
        DA - AD = begin{bmatrix}
        0_{n/2} & A_{12} \
        -A_{21} & 0_{n/2}
        end{bmatrix}.
        end{equation}

        The nonzero blocks are full rank by assumption.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered yesterday









        lp333lp333

        1336




        1336






























            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%2f3138081%2fif-d-is-a-diagonal-matrix-when-is-the-commutator-da-ad-full-rank%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

            Magento 2 - Add success message with knockout Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Success / Error message on ajax request$.widget is not a function when loading a homepage after add custom jQuery on custom themeHow can bind jQuery to current document in Magento 2 When template load by ajaxRedirect page using plugin in Magento 2Magento 2 - Update quantity and totals of cart page without page reload?Magento 2: Quote data not loaded on knockout checkoutMagento 2 : I need to change add to cart success message after adding product into cart through pluginMagento 2.2.5 How to add additional products to cart from new checkout step?Magento 2 Add error/success message with knockoutCan't validate Post Code on checkout page

            Fil:Tokke komm.svg

            Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?