From: John on 21 Jul 2010 04:30 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 21 Jul 2010 07:24 "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
|
Pages: 1 Prev: find value in partly empty cell array Next: I guess this is goodbye |