Solve F(x,y)=0
Show older comments
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
on 6 Mar 2021
i'd use numerical approach - contour3
Answers (0)
Categories
Find more on Numerical Integration and Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!