Question: Solving Simultaneous Trigonometric Equations in Maple

Hi, I am working on deriving Inverse Kinematic Equations for my robot. I have 4 simultaneous trigonometic equations in 4 variables. However, Maple is getting stuck when I try to solve these equations. My variables are w,x,y,z. Can anybody please suggest me a way in which I can solve this problem? My equations are a := Cos[w] (Cos[x] (-110 Cos[y] - 170) + 110 Sin[x] Cos[y] Sin[z] - 22) + 110 Sin[w] Sin[y] Sin[z] = x1 b := Sin[w] (Cos[x] (-110 Cos[y] - 170) + 110 Sin[x] Cos[y] Sin[z] - 22) - 110 Cos[w] Sin[y] Sin[z] = y1 c := -Sin[x] (-110.489 Cos[z] - 170) + 110 Cos[x] Cos[y] Sin[z] = z1 d := Cos[w] (Cos[x] (-110 Cos[z] - 170) + 110 Sin[x] Cos[y] Sin[z] - 22) + 110 Sin[w] Sin[y] Sin[z]^2 + (Sin[ w] (Cos[x] (-110 cos[z] - 170) + 110 Sin[x] Cos[y] Sin[z] - 22) - 110 Cos[w] Sin[y] Sin[z])^2 + (-Sin[x] (-110 Cos[z] - 170) + 110 Cos[x] Cos[y] Sin[z] - 42)^2 = x1^2+y1^2+z1^2 x1,y1,z1 are some constants.
Please Wait...