Hello, I am beginner with Mathematica. I have a problem with how to solve an equation with some condition:
alfa2*beta2=0;
alfa2*beta1=0;
alfa2*x2=0;
alfa2*x1=0;
z = ((xd - xt) + alfa2*yd - beta2*(zd - zt) - xc - alfa1*yc + beta1*zc + x2 - x1)^2
This is a long equation and you have some condition up. My equation is more longer than this one but I simple it to see if that is possible to solve this in Mathematica. Your suggest will help me :-). equation (z) contents only variables in the end.