Algorithm for solving system of nonlinear equations

  • #1
31
0
I'm trying to find an algorithm to solve a 4 variable system of nonlinear equations.. the variables are named w,x,y,z and a,b,c,d are constants:

a = x - y + z
b = w + x
c = y * z
d = x * y / w


Can anyone offer any advice? Much appreciated...
 
  • #2
Gröbner basis algorithms could be used to, for example, eliminate all but one variable.
 

Suggested for: Algorithm for solving system of nonlinear equations

Replies
12
Views
558
Replies
1
Views
535
Replies
41
Views
1K
Replies
2
Views
670
Replies
5
Views
968
Replies
4
Views
668
Replies
3
Views
687
Replies
2
Views
622
Back
Top