cosic.rescue
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

f5_5bot.ps
application/postscript

Download raw (40.2 KB)

%!PS-Adobe-3.0
%
% ********************************************************************************
%
% Figure 5.5(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.5) 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:27:21 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 .71333 Mdot
.28667 .28667 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
1.14 1.14 Mdot
-0.14 -0.14 Mdot
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.5 .5 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.92667 .92667 Mdot
.07333 .07333 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
.71333 .71333 Mdot
.28667 .28667 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
1.14 1.14 Mdot
-0.14 -0.14 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
.07333 .07333 .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
.92667 .92667 .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)] .095 .075 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .105 .065 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
.53499 .52198 Mdot
.46501 .47802 Mdot
.47721 .5354 Mdot
.52279 .4646 Mdot
.70115 .65595 Mdot
.29885 .34405 Mdot
.67835 .69135 Mdot
.32165 .30865 Mdot
.73613 .67793 Mdot
.26387 .32207 Mdot
.71333 .71333 Mdot
.28667 .28667 Mdot
.93727 .83389 Mdot
.06273 .16611 Mdot
.91448 .86929 Mdot
.08552 .13071 Mdot
.89169 .90469 Mdot
.10831 .09531 Mdot
.94947 .89127 Mdot
.05053 .10873 Mdot
1.15061 1.04723 Mdot
-0.15061 -0.04723 Mdot
1.12781 1.08262 Mdot
-0.12781 -0.08262 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\))] .53499 .52198 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-1\))] .46501 .47802 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,0\))] .47721 .5354 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,0\))] .52279 .4646 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-1\))] .70115 .65595 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,1\))] .29885 .34405 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-1\))] .67835 .69135 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,1\))] .32165 .30865 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,0\))] .73613 .67793 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,0\))] .26387 .32207 -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
[(   \(-1,0,0\))] .28667 .28667 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,-1\))] .93727 .83389 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,1\))] .06273 .16611 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,-1\))] .91448 .86929 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,0,1\))] .08552 .13071 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-1,-1\))] .89169 .90469 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,1,1\))] .10831 .09531 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,0\))] .94947 .89127 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,0\))] .05053 .10873 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,-1\))] 1.15061 1.04723 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,1\))] -0.15061 -0.04723 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,-1\))] 1.12781 1.08262 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,1\))] -0.12781 -0.08262 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.006 w
.5 .5 Mdot
.51219 .55738 Mdot
.48781 .44262 Mdot
.44222 .51341 Mdot
.55778 .48659 Mdot
.56997 .54397 Mdot
.43003 .45603 Mdot
.45441 .57079 Mdot
.54559 .42921 Mdot
.66616 .63397 Mdot
.33384 .36603 Mdot
.64337 .66937 Mdot
.35663 .33063 Mdot
.72394 .62055 Mdot
.27606 .37945 Mdot
.65555 .72675 Mdot
.34445 .27325 Mdot
.75893 .64254 Mdot
.24107 .35746 Mdot
.69054 .74873 Mdot
.30946 .25127 Mdot
.77111 .69992 Mdot
.22889 .30008 Mdot
.74832 .73531 Mdot
.25168 .26469 Mdot
.90229 .81191 Mdot
.09771 .18809 Mdot
.87949 .84731 Mdot
.12051 .15269 Mdot
.8567 .88271 Mdot
.1433 .11729 Mdot
.96007 .79849 Mdot
.03993 .20151 Mdot
.86889 .94009 Mdot
.13111 .05991 Mdot
.97226 .85587 Mdot
.02774 .14413 Mdot
.92667 .92667 Mdot
.07333 .07333 Mdot
.98445 .91325 Mdot
.01555 .08675 Mdot
1.13842 .98985 Mdot
-0.13842 .01015 Mdot
1.11563 1.02524 Mdot
-0.11563 -0.02524 Mdot
1.09283 1.06064 Mdot
-0.09283 -0.06064 Mdot
1.07003 1.09604 Mdot
-0.07003 -0.09604 Mdot
1.17341 1.01183 Mdot
-0.17341 -0.01183 Mdot
1.10502 1.11802 Mdot
-0.10502 -0.11802 Mdot
1.18559 1.06921 Mdot
-0.18559 -0.06921 Mdot
1.1628 1.10461 Mdot
-0.1628 -0.10461 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,0,1\))] .51219 .55738 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-1\))] .48781 .44262 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-1\))] .44222 .51341 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,1\))] .55778 .48659 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,2\))] .56997 .54397 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-2\))] .43003 .45603 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,0\))] .45441 .57079 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,0\))] .54559 .42921 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-2\))] .66616 .63397 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,2\))] .33384 .36603 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-2\))] .64337 .66937 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,2\))] .35663 .33063 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-1\))] .72394 .62055 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,1\))] .27606 .37945 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-1\))] .65555 .72675 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,1\))] .34445 .27325 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,0\))] .75893 .64254 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,0\))] .24107 .35746 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,0\))] .69054 .74873 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,0\))] .30946 .25127 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,1\))] .77111 .69992 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,-1\))] .22889 .30008 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,1\))] .74832 .73531 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,-1\))] .25168 .26469 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,0,-2\))] .90229 .81191 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,0,2\))] .09771 .18809 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-1,-2\))] .87949 .84731 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,1,2\))] .12051 .15269 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,-2\))] .8567 .88271 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,2\))] .1433 .11729 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,-1\))] .96007 .79849 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,1\))] .03993 .20151 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-2,-1\))] .86889 .94009 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,2,1\))] .13111 .05991 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,2,0\))] .97226 .85587 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-2,0\))] .02774 .14413 -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
[(   \(-2,0,0\))] .07333 .07333 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,2,1\))] .98445 .91325 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-2,-1\))] .01555 .08675 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,-2\))] 1.13842 .98985 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,2\))] -0.13842 .01015 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,0,-2\))] 1.11563 1.02524 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,0,2\))] -0.11563 -0.02524 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,-1,-2\))] 1.09283 1.06064 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(0,1,2\))] -0.09283 -0.06064 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,-2\))] 1.07003 1.09604 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,2\))] -0.07003 -0.09604 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,2,-1\))] 1.17341 1.01183 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,-2,1\))] -0.17341 -0.01183 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,-1,-1\))] 1.10502 1.11802 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,1,1\))] -0.10502 -0.11802 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(1,2,0\))] 1.18559 1.06921 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-1,-2,0\))] -0.18559 -0.06921 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(2,1,0\))] 1.1628 1.10461 -1 0 Mshowa
P
p
/Times-Roman findfont 4 scalefont setfont
[(   \(-2,-1,0\))] -0.1628 -0.10461 -1 0 Mshowa
P
P
P
p
0 0 0 1 k
p
.004 w
.5 .5 Mdot
.54717 .57936 Mdot
.45283 .42064 Mdot
.59276 .50857 Mdot
.40724 .49143 Mdot
.48939 .59278 Mdot
.51061 .40722 Mdot
.41943 .54881 Mdot
.58057 .45119 Mdot
.60495 .56595 Mdot
.39505 .43405 Mdot
.43161 .60619 Mdot
.56839 .39381 Mdot
.63118 .61199 Mdot
.36882 .38801 Mdot
.60838 .64739 Mdot
.39162 .35261 Mdot
.68896 .59857 Mdot
.31104 .40143 Mdot
.62057 .70477 Mdot
.37943 .29523 Mdot
.74673 .58516 Mdot
.25327 .41484 Mdot
.63276 .76215 Mdot
.36724 .23785 Mdot
.78172 .60714 Mdot
.21828 .39286 Mdot
.66775 .78413 Mdot
.33225 .21587 Mdot
.79391 .66452 Mdot
.20609 .33548 Mdot
.72552 .77071 Mdot
.27448 .22929 Mdot
.8061 .7219 Mdot
.1939 .2781 Mdot
.7833 .7573 Mdot
.2167 .2427 Mdot
.86731 .78993 Mdot
.13269 .21007 Mdot
.84451 .82532 Mdot
.15549 .17468 Mdot
.82172 .86072 Mdot
.17828 .13928 Mdot
.92509 .77651 Mdot
.07491 .22349 Mdot
.83391 .9181 Mdot
.16609 .0819 Mdot
.98287 .76309 Mdot
.01713 .23691 Mdot
.84609 .97548 Mdot
.15391 .02452 Mdot
.99505 .82047 Mdot
.00495 .17953 Mdot
.90387 .96207 Mdot
.09613 .03793 Mdot
1.00724 .87785 Mdot
-0.00724 .12215 Mdot
.96165 .94865 Mdot
.03835 .05135 Mdot
1.01943 .93523 Mdot
-0.01943 .06477 Mdot
1.10344 .96786 Mdot
-0.10344 .03214 Mdot
1.08064 1.00326 Mdot
-0.08064 -0.00326 Mdot
1.05785 1.03866 Mdot
-0.05785 -0.03866 Mdot
1.03505 1.07405 Mdot
-0.03505 -0.07405 Mdot
1.16121 .95445 Mdot
-0.16121 .04555 Mdot
1.04724 1.13143 Mdot
-0.04724 -0.13143 Mdot
1.1962 .97643 Mdot
-0.1962 .02357 Mdot
1.08223 1.15342 Mdot
-0.08223 -0.15342 Mdot
1.20839 1.03381 Mdot
-0.20839 -0.03381 Mdot
1.14 1.14 Mdot
-0.14 -0.14 Mdot
1.22057 1.09119 Mdot
-0.22057 -0.09119 Mdot
1.19778 1.12659 Mdot
-0.19778 -0.12659 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
.73613 .67793 .00933 0 365.73 arc
s
newpath
.08552 .13071 .00933 0 365.73 arc
s
newpath
.28667 .28667 .00933 0 365.73 arc
s
newpath
.26387 .32207 .00933 0 365.73 arc
s
newpath
.91448 .86929 .00933 0 365.73 arc
s
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .705 .84167 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(1)] .715 .83167 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .85779 .66293 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(2)] .86779 .65293 0 0 Mshowa
P
p
/Times-Bold findfont 8 scalefont setfont
[(f)] .23385 .08571 0 0 Mshowa
P
p
/Times-Roman findfont 5 scalefont setfont
[(3)] .24385 .07571 0 0 Mshowa
P
.71333 .71333 m
.70667 .82 L
s
.73613 .67793 m
.84279 .66127 L
s
.08552 .13071 m
.21885 .08405 L
s
P
P
MathSubEnd
P
% End of sub-graphic
P
P
% End of Graphics
MathPictureEnd
end
showpage