Réponse acceptée

Star Strider
Star Strider le 21 Mar 2021

0 votes

Use the Symbolic Math Toolbox:
syms x y
S = vpasolve([0 == x^3 + x^2 + x + 4 + 2*y;
0 == x + y - 3]);
x = S.x
y = S.y
.

2 commentaires

Gabriel Costa
Gabriel Costa le 21 Mar 2021
thanks @Star Strider!
Star Strider
Star Strider le 21 Mar 2021
As always, my pleasure!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by