First time here? Check out the FAQ!
answered 2021-07-20 09:52:26 +0100
You can solve for mu1:
var('x, mu1, mu2, sigma') result=solve(exp((0.5/sigma)*(x-mu1)^2)==exp((0.5/sigma)*(x-mu2)^2),mu1) show(result)