Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

convert a symbolic var into a numeric var

Hello, How to compute y or to draw a point of coord (sol, 0) ?

Thank you

sol=solve(2*x+1==7,x)
print sol
print sol[0], type(sol), type(sol[0])
#y=2*sol+7
#print y

#plot(sol,0)