solve a*x + b = 0
sol = solve[ a*x + b == 0, {x}]; show sol; save as solve4;
Output
"sol" → {-(b/a)}
Revision #2
Created 2026-05-07 15:26:23 UTC by Dara
Updated 2026-05-09 02:16:03 UTC by Dara