Multiplications that preserve singular values
$begingroup$
What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?
What if $A$ is a positive definite matrix?
I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?
I would really appreciate it if someone can guide me in the right direction.
linear-algebra matrices numerical-linear-algebra matrix-decomposition
$endgroup$
add a comment |
$begingroup$
What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?
What if $A$ is a positive definite matrix?
I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?
I would really appreciate it if someone can guide me in the right direction.
linear-algebra matrices numerical-linear-algebra matrix-decomposition
$endgroup$
add a comment |
$begingroup$
What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?
What if $A$ is a positive definite matrix?
I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?
I would really appreciate it if someone can guide me in the right direction.
linear-algebra matrices numerical-linear-algebra matrix-decomposition
$endgroup$
What is the characterization of matrices $B$(not necessarily squared) such that $BA$ has the same largest singular value as $A$? How about when $BA$ preserves the same $k$ largest singular values of $A$?
What if $A$ is a positive definite matrix?
I know that $B$ where the columns of $B$ are orthonormal satisfies this, but is that all?
I would really appreciate it if someone can guide me in the right direction.
linear-algebra matrices numerical-linear-algebra matrix-decomposition
linear-algebra matrices numerical-linear-algebra matrix-decomposition
asked Dec 17 '18 at 1:31
Evan LiangEvan Liang
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
begin{align}
A &= USigma V^T\
B &= YPsi Z^T \
BA &= YPsi Z^T USigma V^T
end{align}
Since we look for singular values, we can get rid of orthogonal matrices at the margins:
$$sigma(BA) equiv sigma( Psi Z^T USigma) $$
We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
If B is an orthogonal matrix then we have:
$$sigma(BA) equiv sigma( B USigma) $$
so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
$$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
Moreover, if all singular values of $BU$ is 1, then again
$$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.
$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%2f3043439%2fmultiplications-that-preserve-singular-values%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$
I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
begin{align}
A &= USigma V^T\
B &= YPsi Z^T \
BA &= YPsi Z^T USigma V^T
end{align}
Since we look for singular values, we can get rid of orthogonal matrices at the margins:
$$sigma(BA) equiv sigma( Psi Z^T USigma) $$
We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
If B is an orthogonal matrix then we have:
$$sigma(BA) equiv sigma( B USigma) $$
so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
$$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
Moreover, if all singular values of $BU$ is 1, then again
$$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.
$endgroup$
add a comment |
$begingroup$
I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
begin{align}
A &= USigma V^T\
B &= YPsi Z^T \
BA &= YPsi Z^T USigma V^T
end{align}
Since we look for singular values, we can get rid of orthogonal matrices at the margins:
$$sigma(BA) equiv sigma( Psi Z^T USigma) $$
We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
If B is an orthogonal matrix then we have:
$$sigma(BA) equiv sigma( B USigma) $$
so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
$$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
Moreover, if all singular values of $BU$ is 1, then again
$$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.
$endgroup$
add a comment |
$begingroup$
I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
begin{align}
A &= USigma V^T\
B &= YPsi Z^T \
BA &= YPsi Z^T USigma V^T
end{align}
Since we look for singular values, we can get rid of orthogonal matrices at the margins:
$$sigma(BA) equiv sigma( Psi Z^T USigma) $$
We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
If B is an orthogonal matrix then we have:
$$sigma(BA) equiv sigma( B USigma) $$
so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
$$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
Moreover, if all singular values of $BU$ is 1, then again
$$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.
$endgroup$
I think it depends on the matching between left and right singular vectors. We can look at Singular Value Decomposition of both A and B:
begin{align}
A &= USigma V^T\
B &= YPsi Z^T \
BA &= YPsi Z^T USigma V^T
end{align}
Since we look for singular values, we can get rid of orthogonal matrices at the margins:
$$sigma(BA) equiv sigma( Psi Z^T USigma) $$
We do not know anything about the singular values (or eigenvalues in square case) of the matrix $D_1 C D_2$ where $D_1$ and $D_2$ are diagonal matrices and C is any matrix with known singular values. If $C$ is also diagonal matrix which is $Z^TU=I$ in your case, then of course, you can find the singular values. As a result of this analysis, positive definiteness of A is irrelevant.
If B is an orthogonal matrix then we have:
$$sigma(BA) equiv sigma( B USigma) $$
so, as a special case, if $B^TB = I$ i.e. column of $B$ constitutes an orthogonal set of vectors (no need B to be orthonormal) then:
$$sigma(BA) equiv sigma( B USigma) =sigma(USigma) = sigma(Sigma)$$
Moreover, if all singular values of $BU$ is 1, then again
$$sigma(BA) = sigma(Sigma).$$ These are the cases that we can say something about singular values of $D_1 C D_2$.
edited Dec 17 '18 at 16:54
answered Dec 17 '18 at 16:49
KurbanKurban
406
406
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%2f3043439%2fmultiplications-that-preserve-singular-values%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