Solve the LMI #1343
Unanswered
boubekeur27
asked this question in
General discussion
Solve the LMI
#1343
Replies: 2 comments 2 replies
-
What is the question? |
Beta Was this translation helpful? Give feedback.
1 reply
-
To begin with, it is not an LMI as it is not symmetric, but once you have the correct form, there is nothing special here, you just implement it MATLAB as you've written it https://yalmip.github.io/tutorial/basics/ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let the matrices be defined as follows
A=\begin{bmatrix}$X<0$ and $Y$ matrices
-1 & -3 & 0 \
-3 & -4 & 1 \0& 0 & -2 \
\end{bmatrix}
and
E=\begin{bmatrix}
1 & 2 & 3 \
1 & 2 & 3 \
1 & 2 & 3 \
\end{bmatrix}
and
B=\begin{bmatrix}
0\
3\
-2\
\end{bmatrix}
and
$F=\begin{bmatrix}
sin(pi/3) & cos(pi/3) \
-cos(pi/3) & sin(pi/3) \
\end{bmatrix}$
and variables
LMI is
Beta Was this translation helpful? Give feedback.
All reactions