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)$
matrices optimization convex-optimization matlab positive-semidefinite
add a comment |
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)$
matrices optimization convex-optimization matlab positive-semidefinite
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
add a comment |
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)$
matrices optimization convex-optimization matlab positive-semidefinite
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
matrices optimization convex-optimization matlab positive-semidefinite
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
add a comment |
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
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f2997000%2fhelp-with-matrix-selection-in-matlab%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
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