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
$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$?
linear-algebra matrices
$endgroup$
add a comment |
$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$?
linear-algebra matrices
$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
add a comment |
$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$?
linear-algebra matrices
$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
linear-algebra matrices
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
add a comment |
$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
add a comment |
1 Answer
1
active
oldest
votes
$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.
$endgroup$
add a comment |
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
});
}
});
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%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
$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.
$endgroup$
add a comment |
$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.
$endgroup$
add a comment |
$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.
$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.
answered yesterday
lp333lp333
1336
1336
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%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
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
$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