%% mPICm09.m  (figure 9)
%% mathsPIC   (4 circles figure)
\documentclass[a4paper]{article}
\usepackage{pictexwd}
\begin{document}
%%-------------------
\beginpicture
paper{units(mm),xrange(0,70),yrange(0,60)}%
point(A){30,11}[circle,8]
point(B){A,shift(-10,30)}[circle,15]     %% big circle
point(C){A,polar(30,20 deg)}[circle,5]
point(D){A,polar(45,50 deg)}[circle,7]
drawPoints(ABCD)
drawLines(AB,AC,BC,BD,CD)
\setdashes
drawLine(AD)
text($A$){A}
%% use a macro for the formula
\newcommand{\formula}{%
\     $\displaystyle \sum_{p\ge0} \Delta_{jp} z^{(p+1)}$%
\     }%
text(\formula){B}
text($C$){C}
text($D$){D}
\endpicture
%%------------------
\end{document}