How to plot Matrix inequality in MATLAB

2 次查看(过去 30 天)
Plot the following set :

采纳的回答

Walter Roberson
Walter Roberson 2021-10-10
syms x y
Sleft = expand([x y] * [2 1;1 3] * [x; y])
Sleft = 
fimplicit(Sleft == (1:19).'/20, [-3/2 3/2])

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Calculus 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by