PlotSolve Command

PlotSolve( <Equation in x> )

Solves a given equation for the main variable and returns a list of all solutions and the graphical output in the Graphics View.

PlotSolve(x^2 = 4x) yields \{(0, 0), (4, 0)} and displays the points (0, 0) and (4, 0) in the Graphics View.