Inserting "holes" on a graph.

20 Views Asked by At

I am trying to plot the set $A = \big\{(x,y) \in \mathbb{R}^{2} \mid x^{2} + y^{2} < 2 \big\} - \big\{(0,\frac{1}{n}) \mid n=1,2,3 \dots \big\}$. I have tried different combinations of set difference on wolframalpha but can't get it to pick up anything but the disk. Also, maybe there is a better way using Matlab if someone can recommend a method.