Solution of equation and graph with matlab

Risposte (2)

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 Programming in Centro assistenza e File Exchange

Tag

Richiesto:

il 8 Lug 2021

Risposto:

il 27 Ott 2022

Community Treasure Hunt

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

Start Hunting!

Translated by