Solve F(x,y)=0

4 views (last 30 days)
Hossein Alishahi
Hossein Alishahi on 5 Mar 2021
Commented: darova on 6 Mar 2021
I want to solve this problem
log((1+alpha1*x./(1+alpha2*y))) -lambda*log((1+beta1*x./(1+beta2*y)))-(x+y-P)==0
where
alpha1=1; alpha2=0.2; beta1=1; beta2=2; lambada=2; P=3;
Could you please give me some ways?
Many Thanks
  1 Comment
darova
darova on 6 Mar 2021
i'd use numerical approach - contour3

Sign in to comment.

Answers (0)

Categories

Find more on Partial Differential Equation Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!