Help with matrix selection in matlab











up vote
0
down vote

favorite












I have this equalities, with $Delta X$ and $Delta S$ unknown matrices, $X$, $S$ and $tau$ known. $$W^{-1}Delta X W^{-1}+Delta S=tau X^{-1}-S$$or equivalently $$Delta X + WDelta S W=tau S^{-1}-X$$



My first question is how can i compute, or how can i find $Delta X$.



My second question is, that given the following sets: $$N_mathcal{F}(theta):={(X,y,S)inmathcal{F}^0 : d_mathcal{F}(X,S)leqthetamu(X,S)}$$
and $$mathcal{F}^0:={(X,y,S):textbf{tr}(A_iX)=b_i; sum_{i=1}^my_iA_i+S=C; X,Ssucc 0;, i=1,...,m}$$
Wher $theta, C, A_i$ are given, and $$d_mathcal{F}(X,S)=||S^{1/}2XS^{1/2}-mu(X,S)I||_F$$ $$mu(X,S)=textbf{tr}(XS)/n$$
With $n=size(X)$.



How can i find, or compute in matlab, a fesasible pair $(X^0,S^0)in N_mathcal{F}(theta)$










share|cite|improve this question






















  • Its better to split these questions into two threads. Regarding your first question, it is not obvious that these equations are equivalent, please clarify.
    – The Pheromone Kid
    Nov 13 at 18:02












  • I agree with @Adrian Schad : there is first a question of equivalence ; besides, we don't know the status of $Delta S$. If it is known, we would have plainly $$Delta X = -WDelta S W+tau S^{-1}-X...$$ Otherwise you are looking for an unknown pair $(Delta X,Delta S)$. Is that the right interpretation ?
    – Jean Marie
    Nov 15 at 10:12

















up vote
0
down vote

favorite












I have this equalities, with $Delta X$ and $Delta S$ unknown matrices, $X$, $S$ and $tau$ known. $$W^{-1}Delta X W^{-1}+Delta S=tau X^{-1}-S$$or equivalently $$Delta X + WDelta S W=tau S^{-1}-X$$



My first question is how can i compute, or how can i find $Delta X$.



My second question is, that given the following sets: $$N_mathcal{F}(theta):={(X,y,S)inmathcal{F}^0 : d_mathcal{F}(X,S)leqthetamu(X,S)}$$
and $$mathcal{F}^0:={(X,y,S):textbf{tr}(A_iX)=b_i; sum_{i=1}^my_iA_i+S=C; X,Ssucc 0;, i=1,...,m}$$
Wher $theta, C, A_i$ are given, and $$d_mathcal{F}(X,S)=||S^{1/}2XS^{1/2}-mu(X,S)I||_F$$ $$mu(X,S)=textbf{tr}(XS)/n$$
With $n=size(X)$.



How can i find, or compute in matlab, a fesasible pair $(X^0,S^0)in N_mathcal{F}(theta)$










share|cite|improve this question






















  • Its better to split these questions into two threads. Regarding your first question, it is not obvious that these equations are equivalent, please clarify.
    – The Pheromone Kid
    Nov 13 at 18:02












  • I agree with @Adrian Schad : there is first a question of equivalence ; besides, we don't know the status of $Delta S$. If it is known, we would have plainly $$Delta X = -WDelta S W+tau S^{-1}-X...$$ Otherwise you are looking for an unknown pair $(Delta X,Delta S)$. Is that the right interpretation ?
    – Jean Marie
    Nov 15 at 10:12















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have this equalities, with $Delta X$ and $Delta S$ unknown matrices, $X$, $S$ and $tau$ known. $$W^{-1}Delta X W^{-1}+Delta S=tau X^{-1}-S$$or equivalently $$Delta X + WDelta S W=tau S^{-1}-X$$



My first question is how can i compute, or how can i find $Delta X$.



My second question is, that given the following sets: $$N_mathcal{F}(theta):={(X,y,S)inmathcal{F}^0 : d_mathcal{F}(X,S)leqthetamu(X,S)}$$
and $$mathcal{F}^0:={(X,y,S):textbf{tr}(A_iX)=b_i; sum_{i=1}^my_iA_i+S=C; X,Ssucc 0;, i=1,...,m}$$
Wher $theta, C, A_i$ are given, and $$d_mathcal{F}(X,S)=||S^{1/}2XS^{1/2}-mu(X,S)I||_F$$ $$mu(X,S)=textbf{tr}(XS)/n$$
With $n=size(X)$.



How can i find, or compute in matlab, a fesasible pair $(X^0,S^0)in N_mathcal{F}(theta)$










share|cite|improve this question













I have this equalities, with $Delta X$ and $Delta S$ unknown matrices, $X$, $S$ and $tau$ known. $$W^{-1}Delta X W^{-1}+Delta S=tau X^{-1}-S$$or equivalently $$Delta X + WDelta S W=tau S^{-1}-X$$



My first question is how can i compute, or how can i find $Delta X$.



My second question is, that given the following sets: $$N_mathcal{F}(theta):={(X,y,S)inmathcal{F}^0 : d_mathcal{F}(X,S)leqthetamu(X,S)}$$
and $$mathcal{F}^0:={(X,y,S):textbf{tr}(A_iX)=b_i; sum_{i=1}^my_iA_i+S=C; X,Ssucc 0;, i=1,...,m}$$
Wher $theta, C, A_i$ are given, and $$d_mathcal{F}(X,S)=||S^{1/}2XS^{1/2}-mu(X,S)I||_F$$ $$mu(X,S)=textbf{tr}(XS)/n$$
With $n=size(X)$.



How can i find, or compute in matlab, a fesasible pair $(X^0,S^0)in N_mathcal{F}(theta)$







matrices optimization convex-optimization matlab positive-semidefinite






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 13 at 17:09









Vicente Merino

213




213












  • Its better to split these questions into two threads. Regarding your first question, it is not obvious that these equations are equivalent, please clarify.
    – The Pheromone Kid
    Nov 13 at 18:02












  • I agree with @Adrian Schad : there is first a question of equivalence ; besides, we don't know the status of $Delta S$. If it is known, we would have plainly $$Delta X = -WDelta S W+tau S^{-1}-X...$$ Otherwise you are looking for an unknown pair $(Delta X,Delta S)$. Is that the right interpretation ?
    – Jean Marie
    Nov 15 at 10:12




















  • Its better to split these questions into two threads. Regarding your first question, it is not obvious that these equations are equivalent, please clarify.
    – The Pheromone Kid
    Nov 13 at 18:02












  • I agree with @Adrian Schad : there is first a question of equivalence ; besides, we don't know the status of $Delta S$. If it is known, we would have plainly $$Delta X = -WDelta S W+tau S^{-1}-X...$$ Otherwise you are looking for an unknown pair $(Delta X,Delta S)$. Is that the right interpretation ?
    – Jean Marie
    Nov 15 at 10:12


















Its better to split these questions into two threads. Regarding your first question, it is not obvious that these equations are equivalent, please clarify.
– The Pheromone Kid
Nov 13 at 18:02






Its better to split these questions into two threads. Regarding your first question, it is not obvious that these equations are equivalent, please clarify.
– The Pheromone Kid
Nov 13 at 18:02














I agree with @Adrian Schad : there is first a question of equivalence ; besides, we don't know the status of $Delta S$. If it is known, we would have plainly $$Delta X = -WDelta S W+tau S^{-1}-X...$$ Otherwise you are looking for an unknown pair $(Delta X,Delta S)$. Is that the right interpretation ?
– Jean Marie
Nov 15 at 10:12






I agree with @Adrian Schad : there is first a question of equivalence ; besides, we don't know the status of $Delta S$. If it is known, we would have plainly $$Delta X = -WDelta S W+tau S^{-1}-X...$$ Otherwise you are looking for an unknown pair $(Delta X,Delta S)$. Is that the right interpretation ?
– Jean Marie
Nov 15 at 10:12

















active

oldest

votes











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',
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%2f2997000%2fhelp-with-matrix-selection-in-matlab%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2997000%2fhelp-with-matrix-selection-in-matlab%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

How to send String Array data to Server using php in android

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

Is anime1.com a legal site for watching anime?