I am currently doing some investigations on Sylvester's 4 Point Problem Probability of 4 Points being in Convex Configuration
and repeatedly face the problem of solving equations between sums of euclidean distances between points, of which a typical example is $$\sqrt{(x_B-x_A)^2+(y_B-y_A)^2}+\sqrt{(x_D-x_C)^2+(y_D-y_C)^2}=\sqrt{(x_C-x_A)^2+(y_C-y_A)^2}+\sqrt{(x_D-x_B)^2+(y_D-y_B)^2}$$
where the subscripts denote the point, to which the subscripted coordinate refers.
while it is possible to remove the square roots in that example manually by repeated squaring, it is tedious and error prone and, if there are more than two square roots on each side, then I think repeated squaring won't work.
Question:
are there any free online tools, that convert an equation with radicals into an algebraic one?
My searches in the internet only brought up a haystack of solvers for trivial instances (from the perspective of what I need).