First time here? Check out the FAQ!
answered 2013-12-12 08:33:52 +0100
Here is how to plot the point:
sol=solve(2*x+1==7,x) x0=sol[0].rhs() point((x0,2*x0+1),size=40)