cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

f5_6bot.ps
application/postscript

Download raw (43.0 KB)

%!PS-Adobe-3.0
%
% ********************************************************************************
%
% Figure 5.6(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.6) 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:30:13 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
.58836 .58836 Mdot
.41164 .41164 Mdot
.62497 .62497 Mdot
.37503 .37503 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.8017 .8017 Mdot
.1983 .1983 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
1.01503 1.01503 Mdot
-0.01503 -0.01503 Mdot
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.5 .5 Mdot
.53661 .53661 Mdot
.46339 .46339 Mdot
.58836 .58836 Mdot
.41164 .41164 Mdot
.62497 .62497 Mdot
.37503 .37503 Mdot
.67673 .67673 Mdot
.32327 .32327 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.74994 .74994 Mdot
.25006 .25006 Mdot
.8017 .8017 Mdot
.1983 .1983 Mdot
.83831 .83831 Mdot
.16169 .16169 Mdot
.89006 .89006 Mdot
.10994 .10994 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
1.01503 1.01503 Mdot
-0.01503 -0.01503 Mdot
1.05164 1.05164 Mdot
-0.05164 -0.05164 Mdot
1.10339 1.10339 Mdot
-0.10339 -0.10339 Mdot
1.14 1.14 Mdot
-0.14 -0.14 Mdot
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.5 .5 Mdot
.53661 .53661 Mdot
.46339 .46339 Mdot
.55175 .55175 Mdot
.44825 .44825 Mdot
.58836 .58836 Mdot
.41164 .41164 Mdot
.62497 .62497 Mdot
.37503 .37503 Mdot
.66158 .66158 Mdot
.33842 .33842 Mdot
.67673 .67673 Mdot
.32327 .32327 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.74994 .74994 Mdot
.25006 .25006 Mdot
.76509 .76509 Mdot
.23491 .23491 Mdot
.8017 .8017 Mdot
.1983 .1983 Mdot
.83831 .83831 Mdot
.16169 .16169 Mdot
.87491 .87491 Mdot
.12509 .12509 Mdot
.89006 .89006 Mdot
.10994 .10994 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
.96327 .96327 Mdot
.03673 .03673 Mdot
.97842 .97842 Mdot
.02158 .02158 Mdot
1.01503 1.01503 Mdot
-0.01503 -0.01503 Mdot
1.05164 1.05164 Mdot
-0.05164 -0.05164 Mdot
1.10339 1.10339 Mdot
-0.10339 -0.10339 Mdot
1.14 1.14 Mdot
-0.14 -0.14 Mdot
1.17661 1.17661 Mdot
-0.17661 -0.17661 Mdot
1.19176 1.19176 Mdot
-0.19176 -0.19176 Mdot
P
P
p
.001 w
newpath
.5 .5 .05333 0 365.73 arc
s
newpath
.71333 .71333 .00933 0 365.73 arc
s
newpath
.71333 .71333 .00933 0 365.73 arc
s
newpath
.1983 .1983 .00933 0 365.73 arc
s
newpath
.28667 .28667 .00933 0 365.73 arc
s
newpath
.28667 .28667 .00933 0 365.73 arc
s
newpath
.8017 .8017 .00933 0 365.73 arc
s
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .735 .70167 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(1)] .745 .69167 0 0 Mshowa
P
p
/Times-Roman findfont 8 scalefont setfont
[(,)] .75167 .692 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .76 .70167 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .77 .69167 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .21997 .18663 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .22997 .17663 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
.48564 .5154 Mdot
.51436 .4846 Mdot
.58836 .58836 Mdot
.41164 .41164 Mdot
.574 .60377 Mdot
.426 .39623 Mdot
.63933 .60957 Mdot
.36067 .39043 Mdot
.72769 .69793 Mdot
.71333 .71333 Mdot
.27231 .30207 Mdot
.28667 .28667 Mdot
.81606 .78629 Mdot
.18394 .21371 Mdot
.8017 .8017 Mdot
.1983 .1983 Mdot
.78733 .8171 Mdot
.21267 .1829 Mdot
.94103 .91127 Mdot
.05897 .08873 Mdot
1.02939 .99963 Mdot
-0.02939 .00037 Mdot
1.01503 1.01503 Mdot
-0.01503 -0.01503 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,0\))] .48564 .5154 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,0\))] .51436 .4846 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-1\))] .58836 .58836 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,1\))] .41164 .41164 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-1\))] .574 .60377 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,1\))] .426 .39623 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,1\))] .63933 .60957 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-1\))] .36067 .39043 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,0\))] .72769 .69793 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,0\))] .71333 .71333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,0\))] .27231 .30207 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,0\))] .28667 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-1\))] .81606 .78629 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,1\))] .18394 .21371 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-1\))] .8017 .8017 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,1\))] .1983 .1983 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-1\))] .78733 .8171 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,1\))] .21267 .1829 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,0\))] .94103 .91127 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,0\))] .05897 .08873 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,-1\))] 1.02939 .99963 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,1\))] -0.02939 .00037 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,-1\))] 1.01503 1.01503 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,1\))] -0.01503 -0.01503 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.47127 .5308 Mdot
.52873 .4692 Mdot
.55097 .52121 Mdot
.44903 .47879 Mdot
.56533 .50581 Mdot
.43467 .49419 Mdot
.60273 .57296 Mdot
.39727 .42704 Mdot
.55964 .61917 Mdot
.44036 .38083 Mdot
.62497 .62497 Mdot
.37503 .37503 Mdot
.65369 .59417 Mdot
.34631 .40583 Mdot
.67673 .67673 Mdot
.32327 .32327 Mdot
.66237 .69213 Mdot
.33763 .30787 Mdot
.648 .70753 Mdot
.352 .29247 Mdot
.74206 .68253 Mdot
.69897 .72873 Mdot
.25794 .31747 Mdot
.30103 .27127 Mdot
.77867 .71914 Mdot
.22133 .28086 Mdot
.83042 .77089 Mdot
.16958 .22911 Mdot
.77297 .8325 Mdot
.22703 .1675 Mdot
.85267 .82291 Mdot
.14733 .17709 Mdot
.86703 .8075 Mdot
.13297 .1925 Mdot
.90442 .87466 Mdot
.09558 .12534 Mdot
.89006 .89006 Mdot
.10994 .10994 Mdot
.8757 .90546 Mdot
.1243 .09454 Mdot
.86133 .92086 Mdot
.13867 .07914 Mdot
.95539 .89587 Mdot
.92667 .92667 Mdot
.04461 .10413 Mdot
.07333 .07333 Mdot
1.04375 .98423 Mdot
-0.04375 .01577 Mdot
1.00067 1.03043 Mdot
-0.00067 -0.03043 Mdot
1.08036 1.02084 Mdot
-0.08036 -0.02084 Mdot
1.11775 1.08799 Mdot
-0.11775 -0.08799 Mdot
1.13212 1.07259 Mdot
-0.13212 -0.07259 Mdot
1.10339 1.10339 Mdot
-0.10339 -0.10339 Mdot
1.08903 1.11879 Mdot
-0.08903 -0.11879 Mdot
1.07467 1.13419 Mdot
-0.07467 -0.13419 Mdot
1.16873 1.1092 Mdot
1.15437 1.1246 Mdot
-0.16873 -0.1092 Mdot
-0.15437 -0.1246 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,0\))] .47127 .5308 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,0\))] .52873 .4692 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,2\))] .55097 .52121 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-2\))] .44903 .47879 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,2\))] .56533 .50581 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-2\))] .43467 .49419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-1\))] .60273 .57296 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,1\))] .39727 .42704 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-1\))] .55964 .61917 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,1\))] .44036 .38083 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,1\))] .62497 .62497 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-1\))] .37503 .37503 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,1\))] .65369 .59417 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-1\))] .34631 .40583 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-2\))] .67673 .67673 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,2\))] .32327 .32327 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-2\))] .66237 .69213 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,2\))] .33763 .30787 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-2\))] .648 .70753 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,2\))] .352 .29247 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,0\))] .74206 .68253 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,0\))] .69897 .72873 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,0\))] .25794 .31747 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,0\))] .30103 .27127 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,2\))] .77867 .71914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-2\))] .22133 .28086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-1\))] .83042 .77089 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,1\))] .16958 .22911 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,-1\))] .77297 .8325 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,1\))] .22703 .1675 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,1\))] .85267 .82291 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-1\))] .14733 .17709 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,1\))] .86703 .8075 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-1\))] .13297 .1925 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-2\))] .90442 .87466 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,2\))] .09558 .12534 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-2\))] .89006 .89006 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,2\))] .10994 .10994 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-2\))] .8757 .90546 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,2\))] .1243 .09454 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-2\))] .86133 .92086 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,2\))] .13867 .07914 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,0\))] .95539 .89587 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,0\))] .92667 .92667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,0\))] .04461 .10413 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,0\))] .07333 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,-1\))] 1.04375 .98423 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,1\))] -0.04375 .01577 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,-1\))] 1.00067 1.03043 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,1\))] -0.00067 -0.03043 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,1\))] 1.08036 1.02084 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-1\))] -0.08036 -0.02084 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-2\))] 1.11775 1.08799 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,2\))] -0.11775 -0.08799 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-2\))] 1.13212 1.07259 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,2\))] -0.13212 -0.07259 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-2\))] 1.10339 1.10339 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,2\))] -0.10339 -0.10339 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-2\))] 1.08903 1.11879 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,2\))] -0.08903 -0.11879 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,-2\))] 1.07467 1.13419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,2\))] -0.07467 -0.13419 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,0\))] 1.16873 1.1092 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,0\))] 1.15437 1.1246 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,0\))] -0.16873 -0.1092 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,0\))] -0.15437 -0.1246 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.53661 .53661 Mdot
.46339 .46339 Mdot
.45691 .5462 Mdot
.54309 .4538 Mdot
.53739 .56715 Mdot
.46261 .43285 Mdot
.42031 .50959 Mdot
.57969 .49041 Mdot
.52303 .58256 Mdot
.47697 .41744 Mdot
.50867 .59796 Mdot
.49133 .40204 Mdot
.61709 .55756 Mdot
.38291 .44244 Mdot
.54528 .63457 Mdot
.45472 .36543 Mdot
.61061 .64037 Mdot
.38939 .35963 Mdot
.66805 .57877 Mdot
.33195 .42123 Mdot
.6903 .63078 Mdot
.3097 .36922 Mdot
.70467 .61537 Mdot
.29533 .38463 Mdot
.69109 .66133 Mdot
.30891 .33867 Mdot
.63364 .72293 Mdot
.36636 .27707 Mdot
.75642 .66713 Mdot
.68461 .74413 Mdot
.24358 .33287 Mdot
.31539 .25587 Mdot
.76431 .73454 Mdot
.23569 .26546 Mdot
.79303 .70374 Mdot
.20697 .29626 Mdot
.76509 .76509 Mdot
.23491 .23491 Mdot
.75073 .78049 Mdot
.24927 .21951 Mdot
.73637 .79589 Mdot
.26363 .20411 Mdot
.72201 .81129 Mdot
.27799 .18871 Mdot
.84478 .75549 Mdot
.15522 .24451 Mdot
.75861 .8479 Mdot
.24139 .1521 Mdot
.83831 .83831 Mdot
.16169 .16169 Mdot
.88139 .7921 Mdot
.11861 .2079 Mdot
.918 .82871 Mdot
.082 .17129 Mdot
.91879 .85926 Mdot
.08121 .14074 Mdot
.84697 .93627 Mdot
.15303 .06373 Mdot
.96975 .88047 Mdot
.91231 .94207 Mdot
.03025 .11953 Mdot
.08769 .05793 Mdot
.992 .93247 Mdot
.008 .06753 Mdot
1.00636 .91707 Mdot
-0.00636 .08293 Mdot
.99279 .96302 Mdot
.00721 .03698 Mdot
.97842 .97842 Mdot
.02158 .02158 Mdot
.96406 .99383 Mdot
.03594 .00617 Mdot
.9497 1.00923 Mdot
.0503 -0.00923 Mdot
.93534 1.02463 Mdot
.06466 -0.02463 Mdot
1.05811 .96883 Mdot
-0.05811 .03117 Mdot
.98631 1.04583 Mdot
.01369 -0.04583 Mdot
1.066 1.03624 Mdot
-0.066 -0.03624 Mdot
1.09473 1.00543 Mdot
-0.09473 -0.00543 Mdot
1.14648 1.05719 Mdot
-0.14648 -0.05719 Mdot
1.06031 1.1496 Mdot
-0.06031 -0.1496 Mdot
1.18309 1.0938 Mdot
1.14 1.14 Mdot
-0.18309 -0.0938 Mdot
-0.14 -0.14 Mdot
1.21969 1.13041 Mdot
-0.21969 -0.13041 Mdot
1.22048 1.16095 Mdot
-0.22048 -0.16095 Mdot
1.20612 1.17635 Mdot
-0.20612 -0.17635 Mdot
1.19176 1.19176 Mdot
-0.19176 -0.19176 Mdot
1.17739 1.20716 Mdot
-0.17739 -0.20716 Mdot
1.16303 1.22256 Mdot
-0.16303 -0.22256 Mdot
1.14867 1.23796 Mdot
-0.14867 -0.23796 Mdot
P
P
p
.001 w
newpath
.5 .5 .05333 0 365.73 arc
s
newpath
.71333 .71333 .00933 0 365.73 arc
s
newpath
.72769 .69793 .00933 0 365.73 arc
s
newpath
.1983 .1983 .00933 0 365.73 arc
s
newpath
.28667 .28667 .00933 0 365.73 arc
s
newpath
.27231 .30207 .00933 0 365.73 arc
s
newpath
.8017 .8017 .00933 0 365.73 arc
s
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .65833 .82833 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(1)] .66833 .81833 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .84936 .68293 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .85936 .67293 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .34663 .1533 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .35663 .1433 0 0 Mshowa
P
.71333 .71333 m
.66 .80667 L
s
.72769 .69793 m
.83436 .68127 L
s
.1983 .1983 m
.33163 .15163 L
s
P
P
MathSubEnd
P
% End of sub-graphic
P
P
% End of Graphics
MathPictureEnd
end
showpage