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 > presentationis 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

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -