cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

f5_4bot.ps
application/postscript

Download raw (54.4 KB)

%!PS-Adobe-3.0
%
% ********************************************************************************
%
% Figure 5.4(bottom) from the book: "The Theory of the Moire Phenomenon"
% by I. Amidror, published by Kluwer Academic Publishers, 1999.
%
%		* * *  Copyright (c) 1999 EPFL  * * *
%
% Author: I. Amidror
%
% Modified: July 22, 1999
%
% ********************************************************************************
%


/inch {72 mul} def
/centiinch {0.72 mul} def



0 inch 0 inch translate

gsave
90 rotate

3.4 inch -6.7 inch translate
0 inch 0 inch moveto
/Times-Bold findfont
12 scalefont setfont
(Figure 5.4) show
/Times-Roman findfont
12 scalefont setfont
( (bottom) from the book: ) show
/Times-Italic findfont
12 scalefont setfont
(The Theory of the Moire) show
-0.06 inch 0 inch rmoveto
(\302 Phenomenon) show
/Times-Roman findfont
12 scalefont setfont
0 inch -0.25 inch moveto
(        by I. Amidror, published by Kluwer Academic Publishers, 1999.) show


grestore



% ****************************************** The 2 spectra:



%!PS-Adobe-2.0 EPSF-2.0
%%BoundingBox: 108 72 727 597
%%Creator: Mathematica
%%CreationDate: Sat Mar  6 16:23:46 MET 1999
%%EndComments

/Mathdict 150 dict def
Mathdict begin
/Mlmarg		1.5 72 mul def
/Mrmarg		1.5 72 mul def
/Mbmarg		1.0 72 mul def
/Mtmarg		0.0 72 mul def
/Mwidth		11.6 72 mul def
/Mheight	8.3 72 mul def
/Mtransform	{ 90 rotate 0 Mheight neg translate } bind def
/Mnodistort	true def
/Mfixwid	true	def
/Mfixdash	false def
/Mrot		0	def
/Mpstart {
MathPictureStart
} bind def
/Mpend {
MathPictureEnd
} bind def
/Mscale {
0 1 0 1
5 -1 roll
MathScale
} bind def
/ISOLatin1Encoding dup where
{ pop pop }
{
[
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright
/parenleft /parenright /asterisk /plus /comma /minus /period /slash
/zero /one /two /three /four /five /six /seven
/eight /nine /colon /semicolon /less /equal /greater /question
/at /A /B /C /D /E /F /G
/H /I /J /K /L /M /N /O
/P /Q /R /S /T /U /V /W
/X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore
/quoteleft /a /b /c /d /e /f /g
/h /i /j /k /l /m /n /o
/p /q /r /s /t /u /v /w
/x /y /z /braceleft /bar /braceright /asciitilde /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
/dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent
/dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek /caron
/space /exclamdown /cent /sterling /currency /yen /brokenbar /section
/dieresis /copyright /ordfeminine /guillemotleft
/logicalnot /hyphen /registered /macron
/degree /plusminus /twosuperior /threesuperior
/acute /mu /paragraph /periodcentered
/cedilla /onesuperior /ordmasculine /guillemotright
/onequarter /onehalf /threequarters /questiondown
/Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla
/Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis
/Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply
/Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls
/agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla
/egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis
/eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide
/oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis
] def
} ifelse
/MFontDict 50 dict def
/MStrCat
{
exch
dup length
2 index length add
string
dup 3 1 roll
copy
length
exch dup
4 2 roll exch
putinterval
} def
/MCreateEncoding
{
1 index
255 string cvs
(-) MStrCat
1 index MStrCat
cvn exch
(Encoding) MStrCat
cvn dup where
{
exch get
}
{
pop
StandardEncoding
} ifelse
3 1 roll
dup MFontDict exch known not
{
1 index findfont
dup length dict
begin
{1 index /FID ne
{def}
{pop pop}
ifelse} forall
/Encoding 3 index
def
currentdict
end
1 index exch definefont pop
MFontDict 1 index
null put
}
if
exch pop
exch pop
} def
/ISOLatin1 { (ISOLatin1) MCreateEncoding } def
/ISO8859 { (ISOLatin1) MCreateEncoding } def
/Mcopyfont {
dup
maxlength
dict
exch
{
1 index
/FID
eq
{
pop pop
}
{
2 index
3 1 roll
put
}
ifelse
}
forall
} def
/Plain	/Courier findfont Mcopyfont definefont pop
/Bold	/Courier-Bold findfont Mcopyfont definefont pop
/Italic /Courier-Oblique findfont Mcopyfont definefont pop
/MathPictureStart {
gsave
Mtransform
Mlmarg
Mbmarg
translate
Mwidth
Mlmarg Mrmarg add
sub
/Mwidth exch def
Mheight
Mbmarg Mtmarg add
sub
/Mheight exch def
/Mtmatrix
matrix currentmatrix
def
/Mgmatrix
matrix currentmatrix
def
} bind def
/MathPictureEnd {
grestore
} bind def
/MFill {
0 0 		moveto
Mwidth 0 	lineto
Mwidth Mheight 	lineto
0 Mheight 	lineto
fill
} bind def
/MPlotRegion {
3 index
Mwidth mul
2 index
Mheight mul
translate
exch sub
Mheight mul
/Mheight
exch def
exch sub
Mwidth mul
/Mwidth
exch def
} bind def
/MathSubStart {
Momatrix
Mgmatrix Mtmatrix
Mwidth Mheight
7 -2 roll
moveto
Mtmatrix setmatrix
currentpoint
Mgmatrix setmatrix
9 -2 roll
moveto
Mtmatrix setmatrix
currentpoint
2 copy translate
/Mtmatrix matrix currentmatrix def
3 -1 roll
exch sub
/Mheight exch def
sub
/Mwidth exch def
} bind def
/MathSubEnd {
/Mheight exch def
/Mwidth exch def
/Mtmatrix exch def
dup setmatrix
/Mgmatrix exch def
/Momatrix exch def
} bind def
/Mdot {
moveto
0 0 rlineto
stroke
} bind def
/Mtetra {
moveto
lineto
lineto
lineto
fill
} bind def
/Metetra {
moveto
lineto
lineto
lineto
closepath
gsave
fill
grestore
0 setgray
stroke
} bind def
/Mistroke {
flattenpath
0 0 0
{
4 2 roll
pop pop
}
{
4 -1 roll
2 index
sub dup mul
4 -1 roll
2 index
sub dup mul
add sqrt
4 -1 roll
add
3 1 roll
}
{
stop
}
{
stop
}
pathforall
pop pop
currentpoint
stroke
moveto
currentdash
3 -1 roll
add
setdash
} bind def
/Mfstroke {
stroke
currentdash
pop 0
setdash
} bind def
/Mrotsboxa {
gsave
dup
/Mrot
exch def
Mrotcheck
Mtmatrix
dup
setmatrix
7 1 roll
4 index
4 index
translate
rotate
3 index
-1 mul
3 index
-1 mul
translate
/Mtmatrix
matrix
currentmatrix
def
grestore
Msboxa
3  -1 roll
/Mtmatrix
exch def
/Mrot
0 def
} bind def
/Msboxa {
newpath
5 -1 roll
Mvboxa
pop
Mboxout
6 -1 roll
5 -1 roll
4 -1 roll
Msboxa1
5 -3 roll
Msboxa1
Mboxrot
[
7 -2 roll
2 copy
[
3 1 roll
10 -1 roll
9 -1 roll
]
6 1 roll
5 -2 roll
]
} bind def
/Msboxa1 {
sub
2 div
dup
2 index
1 add
mul
3 -1 roll
-1 add
3 -1 roll
mul
} bind def
/Mvboxa	{
Mfixwid
{
Mvboxa1
}
{
dup
Mwidthcal
0 exch
{
add
}
forall
exch
Mvboxa1
4 index
7 -1 roll
add
4 -1 roll
pop
3 1 roll
}
ifelse
} bind def
/Mvboxa1 {
gsave
newpath
[ true
3 -1 roll
{
Mbbox
5 -1 roll
{
0
5 1 roll
}
{
7 -1 roll
exch sub
(m) stringwidth pop
.3 mul
sub
7 1 roll
6 -1 roll
4 -1 roll
Mmin
3 -1 roll
5 index
add
5 -1 roll
4 -1 roll
Mmax
4 -1 roll
}
ifelse
false
}
forall
{ stop } if
counttomark
1 add
4 roll
]
grestore
} bind def
/Mbbox {
1 dict begin
0 0 moveto
/temp (T) def
{	gsave
currentpoint newpath moveto
temp 0 3 -1 roll put temp
false charpath flattenpath currentpoint
pathbbox
grestore moveto lineto moveto} forall
pathbbox
newpath
end
} bind def
/Mmin {
2 copy
gt
{ exch } if
pop
} bind def
/Mmax {
2 copy
lt
{ exch } if
pop
} bind def
/Mrotshowa {
dup
/Mrot
exch def
Mrotcheck
Mtmatrix
dup
setmatrix
7 1 roll
4 index
4 index
translate
rotate
3 index
-1 mul
3 index
-1 mul
translate
/Mtmatrix
matrix
currentmatrix
def
Mgmatrix setmatrix
Mshowa
/Mtmatrix
exch def
/Mrot 0 def
} bind def
/Mshowa {
4 -2 roll
moveto
2 index
Mtmatrix setmatrix
Mvboxa
7 1 roll
Mboxout
6 -1 roll
5 -1 roll
4 -1 roll
Mshowa1
4 1 roll
Mshowa1
rmoveto
currentpoint
Mfixwid
{
Mshowax
}
{
Mshoway
}
ifelse
pop pop pop pop
Mgmatrix setmatrix
} bind def
/Mshowax {	
0 1
4 index length
-1 add
{
2 index
4 index
2 index
get
3 index
add
moveto
4 index
exch get
Mfixdash
{
Mfixdashp		
}
if
show
} for
} bind def
/Mfixdashp {
dup
length
1
gt
1 index
true exch
{
45
eq
and
} forall
and
{
gsave
(--)		
stringwidth pop
(-)
stringwidth pop
sub
2 div
0 rmoveto
dup
length
1 sub
{
(-)
show
}
repeat
grestore
}
if
} bind def	
/Mshoway {
3 index
Mwidthcal
5 1 roll
0 1
4 index length
-1 add
{
2 index
4 index
2 index
get
3 index
add
moveto
4 index
exch get
[
6 index
aload
length
2 add
-1 roll
{
pop
Strform
stringwidth
pop
neg 
exch
add
0 rmoveto
}
exch
kshow
cleartomark
} for
pop	
} bind def
/Mwidthcal {
[
exch
{
Mwidthcal1
}
forall
]
[
exch
dup
Maxlen
-1 add
0 1
3 -1 roll
{
[
exch
2 index
{		 
1 index	
Mget
exch
}
forall		
pop
Maxget
exch
}
for
pop
]
Mreva
} bind def
/Mreva	{
[
exch
aload
length
-1 1
{1 roll}
for
]
} bind def
/Mget	{
1 index
length
-1 add
1 index
ge
{
get
}
{
pop pop
0
}
ifelse
} bind def
/Maxlen	{
[
exch
{
length
}
forall
Maxget
} bind def
/Maxget	{
counttomark
-1 add
1 1
3 -1 roll
{
pop
Mmax
}
for
exch
pop
} bind def
/Mwidthcal1 {
[
exch
{
Strform
stringwidth
pop
}
forall
]
} bind def
/Strform {
/tem (x) def
tem 0
3 -1 roll
put
tem
} bind def
/Mshowa1 {
2 copy
add
4 1 roll
sub
mul
sub
-2 div
} bind def
/MathScale {
Mwidth
Mheight
Mlp
translate
scale
/yscale exch def
/ybias exch def
/xscale exch def
/xbias exch def
/Momatrix
xscale yscale matrix scale
xbias ybias matrix translate
matrix concatmatrix def
/Mgmatrix
matrix currentmatrix
def
} bind def
/Mlp {
3 copy
Mlpfirst
{
Mnodistort
{
Mmin
dup
} if
4 index
2 index
2 index
Mlprun
11 index
11 -1 roll
10 -4 roll
Mlp1
8 index
9 -5 roll
Mlp1
4 -1 roll
and
{ exit } if
3 -1 roll
pop pop
} loop
exch
3 1 roll
7 -3 roll
pop pop pop
} bind def
/Mlpfirst {
3 -1 roll
dup length
2 copy
-2 add
get
aload
pop pop pop
4 -2 roll
-1 add
get
aload
pop pop pop
6 -1 roll
3 -1 roll
5 -1 roll
sub
div
4 1 roll
exch sub
div
} bind def
/Mlprun {
2 copy
4 index
0 get
dup
4 1 roll
Mlprun1
3 copy
8 -2 roll
9 -1 roll
{
3 copy
Mlprun1
3 copy
11 -3 roll
/gt Mlpminmax
8 3 roll
11 -3 roll
/lt Mlpminmax
8 3 roll
} forall
pop pop pop pop
3 1 roll
pop pop
aload pop
5 -1 roll
aload pop
exch
6 -1 roll
Mlprun2
8 2 roll
4 -1 roll
Mlprun2
6 2 roll
3 -1 roll
Mlprun2
4 2 roll
exch
Mlprun2
6 2 roll
} bind def
/Mlprun1 {
aload pop
exch
6 -1 roll
5 -1 roll
mul add
4 -2 roll
mul
3 -1 roll
add
} bind def
/Mlprun2 {
2 copy
add 2 div
3 1 roll
exch sub
} bind def
/Mlpminmax {
cvx
2 index
6 index
2 index
exec
{
7 -3 roll
4 -1 roll
} if
1 index
5 index
3 -1 roll
exec
{
4 1 roll
pop
5 -1 roll
aload
pop pop
4 -1 roll
aload pop
[
8 -2 roll
pop
5 -2 roll
pop
6 -2 roll
pop
5 -1 roll
]
4 1 roll
pop
}
{
pop pop pop
} ifelse
} bind def
/Mlp1 {
5 index
3 index	sub
5 index
2 index mul
1 index
le
1 index
0 le
or
dup
not
{
1 index
3 index	div
.99999 mul
8 -1 roll
pop
7 1 roll
}
if
8 -1 roll
2 div
7 -2 roll
pop sub
5 index
6 -3 roll
pop pop
mul sub
exch
} bind def
/intop 0 def
/inrht 0 def
/inflag 0 def
/outflag 0 def
/xadrht 0 def
/xadlft 0 def
/yadtop 0 def
/yadbot 0 def
/Minner {
outflag
1
eq
{
/outflag 0 def
/intop 0 def
/inrht 0 def
} if		
5 index
gsave
Mtmatrix setmatrix
Mvboxa pop
grestore
3 -1 roll
pop
dup
intop
gt
{
/intop
exch def
}
{ pop }
ifelse
dup
inrht
gt
{
/inrht
exch def
}
{ pop }
ifelse
pop
/inflag
1 def
} bind def
/Mouter {
/xadrht 0 def
/xadlft 0 def
/yadtop 0 def
/yadbot 0 def
inflag
1 eq
{
dup
0 lt
{
dup
intop
mul
neg
/yadtop
exch def
} if
dup
0 gt
{
dup
intop
mul
/yadbot
exch def
}
if
pop
dup
0 lt
{
dup
inrht
mul
neg
/xadrht
exch def
} if
dup
0 gt
{
dup
inrht
mul
/xadlft
exch def
} if
pop
/outflag 1 def
}
{ pop pop}
ifelse
/inflag 0 def
/inrht 0 def
/intop 0 def
} bind def	
/Mboxout {
outflag
1
eq
{
4 -1
roll
xadlft
leadjust
add
sub
4 1 roll
3 -1
roll
yadbot
leadjust
add
sub
3 1
roll
exch
xadrht
leadjust
add
add
exch
yadtop
leadjust
add
add
/outflag 0 def
/xadlft 0 def
/yadbot 0 def
/xadrht 0 def
/yadtop 0 def
} if
} bind def
/leadjust {
(m) stringwidth pop
.5 mul
} bind def
/Mrotcheck {
dup
90
eq
{
yadbot
/yadbot
xadrht
def	
/xadrht
yadtop
def
/yadtop
xadlft
def
/xadlft
exch
def
}
if
dup
cos
1 index
sin
Checkaux
dup
cos
1 index
sin neg
exch
Checkaux
3 1 roll
pop pop
} bind def
/Checkaux {
4 index
exch
4 index
mul
3 1 roll
mul add
4 1 roll
} bind def
/Mboxrot {
Mrot
90 eq
{
brotaux
4 2
roll
}
if
Mrot
180 eq
{
4 2
roll
brotaux
4 2
roll
brotaux
}	
if
Mrot
270 eq
{
4 2
roll
brotaux
}
if
} bind def
/brotaux {
neg
exch
neg
} bind def
/Mabsproc {
0
matrix defaultmatrix
dtransform idtransform
dup mul exch
dup mul
add sqrt
} bind def
/Mabswid {
Mabsproc
setlinewidth	
} bind def
/Mabsdash {
exch
[
exch
{
Mabsproc
}
forall
]
exch
setdash
} bind def
/MBeginOrig { Momatrix concat} bind def
/MEndOrig { Mgmatrix setmatrix} bind def
/sampledsound where
{ pop}
{ /sampledsound {
exch
pop
exch
5 1 roll
mul
4 idiv
mul
2 idiv
exch pop
exch
/Mtempproc exch def
{ Mtempproc pop}
repeat
} bind def
} ifelse
/g { setgray} bind def
/k { setcmykcolor} bind def
/m { moveto} bind def
/p { gsave} bind def
/r { setrgbcolor} bind def
/w { setlinewidth} bind def
/C { curveto} bind def
/F { fill} bind def
/L { lineto} bind def
/P { grestore} bind def
/s { stroke} bind def
/setcmykcolor where
{ pop}
{ /setcmykcolor {
4 1
roll
[
4 1 
roll
]
{
1 index
sub
1
sub neg
dup
0
lt
{
pop
0
}
if
dup
1
gt
{
pop
1
}
if
exch
} forall
pop
setrgbcolor
} bind def
} ifelse
/Mcharproc
{
currentfile
(x)
readhexstring
pop
0 get
exch
div
} bind def
/Mshadeproc
{
dup
3 1
roll
{
dup
Mcharproc
3 1
roll
} repeat
1 eq
{
setgray
}
{
3 eq
{
setrgbcolor
}
{
setcmykcolor
} ifelse
} ifelse
} bind def
/Mrectproc
{
3 index
2 index
moveto
2 index
3 -1
roll
lineto
dup
3 1
roll
lineto
lineto
fill
} bind def
/Mcolorimage
{
7 1
roll
pop
pop
matrix
invertmatrix
concat
2 exch exp
1 sub
3 1 roll
1 1
2 index
{
1 1
4 index
{
dup
1 sub
exch
2 index
dup
1 sub
exch
7 index
9 index
Mshadeproc
Mrectproc
} for
pop
} for
pop pop pop pop
} bind def
/Mimage
{
pop
matrix
invertmatrix
concat
2 exch exp
1 sub
3 1 roll
1 1
2 index
{
1 1
4 index
{
dup
1 sub
exch
2 index
dup
1 sub
exch
7 index
Mcharproc
setgray
Mrectproc
} for
pop
} for
pop pop pop
} bind def

%%AspectRatio: .47619 
MathPictureStart
%% Graphics
/Times-Roman findfont 8  scalefont  setfont
% Scaling calculations
0.0238095 0.47619 0.0113379 0.47619 [
[ 0 0 0 0 ]
[ 1 .47619 0 0 ]
] MathScale
% Start of Graphics
1 setlinecap
1 setlinejoin
newpath
[ ] 0 setdash
0 g
p
P
0 0 m
1 0 L
1 .47619 L
0 .47619 L
closepath
clip
newpath
p
p
% Start of sub-graphic
p
0.0238095 0.0113379 0.477324 0.464853 MathSubStart
%% Graphics
/Times-Roman findfont 8  scalefont  setfont
% Scaling calculations
0.5 0.00666667 0.5 0.00666667 [
[(-60)] .1 0 0 2 Msboxa
[(-40)] .23333 0 0 2 Msboxa
[(-20)] .36667 0 0 2 Msboxa
[(0)] .5 0 0 2 Msboxa
[(20)] .63333 0 0 2 Msboxa
[(40)] .76667 0 0 2 Msboxa
[(60)] .9 0 0 2 Msboxa
[(-60)] -0.0125 .1 1 0 Msboxa
[(-40)] -0.0125 .23333 1 0 Msboxa
[(-20)] -0.0125 .36667 1 0 Msboxa
[(0)] -0.0125 .5 1 0 Msboxa
[(20)] -0.0125 .63333 1 0 Msboxa
[(40)] -0.0125 .76667 1 0 Msboxa
[(60)] -0.0125 .9 1 0 Msboxa
[ -0.001 -0.001 0 0 ]
[ 1.001 1.001 0 0 ]
] MathScale
% Start of Graphics
1 setlinecap
1 setlinejoin
newpath
[ ] 0 setdash
p
p
.002 w
.1 0 m
.1 .00625 L
s
P
[(-60)] .1 0 0 2 Mshowa
p
.002 w
.23333 0 m
.23333 .00625 L
s
P
[(-40)] .23333 0 0 2 Mshowa
p
.002 w
.36667 0 m
.36667 .00625 L
s
P
[(-20)] .36667 0 0 2 Mshowa
p
.002 w
.5 0 m
.5 .00625 L
s
P
[(0)] .5 0 0 2 Mshowa
p
.002 w
.63333 0 m
.63333 .00625 L
s
P
[(20)] .63333 0 0 2 Mshowa
p
.002 w
.76667 0 m
.76667 .00625 L
s
P
[(40)] .76667 0 0 2 Mshowa
p
.002 w
.9 0 m
.9 .00625 L
s
P
[(60)] .9 0 0 2 Mshowa
p
.001 w
.12667 0 m
.12667 .00375 L
s
P
p
.001 w
.15333 0 m
.15333 .00375 L
s
P
p
.001 w
.18 0 m
.18 .00375 L
s
P
p
.001 w
.20667 0 m
.20667 .00375 L
s
P
p
.001 w
.26 0 m
.26 .00375 L
s
P
p
.001 w
.28667 0 m
.28667 .00375 L
s
P
p
.001 w
.31333 0 m
.31333 .00375 L
s
P
p
.001 w
.34 0 m
.34 .00375 L
s
P
p
.001 w
.39333 0 m
.39333 .00375 L
s
P
p
.001 w
.42 0 m
.42 .00375 L
s
P
p
.001 w
.44667 0 m
.44667 .00375 L
s
P
p
.001 w
.47333 0 m
.47333 .00375 L
s
P
p
.001 w
.52667 0 m
.52667 .00375 L
s
P
p
.001 w
.55333 0 m
.55333 .00375 L
s
P
p
.001 w
.58 0 m
.58 .00375 L
s
P
p
.001 w
.60667 0 m
.60667 .00375 L
s
P
p
.001 w
.66 0 m
.66 .00375 L
s
P
p
.001 w
.68667 0 m
.68667 .00375 L
s
P
p
.001 w
.71333 0 m
.71333 .00375 L
s
P
p
.001 w
.74 0 m
.74 .00375 L
s
P
p
.001 w
.79333 0 m
.79333 .00375 L
s
P
p
.001 w
.82 0 m
.82 .00375 L
s
P
p
.001 w
.84667 0 m
.84667 .00375 L
s
P
p
.001 w
.87333 0 m
.87333 .00375 L
s
P
p
.001 w
.07333 0 m
.07333 .00375 L
s
P
p
.001 w
.04667 0 m
.04667 .00375 L
s
P
p
.001 w
.02 0 m
.02 .00375 L
s
P
p
.001 w
.92667 0 m
.92667 .00375 L
s
P
p
.001 w
.95333 0 m
.95333 .00375 L
s
P
p
.001 w
.98 0 m
.98 .00375 L
s
P
p
.002 w
0 0 m
1 0 L
s
P
p
.002 w
0 .1 m
.00625 .1 L
s
P
[(-60)] -0.0125 .1 1 0 Mshowa
p
.002 w
0 .23333 m
.00625 .23333 L
s
P
[(-40)] -0.0125 .23333 1 0 Mshowa
p
.002 w
0 .36667 m
.00625 .36667 L
s
P
[(-20)] -0.0125 .36667 1 0 Mshowa
p
.002 w
0 .5 m
.00625 .5 L
s
P
[(0)] -0.0125 .5 1 0 Mshowa
p
.002 w
0 .63333 m
.00625 .63333 L
s
P
[(20)] -0.0125 .63333 1 0 Mshowa
p
.002 w
0 .76667 m
.00625 .76667 L
s
P
[(40)] -0.0125 .76667 1 0 Mshowa
p
.002 w
0 .9 m
.00625 .9 L
s
P
[(60)] -0.0125 .9 1 0 Mshowa
p
.001 w
0 .12667 m
.00375 .12667 L
s
P
p
.001 w
0 .15333 m
.00375 .15333 L
s
P
p
.001 w
0 .18 m
.00375 .18 L
s
P
p
.001 w
0 .20667 m
.00375 .20667 L
s
P
p
.001 w
0 .26 m
.00375 .26 L
s
P
p
.001 w
0 .28667 m
.00375 .28667 L
s
P
p
.001 w
0 .31333 m
.00375 .31333 L
s
P
p
.001 w
0 .34 m
.00375 .34 L
s
P
p
.001 w
0 .39333 m
.00375 .39333 L
s
P
p
.001 w
0 .42 m
.00375 .42 L
s
P
p
.001 w
0 .44667 m
.00375 .44667 L
s
P
p
.001 w
0 .47333 m
.00375 .47333 L
s
P
p
.001 w
0 .52667 m
.00375 .52667 L
s
P
p
.001 w
0 .55333 m
.00375 .55333 L
s
P
p
.001 w
0 .58 m
.00375 .58 L
s
P
p
.001 w
0 .60667 m
.00375 .60667 L
s
P
p
.001 w
0 .66 m
.00375 .66 L
s
P
p
.001 w
0 .68667 m
.00375 .68667 L
s
P
p
.001 w
0 .71333 m
.00375 .71333 L
s
P
p
.001 w
0 .74 m
.00375 .74 L
s
P
p
.001 w
0 .79333 m
.00375 .79333 L
s
P
p
.001 w
0 .82 m
.00375 .82 L
s
P
p
.001 w
0 .84667 m
.00375 .84667 L
s
P
p
.001 w
0 .87333 m
.00375 .87333 L
s
P
p
.001 w
0 .07333 m
.00375 .07333 L
s
P
p
.001 w
0 .04667 m
.00375 .04667 L
s
P
p
.001 w
0 .02 m
.00375 .02 L
s
P
p
.001 w
0 .92667 m
.00375 .92667 L
s
P
p
.001 w
0 .95333 m
.00375 .95333 L
s
P
p
.001 w
0 .98 m
.00375 .98 L
s
P
p
.002 w
0 0 m
0 1 L
s
P
P
p
p
.002 w
.1 .99375 m
.1 1 L
s
P
p
.002 w
.23333 .99375 m
.23333 1 L
s
P
p
.002 w
.36667 .99375 m
.36667 1 L
s
P
p
.002 w
.5 .99375 m
.5 1 L
s
P
p
.002 w
.63333 .99375 m
.63333 1 L
s
P
p
.002 w
.76667 .99375 m
.76667 1 L
s
P
p
.002 w
.9 .99375 m
.9 1 L
s
P
p
.001 w
.12667 .99625 m
.12667 1 L
s
P
p
.001 w
.15333 .99625 m
.15333 1 L
s
P
p
.001 w
.18 .99625 m
.18 1 L
s
P
p
.001 w
.20667 .99625 m
.20667 1 L
s
P
p
.001 w
.26 .99625 m
.26 1 L
s
P
p
.001 w
.28667 .99625 m
.28667 1 L
s
P
p
.001 w
.31333 .99625 m
.31333 1 L
s
P
p
.001 w
.34 .99625 m
.34 1 L
s
P
p
.001 w
.39333 .99625 m
.39333 1 L
s
P
p
.001 w
.42 .99625 m
.42 1 L
s
P
p
.001 w
.44667 .99625 m
.44667 1 L
s
P
p
.001 w
.47333 .99625 m
.47333 1 L
s
P
p
.001 w
.52667 .99625 m
.52667 1 L
s
P
p
.001 w
.55333 .99625 m
.55333 1 L
s
P
p
.001 w
.58 .99625 m
.58 1 L
s
P
p
.001 w
.60667 .99625 m
.60667 1 L
s
P
p
.001 w
.66 .99625 m
.66 1 L
s
P
p
.001 w
.68667 .99625 m
.68667 1 L
s
P
p
.001 w
.71333 .99625 m
.71333 1 L
s
P
p
.001 w
.74 .99625 m
.74 1 L
s
P
p
.001 w
.79333 .99625 m
.79333 1 L
s
P
p
.001 w
.82 .99625 m
.82 1 L
s
P
p
.001 w
.84667 .99625 m
.84667 1 L
s
P
p
.001 w
.87333 .99625 m
.87333 1 L
s
P
p
.001 w
.07333 .99625 m
.07333 1 L
s
P
p
.001 w
.04667 .99625 m
.04667 1 L
s
P
p
.001 w
.02 .99625 m
.02 1 L
s
P
p
.001 w
.92667 .99625 m
.92667 1 L
s
P
p
.001 w
.95333 .99625 m
.95333 1 L
s
P
p
.001 w
.98 .99625 m
.98 1 L
s
P
p
.002 w
0 1 m
1 1 L
s
P
p
.002 w
.99375 .1 m
1 .1 L
s
P
p
.002 w
.99375 .23333 m
1 .23333 L
s
P
p
.002 w
.99375 .36667 m
1 .36667 L
s
P
p
.002 w
.99375 .5 m
1 .5 L
s
P
p
.002 w
.99375 .63333 m
1 .63333 L
s
P
p
.002 w
.99375 .76667 m
1 .76667 L
s
P
p
.002 w
.99375 .9 m
1 .9 L
s
P
p
.001 w
.99625 .12667 m
1 .12667 L
s
P
p
.001 w
.99625 .15333 m
1 .15333 L
s
P
p
.001 w
.99625 .18 m
1 .18 L
s
P
p
.001 w
.99625 .20667 m
1 .20667 L
s
P
p
.001 w
.99625 .26 m
1 .26 L
s
P
p
.001 w
.99625 .28667 m
1 .28667 L
s
P
p
.001 w
.99625 .31333 m
1 .31333 L
s
P
p
.001 w
.99625 .34 m
1 .34 L
s
P
p
.001 w
.99625 .39333 m
1 .39333 L
s
P
p
.001 w
.99625 .42 m
1 .42 L
s
P
p
.001 w
.99625 .44667 m
1 .44667 L
s
P
p
.001 w
.99625 .47333 m
1 .47333 L
s
P
p
.001 w
.99625 .52667 m
1 .52667 L
s
P
p
.001 w
.99625 .55333 m
1 .55333 L
s
P
p
.001 w
.99625 .58 m
1 .58 L
s
P
p
.001 w
.99625 .60667 m
1 .60667 L
s
P
p
.001 w
.99625 .66 m
1 .66 L
s
P
p
.001 w
.99625 .68667 m
1 .68667 L
s
P
p
.001 w
.99625 .71333 m
1 .71333 L
s
P
p
.001 w
.99625 .74 m
1 .74 L
s
P
p
.001 w
.99625 .79333 m
1 .79333 L
s
P
p
.001 w
.99625 .82 m
1 .82 L
s
P
p
.001 w
.99625 .84667 m
1 .84667 L
s
P
p
.001 w
.99625 .87333 m
1 .87333 L
s
P
p
.001 w
.99625 .07333 m
1 .07333 L
s
P
p
.001 w
.99625 .04667 m
1 .04667 L
s
P
p
.001 w
.99625 .02 m
1 .02 L
s
P
p
.001 w
.99625 .92667 m
1 .92667 L
s
P
p
.001 w
.99625 .95333 m
1 .95333 L
s
P
p
.001 w
.99625 .98 m
1 .98 L
s
P
p
.002 w
1 0 m
1 1 L
s
P
P
p
p
.002 w
0 .5 m
1 .5 L
s
P
p
.002 w
.5 0 m
.5 1 L
s
P
P
0 0 m
1 0 L
1 1 L
0 1 L
closepath
clip
newpath
p
p
0 0 0 1 k
p
.009 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .5 Mdot
.60667 .68475 Mdot
.39333 .68475 Mdot
.28667 .5 Mdot
.39333 .31525 Mdot
.60667 .31525 Mdot
.82 .68475 Mdot
.5 .86951 Mdot
.18 .68475 Mdot
.18 .31525 Mdot
.5 .13049 Mdot
.82 .31525 Mdot
.92667 .5 Mdot
.71333 .86951 Mdot
.28667 .86951 Mdot
.07333 .5 Mdot
.28667 .13049 Mdot
.71333 .13049 Mdot
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .5 Mdot
.60667 .68475 Mdot
.39333 .68475 Mdot
.28667 .5 Mdot
.39333 .31525 Mdot
.60667 .31525 Mdot
.82 .68475 Mdot
.5 .86951 Mdot
.18 .68475 Mdot
.18 .31525 Mdot
.5 .13049 Mdot
.82 .31525 Mdot
.92667 .5 Mdot
.71333 .86951 Mdot
.28667 .86951 Mdot
.07333 .5 Mdot
.28667 .13049 Mdot
.71333 .13049 Mdot
1.03333 .68475 Mdot
.92667 .86951 Mdot
.60667 1.05425 Mdot
.39333 1.05425 Mdot
.07333 .86951 Mdot
-0.03333 .68475 Mdot
-0.03333 .31525 Mdot
.07333 .13049 Mdot
.39333 -0.05425 Mdot
.60667 -0.05425 Mdot
.92667 .13049 Mdot
1.03333 .31525 Mdot
1.14 .5 Mdot
.82 1.05425 Mdot
.18 1.05425 Mdot
-0.14 .5 Mdot
.18 -0.05425 Mdot
.82 -0.05425 Mdot
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .5 Mdot
.60667 .68475 Mdot
.39333 .68475 Mdot
.28667 .5 Mdot
.39333 .31525 Mdot
.60667 .31525 Mdot
.82 .68475 Mdot
.5 .86951 Mdot
.18 .68475 Mdot
.18 .31525 Mdot
.5 .13049 Mdot
.82 .31525 Mdot
.92667 .5 Mdot
.71333 .86951 Mdot
.28667 .86951 Mdot
.07333 .5 Mdot
.28667 .13049 Mdot
.71333 .13049 Mdot
1.03333 .68475 Mdot
.92667 .86951 Mdot
.60667 1.05425 Mdot
.39333 1.05425 Mdot
.07333 .86951 Mdot
-0.03333 .68475 Mdot
-0.03333 .31525 Mdot
.07333 .13049 Mdot
.39333 -0.05425 Mdot
.60667 -0.05425 Mdot
.92667 .13049 Mdot
1.03333 .31525 Mdot
1.14 .5 Mdot
.82 1.05425 Mdot
.18 1.05425 Mdot
-0.14 .5 Mdot
.18 -0.05425 Mdot
.82 -0.05425 Mdot
P
P
p
0 0 0 1 k
p
.003 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .5 Mdot
.60667 .68475 Mdot
.39333 .68475 Mdot
.28667 .5 Mdot
.39333 .31525 Mdot
.60667 .31525 Mdot
.82 .68475 Mdot
.5 .86951 Mdot
.18 .68475 Mdot
.18 .31525 Mdot
.5 .13049 Mdot
.82 .31525 Mdot
.92667 .5 Mdot
.71333 .86951 Mdot
.28667 .86951 Mdot
.07333 .5 Mdot
.28667 .13049 Mdot
.71333 .13049 Mdot
1.03333 .68475 Mdot
.92667 .86951 Mdot
.60667 1.05425 Mdot
.39333 1.05425 Mdot
.07333 .86951 Mdot
-0.03333 .68475 Mdot
-0.03333 .31525 Mdot
.07333 .13049 Mdot
.39333 -0.05425 Mdot
.60667 -0.05425 Mdot
.92667 .13049 Mdot
1.03333 .31525 Mdot
1.14 .5 Mdot
.82 1.05425 Mdot
.18 1.05425 Mdot
-0.14 .5 Mdot
.18 -0.05425 Mdot
.82 -0.05425 Mdot
P
P
p
0 0 0 1 k
p
.002 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .5 Mdot
.60667 .68475 Mdot
.39333 .68475 Mdot
.28667 .5 Mdot
.39333 .31525 Mdot
.60667 .31525 Mdot
.82 .68475 Mdot
.5 .86951 Mdot
.18 .68475 Mdot
.18 .31525 Mdot
.5 .13049 Mdot
.82 .31525 Mdot
.92667 .5 Mdot
.71333 .86951 Mdot
.28667 .86951 Mdot
.07333 .5 Mdot
.28667 .13049 Mdot
.71333 .13049 Mdot
1.03333 .68475 Mdot
.92667 .86951 Mdot
.60667 1.05425 Mdot
.39333 1.05425 Mdot
.07333 .86951 Mdot
-0.03333 .68475 Mdot
-0.03333 .31525 Mdot
.07333 .13049 Mdot
.39333 -0.05425 Mdot
.60667 -0.05425 Mdot
.92667 .13049 Mdot
1.03333 .31525 Mdot
1.14 .5 Mdot
.82 1.05425 Mdot
.18 1.05425 Mdot
-0.14 .5 Mdot
.18 -0.05425 Mdot
.82 -0.05425 Mdot
P
P
p
.001 w
newpath
.5 .5 .05333 0 365.73 arc
s
newpath
.71333 .5 .00933 0 365.73 arc
s
newpath
.60667 .68475 .00933 0 365.73 arc
s
newpath
.39333 .68475 .00933 0 365.73 arc
s
newpath
.28667 .5 .00933 0 365.73 arc
s
newpath
.39333 .31525 .00933 0 365.73 arc
s
newpath
.60667 .31525 .00933 0 365.73 arc
s
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .685 .50167 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(1)] .695 .49167 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .57833 .68642 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .58833 .67642 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .365 .68642 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .375 .67642 0 0 Mshowa
P
P
P
MathSubEnd
P
% End of sub-graphic
% Start of sub-graphic
p
0.522676 0.0113379 0.97619 0.464853 MathSubStart
%% Graphics
/Times-Roman findfont 8  scalefont  setfont
% Scaling calculations
0.5 0.00666667 0.5 0.00666667 [
[(-60)] .1 0 0 2 Msboxa
[(-40)] .23333 0 0 2 Msboxa
[(-20)] .36667 0 0 2 Msboxa
[(0)] .5 0 0 2 Msboxa
[(20)] .63333 0 0 2 Msboxa
[(40)] .76667 0 0 2 Msboxa
[(60)] .9 0 0 2 Msboxa
[(-60)] -0.0125 .1 1 0 Msboxa
[(-40)] -0.0125 .23333 1 0 Msboxa
[(-20)] -0.0125 .36667 1 0 Msboxa
[(0)] -0.0125 .5 1 0 Msboxa
[(20)] -0.0125 .63333 1 0 Msboxa
[(40)] -0.0125 .76667 1 0 Msboxa
[(60)] -0.0125 .9 1 0 Msboxa
[ -0.001 -0.001 0 0 ]
[ 1.001 1.001 0 0 ]
] MathScale
% Start of Graphics
1 setlinecap
1 setlinejoin
newpath
[ ] 0 setdash
p
p
.002 w
.1 0 m
.1 .00625 L
s
P
[(-60)] .1 0 0 2 Mshowa
p
.002 w
.23333 0 m
.23333 .00625 L
s
P
[(-40)] .23333 0 0 2 Mshowa
p
.002 w
.36667 0 m
.36667 .00625 L
s
P
[(-20)] .36667 0 0 2 Mshowa
p
.002 w
.5 0 m
.5 .00625 L
s
P
[(0)] .5 0 0 2 Mshowa
p
.002 w
.63333 0 m
.63333 .00625 L
s
P
[(20)] .63333 0 0 2 Mshowa
p
.002 w
.76667 0 m
.76667 .00625 L
s
P
[(40)] .76667 0 0 2 Mshowa
p
.002 w
.9 0 m
.9 .00625 L
s
P
[(60)] .9 0 0 2 Mshowa
p
.001 w
.12667 0 m
.12667 .00375 L
s
P
p
.001 w
.15333 0 m
.15333 .00375 L
s
P
p
.001 w
.18 0 m
.18 .00375 L
s
P
p
.001 w
.20667 0 m
.20667 .00375 L
s
P
p
.001 w
.26 0 m
.26 .00375 L
s
P
p
.001 w
.28667 0 m
.28667 .00375 L
s
P
p
.001 w
.31333 0 m
.31333 .00375 L
s
P
p
.001 w
.34 0 m
.34 .00375 L
s
P
p
.001 w
.39333 0 m
.39333 .00375 L
s
P
p
.001 w
.42 0 m
.42 .00375 L
s
P
p
.001 w
.44667 0 m
.44667 .00375 L
s
P
p
.001 w
.47333 0 m
.47333 .00375 L
s
P
p
.001 w
.52667 0 m
.52667 .00375 L
s
P
p
.001 w
.55333 0 m
.55333 .00375 L
s
P
p
.001 w
.58 0 m
.58 .00375 L
s
P
p
.001 w
.60667 0 m
.60667 .00375 L
s
P
p
.001 w
.66 0 m
.66 .00375 L
s
P
p
.001 w
.68667 0 m
.68667 .00375 L
s
P
p
.001 w
.71333 0 m
.71333 .00375 L
s
P
p
.001 w
.74 0 m
.74 .00375 L
s
P
p
.001 w
.79333 0 m
.79333 .00375 L
s
P
p
.001 w
.82 0 m
.82 .00375 L
s
P
p
.001 w
.84667 0 m
.84667 .00375 L
s
P
p
.001 w
.87333 0 m
.87333 .00375 L
s
P
p
.001 w
.07333 0 m
.07333 .00375 L
s
P
p
.001 w
.04667 0 m
.04667 .00375 L
s
P
p
.001 w
.02 0 m
.02 .00375 L
s
P
p
.001 w
.92667 0 m
.92667 .00375 L
s
P
p
.001 w
.95333 0 m
.95333 .00375 L
s
P
p
.001 w
.98 0 m
.98 .00375 L
s
P
p
.002 w
0 0 m
1 0 L
s
P
p
.002 w
0 .1 m
.00625 .1 L
s
P
[(-60)] -0.0125 .1 1 0 Mshowa
p
.002 w
0 .23333 m
.00625 .23333 L
s
P
[(-40)] -0.0125 .23333 1 0 Mshowa
p
.002 w
0 .36667 m
.00625 .36667 L
s
P
[(-20)] -0.0125 .36667 1 0 Mshowa
p
.002 w
0 .5 m
.00625 .5 L
s
P
[(0)] -0.0125 .5 1 0 Mshowa
p
.002 w
0 .63333 m
.00625 .63333 L
s
P
[(20)] -0.0125 .63333 1 0 Mshowa
p
.002 w
0 .76667 m
.00625 .76667 L
s
P
[(40)] -0.0125 .76667 1 0 Mshowa
p
.002 w
0 .9 m
.00625 .9 L
s
P
[(60)] -0.0125 .9 1 0 Mshowa
p
.001 w
0 .12667 m
.00375 .12667 L
s
P
p
.001 w
0 .15333 m
.00375 .15333 L
s
P
p
.001 w
0 .18 m
.00375 .18 L
s
P
p
.001 w
0 .20667 m
.00375 .20667 L
s
P
p
.001 w
0 .26 m
.00375 .26 L
s
P
p
.001 w
0 .28667 m
.00375 .28667 L
s
P
p
.001 w
0 .31333 m
.00375 .31333 L
s
P
p
.001 w
0 .34 m
.00375 .34 L
s
P
p
.001 w
0 .39333 m
.00375 .39333 L
s
P
p
.001 w
0 .42 m
.00375 .42 L
s
P
p
.001 w
0 .44667 m
.00375 .44667 L
s
P
p
.001 w
0 .47333 m
.00375 .47333 L
s
P
p
.001 w
0 .52667 m
.00375 .52667 L
s
P
p
.001 w
0 .55333 m
.00375 .55333 L
s
P
p
.001 w
0 .58 m
.00375 .58 L
s
P
p
.001 w
0 .60667 m
.00375 .60667 L
s
P
p
.001 w
0 .66 m
.00375 .66 L
s
P
p
.001 w
0 .68667 m
.00375 .68667 L
s
P
p
.001 w
0 .71333 m
.00375 .71333 L
s
P
p
.001 w
0 .74 m
.00375 .74 L
s
P
p
.001 w
0 .79333 m
.00375 .79333 L
s
P
p
.001 w
0 .82 m
.00375 .82 L
s
P
p
.001 w
0 .84667 m
.00375 .84667 L
s
P
p
.001 w
0 .87333 m
.00375 .87333 L
s
P
p
.001 w
0 .07333 m
.00375 .07333 L
s
P
p
.001 w
0 .04667 m
.00375 .04667 L
s
P
p
.001 w
0 .02 m
.00375 .02 L
s
P
p
.001 w
0 .92667 m
.00375 .92667 L
s
P
p
.001 w
0 .95333 m
.00375 .95333 L
s
P
p
.001 w
0 .98 m
.00375 .98 L
s
P
p
.002 w
0 0 m
0 1 L
s
P
P
p
p
.002 w
.1 .99375 m
.1 1 L
s
P
p
.002 w
.23333 .99375 m
.23333 1 L
s
P
p
.002 w
.36667 .99375 m
.36667 1 L
s
P
p
.002 w
.5 .99375 m
.5 1 L
s
P
p
.002 w
.63333 .99375 m
.63333 1 L
s
P
p
.002 w
.76667 .99375 m
.76667 1 L
s
P
p
.002 w
.9 .99375 m
.9 1 L
s
P
p
.001 w
.12667 .99625 m
.12667 1 L
s
P
p
.001 w
.15333 .99625 m
.15333 1 L
s
P
p
.001 w
.18 .99625 m
.18 1 L
s
P
p
.001 w
.20667 .99625 m
.20667 1 L
s
P
p
.001 w
.26 .99625 m
.26 1 L
s
P
p
.001 w
.28667 .99625 m
.28667 1 L
s
P
p
.001 w
.31333 .99625 m
.31333 1 L
s
P
p
.001 w
.34 .99625 m
.34 1 L
s
P
p
.001 w
.39333 .99625 m
.39333 1 L
s
P
p
.001 w
.42 .99625 m
.42 1 L
s
P
p
.001 w
.44667 .99625 m
.44667 1 L
s
P
p
.001 w
.47333 .99625 m
.47333 1 L
s
P
p
.001 w
.52667 .99625 m
.52667 1 L
s
P
p
.001 w
.55333 .99625 m
.55333 1 L
s
P
p
.001 w
.58 .99625 m
.58 1 L
s
P
p
.001 w
.60667 .99625 m
.60667 1 L
s
P
p
.001 w
.66 .99625 m
.66 1 L
s
P
p
.001 w
.68667 .99625 m
.68667 1 L
s
P
p
.001 w
.71333 .99625 m
.71333 1 L
s
P
p
.001 w
.74 .99625 m
.74 1 L
s
P
p
.001 w
.79333 .99625 m
.79333 1 L
s
P
p
.001 w
.82 .99625 m
.82 1 L
s
P
p
.001 w
.84667 .99625 m
.84667 1 L
s
P
p
.001 w
.87333 .99625 m
.87333 1 L
s
P
p
.001 w
.07333 .99625 m
.07333 1 L
s
P
p
.001 w
.04667 .99625 m
.04667 1 L
s
P
p
.001 w
.02 .99625 m
.02 1 L
s
P
p
.001 w
.92667 .99625 m
.92667 1 L
s
P
p
.001 w
.95333 .99625 m
.95333 1 L
s
P
p
.001 w
.98 .99625 m
.98 1 L
s
P
p
.002 w
0 1 m
1 1 L
s
P
p
.002 w
.99375 .1 m
1 .1 L
s
P
p
.002 w
.99375 .23333 m
1 .23333 L
s
P
p
.002 w
.99375 .36667 m
1 .36667 L
s
P
p
.002 w
.99375 .5 m
1 .5 L
s
P
p
.002 w
.99375 .63333 m
1 .63333 L
s
P
p
.002 w
.99375 .76667 m
1 .76667 L
s
P
p
.002 w
.99375 .9 m
1 .9 L
s
P
p
.001 w
.99625 .12667 m
1 .12667 L
s
P
p
.001 w
.99625 .15333 m
1 .15333 L
s
P
p
.001 w
.99625 .18 m
1 .18 L
s
P
p
.001 w
.99625 .20667 m
1 .20667 L
s
P
p
.001 w
.99625 .26 m
1 .26 L
s
P
p
.001 w
.99625 .28667 m
1 .28667 L
s
P
p
.001 w
.99625 .31333 m
1 .31333 L
s
P
p
.001 w
.99625 .34 m
1 .34 L
s
P
p
.001 w
.99625 .39333 m
1 .39333 L
s
P
p
.001 w
.99625 .42 m
1 .42 L
s
P
p
.001 w
.99625 .44667 m
1 .44667 L
s
P
p
.001 w
.99625 .47333 m
1 .47333 L
s
P
p
.001 w
.99625 .52667 m
1 .52667 L
s
P
p
.001 w
.99625 .55333 m
1 .55333 L
s
P
p
.001 w
.99625 .58 m
1 .58 L
s
P
p
.001 w
.99625 .60667 m
1 .60667 L
s
P
p
.001 w
.99625 .66 m
1 .66 L
s
P
p
.001 w
.99625 .68667 m
1 .68667 L
s
P
p
.001 w
.99625 .71333 m
1 .71333 L
s
P
p
.001 w
.99625 .74 m
1 .74 L
s
P
p
.001 w
.99625 .79333 m
1 .79333 L
s
P
p
.001 w
.99625 .82 m
1 .82 L
s
P
p
.001 w
.99625 .84667 m
1 .84667 L
s
P
p
.001 w
.99625 .87333 m
1 .87333 L
s
P
p
.001 w
.99625 .07333 m
1 .07333 L
s
P
p
.001 w
.99625 .04667 m
1 .04667 L
s
P
p
.001 w
.99625 .02 m
1 .02 L
s
P
p
.001 w
.99625 .92667 m
1 .92667 L
s
P
p
.001 w
.99625 .95333 m
1 .95333 L
s
P
p
.001 w
.99625 .98 m
1 .98 L
s
P
p
.002 w
1 0 m
1 1 L
s
P
P
p
p
.002 w
0 .5 m
1 .5 L
s
P
p
.002 w
.5 0 m
.5 1 L
s
P
P
0 0 m
1 0 L
1 1 L
0 1 L
closepath
clip
newpath
p
p
0 0 0 1 k
p
.009 w
.5 .5 Mdot
.48736 .51437 Mdot
.51264 .48563 Mdot
.40597 .67039 Mdot
.59403 .32961 Mdot
.61931 .67039 Mdot
.38069 .32961 Mdot
.71333 .5 Mdot
.60667 .68475 Mdot
.39333 .68475 Mdot
.28667 .5 Mdot
.39333 .31525 Mdot
.60667 .31525 Mdot
.27403 .51437 Mdot
.72597 .48563 Mdot
.51264 .85513 Mdot
.48736 .14487 Mdot
.18 .68475 Mdot
.82 .31525 Mdot
.83264 .67039 Mdot
.16736 .32961 Mdot
.29931 .85513 Mdot
.70069 .14487 Mdot
.72597 .85513 Mdot
.27403 .14487 Mdot
.06069 .51437 Mdot
.93931 .48563 Mdot
P
p
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,0\))] .5 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,1\))] .48736 .51437 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-1\))] .51264 .48563 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,0\))] .40597 .67039 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,0\))] .59403 .32961 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,0\))] .61931 .67039 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,0\))] .38069 .32961 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,0\))] .71333 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,1\))] .60667 .68475 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,1\))] .39333 .68475 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,0\))] .28667 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-1\))] .39333 .31525 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-1\))] .60667 .31525 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,1\))] .27403 .51437 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,-1\))] .72597 .48563 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,1\))] .51264 .85513 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-1\))] .48736 .14487 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,1\))] .18 .68475 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,-1\))] .82 .31525 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,0\))] .83264 .67039 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,0\))] .16736 .32961 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,1\))] .29931 .85513 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-1\))] .70069 .14487 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,1\))] .72597 .85513 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-1\))] .27403 .14487 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,1\))] .06069 .51437 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,-1\))] .93931 .48563 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.47473 .52874 Mdot
.52527 .47126 Mdot
.41861 .65601 Mdot
.58139 .34399 Mdot
.70069 .51437 Mdot
.29931 .48563 Mdot
.63194 .65601 Mdot
.36806 .34399 Mdot
.59403 .69912 Mdot
.40597 .30088 Mdot
.38069 .69912 Mdot
.61931 .30088 Mdot
.26139 .52874 Mdot
.73861 .47126 Mdot
.52527 .84077 Mdot
.47473 .15923 Mdot
.19264 .67039 Mdot
.80736 .32961 Mdot
.82 .68475 Mdot
.5 .86951 Mdot
.18 .31525 Mdot
.5 .13049 Mdot
.84527 .65601 Mdot
.15473 .34399 Mdot
.16736 .69912 Mdot
.83264 .30088 Mdot
.31194 .84077 Mdot
.68806 .15923 Mdot
.73861 .84077 Mdot
.26139 .15923 Mdot
.92667 .5 Mdot
.71333 .86951 Mdot
.28667 .86951 Mdot
.07333 .5 Mdot
.28667 .13049 Mdot
.71333 .13049 Mdot
.04806 .52874 Mdot
.95194 .47126 Mdot
.41861 1.02552 Mdot
.58139 -0.02552 Mdot
.63194 1.02552 Mdot
.36806 -0.02552 Mdot
.08597 .85513 Mdot
.91403 .14487 Mdot
.40597 1.03989 Mdot
.59403 -0.03989 Mdot
.61931 1.03989 Mdot
.38069 -0.03989 Mdot
.07333 .86951 Mdot
-0.03333 .68475 Mdot
.92667 .13049 Mdot
1.03333 .31525 Mdot
.93931 .85513 Mdot
.06069 .14487 Mdot
.95194 .84077 Mdot
.04806 .15923 Mdot
1.04597 .67039 Mdot
-0.04597 .32961 Mdot
1.05861 .65601 Mdot
-0.05861 .34399 Mdot
-0.04597 .69912 Mdot
1.04597 .30088 Mdot
.20527 1.02552 Mdot
.79473 -0.02552 Mdot
.19264 1.03989 Mdot
.80736 -0.03989 Mdot
.84527 1.02552 Mdot
.15473 -0.02552 Mdot
.83264 1.03989 Mdot
.16736 -0.03989 Mdot
-0.15264 .51437 Mdot
1.15264 .48563 Mdot
-0.16527 .52874 Mdot
1.16527 .47126 Mdot
P
p
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,0\))] .5 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,2\))] .47473 .52874 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-2\))] .52527 .47126 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-1\))] .41861 .65601 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,1\))] .58139 .34399 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,1\))] .70069 .51437 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-1\))] .29931 .48563 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,-1\))] .63194 .65601 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,1\))] .36806 .34399 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,2\))] .59403 .69912 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-2\))] .40597 .30088 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,2\))] .38069 .69912 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-2\))] .61931 .30088 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,2\))] .26139 .52874 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,-2\))] .73861 .47126 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,0\))] .52527 .84077 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,0\))] .47473 .15923 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,0\))] .19264 .67039 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,0\))] .80736 .32961 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,1\))] .82 .68475 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,2\))] .5 .86951 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-1\))] .18 .31525 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-2\))] .5 .13049 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,-1\))] .84527 .65601 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,1\))] .15473 .34399 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,2\))] .16736 .69912 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,-2\))] .83264 .30088 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,0\))] .31194 .84077 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,0\))] .68806 .15923 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,0\))] .73861 .84077 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,0\))] .26139 .15923 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,0\))] .92667 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,2\))] .71333 .86951 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,2\))] .28667 .86951 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,0\))] .07333 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-2\))] .28667 .13049 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-2\))] .71333 .13049 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,2\))] .04806 .52874 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,-2\))] .95194 .47126 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,1\))] .41861 1.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-1\))] .58139 -0.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,1\))] .63194 1.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-1\))] .36806 -0.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,1\))] .08597 .85513 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,-1\))] .91403 .14487 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,2\))] .40597 1.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-2\))] .59403 -0.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,2\))] .61931 1.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-2\))] .38069 -0.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,2\))] .07333 .86951 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,1\))] -0.03333 .68475 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,-2\))] .92667 .13049 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,-1\))] 1.03333 .31525 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,1\))] .93931 .85513 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-1\))] .06069 .14487 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,0\))] .95194 .84077 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,0\))] .04806 .15923 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,0\))] 1.04597 .67039 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,0\))] -0.04597 .32961 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,-1\))] 1.05861 .65601 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,1\))] -0.05861 .34399 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,2\))] -0.04597 .69912 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,-2\))] 1.04597 .30088 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,1\))] .20527 1.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,-1\))] .79473 -0.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,2\))] .19264 1.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-2\))] .80736 -0.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,1\))] .84527 1.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-1\))] .15473 -0.02552 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,2\))] .83264 1.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-2\))] .16736 -0.03989 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,1\))] -0.15264 .51437 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,-1\))] 1.15264 .48563 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,2\))] -0.16527 .52874 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,-2\))] 1.16527 .47126 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.46209 .54311 Mdot
.53791 .45689 Mdot
.43125 .64165 Mdot
.56875 .35835 Mdot
.68806 .52874 Mdot
.31194 .47126 Mdot
.64458 .64165 Mdot
.35542 .35835 Mdot
.58139 .71349 Mdot
.41861 .28651 Mdot
.36806 .71349 Mdot
.63194 .28651 Mdot
.24875 .54311 Mdot
.75125 .45689 Mdot
.53791 .8264 Mdot
.46209 .1736 Mdot
.20527 .65601 Mdot
.79473 .34399 Mdot
.80736 .69912 Mdot
.19264 .30088 Mdot
.32458 .8264 Mdot
.67542 .1736 Mdot
.48736 .88387 Mdot
.51264 .11613 Mdot
.85791 .64165 Mdot
.14209 .35835 Mdot
.15473 .71349 Mdot
.84527 .28651 Mdot
.75125 .8264 Mdot
.24875 .1736 Mdot
.91403 .51437 Mdot
.08597 .48563 Mdot
.70069 .88387 Mdot
.29931 .11613 Mdot
.27403 .88387 Mdot
.72597 .11613 Mdot
.03542 .54311 Mdot
.96458 .45689 Mdot
.43125 1.01115 Mdot
.56875 -0.01115 Mdot
.09861 .84077 Mdot
.90139 .15923 Mdot
.64458 1.01115 Mdot
.35542 -0.01115 Mdot
-0.02069 .67039 Mdot
1.02069 .32961 Mdot
1.03333 .68475 Mdot
.92667 .86951 Mdot
.60667 1.05425 Mdot
.39333 1.05425 Mdot
-0.03333 .31525 Mdot
.07333 .13049 Mdot
.39333 -0.05425 Mdot
.60667 -0.05425 Mdot
.96458 .8264 Mdot
.03542 .1736 Mdot
.06069 .88387 Mdot
.93931 .11613 Mdot
.21791 1.01115 Mdot
.78209 -0.01115 Mdot
1.07125 .64165 Mdot
-0.07125 .35835 Mdot
-0.05861 .71349 Mdot
1.05861 .28651 Mdot
.85791 1.01115 Mdot
.14209 -0.01115 Mdot
1.14 .5 Mdot
.82 1.05425 Mdot
.18 1.05425 Mdot
-0.14 .5 Mdot
.18 -0.05425 Mdot
.82 -0.05425 Mdot
-0.17791 .54311 Mdot
1.17791 .45689 Mdot
.53791 1.1959 Mdot
.46209 -0.1959 Mdot
P
p
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,0\))] .5 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-3,3\))] .46209 .54311 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,3,-3\))] .53791 .45689 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,3,-2\))] .43125 .64165 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-3,2\))] .56875 .35835 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-2,2\))] .68806 .52874 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,2,-2\))] .31194 .47126 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,3,-2\))] .64458 .64165 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-3,2\))] .35542 .35835 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-2,3\))] .58139 .71349 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,2,-3\))] .41861 .28651 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,3\))] .36806 .71349 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-3\))] .63194 .28651 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-3,3\))] .24875 .54311 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,3,-3\))] .75125 .45689 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,3,-1\))] .53791 .8264 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-3,1\))] .46209 .1736 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,2,-1\))] .20527 .65601 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-2,1\))] .79473 .34399 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,2\))] .80736 .69912 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,-2\))] .19264 .30088 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,3,-1\))] .32458 .8264 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-3,1\))] .67542 .1736 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,3\))] .48736 .88387 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-3\))] .51264 .11613 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,-2\))] .85791 .64165 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,2\))] .14209 .35835 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,3\))] .15473 .71349 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,-3\))] .84527 .28651 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,-1\))] .75125 .8264 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,1\))] .24875 .1736 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,1\))] .91403 .51437 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,-1\))] .08597 .48563 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,3\))] .70069 .88387 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,-3\))] .29931 .11613 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,3\))] .27403 .88387 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-3\))] .72597 .11613 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,3\))] .03542 .54311 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,-3\))] .96458 .45689 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,3,0\))] .43125 1.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-3,0\))] .56875 -0.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,2,0\))] .09861 .84077 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-2,0\))] .90139 .15923 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,0\))] .64458 1.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,0\))] .35542 -0.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,0\))] -0.02069 .67039 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,0\))] 1.02069 .32961 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,1\))] 1.03333 .68475 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,2\))] .92667 .86951 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,3\))] .60667 1.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,3\))] .39333 1.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,-1\))] -0.03333 .31525 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,-2\))] .07333 .13049 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-3\))] .39333 -0.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-3\))] .60667 -0.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,-1\))] .96458 .8264 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,1\))] .03542 .1736 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,3\))] .06069 .88387 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,-3\))] .93931 .11613 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,3,0\))] .21791 1.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-3,0\))] .78209 -0.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,-2\))] 1.07125 .64165 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,2\))] -0.07125 .35835 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,3\))] -0.05861 .71349 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,-3\))] 1.05861 .28651 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,0\))] .85791 1.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,0\))] .14209 -0.01115 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,0\))] 1.14 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,3\))] .82 1.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,3\))] .18 1.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,0\))] -0.14 .5 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,-3\))] .18 -0.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-3\))] .82 -0.05425 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,3\))] -0.17791 .54311 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,-3\))] 1.17791 .45689 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,1\))] .53791 1.1959 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,-1\))] .46209 -0.1959 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.003 w
.5 .5 Mdot
.44945 .55747 Mdot
.55055 .44253 Mdot
.44388 .62728 Mdot
.55612 .37272 Mdot
.67542 .54311 Mdot
.32458 .45689 Mdot
.65721 .62728 Mdot
.34279 .37272 Mdot
.56875 .72786 Mdot
.43125 .27214 Mdot
.35542 .72786 Mdot
.64458 .27214 Mdot
.23612 .55747 Mdot
.76388 .44253 Mdot
.21791 .64165 Mdot
.78209 .35835 Mdot
.55055 .81203 Mdot
.44945 .18797 Mdot
.33721 .81203 Mdot
.66279 .18797 Mdot
.79473 .71349 Mdot
.20527 .28651 Mdot
.87055 .62728 Mdot
.12945 .37272 Mdot
.47473 .89824 Mdot
.52527 .10176 Mdot
.90139 .52874 Mdot
.09861 .47126 Mdot
.76388 .81203 Mdot
.23612 .18797 Mdot
.14209 .72786 Mdot
.85791 .27214 Mdot
.68806 .89824 Mdot
.31194 .10176 Mdot
.26139 .89824 Mdot
.73861 .10176 Mdot
.02279 .55747 Mdot
.97721 .44253 Mdot
.44388 .99678 Mdot
.55612 .00322 Mdot
.11125 .8264 Mdot
.88875 .1736 Mdot
.65721 .99678 Mdot
.34279 .00322 Mdot
-0.00806 .65601 Mdot
1.00806 .34399 Mdot
1.02069 .69912 Mdot
-0.02069 .30088 Mdot
.91403 .88387 Mdot
.08597 .11613 Mdot
.23055 .99678 Mdot
.76945 .00322 Mdot
.97721 .81203 Mdot
.02279 .18797 Mdot
.59403 1.06863 Mdot
.40597 -0.06863 Mdot
.38069 1.06863 Mdot
.61931 -0.06863 Mdot
1.08388 .62728 Mdot
-0.08388 .37272 Mdot
.04806 .89824 Mdot
.95194 .10176 Mdot
-0.07125 .72786 Mdot
1.07125 .27214 Mdot
.87055 .99678 Mdot
.12945 .00322 Mdot
1.12736 .51437 Mdot
-0.12736 .48563 Mdot
.80736 1.06863 Mdot
.19264 -0.06863 Mdot
.16736 1.06863 Mdot
.83264 -0.06863 Mdot
.55055 1.18153 Mdot
.44945 -0.18153 Mdot
-0.19055 .55747 Mdot
1.19055 .44253 Mdot
.33721 1.18153 Mdot
.66279 -0.18153 Mdot
-0.11473 .84077 Mdot
1.11473 .15923 Mdot
P
P
p
0 0 0 1 k
p
.002 w
.5 .5 Mdot
.43681 .57184 Mdot
.56319 .42816 Mdot
.45652 .61291 Mdot
.54348 .38709 Mdot
.66279 .55747 Mdot
.33721 .44253 Mdot
.66985 .61291 Mdot
.33015 .38709 Mdot
.55612 .74223 Mdot
.44388 .25777 Mdot
.22348 .57184 Mdot
.77652 .42816 Mdot
.34279 .74223 Mdot
.65721 .25777 Mdot
.23055 .62728 Mdot
.76945 .37272 Mdot
.56319 .79766 Mdot
.43681 .20234 Mdot
.34985 .79766 Mdot
.65015 .20234 Mdot
.78209 .72786 Mdot
.21791 .27214 Mdot
.88875 .54311 Mdot
.11125 .45689 Mdot
.88319 .61291 Mdot
.11681 .38709 Mdot
.77652 .79766 Mdot
.22348 .20234 Mdot
.46209 .91261 Mdot
.53791 .08739 Mdot
.12945 .74223 Mdot
.87055 .25777 Mdot
.67542 .91261 Mdot
.32458 .08739 Mdot
.24875 .91261 Mdot
.75125 .08739 Mdot
.45652 .98241 Mdot
.54348 .01759 Mdot
.12388 .81203 Mdot
.87612 .18797 Mdot
.01015 .57184 Mdot
.98985 .42816 Mdot
.66985 .98241 Mdot
.33015 .01759 Mdot
.00458 .64165 Mdot
.99542 .35835 Mdot
.24319 .98241 Mdot
.75681 .01759 Mdot
1.00806 .71349 Mdot
-0.00806 .28651 Mdot
.90139 .89824 Mdot
.09861 .10176 Mdot
.98985 .79766 Mdot
.01015 .20234 Mdot
.58139 1.08299 Mdot
.41861 -0.08299 Mdot
.36806 1.08299 Mdot
.63194 -0.08299 Mdot
1.09652 .61291 Mdot
-0.09652 .38709 Mdot
1.11473 .52874 Mdot
-0.11473 .47126 Mdot
.88319 .98241 Mdot
.11681 .01759 Mdot
.03542 .91261 Mdot
.96458 .08739 Mdot
-0.08388 .74223 Mdot
1.08388 .25777 Mdot
.79473 1.08299 Mdot
.20527 -0.08299 Mdot
.56319 1.16717 Mdot
.43681 -0.16717 Mdot
.15473 1.08299 Mdot
.84527 -0.08299 Mdot
.34985 1.16717 Mdot
.65015 -0.16717 Mdot
-0.10209 .8264 Mdot
1.10209 .1736 Mdot
.01721 .99678 Mdot
.98279 .00322 Mdot
-0.20319 .57184 Mdot
1.20319 .42816 Mdot
P
P
p
.001 w
newpath
.5 .5 .05333 0 365.73 arc
s
newpath
.71333 .5 .00933 0 365.73 arc
s
newpath
.61931 .67039 .00933 0 365.73 arc
s
newpath
.39333 .68475 .00933 0 365.73 arc
s
newpath
.28667 .5 .00933 0 365.73 arc
s
newpath
.38069 .32961 .00933 0 365.73 arc
s
newpath
.60667 .31525 .00933 0 365.73 arc
s
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .685 .50167 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(1)] .695 .49167 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .59097 .67205 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .60097 .66205 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .365 .68642 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .375 .67642 0 0 Mshowa
P
P
P
MathSubEnd
P
% End of sub-graphic
P
P
% End of Graphics
MathPictureEnd
end
showpage