采纳的回答

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
.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Systems of Nonlinear Equations 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by