7 ms·
I don't think so. You'd need to run it in a terminal with something like from sympy.plotting import plot3d x,y=symbols('x y') plot3d(x*y, (x, -10,1
by vortico 5y ago
I don't think so. You'd need to run it in a terminal with something like
from sympy.plotting import plot3d
x,y=symbols('x y')
plot3d(x*y, (x, -10,10), (y, -10,10))