def f(x,y): return x^2 + (y-(x^2)^(1/3))^2 P2=contour_plot(f,(-1,1),(-1,1.5),cmap='Reds_r')P2.show()
Post a Comment
No comments:
Post a Comment