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

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -