Effacer les filtres
Effacer les filtres

How to plot Matrix inequality in MATLAB

2 vues (au cours des 30 derniers jours)
Bijoya Bhattacharjee
Bijoya Bhattacharjee le 10 Oct 2021
Plot the following set :

Réponse acceptée

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

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by