I plotted circle using parametric equation, using circle() function.
But i want to plot x^2+y^2=4
I tried this:
var('x,y')
b=[x^2+y^2==4]
c=plot(b,(x,-2,2),(y,-2,2),color='blue')
c.save('ram.png')

I am getting the following error
TypeError: float() argument must be a string or a number

Can anyone help me. I am new to sage that's why unable to solve errors



-- 
Priyanka Kapoor
http://kapoorpriyanka.in
Linux User Group, Ludhiana

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to