How to solve two equations for four unknowns?

1 回表示 (過去 30 日間)
Omar B.
Omar B. 2021 年 6 月 23 日
回答済み: Alex Alex 2021 年 6 月 23 日
How to solve the follwoing system for x and y in Matlab?
syms x y b r
E1=x - y == x/(1+log(b*y+1));
E2=exp(r*(1-x))== 1+log(b*y+1);
sol = solve(E1,E2,{x,y})

回答 (1 件)

Alex Alex
Alex Alex 2021 年 6 月 23 日
No options, the number of equations must be greater than or equal to the number of unknowns. Now 2<4?

カテゴリ

Help Center および File ExchangeSymbolic Math Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by