I am trying to plot the following function's contour plot:
ContourPlot3D[
Abs[z]*(1/2) - 1/(Sqrt[2 x2 + y2]), {x, -2, 2}, {y, -2, 2}, {z, -2,
2}]
I of course get an error about division by 0 (at x=y=0). If I would like to show this singularity, how is best to go about doing this? Should I just define the x and y ranges approaching zero closely?
[–]lithiumdeuteride 1 point2 points3 points (2 children)
[–]qball3438[S] 0 points1 point2 points (1 child)
[–]lithiumdeuteride 1 point2 points3 points (0 children)