How would I plot the surface f(x,y)=xy-y-x+1 between \sqrt2\leq y\leq2 using PyPlot; x = collect(Float16, range(-2,length=100,stop=2)); ...
確定! 回上一頁