Skip to main content

solve a*x + b = 0

eq = (a*x + b == 0);
sol = solve[ eq, {x} ];