採用された回答

Star Strider
Star Strider 2021 年 3 月 21 日

0 投票

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 件のコメント

Gabriel Costa
Gabriel Costa 2021 年 3 月 21 日
thanks @Star Strider!
Star Strider
Star Strider 2021 年 3 月 21 日
As always, my pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeSystems of Nonlinear Equations についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by