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'"
Welcome to Ask Sage! Thank you for your question!