Issue in solving two Non Linear Simultaneous Equations with multivariable function to optimize.

3 views (last 30 days)
Hi, I am a student and I am facing issue in solving
1) two Non Linear Simultaneous Equations with 3 variable function (x,y,z).
2) Further, I want to generate 2 curves for x& y values for having z value ranging between [0.1 to 2] and two identify the intersection of those two curves with tangent line.
Please Help me out in solving this issue with the Code.
The two Non Linear Equations is attached with the image for reference.PFA

Accepted Answer

Torsten
Torsten on 26 Nov 2023
Moved: Torsten on 26 Nov 2023
Give z a numerical value and solve for x and y using MATLAB's "fsolve".

More Answers (0)

Community Treasure Hunt

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

Start Hunting!