Roshdy
Member level 3
- Joined
- Nov 23, 2005
- Messages
- 57
- Helped
- 2
- Reputation
- 4
- Reaction score
- 0
- Trophy points
- 1,286
- Location
- Egypt
- Activity points
- 1,738
need to solve this
(x^3) + a. (y^2) . x + b. x . (z^2) = c1
(x^2) . y + a . (y^3) + b. y. (z^2) = c2
(x^2) . z + a. (y^2) . z + b . (z^3) = c3
need to solve these 3 equations in 3 unknowns x,y,z all other terms ara known constants, may be numerical but I need an algorithm(in this case notice that all constants may be complex)
if difficullt the 2 variable system may be enough(as follows
(x^3) + a. (y^2) . x = c1
(x^2) . y + a . (y^3) = c2
(x^3) + a. (y^2) . x + b. x . (z^2) = c1
(x^2) . y + a . (y^3) + b. y. (z^2) = c2
(x^2) . z + a. (y^2) . z + b . (z^3) = c3
need to solve these 3 equations in 3 unknowns x,y,z all other terms ara known constants, may be numerical but I need an algorithm(in this case notice that all constants may be complex)
if difficullt the 2 variable system may be enough(as follows
(x^3) + a. (y^2) . x = c1
(x^2) . y + a . (y^3) = c2