Question: symbolic equations,

Hello,everyone,

I have a problem with the symbolic equations,

would somebody help me to solve the follow equations, thank you very much!

eq0 :=t1*t6+ua0*(t6+t5)/fa0-t3;
eq1 :=t0*t6+va0*(t6+t5)/fa0-t4;
eq2 :=t1*(t6+da)+ua1*(t6+da+t5)/fa1-t3;
eq3 :=t0*(t6+da)+va1*(t6+da+t5)/fa1-t4;
eq4 :=t0*t7+ub0*(t7+t4)/fb0-t5;
eq5 :=t2*t7+vb0*(t7+t4)/fb0-t3;
eq6 :=t0*(t7+db)+ub1*(t7+db+t4)/fb1-t5;
eq7 :=t2*(t7+db)+vb1*(t7+db+t4)/fb1-t3;
eqns :={eq0=0,eq1=0,eq2=0,eq3=0,eq4=0,eq5=0,eq6=0,eq7=0};
q :=solve(eqns,{t0,t1,t2,t5,t4,t5,t6,t7});

Jack

Please Wait...