Solution of equation and graph with matlab

조회 수: 6 (최근 30일)
Lucas Calado
Lucas Calado 2021년 7월 8일
답변: VBBV 2022년 10월 27일
Hi,
How to solve this question?
Thank's!

답변 (2개)

Kapil Gupta
Kapil Gupta 2021년 7월 9일
  댓글 수: 1
Lucas Calado
Lucas Calado 2021년 7월 9일
Hi,
None of these solved my question. :/
Thank's!

댓글을 달려면 로그인하십시오.


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에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by