wolfram mathematica - How plot f(x,y) = x/(1-y) with x^2 + y^2 < 1? -
how plot:
f(x,y) = x/(1-y) with x^2 + y^2 < 1
in mathematica? there way that?
perhaps last example in mathematica documentation on regionplot > scope > presentation
is of use you.
regionplot[x^2 + y^2 < 1, {x, -1, 1}, {y, -1, 1}, colorfunction->function[{x,y},colordata["temperaturemap",x/(1-y)]], colorfunctionscaling->false, plotpoints->100]
Comments
Post a Comment