Re: How to solve a three-element equation set?

2008-03-19 Thread Gabriel Genellina
En Wed, 19 Mar 2008 04:05:50 -0300, purple <[EMAIL PROTECTED]> escribió: > Could you guys do me a favor for solving a equation set? > > Z=d/4*(1-SIN(X)/X) > X=8q/(D^2*Y)+SIN(X) > Y=1/n*Z^(2/3)*i^(1/2) > > In this equation set, X,Y&Z are the unkown parameters, the others say, > d, q, n&i are known.

How to solve a three-element equation set?

2008-03-19 Thread purple
Could you guys do me a favor for solving a equation set? Z=d/4*(1-SIN(X)/X) X=8q/(D^2*Y)+SIN(X) Y=1/n*Z^(2/3)*i^(1/2) In this equation set, X,Y&Z are the unkown parameters, the others say, d, q, n&i are known. SO in python, how to program it to represent X, Y and Z in the form of d, q, n and i?

Re: How to solve a three-element equation set?

2008-03-19 Thread Gerhard Häring
purple wrote: > Could you guys do me a favor for solving a equation set? > > Z=d/4*(1-SIN(X)/X) > X=8q/(D^2*Y)+SIN(X) > Y=1/n*Z^(2/3)*i^(1/2) > > In this equation set, X,Y&Z are the unkown parameters, the others say, > d, q, n&i are known. SO in python, how to program it to represent X, Y > and Z