Skip to main content

solve a*x + b = 0

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

show sol;

save as solve4;

Output

"sol" → {-(b/a)}