solve a equation with two variable

1 view (last 30 days)
Hi friends
I have to solve an equation
G1(x,y)=G2(x,y)
G1 G2 are function
I want to find x y there a numerically way or symbolically way to solve this equation ?

Accepted Answer

Azzi Abdelmalek
Azzi Abdelmalek on 21 Apr 2016

More Answers (2)

Torsten
Torsten on 21 Apr 2016
You only have one equation, namely
G1(x,y)-G2(x,y)=0
From one equation, you can't determine both x and y - you need a second one.
Best wishes
Torsten.

george veropoulos
george veropoulos on 21 Apr 2016
thank you! i m trying to set a variable like y in an Constant value

Categories

Find more on Symbolic Math Toolbox 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!