| 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)
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.