From: John on
I have two bivariate polynomials f(x,y) and g(x,y) and I want to find all values of x and y for which f(x,y)=g(x,y)=0 simultaneously.
The problem is that the coefficients of each terms are complex numbers.
Of course the theoretical solutions are existed.
I need to get a code for solving this problem.
I need help....
From: Bruno Luong on
"John " <bs_ko(a)hotmail.com> wrote in message <i26b7v$m2q$1(a)fred.mathworks.com>...
> I have two bivariate polynomials f(x,y) and g(x,y) and I want to find all values of x and y for which f(x,y)=g(x,y)=0 simultaneously.
> The problem is that the coefficients of each terms are complex numbers.
> Of course the theoretical solutions are existed.
> I need to get a code for solving this problem.
> I need help....

If you have optimization toolbox, try FSOLVE.

Bruno