solving multiple equations in matlab

hi all, i wanna do the inverse kinematic for T3 robot and now i have 6 equations with 5 variables but when i use solve i recieve no expilicit solution :mad:
thease are the equations :
v1 = 150*cos(t5)*sin(t1)+150*cos(t1)*sin(t2)*sin(t5)*sin(t4)*cos(t3)+150*cos(t1)*sin(t2)*sin(t4)*cos(t3)+150*cos(t1)*sin(t2)*cos(t4)*sin(t3)-150*cos(t1)*cos(t2)*cos(t4)*cos(t3)+1000*cos(t1)*sin(t2)*sin(t3)+150*cos(t1)*cos(t2)*sin(t4)*sin(t3)-150*cos(t1)*cos(t2)*sin(t5)*cos(t4)*cos(t3)-1000*cos(t1)*cos(t2)*cos(t3)-1000*cos(t1)*cos(t2)+150*cos(t1)*cos(t2)*sin(t5)*sin(t4)*sin(t3)+150*cos(t1)*sin(t2)*sin(t5)*cos(t4)*sin(t3)
v2 = 1000*sin(t1)*sin(t2)*sin(t3)-150*sin(t1)*cos(t2)*sin(t5)*cos(t4)*cos(t3)-1000*sin(t1)*cos(t2)*cos(t3)+150*sin(t1)*sin(t2)*cos(t4)*sin(t3)+150*sin(t1)*cos(t2)*sin(t5)*sin(t4)*sin(t3)+150*sin(t1)*sin(t2)*sin(t5)*cos(t4)*sin (t3)+150*sin(t1)*sin(t2)*sin(t5)*sin(t4)*cos(t3)-1000*sin(t1)*cos(t2)+150*sin(t1)*sin(t2)*sin(t4)*cos(t3)+150*sin(t1)*cos(t2)*sin(t4)*sin(t3)-150*cos(t5)*cos(t1)-150*sin(t1)*cos(t2)*cos(t4)*cos(t3)
v3 = -1300-150*sin(t2)*sin(t4)*sin(t3)+150*cos(t2)*sin(t4)*cos(t3)+150*cos(t2)*cos(t4)*sin(t3)+150*sin(t2)*cos(t4)*cos(t3)+1000*sin(t2)+150*sin(t2)*sin(t5)*cos(t4)*cos(t3)-150*sin(t2)*sin(t5)*sin(t4)*sin(t3)+150*cos(t2)*sin(t5)*sin(t4)*cos(t3)+150*cos(t2)*sin(t5)*cos(t4)*sin(t3)+1000*sin(t2)*cos(t3)+1000*cos(t2)*sin(t3)
v4 = cos(t1)*cos(t2)*sin(t5)*cos(t4)*cos(t3)-cos(t1)*cos(t2)*sin(t5)*sin(t4)*sin(t3)-cos(t1)*sin(t2)*sin(t5)*cos(t4)*sin(t3)-cos(t1)*sin(t2)*sin(t5)*sin(t4)*cos(t3)-cos(t5)*sin(t1)
v5 =sin(t1)*cos(t2)*sin(t5)*cos(t4)*cos(t3)-sin(t1)*cos(t2)*sin(t5)*sin(t4)*sin(t3)-sin(t1)*sin(t2)*sin(t5)*cos(t4)*sin(t3)-sin(t1)*sin(t2)*sin(t5)*sin(t4)*cos(t3)+cos(t5)*cos(t1)
v6 = -sin(t5)*(sin(t2)*cos(t4)*cos(t3)-sin(t2)*sin(t4)*sin(t3)+cos(t2)*cos(t4)*sin(t3)+cos(t2)*sin(t4)*cos(t3))

Comments

  • shwaipshwaip bluffin' with my muffin Icrontian
    edited February 2008
    if you have six independent equations for five variables, it's possible that there is no solution that meets them all.

    Those are quite complex equations too - there may be no nice symbolic solution.
  • edited May 2009
    hey shwaip please gimme ur email id..i want to send u a pdf containing 2 ODE equations which have to be solved on matlab..i m a newbie to matlab..please help...i m nearing the end of my semester and this assignment costs me my heat transfer test marks...plz dont ignore
Sign In or Register to comment.