Ask Your Question

Fernando256's profile - activity

2020-03-04 01:00:00 +0200 asked a question Using implicit_plot with non-rectangular regions

I'd like to use implicit_plot on a function that involves a square root. When I do, I get an error message saying that for some values of x and y the number inside the square root is negative. Well, sure. Is there a way to restrict implicit_plot to the region where the function has real values? In this the thing in the square root is 1-u^2-v^2, so I'd like to restrict u and v to the unit circle.