Solution of equation and graph with matlab

20 visualizaciones (últimos 30 días)
Lucas Calado
Lucas Calado el 8 de Jul. de 2021
Respondida: VBBV el 27 de Oct. de 2022
Hi,
How to solve this question?
Thank's!

Respuestas (2)

Kapil Gupta
Kapil Gupta el 9 de Jul. de 2021

VBBV
VBBV el 27 de Oct. de 2022
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])

Categorías

Más información sobre Symbolic Math Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by