임베디드 평면
평행면과 교차면의 다른 집합을 슬라이스로 사용합니다.
전체 Wolfram 언어 입력 표시하기
In[3]:=
![Click for copyable input](assets.ko/built-in-planes/In_11.png)
Grid[Partition[
Table[SliceContourPlot3D[
1/Sqrt[(1 + x)^2 + (1 + y)^2 + z^2] - 1/
Sqrt[(-1 + x)^2 + (-1 + y)^2 + z^2],
slice, {x, -2, 2}, {y, -2, 2}, {z, -2, 2},
Contours -> Range[-2.5, 2.5, 0.5], Evaluate@opts], {slice,
slices}], 3]]
Out[3]=
![](assets.ko/built-in-planes/O_7.png)