Example 4 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.
eqn = x ^ 2 + 2a x + 1 == 0;No output - this step sets something up for the next one.
sol = Solve[eqn, x]{{x -> (-2*a - 2*Sqrt[-1 + a^2])/2}, {x -> (-2*a + 2*Sqrt[-1 + a^2])/2}}forPlot = x /. sol{(-2*a - 2*Sqrt[-1 + a^2])/2, (-2*a + 2*Sqrt[-1 + a^2])/2}Plot[forPlot, {a, -5, 5}]-Graphics-All recipes · Function reference · Use this from an MCP client