I would expect these to simplify to zero: ``` simplify(sqrt(2x)-(sqrt(2)*x^(1/2))) (2*x)^(1/2)-2^(1/2)*x^(1/2) ``` ``` simplify(sqrt(2e)-(sqrt(2)*e^(1/2))) (2*e)^(1/2)-2^(1/2)*exp(1/2) ```