can we solve linear matrix inequalities by using only matrix forms?
显示 更早的评论
I have LMI problem. Is there any tool to solve it just by using Matrix forms. For example I want to solve Ax>b for x. So I just initialize matrix A and vectro b and then find x. because to write LMI not in matrix from it needs approximately 16 lines, which is a lot of time
6 个评论
Torsten
2022-11-21
What do you mean by "solve Ax>b for x" ? Usually, there are infinitely many such x.
Otankhan
2022-11-21
Otankhan
2022-11-21
I get the sense that you are not using the terminology "Linear Matrix Inequality" as described here,
If you were, then you should have mutiple A matrices.
Otankhan
2022-11-21
回答(1 个)
Matt J
2022-11-21
As Torsten says, A*x>b generally corresponds to not one x, but an entire polyhedral region of them. However, if the region is bounded, you can obtain the vertices of the region by downloading,
xVertices=lcon2vert(-A,-b);
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Matrix Inequalities 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!