Azzera filtri
Azzera filtri

Solution of equation and graph with matlab

12 visualizzazioni (ultimi 30 giorni)
Lucas Calado
Lucas Calado il 8 Lug 2021
Risposto: VBBV il 27 Ott 2022
Hi,
How to solve this question?
Thank's!

Risposte (2)

Kapil Gupta
Kapil Gupta il 9 Lug 2021

VBBV
VBBV il 27 Ott 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])

Categorie

Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by