Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

plot function not working (x^2=y^2==1)

Im trying to plot x^2+y^2=1 like so: plot([x^2+y^2==1],(x,-5,5),(y,-5,5))

Can anyone what i am doing wrong?

I get "TypeError: float() argument must be a string or a number, not 'tuple'"