Solution of equation and graph with matlab

6 Ansichten (letzte 30 Tage)
Lucas Calado
Lucas Calado am 8 Jul. 2021
Beantwortet: VBBV am 27 Okt. 2022
Hi,
How to solve this question?
Thank's!

Antworten (2)

Kapil Gupta
Kapil Gupta am 9 Jul. 2021

VBBV
VBBV am 27 Okt. 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])

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by