cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

f5_3bot.ps
application/postscript

Download raw (54.9 KB)

%!PS-Adobe-3.0
%
% ********************************************************************************
%
% Figure 5.3(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.3) 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:18:15 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
.5 .71333 Mdot
.28667 .5 Mdot
.5 .28667 Mdot
.71333 .71333 Mdot
.28667 .71333 Mdot
.28667 .28667 Mdot
.71333 .28667 Mdot
.92667 .5 Mdot
.5 .92667 Mdot
.07333 .5 Mdot
.5 .07333 Mdot
.92667 .71333 Mdot
.71333 .92667 Mdot
.07333 .28667 Mdot
.28667 .07333 Mdot
.07333 .07333 Mdot
.92667 .92667 Mdot
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .5 Mdot
.5 .71333 Mdot
.28667 .5 Mdot
.5 .28667 Mdot
.71333 .71333 Mdot
.28667 .71333 Mdot
.28667 .28667 Mdot
.71333 .28667 Mdot
.92667 .5 Mdot
.5 .92667 Mdot
.07333 .5 Mdot
.5 .07333 Mdot
.28667 .92667 Mdot
.07333 .71333 Mdot
.71333 .07333 Mdot
.92667 .71333 Mdot
.71333 .92667 Mdot
.28667 .92667 Mdot
.07333 .71333 Mdot
.07333 .28667 Mdot
.28667 .07333 Mdot
.71333 .07333 Mdot
.92667 .28667 Mdot
.92667 .92667 Mdot
.07333 .92667 Mdot
.07333 .07333 Mdot
.92667 .07333 Mdot
1.14 .5 Mdot
.5 1.13999 Mdot
-0.14 .5 Mdot
.5 1.14 Mdot
.5 -0.13999 Mdot
-0.13999 .5 Mdot
1.13999 .5 Mdot
.5 -0.14 Mdot
1.13999 .71333 Mdot
.71333 1.14 Mdot
.28667 1.14 Mdot
-0.14 .71333 Mdot
.71333 -0.14 Mdot
1.14 .28667 Mdot
-0.13999 .28667 Mdot
.28667 -0.13999 Mdot
-0.14 .28667 Mdot
.28667 -0.14 Mdot
1.14 .71333 Mdot
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.5 .5 Mdot
.5 .71333 Mdot
.71333 .5 Mdot
.5 .71334 Mdot
.28667 .5 Mdot
.5 .28666 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.71334 .71334 Mdot
.28667 .71334 Mdot
.28666 .28666 Mdot
.71333 .28666 Mdot
.5 .92666 Mdot
.92666 .5 Mdot
.5 .92667 Mdot
.07334 .5 Mdot
.5 .07333 Mdot
.92666 .71333 Mdot
.71333 .92666 Mdot
.92667 .71333 Mdot
.07333 .28667 Mdot
.28667 .07333 Mdot
.71333 .92667 Mdot
.28667 .07334 Mdot
.07334 .28667 Mdot
.28666 .92666 Mdot
.07333 .71333 Mdot
.71334 .07334 Mdot
.92667 .28667 Mdot
.92666 .92666 Mdot
.07334 .07334 Mdot
.92667 .92667 Mdot
.07333 .92667 Mdot
.07333 .07333 Mdot
.92667 .07333 Mdot
1.14 .5 Mdot
.5 1.14 Mdot
-0.14 .5 Mdot
.5 -0.14 Mdot
1.13999 .71333 Mdot
.71333 1.13999 Mdot
.28666 1.13999 Mdot
.71334 -0.13999 Mdot
-0.13999 .71334 Mdot
1.13999 .28666 Mdot
-0.13999 .28667 Mdot
.28667 -0.13999 Mdot
1.14 .71333 Mdot
.71333 1.14 Mdot
.28667 1.14 Mdot
-0.14 .71333 Mdot
-0.14 .28667 Mdot
.28667 -0.14 Mdot
.71333 -0.14 Mdot
1.14 .28667 Mdot
P
P
p
0 0 0 1 k
p
.003 w
.5 .5 Mdot
.50001 .50001 Mdot
.49999 .49999 Mdot
.71333 .49999 Mdot
.49999 .71333 Mdot
.28667 .50001 Mdot
.50001 .28667 Mdot
.71334 .5 Mdot
.5 .71334 Mdot
.28666 .5 Mdot
.5 .28666 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.28667 .71334 Mdot
.71333 .28666 Mdot
.71334 .71334 Mdot
.28666 .28666 Mdot
.92666 .49999 Mdot
.49999 .92666 Mdot
.07334 .50001 Mdot
.50001 .07334 Mdot
.92667 .5 Mdot
.5 .92667 Mdot
.07333 .5 Mdot
.5 .07333 Mdot
.92666 .71333 Mdot
.71333 .92666 Mdot
.28666 .92666 Mdot
.07333 .71333 Mdot
.07333 .28666 Mdot
.71334 .07334 Mdot
.28667 .07334 Mdot
.92667 .71334 Mdot
.71334 .92667 Mdot
.28666 .07333 Mdot
.92667 .28667 Mdot
.07334 .28667 Mdot
.07334 .71334 Mdot
.71333 .07333 Mdot
.28667 .92667 Mdot
.92666 .28666 Mdot
.92666 .92666 Mdot
.07334 .07334 Mdot
.92667 .92667 Mdot
.07333 .92666 Mdot
.07333 .07333 Mdot
.92667 .07334 Mdot
1.13999 .49999 Mdot
.49999 1.13999 Mdot
.50001 -0.13999 Mdot
1.14 .5 Mdot
-0.14 .5 Mdot
.5 -0.14 Mdot
-0.13999 .50001 Mdot
.5 1.14 Mdot
1.13999 .71333 Mdot
.71333 1.13999 Mdot
1.14 .71333 Mdot
-0.14 .28667 Mdot
.28667 -0.13999 Mdot
.28667 -0.14 Mdot
.71333 1.14 Mdot
.28666 1.13999 Mdot
-0.13999 .71334 Mdot
-0.13999 .28667 Mdot
.71333 -0.14 Mdot
-0.14 .71333 Mdot
.71334 -0.13999 Mdot
1.14 .28667 Mdot
P
P
p
0 0 0 1 k
p
.002 w
.5 .5 Mdot
.50001 .50001 Mdot
.49999 .49999 Mdot
.71332 .49999 Mdot
.49999 .71332 Mdot
.28668 .50001 Mdot
.50001 .28668 Mdot
.71334 .50001 Mdot
.50001 .71334 Mdot
.28666 .49999 Mdot
.49999 .28666 Mdot
.71332 .71332 Mdot
.28668 .28668 Mdot
.28667 .71334 Mdot
.71333 .28666 Mdot
.71334 .71334 Mdot
.28666 .28666 Mdot
.92665 .49999 Mdot
.49999 .92665 Mdot
.07335 .50001 Mdot
.50001 .07335 Mdot
.92667 .5 Mdot
.5 .92667 Mdot
.07333 .5 Mdot
.5 .07333 Mdot
.92665 .71332 Mdot
.71332 .92665 Mdot
.28666 .92666 Mdot
.07333 .71333 Mdot
.07333 .28666 Mdot
.71334 .07334 Mdot
.92667 .71334 Mdot
.92667 .28667 Mdot
.28668 .07335 Mdot
.28666 .07333 Mdot
.07335 .28668 Mdot
.71334 .92667 Mdot
.07334 .71334 Mdot
.71333 .07333 Mdot
.92666 .28666 Mdot
.28667 .92667 Mdot
.92665 .92665 Mdot
.07335 .07335 Mdot
.07334 .92667 Mdot
.92666 .07333 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
1.13999 .49999 Mdot
.49999 1.13999 Mdot
.50001 -0.13999 Mdot
1.14001 .5 Mdot
-0.14001 .5 Mdot
.5 -0.14001 Mdot
-0.13999 .50001 Mdot
.5 1.14001 Mdot
1.13999 .71332 Mdot
.71332 1.13999 Mdot
.28666 1.13999 Mdot
.71334 -0.13999 Mdot
.28668 -0.13999 Mdot
1.14001 .71334 Mdot
-0.14001 .28666 Mdot
-0.14001 .71333 Mdot
1.14001 .28667 Mdot
.71334 1.14001 Mdot
.28666 -0.14001 Mdot
-0.13999 .28668 Mdot
.28667 1.14001 Mdot
-0.13999 .71334 Mdot
1.13999 .28666 Mdot
.71333 -0.14001 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
.5 .71333 .00933 0 365.73 arc
s
newpath
.28667 .28667 .00933 0 365.73 arc
s
newpath
.28667 .5 .00933 0 365.73 arc
s
newpath
.5 .28667 .00933 0 365.73 arc
s
newpath
.71333 .71333 .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)] .47167 .715 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .48167 .705 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .25833 .28833 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .26833 .27833 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
.48965 .51543 Mdot
.51035 .48457 Mdot
.51035 .6979 Mdot
.48965 .3021 Mdot
.71333 .5 Mdot
.5 .71333 Mdot
.28667 .5 Mdot
.5 .28667 Mdot
.27631 .51543 Mdot
.72369 .48457 Mdot
.72369 .6979 Mdot
.27631 .3021 Mdot
.71333 .71333 Mdot
.28667 .71333 Mdot
.28667 .28667 Mdot
.71333 .28667 Mdot
.51035 .91123 Mdot
.48965 .08877 Mdot
.06298 .51543 Mdot
.93702 .48457 Mdot
.72369 .91123 Mdot
.27631 .08877 Mdot
.93702 .6979 Mdot
.06298 .3021 Mdot
.93702 .91123 Mdot
.06298 .08877 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\))] .48965 .51543 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-1\))] .51035 .48457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-1\))] .51035 .6979 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,1\))] .48965 .3021 -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
[(   \(0,1,0\))] .5 .71333 -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
[(   \(0,-1,0\))] .5 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,1\))] .27631 .51543 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-1\))] .72369 .48457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-1\))] .72369 .6979 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,1\))] .27631 .3021 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,0\))] .71333 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,0\))] .28667 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,0\))] .28667 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,0\))] .71333 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-1\))] .51035 .91123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,1\))] .48965 .08877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,1\))] .06298 .51543 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-1\))] .93702 .48457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,-1\))] .72369 .91123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,1\))] .27631 .08877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,-1\))] .93702 .6979 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,1\))] .06298 .3021 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,-1\))] .93702 .91123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,1\))] .06298 .08877 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.47929 .53086 Mdot
.52071 .46914 Mdot
.52071 .68247 Mdot
.47929 .31753 Mdot
.70298 .51543 Mdot
.29702 .48457 Mdot
.48965 .72877 Mdot
.51035 .27123 Mdot
.26596 .53086 Mdot
.73404 .46914 Mdot
.29702 .6979 Mdot
.70298 .3021 Mdot
.73404 .68247 Mdot
.26596 .31753 Mdot
.70298 .72877 Mdot
.29702 .27123 Mdot
.27631 .72877 Mdot
.72369 .27123 Mdot
.52071 .89581 Mdot
.47929 .10419 Mdot
.92667 .5 Mdot
.5 .92667 Mdot
.07333 .5 Mdot
.5 .07333 Mdot
.05263 .53086 Mdot
.94737 .46914 Mdot
.29702 .91123 Mdot
.70298 .08877 Mdot
.73404 .89581 Mdot
.26596 .10419 Mdot
.92667 .71333 Mdot
.71333 .92667 Mdot
.28667 .92667 Mdot
.07333 .71333 Mdot
.07333 .28667 Mdot
.28667 .07333 Mdot
.71333 .07333 Mdot
.92667 .28667 Mdot
.94737 .68247 Mdot
.05263 .31753 Mdot
.06298 .72877 Mdot
.93702 .27123 Mdot
.94737 .89581 Mdot
.05263 .10419 Mdot
.92667 .92667 Mdot
.07333 .92667 Mdot
.07333 .07333 Mdot
.92667 .07333 Mdot
.52071 1.10914 Mdot
.47929 -0.10914 Mdot
.51035 1.12457 Mdot
.48965 -0.12457 Mdot
-0.15035 .51543 Mdot
1.15035 .48457 Mdot
.73404 1.10914 Mdot
.26596 -0.10914 Mdot
.29702 1.12457 Mdot
.70298 -0.12457 Mdot
-0.16071 .53086 Mdot
1.16071 .46914 Mdot
.72369 1.12457 Mdot
.27631 -0.12457 Mdot
1.15035 .6979 Mdot
-0.15035 .3021 Mdot
1.16071 .68247 Mdot
-0.16071 .31753 Mdot
-0.15035 .72877 Mdot
1.15035 .27123 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\))] .47929 .53086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-2\))] .52071 .46914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-2\))] .52071 .68247 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,2\))] .47929 .31753 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,1\))] .70298 .51543 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-1\))] .29702 .48457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,1\))] .48965 .72877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-1\))] .51035 .27123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,2\))] .26596 .53086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-2\))] .73404 .46914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-1\))] .29702 .6979 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,1\))] .70298 .3021 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-2\))] .73404 .68247 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,2\))] .26596 .31753 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,1\))] .70298 .72877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-1\))] .29702 .27123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,1\))] .27631 .72877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-1\))] .72369 .27123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-2\))] .52071 .89581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,2\))] .47929 .10419 -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
[(   \(0,2,0\))] .5 .92667 -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
[(   \(0,-2,0\))] .5 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,2\))] .05263 .53086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-2\))] .94737 .46914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-1\))] .29702 .91123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,1\))] .70298 .08877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-2\))] .73404 .89581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,2\))] .26596 .10419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,0\))] .92667 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,0\))] .71333 .92667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,0\))] .28667 .92667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,0\))] .07333 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,0\))] .07333 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,0\))] .28667 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,0\))] .71333 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,0\))] .92667 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-2\))] .94737 .68247 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,2\))] .05263 .31753 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,1\))] .06298 .72877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-1\))] .93702 .27123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-2\))] .94737 .89581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,2\))] .05263 .10419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,0\))] .92667 .92667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,0\))] .07333 .92667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,0\))] .07333 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,0\))] .92667 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-2\))] .52071 1.10914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,2\))] .47929 -0.10914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,-1\))] .51035 1.12457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,1\))] .48965 -0.12457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,1\))] -0.15035 .51543 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,-1\))] 1.15035 .48457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-2\))] .73404 1.10914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,2\))] .26596 -0.10914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-1\))] .29702 1.12457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,1\))] .70298 -0.12457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,2\))] -0.16071 .53086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-2\))] 1.16071 .46914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,-1\))] .72369 1.12457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,1\))] .27631 -0.12457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,-1\))] 1.15035 .6979 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,1\))] -0.15035 .3021 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-2\))] 1.16071 .68247 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,2\))] -0.16071 .31753 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,1\))] -0.15035 .72877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,-1\))] 1.15035 .27123 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.46893 .54629 Mdot
.53107 .45371 Mdot
.53107 .66704 Mdot
.46893 .33296 Mdot
.69263 .53086 Mdot
.30737 .46914 Mdot
.47929 .74419 Mdot
.52071 .25581 Mdot
.2556 .54629 Mdot
.7444 .45371 Mdot
.30737 .68247 Mdot
.69263 .31753 Mdot
.7444 .66704 Mdot
.2556 .33296 Mdot
.69263 .74419 Mdot
.30737 .25581 Mdot
.26596 .74419 Mdot
.73404 .25581 Mdot
.53107 .88037 Mdot
.46893 .11963 Mdot
.91631 .51543 Mdot
.08369 .48457 Mdot
.30737 .89581 Mdot
.69263 .10419 Mdot
.48965 .9421 Mdot
.51035 .0579 Mdot
.7444 .88037 Mdot
.2556 .11963 Mdot
.04227 .54629 Mdot
.95773 .45371 Mdot
.08369 .6979 Mdot
.91631 .3021 Mdot
.91631 .72877 Mdot
.08369 .27123 Mdot
.70298 .9421 Mdot
.29702 .0579 Mdot
.95773 .66704 Mdot
.04227 .33296 Mdot
.27631 .9421 Mdot
.72369 .0579 Mdot
.05263 .74419 Mdot
.94737 .25581 Mdot
.08369 .91123 Mdot
.91631 .08877 Mdot
.53107 1.09371 Mdot
.46893 -0.09371 Mdot
.95773 .88037 Mdot
.04227 .11963 Mdot
.91631 .9421 Mdot
.08369 .0579 Mdot
.06298 .9421 Mdot
.93702 .0579 Mdot
.30737 1.10914 Mdot
.69263 -0.10914 Mdot
1.14 .5 Mdot
.5 1.14 Mdot
-0.14 .5 Mdot
.5 -0.14 Mdot
.7444 1.09371 Mdot
.2556 -0.09371 Mdot
-0.17107 .54629 Mdot
1.17107 .45371 Mdot
1.14 .71333 Mdot
.71333 1.14 Mdot
.28667 1.14 Mdot
-0.14 .71333 Mdot
-0.14 .28667 Mdot
.28667 -0.14 Mdot
.71333 -0.14 Mdot
1.14 .28667 Mdot
1.17107 .66704 Mdot
-0.17107 .33296 Mdot
-0.16071 .74419 Mdot
1.16071 .25581 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\))] .46893 .54629 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-3,-3\))] .53107 .45371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-2,-3\))] .53107 .66704 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,2,3\))] .46893 .33296 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,2,2\))] .69263 .53086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-2,-2\))] .30737 .46914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,3,2\))] .47929 .74419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-3,-2\))] .52071 .25581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,3,3\))] .2556 .54629 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-3,-3\))] .7444 .45371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-1,-2\))] .30737 .68247 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,1,2\))] .69263 .31753 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-3\))] .7444 .66704 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,3\))] .2556 .33296 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,3,2\))] .69263 .74419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-3,-2\))] .30737 .25581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,3,2\))] .26596 .74419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-3,-2\))] .73404 .25581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-1,-3\))] .53107 .88037 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,1,3\))] .46893 .11963 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,1,1\))] .91631 .51543 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-1,-1\))] .08369 .48457 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,-2\))] .30737 .89581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,2\))] .69263 .10419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,3,1\))] .48965 .9421 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-3,-1\))] .51035 .0579 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-3\))] .7444 .88037 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,3\))] .2556 .11963 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,3,3\))] .04227 .54629 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-3,-3\))] .95773 .45371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,-1\))] .08369 .6979 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,1\))] .91631 .3021 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,2,1\))] .91631 .72877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-2,-1\))] .08369 .27123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,3,1\))] .70298 .9421 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-3,-1\))] .29702 .0579 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-3\))] .95773 .66704 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,3\))] .04227 .33296 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,1\))] .27631 .9421 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,-1\))] .72369 .0579 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,2\))] .05263 .74419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,-2\))] .94737 .25581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,-1\))] .08369 .91123 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,1\))] .91631 .08877 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,0,-3\))] .53107 1.09371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,0,3\))] .46893 -0.09371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-3\))] .95773 .88037 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,3\))] .04227 .11963 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,3,1\))] .91631 .9421 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-3,-1\))] .08369 .0579 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,1\))] .06298 .9421 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,-1\))] .93702 .0579 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,-2\))] .30737 1.10914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,2\))] .69263 -0.10914 -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
[(   \(0,3,0\))] .5 1.14 -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
[(   \(0,-3,0\))] .5 -0.14 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-3\))] .7444 1.09371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,3\))] .2556 -0.09371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,3,3\))] -0.17107 .54629 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-3,-3\))] 1.17107 .45371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,1,0\))] 1.14 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,3,0\))] .71333 1.14 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,0\))] .28667 1.14 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,1,0\))] -0.14 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-3,-1,0\))] -0.14 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-3,0\))] .28667 -0.14 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,0\))] .71333 -0.14 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(3,-1,0\))] 1.14 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-3\))] 1.17107 .66704 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,3\))] -0.17107 .33296 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,3,2\))] -0.16071 .74419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-3,-2\))] 1.16071 .25581 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.003 w
.5 .5 Mdot
.45858 .56172 Mdot
.54142 .43828 Mdot
.54142 .65161 Mdot
.45858 .34839 Mdot
.68227 .54629 Mdot
.31773 .45371 Mdot
.31773 .66704 Mdot
.68227 .33296 Mdot
.46893 .75963 Mdot
.53107 .24037 Mdot
.24525 .56172 Mdot
.75475 .43828 Mdot
.75475 .65161 Mdot
.24525 .34839 Mdot
.68227 .75963 Mdot
.31773 .24037 Mdot
.2556 .75963 Mdot
.7444 .24037 Mdot
.54142 .86495 Mdot
.45858 .13505 Mdot
.90596 .53086 Mdot
.09404 .46914 Mdot
.31773 .88037 Mdot
.68227 .11963 Mdot
.75475 .86495 Mdot
.24525 .13505 Mdot
.09404 .68247 Mdot
.90596 .31753 Mdot
.47929 .95753 Mdot
.52071 .04247 Mdot
.03191 .56172 Mdot
.96809 .43828 Mdot
.90596 .74419 Mdot
.09404 .25581 Mdot
.96809 .65161 Mdot
.03191 .34839 Mdot
.69263 .95753 Mdot
.30737 .04247 Mdot
.26596 .95753 Mdot
.73404 .04247 Mdot
.04227 .75963 Mdot
.95773 .24037 Mdot
.09404 .89581 Mdot
.90596 .10419 Mdot
.54142 1.07828 Mdot
.45858 -0.07828 Mdot
.96809 .86495 Mdot
.03191 .13505 Mdot
.90596 .95753 Mdot
.09404 .04247 Mdot
.31773 1.09371 Mdot
.68227 -0.09371 Mdot
1.12965 .51543 Mdot
-0.12965 .48457 Mdot
.75475 1.07828 Mdot
.24525 -0.07828 Mdot
.05263 .95753 Mdot
.94737 .04247 Mdot
.48965 1.15543 Mdot
.51035 -0.15543 Mdot
-0.12965 .6979 Mdot
1.12965 .3021 Mdot
1.12965 .72877 Mdot
-0.12965 .27123 Mdot
-0.18142 .56172 Mdot
1.18142 .43828 Mdot
.70298 1.15543 Mdot
.29702 -0.15543 Mdot
.27631 1.15543 Mdot
.72369 -0.15543 Mdot
1.18142 .65161 Mdot
-0.18142 .34839 Mdot
-0.17107 .75963 Mdot
1.17107 .24037 Mdot
.09404 1.10914 Mdot
.90596 -0.10914 Mdot
P
P
p
0 0 0 1 k
p
.002 w
.5 .5 Mdot
.44823 .57715 Mdot
.55177 .42285 Mdot
.55177 .63618 Mdot
.44823 .36382 Mdot
.67191 .56172 Mdot
.32809 .43828 Mdot
.32809 .65161 Mdot
.67191 .34839 Mdot
.23489 .57715 Mdot
.76511 .42285 Mdot
.45858 .77505 Mdot
.54142 .22495 Mdot
.76511 .63618 Mdot
.23489 .36382 Mdot
.67191 .77505 Mdot
.32809 .22495 Mdot
.55177 .84951 Mdot
.44823 .15049 Mdot
.24525 .77505 Mdot
.75475 .22495 Mdot
.8956 .54629 Mdot
.1044 .45371 Mdot
.32809 .86495 Mdot
.67191 .13505 Mdot
.1044 .66704 Mdot
.8956 .33296 Mdot
.76511 .84951 Mdot
.23489 .15049 Mdot
.8956 .75963 Mdot
.1044 .24037 Mdot
.46893 .97296 Mdot
.53107 .02704 Mdot
.02156 .57715 Mdot
.97844 .42285 Mdot
.97844 .63618 Mdot
.02156 .36382 Mdot
.68227 .97296 Mdot
.31773 .02704 Mdot
.2556 .97296 Mdot
.7444 .02704 Mdot
.03191 .77505 Mdot
.96809 .22495 Mdot
.1044 .88037 Mdot
.8956 .11963 Mdot
.55177 1.06285 Mdot
.44823 -0.06285 Mdot
.97844 .84951 Mdot
.02156 .15049 Mdot
.32809 1.07828 Mdot
.67191 -0.07828 Mdot
.8956 .97296 Mdot
.1044 .02704 Mdot
1.11929 .53086 Mdot
-0.11929 .46914 Mdot
.76511 1.06285 Mdot
.23489 -0.06285 Mdot
-0.11929 .68247 Mdot
1.11929 .31753 Mdot
.04227 .97296 Mdot
.95773 .02704 Mdot
1.11929 .74419 Mdot
-0.11929 .25581 Mdot
.47929 1.17086 Mdot
.52071 -0.17086 Mdot
-0.19177 .57715 Mdot
1.19177 .42285 Mdot
.69263 1.17086 Mdot
.30737 -0.17086 Mdot
1.19177 .63618 Mdot
-0.19177 .36382 Mdot
.26596 1.17086 Mdot
.73404 -0.17086 Mdot
.1044 1.09371 Mdot
.8956 -0.09371 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
.5 .71333 .00933 0 365.73 arc
s
newpath
.27631 .3021 .00933 0 365.73 arc
s
newpath
.28667 .5 .00933 0 365.73 arc
s
newpath
.5 .28667 .00933 0 365.73 arc
s
newpath
.72369 .6979 .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)] .47167 .715 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .48167 .705 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .24798 .30377 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .25798 .29377 0 0 Mshowa
P
P
P
MathSubEnd
P
% End of sub-graphic
P
P
% End of Graphics
MathPictureEnd
end
showpage