Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)