plot for x^2+y^2==3*x*y^2, x^3-x^2==y^2-y in matlab

Risposte (1)

syms x y real
eq1 = x^2+y^2==3*x*y^2;
eq2 = x^3-x^2==y^2-y;
figure(1)
ezplot(eq1)
figure(2)
ezplot(eq2)

Categorie

Tag

Richiesto:

il 16 Set 2018

Risposto:

il 16 Set 2018

Community Treasure Hunt

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

Start Hunting!

Translated by