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'"
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.