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'"
1 | initial version |
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'"