Trong hình vẽ có ba đường tròn và hai nửa đường tròn:
- Đường tròn lớn: $x^2+y^2=4^2$
- Đường tròn nhỏ ở trên: $x^2+(y-2)^2=\left(\dfrac{4}{10}\right)^2$
- Đường tròn nhỏ ở dưới: $x^2+(y+2)^2=\left(\dfrac{4}{10}\right)^2$
- Nửa đường tròn phải: $x^2+(y-2)^2=1\ (0 \leqslant x\leqslant 2)$
- Nửa đường tròn trái: $x^2+(y+2)^2=1\ (-2 \leqslant x\leqslant 0)$
\documentclass{standalone}
\usepackage{pstricks-add}
\usepackage{transparent}
\begin{document}
\psset{xunit=1.0cm,yunit=1.0cm,algebraic=true}
\begin{pspicture*}(-4.1,-4.1)(4.1,4.1)
\pscircle(0,0){4}
\pscustom[fillstyle=solid,fillcolor=black]{
\psplot{-4}{0}{sqrt(16-x^2)}
\psplot{0}{2}{2+sqrt(4-x^2)}
\psplot{2}{0}{2-sqrt(4-x^2)}
\psplot{0}{-2}{-2+sqrt(4-x^2)}
\psplot{-2}{0}{-2-sqrt(4-x^2)}
\psplot{0}{-4}{-sqrt(16-x^2)}
}
\pscircle[fillcolor=white,fillstyle=solid](0,2){0.4}
\pscircle[fillcolor=black,fillstyle=solid](0,-2){0.4}
\end{pspicture*}
\end{document}
Các bạn cố gắng tìm hiểu code.Biên dịch Quick Build là latex - dvips - ps2pdf - view pdf
Không có nhận xét nào:
Đăng nhận xét