Hello Sir; I try to factor out the following equation: eq1:=t[1]/2+t[2]/2+(1/2)*(1/alpha)*sqrt(2*alpha^2*t[1]^2+2*alpha^2*t[2]^2+alpha*x); I want to get it like this form: eq2:=(1/2)*(t[1]+t[2])+sqrt((1/2)*(t[1]^2+t[2]^2)+x/(4*alpha)); Is it possible to express eq1 to eq2? I do not know how to factor each term individually. Thanks

Please Wait...