Solution of equation and graph with matlab

20 次查看(过去 30 天)
Hi,
How to solve this question?
Thank's!

回答(2 个)

Kapil Gupta
Kapil Gupta 2021-7-9

VBBV
VBBV 2022-10-27
syms F2(x) x y
F2 = x + (800*1e4)/(2*x*y) + 250*y;
sol = solve(F2,[x y]);
sol.x
ans = 
sol.y
ans = 
fimplicit(F2,[-50 10 -50 50])

类别

Help CenterFile Exchange 中查找有关 Symbolic Math Toolbox 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by