Revision dd8daa98413988b11c594e5a3bff8f5659d7ecf7 authored by Florent Renaud on 26 June 2014, 09:41:19 UTC, committed by Florent Renaud on 26 June 2014, 09:41:19 UTC
Originally released on 18 March 2013
Based on Nbody6 downloaded on 29 January 2013
1 parent edab1b7
Raw File
nbody2.ps
%!PS-Adobe-3.0
%%Title: (PII: S1384-1076\(01\)00060-4)
%%Version: 1 2
%%CreationDate: (D:20010619153023)
%%DocumentData: Clean7Bit
%%LanguageLevel: 2
%%BoundingBox: 33 33 579 777
%%Pages: 15
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%DocumentNeededResources:
%%+ font Times-Italic
%%+ font Symbol
%%+ font Courier
%%+ font Times-Bold
%%+ font Times-Roman
%%DocumentSuppliedResources:
%%+ font BGNPKG+MathematicalPi-One
%%+ font BGOLGL+MathematicalPi-Six
%%+ font BGODJC+MathematicalPi-Five
%%+ font BGOHHO+ScienceTypeCustomPi-No4T
%%+ font BGODJE+NewCenturySchlbk-BoldItalic
%%+ font BGOLGJ+NewCenturySchlbk-Italic
%%+ font BGODJA+MathematicalPi-Three
%%+ procset (Adobe Acrobat - PDF operators) 1.2 0
%%+ procset (Adobe Acrobat - type operators) 1.2 0
%%+ procset (Adobe Acrobat - general image support) 1.2 0
%%+ procset (Adobe Acrobat - monochrome image support) 1.2 0
%%EndComments
%%BeginDefaults
%%EndDefaults
%%BeginProlog
%%EndProlog
%%BeginSetup
%%BeginFile: l2check
%%Copyright: Copyright 1993 Adobe Systems Incorporated. All Rights Reserved.
/languagelevel where
{ pop languagelevel 1 eq }
{ true }
ifelse
{
initgraphics /Helvetica findfont 18 scalefont setfont
72 600 moveto (Error: Your printer driver needs to be configured) dup show
72 580 moveto (for printing to a PostScript Level 1 printer.) dup show
exch = =
/Helvetica-Bold findfont 16 scalefont setfont
72 520 moveto (Windows and Unix) show
/Times-Roman findfont 16 scalefont setfont
72 500 moveto (Select \252Level 1\272 in the PostScript options section) show
72 480 moveto (of the Acrobat Exchange or Reader print dialog.) show
/Helvetica-Bold findfont 16 scalefont setfont
72 440 moveto (Macintosh) show
/Times-Roman findfont 16 scalefont setfont
72 420 moveto (In the Chooser, select your printer driver.) show
72 400 moveto (Then select your printer and click the Setup button.) show
72 380 moveto (Follow any on-screen dialogs that may appear.) show
showpage
quit
}
if
%%EndFile
/currentpacking where{pop currentpacking true setpacking}if
userdict /PDF 85 dict put
%%BeginFile: pdfvars.prc
%%Copyright: Copyright 1987-1996 Adobe Systems Incorporated. All Rights Reserved.
userdict /PDFVars 75 dict dup begin put
/_save 0 def
/_cshow 0 def
/InitAll 0 def
/TermAll 0 def
/_lp /none def
/_doClip 0 def
/sfc 0 def
/_sfcs 0 def
/_sfc 0 def
/ssc 0 def
/_sscs 0 def
/_ssc 0 def
/_fcs 0 def
/_scs 0 def
/_fp 0 def
/_sp 0 def
/_f0 0 array def
/_f1 1 array def
/_f3 3 array def
/_f4 4 array def
/_fc null def
/_s0 0 array def
/_s1 1 array def
/_s3 3 array def
/_s4 4 array def
/_sc null def
/_cpcf null def
/_cpcs null def
/_inT false def
/_tr -1 def
/_rise 0 def
/_ax 0 def
/_cx 0 def
/_ld 0 def
/_tm matrix def
/_ctm matrix def
/_mtx matrix def
/_hy (-) def
/_fScl 0 def
/_hs 1 def
/_pdfEncodings 2 array def
/_Tj 0 def
/_italMtx[1 0 .212557 1 0 0]def
/_basefont 0 def
/_basefonto 0 def
/_categories 10 dict def
/_sa? true def
/_op? false def
/_ColorSep5044? false def
/_tmpcolr? [] def
/_tmpop? {} def
end
%%EndFile
PDFVars begin PDF begin
%%BeginFile: pdfutil.prc
%%Copyright: Copyright 1993 Adobe Systems Incorporated. All Rights Reserved.
/bd {bind def} bind def
/ld {load def} bd
/dd { PDFVars 3 1 roll put } bd
/xdd { exch dd } bd
/Level2?
/languagelevel where { pop languagelevel 2 ge } { false } ifelse
def
/here {
dup currentdict exch known
{ currentdict exch get true }
{ pop false }
ifelse
} bd
/isdefined? { where { pop true } { false } ifelse } bd
/StartLoad { dup dup not { /_save save dd } if } bd
/EndLoad { if not { _save restore } if } bd
/npop { { pop } repeat } bd
%%EndFile
%%BeginFile: pdf.prc
%%Copyright: Copyright 1987-1996 Adobe Systems Incorporated. All Rights Reserved.
/initialize {
_ColorSep5044? {sep_ops begin 50 dict begin} if
newpath
} bd
/terminate {
_ColorSep5044? {end end} if
} bd
Level2? StartLoad
{ /m/moveto ld
/l/lineto ld
/c/curveto ld
/setSA/setstrokeadjust ld
} EndLoad
Level2? not StartLoad
{
/pl {
transform
0.25 sub round 0.25 add exch
0.25 sub round 0.25 add exch
itransform
} bd
/m { _sa? { pl } if moveto } bd
/l { _sa? { pl } if lineto } bd
/c { _sa? { pl } if curveto } bd
/setSA { /_sa? xdd } bd
} EndLoad
/v { currentpoint 6 2 roll c } bd
/y { 2 copy c } bd
/h/closepath ld
/d/setdash ld
/j/setlinejoin ld
/J/setlinecap ld
/M/setmiterlimit ld
/w/setlinewidth ld
/cf currentflat def
/i {
dup 0 eq { pop cf } if
setflat
} bd
/ilp { /_lp /none dd } bd
/sfc {
_lp /fill ne {
_sfcs
_sfc
/_lp /fill dd
} if
} dd
/ssc {
_lp /stroke ne {
_sscs
_ssc
/_lp /stroke dd
} if
} dd
/n {
_doClip 1 ge {
_doClip 1 eq { clip } { eoclip } ifelse
/_doClip 0 dd
} if
newpath
} bd
/f {
_doClip 1 ge
{
gsave sfc fill grestore
_doClip 1 eq { clip } { eoclip } ifelse
newpath
ilp
/_doClip 0 dd
}
{ sfc fill }
ifelse
} bd
/f* {
_doClip 1 ge
{
gsave sfc eofill grestore
_doClip 1 eq { clip } { eoclip } ifelse
newpath
ilp
/_doClip 0 dd
}
{ sfc eofill }
ifelse
} bd
/S {
_doClip 1 ge
{
gsave ssc stroke grestore
_doClip 1 eq { clip } { eoclip } ifelse
newpath
ilp
/_doClip 0 dd
}
{ ssc stroke }
ifelse
} bd
/s { h S } bd
/B {
_doClip dup 1 ge
gsave f grestore
{
gsave S grestore
1 eq { clip } { eoclip } ifelse
newpath
ilp
/_doClip 0 dd
}
{ pop S }
ifelse
} bd
/b { h B } bd
/B* {
_doClip dup 1 ge
gsave f* grestore
{
gsave S grestore
1 eq { clip } { eoclip } ifelse
newpath
ilp
/_doClip 0 dd
}
{ pop S }
ifelse
} bd
/b* { h B* } bd
/W { /_doClip 1 dd } bd
/W* { /_doClip 2 dd } bd
/q/save ld
/Q { restore ilp } bd
Level2? StartLoad
{ /defineRes/defineresource ld
/findRes/findresource ld
currentglobal
true systemdict /setglobal get exec
[/Function /ExtGState /Form]
{ /Generic /Category findresource dup length dict copy /Category defineresource pop }
forall
systemdict /setglobal get exec
} EndLoad
Level2? not StartLoad
{ /AlmostFull?
{ dup maxlength exch length sub 2 le
} bind def
/Expand
{ 1 index maxlength mul cvi dict
dup begin exch { def } forall end
} bind def
/xput
{ 3 2 roll
dup 3 index known not
{ dup AlmostFull? { 1.5 Expand } if
} if
dup 4 2 roll put
} bind def
/defineRes
{ _categories 1 index known not
{ /_categories _categories 2 index 10 dict xput store
} if
_categories exch 2 copy get 5 -1 roll 4 index xput put
} bind def
/findRes
{ _categories exch get exch get
} bind def
} EndLoad
/cs
{
dup where { pop load } if
dup /_fcs xdd
ucs
_cpcf exch get
/_fc xdd
/_fp null dd
} bd
/CS
{
dup where { pop load } if
dup /_scs xdd ucs _cpcs exch get /_sc xdd /_sp null dd
} bd
/ucs {
dup type /arraytype eq
{ dup 0 get
dup /Indexed eq
{ pop 0 get }
{ /Pattern eq
{ dup length 2 eq
{ 1 get ucs }
{ 0 get }
ifelse }
{ 0 get }
ifelse }
ifelse }
if }
bd
/_cpcf
15 dict dup begin
/DefaultGray _f1 def
/DeviceGray _f1 def
/DefaultRGB _f3 def
/DeviceRGB _f3 def
/DeviceCMYK _f4 def
/CalGray _f1 def
/CalRGB _f3 def
/CalCMYK _f4 def
/Lab _f3 def
/Pattern _f0 def
/Indexed _f1 def
/Separation _f1 def
/CIEBasedA _f1 def
/CIEBasedABC _f3 def
end
dd
/_cpcs
15 dict dup begin
/DefaultGray _s1 def
/DeviceGray _s1 def
/DefaultRGB _s3 def
/DeviceRGB _s3 def
/DeviceCMYK _s4 def
/CalGray _s1 def
/CalRGB _s3 def
/CalCMYK _s4 def
/Lab _s3 def
/Pattern _s0 def
/Indexed _s1 def
/Separation _s1 def
/CIEBasedA _s1 def
/CIEBasedABC _s3 def
end
dd
Level2? not StartLoad {
/ri/pop ld
/makePat/pop ld
} EndLoad
Level2? StartLoad {
/ri
{
/findcolorrendering isdefined?
{
mark exch
findcolorrendering
counttomark 2 eq
{ type /booleantype eq
{ dup type /nametype eq
{ dup /ColorRendering resourcestatus
{ pop pop
dup /DefaultColorRendering ne
{
/ColorRendering findresource
setcolorrendering
} if
} if
} if
} if
} if
cleartomark
}
{ pop
} ifelse
} bd
/makePat /makepattern ld
} EndLoad
Level2? not _ColorSep5044? or StartLoad
{
/L1setcolor {
aload length
dup 0 eq
{ pop .5 setgray }
{ dup 1 eq
{ pop setgray }
{ 3 eq
{ setrgbcolor }
{ setcmykcolor }
ifelse }
ifelse }
ifelse
} bind dd
/_sfcs { } dd
/_sscs { } dd
} EndLoad
Level2? not _ColorSep5044? not and StartLoad
{
/_sfc { _fc L1setcolor } dd
/_ssc { _sc L1setcolor } dd
} EndLoad
Level2? _ColorSep5044? not and StartLoad
{
/_sfcs
{
_fcs setcolorspace
} bind dd
/_sscs
{
_scs setcolorspace
} bind dd
/_sfc
{
_fc aload pop
_fp null eq
{ setcolor }
{ _fp setpattern }
ifelse
} bind dd
/_ssc
{
_sc aload pop
_sp null eq { setcolor } { _sp setpattern } ifelse
} bind dd
} EndLoad
/sc
{
_fc astore pop
ilp
} bd
/SC
{
_sc astore pop
ilp
} bd
/scn {
dup type /dicttype eq
{ dup /_fp xdd
/PaintType get 1 eq
{ /_fc _f0 dd ilp }
{ /_fc _cpcf _fcs ucs get dd
sc }
ifelse }
{ sc }
ifelse
} bd
/SCN {
dup type /dicttype eq
{ dup /_sp xdd
/PaintType get 1 eq
{ /_sc _s0 dd ilp }
{ /_sc _cpcs _scs ucs get dd
SC }
ifelse }
{ SC }
ifelse
} bd
/g { /DefaultGray cs sc } bd
/rg { /DefaultRGB cs sc } bd
/k { /DeviceCMYK cs sc } bd
/G { /DefaultGray CS SC } bd
/RG { /DefaultRGB CS SC } bd
/K { /DeviceCMYK CS SC } bd
/cm { _mtx astore concat } bd
/re {
4 2 roll m
1 index 0 rlineto
0 exch rlineto
neg 0 rlineto
h
} bd
/RC/rectclip ld
/EF/execform ld
/PS { cvx exec } bd
/initgs {
/DefaultGray where
{ pop }
{ /DefaultGray /DeviceGray dd }
ifelse
/DefaultRGB where
{ pop }
{ /DefaultRGB /DeviceRGB dd }
ifelse
0 g 0 G
[] 0 d 0 j 0 J 10 M 1 w
true setSA
} bd
21 dict dup begin
/CosineDot
{ 180 mul cos exch 180 mul cos add 2 div } bd
/Cross
{ abs exch abs 2 copy gt { exch } if pop neg } bd
/Diamond
{ abs exch abs 2 copy add .75 le
{ dup mul exch dup mul add 1 exch sub }
{ 2 copy add 1.23 le
{ .85 mul add 1 exch sub }
{ 1 sub dup mul exch 1 sub dup mul add 1 sub }
ifelse }
ifelse } bd
/Double
{ exch 2 div exch 2 { 360 mul sin 2 div exch } repeat add } bd
/DoubleDot
{ 2 { 360 mul sin 2 div exch } repeat add } bd
/Ellipse
{ abs exch abs 2 copy 3 mul exch 4 mul add 3 sub dup 0 lt
{ pop dup mul exch .75 div dup mul add 4 div
1 exch sub }
{ dup 1 gt
{pop 1 exch sub dup mul exch 1 exch sub
.75 div dup mul add 4 div 1 sub }
{ .5 exch sub exch pop exch pop }
ifelse }
ifelse } bd
/EllipseA
{ dup mul .9 mul exch dup mul add 1 exch sub } bd
/EllipseB
{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub } bd
/EllipseC
{ dup .5 gt { 1 exch sub } if
dup .25 ge
{ .5 exch sub 4 mul dup mul 1 sub }
{ 4 mul dup mul 1 exch sub }
ifelse
exch
dup .5 gt { 1 exch sub } if
dup .25 ge
{ .5 exch sub 4 mul dup mul 1 sub }
{ 4 mul dup mul 1 exch sub }
ifelse
add -2 div } bd
/InvertedDouble
{ exch 2 div exch 2 { 360 mul sin 2 div exch } repeat add neg } bd
/InvertedDoubleDot
{ 2 { 360 mul sin 2 div exch } repeat add neg } bd
/InvertedEllipseA
{ dup mul .9 mul exch dup mul add 1 sub } bd
/InvertedSimpleDot
{ dup mul exch dup mul add 1 sub } bd
/Line
{ exch pop abs neg } bd
/LineX
{ pop } bd
/LineY
{ exch pop } bd
/Rhomboid
{ abs exch abs 0.9 mul add 2 div } bd
/Round
{ abs exch abs 2 copy add 1 le
{ dup mul exch dup mul add 1 exch sub }
{ 1 sub dup mul exch 1 sub dup mul add 1 sub }
ifelse } bd
/SimpleDot
{ dup mul exch dup mul add 1 exch sub } bd
/Square
{ abs exch abs 2 copy lt { exch } if pop neg } bd
end
{ /Function defineRes pop } forall
/Identity {} /Function defineRes pop
Level2? StartLoad {
/gs
{
begin
/SA here { setstrokeadjust } if
/OP here { setoverprint } if
/BG here { setblackgeneration } if
/UCR here { setundercolorremoval } if
/HT here { sethalftone } if
/sethalftonephase isdefined? { /HTP here { sethalftonephase } if } if
/TR here
{
dup xcheck { settransfer } { aload pop setcolortransfer } ifelse
} if
end
} bd
{ /Default /Halftone findresource pop } stopped
{
currenthalftone exch defineresource pop }
if
} EndLoad
Level2? not StartLoad {
/gs
{
begin
/SA here { /_sa? xdd } if
/OP here { dup /_op? xdd
/setoverprint where {pop setoverprint}
{pop} ifelse
} if
/HT here { sethalftone } if
/TR here { dup xcheck
{ settransfer }
{ pop }
ifelse } if
end
} bd
5 dict dup
begin
currentscreen 1 [/HalftoneType /SpotFunction /Angle /Frequency]
{ exch def } forall
end
/Default exch /Halftone defineRes pop
} EndLoad
/int {
dup 2 index sub 3 index 5 index sub div 6 -2 roll sub mul
exch pop add exch pop
} bd
/limit {
dup 2 index le { exch } if pop
dup 2 index ge { exch } if pop
} bd
_ColorSep5044? StartLoad {
/_sfc
{
_fp null eq
{ _fcs type /arraytype eq
{_fcs 0 get /Separation eq
{
_fcs 1 get /All eq
{
_fc aload pop 1 exch sub
/setseparationgray where pop begin setseparationgray end
}
{
1 _fcs 3 get exec _fcs 1 get
/findcmykcustomcolor where pop begin findcmykcustomcolor end
_fc aload pop
/setcustomcolor where pop begin setcustomcolor end
}
ifelse
}
{ _fc L1setcolor }
ifelse
}
{ _fc L1setcolor }
ifelse
}
{ _fp setpattern }
ifelse
} bind dd
/_ssc
{
_sp null eq
{ _scs type /arraytype eq
{_scs 0 get /Separation eq
{
_scs 1 get /All eq
{
_sc aload pop 1 exch sub
/setseparationgray where pop begin setseparationgray end
}
{
1 _scs 3 get exec _scs 1 get
/findcmykcustomcolor where pop begin findcmykcustomcolor end
_sc aload pop
/setcustomcolor where pop begin setcustomcolor end
}
ifelse
}
{ _sc L1setcolor }
ifelse
}
{ _sc L1setcolor }
ifelse
}
{ _sp setpattern }
ifelse
} bind dd
} EndLoad
%%EndFile
%%BeginFile: pdftext.prc
%%Copyright: Copyright 1987-1994 Adobe Systems Incorporated. All Rights Reserved.
PDF /PDFText 51 dict dup begin put
/initialize { PDFText begin } bd
/terminate { end } bd
/CopyFont {
{
1 index /FID ne 2 index /UniqueID ne and
{ def } { pop pop } ifelse
} forall
} bd
/modEnc {
/_enc xdd
/_icode 0 dd
counttomark 1 sub -1 0
{
index
dup type /nametype eq
{
_enc _icode 3 -1 roll put
_icode 1 add
}
if
/_icode xdd
} for
cleartomark
_enc
} bd
/trEnc {
/_enc xdd
255 -1 0 {
exch dup -1 eq
{ pop /.notdef }
{ Encoding exch get }
ifelse
_enc 3 1 roll put
} for
pop
_enc
} bd
/TE {
/_i xdd
StandardEncoding 256 array copy modEnc
_pdfEncodings exch _i exch put
} bd
/TZ
{
/_usePDFEncoding xdd
findfont
dup length 2 add dict
begin
{
1 index /FID ne { def } { pop pop } ifelse
} forall
/FontName exch def
_usePDFEncoding 0 ge
{
/Encoding _pdfEncodings _usePDFEncoding get def
pop
}
{
_usePDFEncoding -1 eq
{
counttomark 0 eq
{ pop }
{
Encoding 256 array copy
modEnc /Encoding exch def
}
ifelse
}
{
256 array
trEnc /Encoding exch def
}
ifelse
}
ifelse
FontName currentdict
end
definefont pop
}
bd
/_pdfIsLevel2
systemdict /languagelevel known
{languagelevel 2 ge}
{false}
ifelse
def
_pdfIsLevel2
{
/_pdfFontStatus
{
dup /Font resourcestatus
{pop pop pop true}
{
/CIDFont /Category resourcestatus
{
pop pop
/CIDFont resourcestatus
{pop pop true}
{false}
ifelse
}
{ pop false }
ifelse
}
ifelse
} bd
}
{
/_pdfFontStatusString 50 string def
_pdfFontStatusString 0 (fonts/) putinterval
/_pdfFontStatus
{
_pdfFontStatusString 6 42 getinterval
cvs length 6 add
_pdfFontStatusString exch 0 exch getinterval
status
{ pop pop pop pop true}
{ false }
ifelse
} bd
}
ifelse
/_pdfString100 100 string def
/_pdfComposeFontName
{
dup length 1 eq
{
0 get
1 index
type /nametype eq
{
_pdfString100 cvs
length dup dup _pdfString100 exch (-) putinterval
_pdfString100 exch 1 add dup _pdfString100 length exch sub getinterval
2 index exch cvs length
add 1 add _pdfString100 exch 0 exch getinterval
exch pop
true
}
{
pop pop
false
}
ifelse
}
{
false
}
ifelse
} bd
systemdict /composefont known
{
/_pdfComposeFont
{
1 index /CMap resourcestatus
{pop pop true}
{false}
ifelse
1 index true exch
{
_pdfFontStatus not
{pop false exit}
if
}
forall
and
{composefont true}
{
_pdfComposeFontName
{
dup _pdfFontStatus
{ findfont definefont true }
{ pop pop false }
ifelse
}
{
dup _pdfFontStatus
{ findfont true }
{ pop false }
ifelse
}
ifelse
}
ifelse
} bd
}
{
/_pdfComposeFont
{
_pdfComposeFontName not
{
dup
}
if
2 copy _pdfFontStatus
{ pop findfont definefont true }
{
eq
{pop false}
{
dup _pdfFontStatus
{findfont true}
{pop false}
ifelse
}
ifelse
}
ifelse
} bd
}
ifelse
/_pdfFaceByStyleDict 4 dict dup begin
_pdfIsLevel2
{
/Serif
/Ryumin-Light-83pv-RKSJ-H /Font resourcestatus
{pop pop /Ryumin-Light}
{/HeiseiMin-W3}
ifelse
def
/SansSerif
/GothicBBB-Medium-83pv-RKSJ-H /Font resourcestatus
{pop pop /GothicBBB-Medium}
{/HeiseiKakuGo-W5}
ifelse
def
/Jun101-Light-83pv-RKSJ-H /Font resourcestatus
{pop pop /RoundSansSerif /Jun101-Light def }
{
/HeiseiMaruGo-W4-83pv-RKSJ-H /Font resourcestatus
{pop pop /RoundSansSerif /HeiseiMaruGo-W4 def}
if
}
ifelse
/Default Serif def
}
{
/Serif /Ryumin-Light def
/SansSerif /GothicBBB-Medium def
{
(fonts/Jun101-Light-83pv-RKSJ-H) status
}stopped
{pop}{
{pop pop pop pop /RoundSansSerif /Jun101-Light def }
if
}ifelse
/Default Serif def
}
ifelse
end
def
/TZzero
{
/_styleArr xdd
3 copy
_pdfComposeFont
{exch pop exch pop exch pop}
{
[
0 1 _styleArr length 1 sub
{
_styleArr exch get
_pdfFaceByStyleDict exch 2 copy known not
{ pop /Default }
if
get
}
for
]
exch pop
2 index 3 1 roll
_pdfComposeFont
{exch pop}
{
findfont
dup length dict
begin
{1 index /FID ne {def}{pop pop} ifelse }
forall
currentdict
end
}
ifelse
}
ifelse
definefont pop
}
bd
/swj {
dup 4 1 roll
dup length exch stringwidth
exch 5 -1 roll 3 index mul add
4 1 roll 3 1 roll mul add
6 2 roll /_cnt 0 dd
{1 index eq {/_cnt _cnt 1 add dd} if} forall pop
exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
} bd
/jss {
4 1 roll
{
2 npop
(0) exch 2 copy 0 exch put
gsave
32 eq
{
exch 6 index 6 index 6 index 5 -1 roll widthshow
currentpoint
}
{
false charpath currentpoint
4 index setmatrix stroke
}
ifelse
grestore
moveto
2 copy rmoveto
} exch cshow
6 npop
} def
/jsp
{
{
2 npop
(0) exch 2 copy 0 exch put
32 eq
{ exch 5 index 5 index 5 index 5 -1 roll widthshow }
{ false charpath }
ifelse
2 copy rmoveto
} exch cshow
5 npop
} bd
/trj { _cx 0 32 _ax 0 6 5 roll } bd
/pjsf { trj sfc awidthshow } bd
/pjss { trj _ctm ssc jss } bd
/pjsc { trj jsp } bd
/_Tjdef [
/pjsf load
/pjss load
{
dup
currentpoint 3 2 roll
pjsf
newpath moveto
pjss
} bind
{
trj swj rmoveto
} bind
{
dup currentpoint 4 2 roll gsave
pjsf
grestore 3 1 roll moveto
pjsc
} bind
{
dup currentpoint 4 2 roll
currentpoint gsave newpath moveto
pjss
grestore 3 1 roll moveto
pjsc
} bind
{
dup currentpoint 4 2 roll gsave
dup currentpoint 3 2 roll
pjsf
newpath moveto
pjss
grestore 3 1 roll moveto
pjsc
} bind
/pjsc load
] def
/BT
{
/_inT true dd
_ctm currentmatrix pop matrix _tm copy pop
0 _rise translate _hs 1 scale
0 0 moveto
} bd
/ET
{
/_inT false dd
_tr 3 gt {clip} if
_ctm setmatrix newpath
} bd
/Tr {
_inT { _tr 3 le {currentpoint newpath moveto} if } if
dup /_tr xdd
_Tjdef exch get /_Tj xdd
} bd
/Tj {
userdict /$$copystring 2 index put
_Tj
} bd
/iTm { _ctm setmatrix _tm concat 0 _rise translate _hs 1 scale } bd
/Tm { _tm astore pop iTm 0 0 moveto } bd
/Td { _mtx translate _tm _tm concatmatrix pop iTm 0 0 moveto } bd
/TD { dup /_ld xdd Td } bd
/Tf {
dup 1000 div /_fScl xdd
exch findfont exch scalefont setfont
} bd
/TL { neg /_ld xdd } bd
/Tw { /_cx xdd } bd
/Tc { /_ax xdd } bd
/Ts { /_rise xdd currentpoint iTm moveto } bd
/Tz { 100 div /_hs xdd iTm } bd
/Tk { exch pop _fScl mul neg 0 rmoveto } bd
/T* { 0 _ld Td } bd
/' { T* Tj } bd
/" { exch Tc exch Tw ' } bd
/TJ {
{
dup type /stringtype eq
{ Tj }
{ 0 exch Tk }
ifelse
} forall
} bd
/T- { _hy Tj } bd
/d0/setcharwidth ld
/d1 { setcachedevice /sfc{}dd /ssc{}dd } bd
/nND {{/.notdef} repeat} bd
/T3Defs {
/BuildChar
{
1 index /Encoding get exch get
1 index /BuildGlyph get exec
}
def
/BuildGlyph {
exch begin
GlyphProcs exch get exec
end
} def
} bd
/MakeBold {
findfont dup dup length 2 add dict
begin
CopyFont
/PaintType 2 def
/StrokeWidth .03 0 FontMatrix idtransform pop def
/dummybold currentdict
end
definefont
8 dict begin
/_basefont exch def
/_basefonto exch def
/FontType 3 def
/FontMatrix[1 0 0 1 0 0]def
/FontBBox[0 0 1 1]def
/Encoding StandardEncoding def
/BuildChar
{
exch begin
_basefont setfont
( )dup 0 4 -1 roll put
dup stringwidth
1 index 0 ne { exch .03 add exch }if
setcharwidth
0 0 moveto
gsave
dup show
grestore
_basefonto setfont
show
end
}bd
currentdict
end
definefont pop
}bd
/MakeItalic {
findfont _italMtx makefont
dup length dict
begin
CopyFont
currentdict
end
definefont pop
}bd
/MakeBoldItalic {
/dummybold exch
MakeBold
/dummybold
MakeItalic
}bd
currentdict readonly pop end
%%EndFile
PDFText begin
[39/quotesingle 96/grave 128/Adieresis/Aring/Ccedilla/Eacute/Ntilde/Odieresis
/Udieresis/aacute/agrave/acircumflex/adieresis/atilde/aring/ccedilla/eacute
/egrave/ecircumflex/edieresis/iacute/igrave/icircumflex/idieresis/ntilde
/oacute/ograve/ocircumflex/odieresis/otilde/uacute/ugrave/ucircumflex
/udieresis/dagger/degree/cent/sterling/section/bullet/paragraph/germandbls
/registered/copyright/trademark/acute/dieresis/.notdef/AE/Oslash
/.notdef/plusminus/.notdef/.notdef/yen/mu/.notdef/.notdef
/.notdef/.notdef/.notdef/ordfeminine/ordmasculine/.notdef/ae/oslash
/questiondown/exclamdown/logicalnot/.notdef/florin/.notdef/.notdef
/guillemotleft/guillemotright/ellipsis/.notdef/Agrave/Atilde/Otilde/OE/oe
/endash/emdash/quotedblleft/quotedblright/quoteleft/quoteright/divide
/.notdef/ydieresis/Ydieresis/fraction/currency/guilsinglleft/guilsinglright
/fi/fl/daggerdbl/periodcentered/quotesinglbase/quotedblbase/perthousand
/Acircumflex/Ecircumflex/Aacute/Edieresis/Egrave/Iacute/Icircumflex
/Idieresis/Igrave/Oacute/Ocircumflex/.notdef/Ograve/Uacute/Ucircumflex
/Ugrave/dotlessi/circumflex/tilde/macron/breve/dotaccent/ring/cedilla
/hungarumlaut/ogonek/caron
0 TE
[1/dotlessi/caron 39/quotesingle 96/grave 
127/bullet/bullet/bullet/quotesinglbase/florin/quotedblbase/ellipsis
/dagger/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE
/bullet/bullet/bullet/bullet/quoteleft/quoteright/quotedblleft
/quotedblright/bullet/endash/emdash/tilde/trademark/scaron
/guilsinglright/oe/bullet/bullet/Ydieresis/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
1 TE
end
%%BeginFile: pdfimage.prc
%%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
PDF /PDFImage 38 dict put
PDF /PDFIVars 20 dict put
PDF /PDFImage get begin
/initialize { PDFImage begin } bd
/terminate { end } bd
/nulldict 0 dict def
/gv { PDFIVars exch get } bd
/pv { PDFIVars 3 1 roll put } bd
/BI { save /savelevel exch pv mark } bd
/EI { /savelevel gv restore } bd
end
%%EndFile
%%BeginFile: pdfimg2.prc
%%Copyright: Copyright 1987-1993 Adobe Systems Incorporated. All Rights Reserved.
PDF /PDFImage get begin
Level2? StartLoad {
/ID {
5 counttomark 2 idiv
dup 3 1 roll add
dict begin
{ def } repeat
cleartomark
currentdict
end
begin
/ImageType 1 def
/ImageMatrix [ Width 0 0 Height neg 0 Height ] def
/ImageMask here { not } { true } ifelse
{ /ImageMask false def } if
ImageMask not { ColorSpace setcolorspace } if
/Intent here { ri } if
/Decode here { pop } {
/Decode [
ImageMask {
0 1
} {
currentcolorspace 0 get /Indexed eq {
0 2 BitsPerComponent exp 1 sub
} {
mark currentcolor counttomark
dup 2 add 1 roll cleartomark
{ 0 1 } repeat
} ifelse
} ifelse
] def
} ifelse
[
/DataSource here { pop } {
currentfile
/Filter here {
dup type /arraytype eq { length } { pop 1 } ifelse
1 sub 0 1 3 -1 roll {
/DecodeParms here {
dup type /arraytype eq {
1 index get
} if
dup null eq { pop } { exch } ifelse
} if
Filter dup type /arraytype eq
{ exch get } { exch pop } ifelse
filter
dup
} for
} if
/DataSource exch def
} ifelse
currentdict
/ImageMask here not { false } if
{ sfc imagemask } { image } ifelse
counttomark
{ dup status
{ dup flushfile closefile }
{ pop }
ifelse
}
repeat
pop
end
} bd
currentdict readonly pop
} EndLoad
end
%%EndFile
currentdict readonly pop
end end
/currentpacking where {pop setpacking}if
PDFVars/InitAll{[PDF PDFText PDFImage]{/initialize get exec}forall initgs 0 Tr}put
PDFVars/TermAll{[PDFImage PDFText PDF]{/terminate get exec}forall}put
PDFVars begin PDF begin PDFVars/InitAll get exec
/N13 <<
/SA false 
/OP false 
>> /ExtGState defineRes pop
%%BeginResource: font BGNPKG+MathematicalPi-One
11 dict begin
/FontInfo 12 dict dup begin
/ItalicAngle 0 def
/isFixedPitch false def
/UnderlinePosition -100 def
/UnderlineThickness 50 def
/version (001.000) readonly def
/Notice (Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.) readonly def
/FullName (MathematicalPi-One) readonly def
/FamilyName (MathematicalPi) readonly def
/Weight (Medium) readonly def
/BaseFontName (MathematicalPi-One) def
end readonly def
/FontName /BGNPKG+MathematicalPi-One def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox { -30 -210 1000 779 } readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 35 /numbersign put
dup 36 /dollar put
dup 44 /comma put
dup 46 /period put
dup 49 /one put
dup 50 /two put
dup 51 /three put
dup 53 /five put
dup 54 /six put
dup 57 /nine put
dup 63 /question put
dup 68 /D put
dup 70 /F put
dup 93 /bracketright put
dup 97 /a put
dup 100 /d put
dup 101 /e put
dup 102 /f put
dup 104 /h put
dup 112 /p put
dup 114 /r put
dup 126 /asciitilde put
readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d16fad9e973a9bc6840a4d7fc2c16
df705f0359400eea6f4347b50de0e50f1eb0b052497eb83a7f3bfc630509fb9f
490c24dff817bd0ad007e3a0d20c276c64b4c3fd5bc3795b2ab626c7dd4de133
0b5f17e6c48ab1b8026bbf7586e737fc462f71198d598060a17ee9df00ebecdc
e2b54450f64297720c28a536c7e86f5eb4da4690634b456735f87502e2b71830
1ad9c4177c855b19055431932d7e5bd24bee3c8a88937810d0027aee45250277
87fb1aa6bc5aafc31966d1e53af22aef446b3747a7dc82fa9d98c0c9ee411341
27ea16a2d7e584726b4d4838c8646488cf890e3d94c0d287582ae35d06f20afa
d7753c10809421a9669df3a3a133458b65330b1a41940107843e12cf8a6d22ac
dc58289417ed00f49d073916fd995b2e93caafa0cbc1c51dd5123b6d8add4ac5
16af291418996377109925ab449968d75ff1b1fba3875cc27b944d1739723714
c293368d6e7557ea0b76e1b042f77267bd0180412a7907fd4ca5ef6de3c15eb5
f436832e0e446bfb202d052fa6420935857dc22faf542905ced65155ac07c0a4
a417fc13589508e916bc67aef6d308ee90bcdee51377eb2490fe474219e82a2a
ec3f0df551681f486960c7daa07534b17d8928c7ff9d2e0ea30766f5aa22fe2c
a1a863c0894503dc4365dc428c13d1862fba51fa2e788520f1affe133339a2de
e872b09d9f1308f2fa3a98aa34d30af62a3b56777c232207453e8095db2fa8b1
f9276bad9ced3dbe84f9c4e98e64dc85c23cc30f5a5cd7171cd33fb5c2034f84
e590bc1e2d892110509aae80ed1eede8139431cf20cdf42d6cb3f4f38d069516
54ab8e9328565011679d02db0e26c68c573268fa54e9f0c479c0988428f97b17
35ed3c8fae071b807a1e96d31ab8eee546cd06c452eeb83267611cd16378c588
f145ca1c66c967b91165c239a6b88eec4d229ac2c0445d85b637f85a50df4182
49f530111cf03571b4308c769c4c3d2f1d494c952fa5988f31c525d8aa9d96d4
b466cc9835f23172d9bdfcaa1a87bbcd253b995840e7c58b3611cbc2699f4e1e
7b47975cbfb9cc95d8f014ab040fa4a56375d347d4812e42bca96d26557122f1
5ec9e64ce4afd4508bbcc07a4a9798a515c0aa99806036810c7c8467ff84e2fa
243644ffc3be1bbe916770f83952f50b54bcb4af6789b91c1abc4fd3ee9c377e
642d12f1bee204ec581feab76a85432db4d0051433494b39d2a32a5e3635ab1b
86b8875ff41e015d4b3c4ddbee6a8ff0bee572bd69db5382a4e7b60dc1ec199c
f924963e63539cb0f2900d59a6dd2b089fdcfefe69fa5d8e47e5c981c2b40647
fe740b35d74005bc669f0add97a2d10ac4f1fa538b630a0d7ea9b3023fe60ceb
609a7d56e57a0e5d6d7c718caa9f3ea2a3eb8943d78f7ca73440f5eca6629f3f
9eb1559f041222f36def5fbfc24e0c2199e83fad08079419e6b70a073ed1e396
780f50545955f88a328e7cc292478da6289652c11dd78b1175ea5f631633b401
f2ca6d0ecc27e9be02e83013d39bfcec5d196a459a13023ac4ed8c632433d6cd
4c586463efab9cffffc6b72c27b9d1014ade39b934722f088dd2770b2c04e545
b67abd30c26e27b09f8f83039bde7f6d7062036fda9db15ea1b311de9e5b75dc
77ae39f48c13809ab3c749eeb086c3a9f157611ed0ce785c701999288e51036a
ddfad18a79b76efed21175ce0ac972175114211228ba9199d8318099c96c5f47
b1e6cd9fb6dd1a27439d383e546b29ff3644fe8be6a45b922d9fe637f7ec1ba3
33f2718e3c82cb9c387d947f82e795cfd7b78efcf26e02cb378af48759891752
ceda4fcf0a9b1d8afce7212672f8f1d40f5900d1439ad1e1fdc621c6004a39d1
2255178f0553a36dd9c38008b51e6d15d888ee65d1b6ba9481aa80359ad6801c
cf54c9556b06a1077ef1a0a931c6ba1d086e27752866a6c5e3dabf94ec9399d3
96417a8544f999be4dd547a84064d34ac5673de35c0ffee1716f133146a94427
6322f8033f897d109478da73303667dcb69615f1b6921949342c76a8eff9133e
cceb33478cbb74141ecdd204ef2ad94ff3e48db632ca86dab5199836c7d439e8
cd4c7a8614c69e663e7b73329f6acae83969e5056420c167a27f11f4fd754108
ef39fc95b6978aa09a1691f6541dfea3ea59b9aecafbb693ca0dd99ddbb9708c
2ff9590b66416c721e65e1284d75134066dac55ff885362396084377f8d80127
af33a987f12fd3cde2d7a13c4b06710ca9ae44650ab6624b9ca445e990d3f074
29a6ae47d9a6af065656ffa12cb8eb40af1224eb0631d52e96a8b750dfc15d6e
12347aa9222068decda85ada1252e1f5f3ce7bcf8b626f6a7b701a2fdc65bede
afb02e2045eb7adae8d8e10c6a6272964826fe5a243b5e05e1e2c5819898d835
984c2dc47f28d47d9ba747349e5eec95b54ec9fb2278359a03c25e0e127908ef
7d4088a07f4f45bc9e27f26dd0a1cdc2c2eac7af49ac8f6edd6d59900f52c235
ff1e085056f6ee0c2bc26b823c9cd65b69b2fdc0adb7f51d38a3c152ca791cae
154b3008cb45df3ffea2949e772707768bf3dba50089414f00363ddd28ce0880
264e86dc24a1d8d95a32413040133de17ffba50117bd6a1e8fc6120724d00f32
c543eb9103b366754eaa5860c617d7421c35a509624e994e9f80f00c988a291f
922c0b7a18a433f8b6e98e494e6eed9b3e10daf89d35628c1a1daff1177ac913
cac2e5a982ded7bb977f8eabf681d2c99df486b730f240f911952cc6565da0d0
9619247fb57be1da11607a84e5e7c6b6ac9fc3fe0360cf4cdc523439b0060e36
3ad25a8996648aeee7939b9e3efaf7d7570edc609f2add00e1
39d323153df353f96944a91c951801aa734c59d1a575aca1b22204b1118040b4
6b5bd90dea376dd69ca05f045004cc54ae8c616c3d5132f54b5f546e7f381f36
ac675e58fda3cb412df6aa670f5162d69d72301b02d5241b8d976398f439a090
45a0b805217bafbc030d70145c283a4662d5dbf1578d62405e854e3da8bd57af
c851de67a7d350b111391bdc76b5ef15d6574c1b91833b4c4f96add56e7edbe9
fc2ba5e4465a298f6a9e3454052bacba012fd173a91df40d392fb12799c58925
4f58cfc076987aeac8d643c2626002878e25866e1d32e3eedf7fa17656018085
820c535d70686dc322e34a6cc22402b1b0d34ee33e835bd60c543a6c81770e9a
f70e6ae146587aa4a688c846dce19dd8588bb0906b35a9dfee9ef8890cec4931
48da891938816467061076900e4d397d27b845c64164970c431a994997028526
d6fb6747712a6c90a8a95d68c6f706cb7d1e2d5631f04775af537e6b7ab85d02
b396dfea635e788449cbae39847cf0ec61a4938c339995857fb1cfe43d00f819
7943aaf1c145d4576d45649feb7b51bb745309a5e313366e9b0111f53fa276a5
48e686ea7b19bd81f92f186110d996586f087a16a27d44cc784007b830cec8eb
1806b6d3f24dcc2d5eac9754f717147683000fcebf18b8b9980ecbabd9f17be9
4e7b693d731ac48c03bf025d8e4a97ea268dad242846d6526ce52fc8cbf67639
3f4d89ec586a0b4115629b838a5a8060c1050fc0b3d5101487c836bc2d17b50e
33b4d8926053e59eb8b2b82a0209da6294effd8d2cc831cf198d8b03da303a8b
db7adfac041783f56a1e01fd1673e724f2b8b57e144a92f0cc139d6d72d03f31
1b051ad24acac7e85ff9fe30fcb4ba44ea7238c6ab387e58bd076f3a8e53ca3f
de2efe55cbc3ff334fb61ddb43bbf04b9a4b83ebe6603d9b1df07394e489553f
daf022d6c4ea0d7a93b699800de0ac7bc4198996fad69b44ab4dd5fb2bfd2906
c61caaa1164e5e5b8d752fe87e7e776a4eef8a5a9e96f498eeedc3c0b715c41d
9cd0cebb4bfe019e08602c85a6c43ce601a1289e0ea96e54f4f60daa95836f12
5b0db35d94631741b6d0d475e8bdd5f90b8239a943358ffa60c62207bd496760
ff7396d9768c8d709cf3c3c093f255731b9499abaf9422800319b6fd814b9af3
01516a96be6836df71967be178dc45b30036523abcd4dfa5e3534c86d492be51
3cc5f01cf4ad17a09602b9c7ba5a844e866f95d476e291bfa10a21eea22c0f72
a8b88ba21660ae1e11c925e891de0299eb0c58896644c092621474144863613e
cd50e1accc0372eda0a98baeb2645b73ffc53f6d223d2279dbb3f1c80a2eb2ac
213f5550e4a6c4538697ef7695ea88eec2d0c01c85c0aed230b457c4847decea
167edd2b39529f4d6576d2bebdd23b7b9b80f1b21688c9588da93ad2182744c2
fc92d92b94d29b5d15e8a2cb1edfd10569b3485b0ab4fb643f8cfd3f04bb6aee
51a19299ce13110d03762ade88aadb8e46287e7dc5244f4c3a152fff8d9073f1
022d0106d270fab8cefe410ce7cc98294276a181ee2f90d0fb093318b7993ce1
aa52786ed52c9eda1ac45f0e2585b566e780e371ec72066171509947c5ad224d
02d5667ee02258fda5ca77c677191075d7e01d47d92863060bc329d969ade4ba
fac72a268ed7019557bd9fc71d797c49aad7418c5249340abd7f432597f8c652
89e161b839603649bce5188cf9ffdd908957691aa63e7ce40c3dd4d9d93175ac
c5adcef64fca35b28a89924867c9ade29db05974f4fdbbdbf2dfdeda54a4

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N10/BGNPKG+MathematicalPi-One -1 TZ
% End encoding-delta
% Begin encoding-delta
[/N8/Times-Bold -1 TZ
% End encoding-delta
% Begin encoding-delta
[/N7/Times-Italic -1 TZ
% End encoding-delta
% Begin encoding-delta
[/N6/Times-Roman -1 TZ
% End encoding-delta
%%BeginResource: font BGODJE+NewCenturySchlbk-BoldItalic
11 dict begin
/FontInfo 12 dict dup begin
/isFixedPitch false def
/version (001.004) readonly def
/Notice (Copyright (c) 1985, 1987 Adobe Systems Incorporated.  All rights reserved.
New Century Schoolbook is a trademark of Linotype Company.) readonly def
/FullName (New Century Schoolbook Bold Italic) readonly def
/FamilyName (New Century Schoolbook) readonly def
/Weight (Bold) readonly def
/ItalicAngle -16 def
/UnderlinePosition -102 def
/UnderlineThickness 54 def
/BaseFontName (NewCenturySchlbk-BoldItalic) def
end readonly def
/FontName /BGODJE+NewCenturySchlbk-BoldItalic def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox { -205 -250 1147 991 } readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d1a341a6b2886d9bf1c79d46eaa2a
0ecc989a2ef78da9899b99072a9340a4f0439a161542ecfac9a598e81defc21c
661fe9ce98427a0c6f8529ed9f3d12f74c6c0a93d19c8fbfae3d9d58aacab944
ddac50ad832c7c548ab3e2bacdf541453e04b1ff7ce6709235134078452de4bc
886bda8f6b883df3964c6bc8335da0202e37561d7d88ba0bab2499766a919307
0f6e48bed247c445c77c93404cdf371dbcf1d3bddf7b0eb1e2089ff0c2016db9
529da4a73ef4e2d584aa190b41373e4031d76dc61758934db751339b5dd809d4
b36620a8d347e7a177099e9218a528f772a354cb87b894d699e6ab3064a9d370
4a067c8e1f7a63d94de0f220a698401cab84a157c138940091a146b9bdc19de4
f2ea8c68706b21cdc02758d7fc4c1454c481f24c84b89dad694622a62ccea958
1e2d2173acfef9b5e63dff8eb9a50116365a2f2eacdaac1276b9bc8090465c7b
c5734fc9d409dd515deb28d4ee6a6fecc32844b9813cb8cb4adb4d6b76e58820
082fc4f16865d0c9971f1dda33982cfd6e6b8be023341ac5174e172826a1242c
6a4df35fd3a42453aa147ceabb542e945dc7eedf6b5143b75c32b7d48a74ccb1
22fb85e24f1a9d7857bb528c856a641487882efd13643d4f0526f209747fd977
1337fcca52ad349bdd54b5173443068a0bc26389efee247ddfa6aa1f6e459ed7
a8fadc3009da9c2e857ea87a6756b34d35698f6b77a81bb03077950cc8daefa7
50f026f30e2389a9374598ce8653ef748b886d804873ac72047d1c8b25d6a721
a3398224d1ba4efedfd88b2fcaa9aa49aa152aeee2247eb4cf183eac8e59d878
32d889707f23bc16897aa4a55a3f8c6cd401d812ebb3a1fca2866a610a7ec517
cbcf7f92f098bd76d0d1ff4e8b173bffd11ed15a8f919a55ecf3a1c3952ba25a
6841b6ed99efdcd39a61140c6643ebec42e2cff51a03412fb6f613207870e797
e62996d8528bd4317e3cbcea71e4c26a47d927caea9ececfb5ad17176e7bc9c3
e3fdd16e255cd8f6c919e60c10aeea7d923c6901109c4da85d7ab4bef19156a3
bdb3cf559615fc34e816471c83c618b1c24d15acf0780f9551162bb65cef2871
3e5856c1b4e6fdc587d8d403a2d599ca5023439eccf20c0810a1abdc1e90a525
4b538c5da61cfe6ba59caf894350abbe06d84d2695b6520c8852cf21fc340894
ad68ee45e867ed90fc9d24ae440c01cee6c35f92be5e26d1e5e1f8ccebf58544
5a95efafe2581eeb2f72e52e792dd733b6a1e89dac77650fff2a389764cb0f81
751f8e1d91c91d6d0be10d9565edf4fc6c2c39a33a0aad3126e8276c0b739f53
649eeaf3ea8c4bd45399adf1f6ae30cc314f2181ee83aada16c989ec6916276f
314d881f5416565c285d8333afd5f2020eadc15f70c681c3805ef7e4461a4527
daca8e2fe689420d5723f1ad61e5cedb1913a583a442f8e1edb98d9a38ac05c1
7158fed713f934d381d22b29dfc0cd9345ac21d2f3a022bb43088ca5eb7b1bf2
7cd6cfd6d9107c5ad99fa3a68ccc1ff1807b19c4f08169b6318edc63a1980fc5
f73b017fab6358be6210c870410be1a1e78ce3342921c171d4011c4a40427f04
0d797c55170bb5ea686348e4fce2b8397fb6062c516d6df5818df638e3234ae2
153e79d561a5b6f510c4e065ba055f8d20e6366fd0fb7c41b6641ac5fba7ee3d
9069228f92863882ea1cd2b06030158350c9fbb66d56615309d0784647775905

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N18/BGODJE+NewCenturySchlbk-BoldItalic -1 TZ
% End encoding-delta
%%BeginResource: font BGODJA+MathematicalPi-Three
11 dict begin
/FontInfo 12 dict dup begin
/ItalicAngle 0 def
/isFixedPitch false def
/UnderlinePosition -100 def
/UnderlineThickness 50 def
/version (001.000) readonly def
/Notice (Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.) readonly def
/FullName (MathematicalPi-Three) readonly def
/FamilyName (MathematicalPi) readonly def
/Weight (Medium) readonly def
/BaseFontName (MathematicalPi-Three) def
end readonly def
/FontName /BGODJA+MathematicalPi-Three def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox { -27 -292 1023 981 } readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 46 /period put
dup 49 /one put
dup 50 /two put
dup 59 /semicolon put
dup 68 /D put
dup 79 /O put
dup 83 /S put
dup 91 /bracketleft put
dup 100 /d put
dup 107 /k put
dup 108 /l put
dup 111 /o put
dup 115 /s put
dup 117 /u put
dup 206 /OE put
readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d16fad9e973a9bc6840a4d7fc2c16
df705f0359400eea6f4347b50de0e50f1eb0b052497eb83a7f3bfc630509fb9f
490c24dff817bd0ad007e3a0d20c276c64b4c3fd5bc3795b2ab626c7dd4de133
0b5f17e6c48ab1b8026bbf7586e737fc462f71198d598060a17ee9df00ebecdc
e2b54450f64297720c28a536c7e86f5eb4da4690634b456735f87502e2b71830
1ad9c4177c855b19055431932d7e5bd24bee3c8a88937817b20b0df346479d9a
96c3f0669beab7dfdd59651d5864d188658e90a1418b4f6be88c17a85a1771e6
25744c5023e5e83e58035af23db30794e2d327909d9cacedce749e6c13e5928a
c6a6b5e734315a9a5c74a64b051529775eb028913367ad3f41e1c133c1d434b5
e246cbaf4211bc0f5015a188be5c1dfb421b92c9e5d22be77b9408d9350b14d9
4f6cb49ba92cc795bef2a18cb9237ade20c1a891c19342898113e9b07a466a81
b95e639f3c0d8335b3c3203b8b3031c6980f7473dd40e4ce68d6373183845035
2b516506ef163ddea8346d8ef3c6450cd168e25ecdee5521e37a87d1dbdb922c
d552ff2d2310decaa6684015cb517564b9488243ccfacc05d54c89a9e3063231
0efc5e6ff1038b92da1dc386f6b21d5a0bd6bbb5fe2dd43a2703f4776eea1c23
48ee6a862b1b043066b1a5a2f0ff3429b278ef61ff1b30b05caa3ec5f58a1b07
0966f278a7ac5b83cafa315ee14e20b848f5ce4e4524cf402221ec4379dd8d18
09eabe6e4ca9a5cde0b8e59b76edf1999758baa7953611a204b58271894b1728
0d8150dc42e6535ae8b8c289ef58c7746ac118c585671654983ccef6bb570b82
444bd3817abfc9b7dfe1b8299e772895ccd30aea1b058ec8a976ace871475b0d
f0023d12c73b34528494398cb474f36c8dfcbbf3580b04b96e0651bf9757fd4d
a7017d09b2506622406426c64e04d94b4e6a32ad689c6767fcb002f0b54e4f5e
5c87316ab05e813efebbd7455acad82f5fa3c2046f1677d17824a99e4584b411
2d69211ac70c46eed2af6e1fa94c94d3746d2e75be68f45fe14af9ccbdd93292
ae681acc70307e8a42f8291462419cac68eaa8477939ebc65556f3508d7f2c7c
e9d17ec4aa4784cf0beb4280bf7b008cb4db5b03bc07d7de68ab4fd20aad6287
67553549e87000337295a254fefd60111309d1d59e1e0ddaaccaa229cbaaa7f4
09dbd52c4d7cb3d6b668e8516e4ddc1313f2b93e077bc21786c1b4dd4b4d3357
53a079544fb579aa9730b98321f1703703f891a90ed4b95b0149324f57dfadf9
5cd51ab6044ffd4da12d331e78eb89c060960addb0c8bbb90aaf44b5a16e366f
e2697b7c472ae5590e11c8fb1f5a4a61296383e2bb719eadb5e8d1e5566c3997
c60d8e87ec4014b9ba480c82f2eb33b95044386ce5fd3fe7deb668f67cbf0df6
ae8b23b832e59588051933e30a7dcac4f5e2a35ef1609d5fd4ba51791cc3ae1e
3a83cc4ad586e28ddb4d9b7db01f2e58ab033482e69a09dbcedea7e408f35d63
a1961d2690cb14ca94dd73ad4a65c7cd08885ee91bee4dcaf1fda2049df31783
8c096af1e677f3b23a5d2e2aee32f59e76fdb26b54816b485c29368ab13a2fda
28fa0ae34176f393803ead99d31cf700807266beb363cdd6f43a6bcbe9336290
62b77199cd1dd593361f512d1f90fe7a158ad3d329c182cd2f03e141c25e05a0
c4ba686ad34bee5612b41078234cf8e4af90f89dd6881acb7dcda46d82c9a1c9
283bb893326d790c851a47fc7a97ecdde42413d71f14187046aa1ef8a01704ae
56047ecbf4f0e081ce16b6c44f3c4631be2993872ab5990d04fa4b108ab807d0
b22d929ab36e4e88cb27e635f12baff3cfec8fd832b5e75eafe84955204c0267
232dee2c364dca9731424edc50d39d80df31675abb4d3530a83b2a022c09c072
8b056311b27659dce3ec16f986065a1d00877b58818e93f6411b2cd4021ac92b
fc6218aa05b71a9f46b44555f03e09ebed61e90a806252e9a886687ea1a9b9fc
f3ea717d95b00839e156f7a707e8d75391c528bf8b1556e50c8fe1940dc8a76d
026fbca9a19ed88758a0f3d9e51e60cb1462f1bc54d7d933445653d0ad2d3857
9d0cfdd794f5b6a5edf1d7701b1bec5fbae46d3ce048837b5f5eceb6d2a0e118
0774f66c18eeaa14ad8de83ccf82f8f71e26ae8bac8b338c190551d6c56530e5
5daee48b7e4a180bcafbb89e0283cd7cba2b969f962d713bd1f60e500934a6b6
3af83e391554afd40925697f81e1564efb90f31edc4dcf58838afadd38a12c03
7a3783f707170170a7ebf0bb5b50a5a59f6a96f6b96a17ddb4234a077ded7ba7
dc8f774c4275bc00cae5167f64623f5be01b27eba279e763947a9d3a19924753
eb3e3c0777c28e4606a094e4eddb2db8f34fc9aed5988b724fd1a5bcb75ca5ee
30d280822b68d66003add388273f4ea071f1b308bfcb5fe96ca1e96fbb4228d9
da8d64ebee262bb6c55d5f84cb87adfc01f55532b64044e58f6ef38085ba74c3
039af7104afe56c34875e86b80e4de688985e5f72c137a63d6a5dc475ad036b5
8a7b28e38c814c4713ff5857631838b1fc02896f1042ae37b596447903164ad5
55c84ca5775a5adecad70def490420d59a128b808cb1dffd234f9699e7a94c84
a1b8f8d58a97efdce829295eae84173cbecd69196fb438511384ad228b7b833f
15705e4ad6134c16c15962f73ea75960092a1afbf305317ecf4e8c67e4cc5ddb
afbfe93fe59ec7f38938ddc275f38b05e8bfbd88175e715020dff6f96122028b
df3462c0ca088b1f8850638e555725bab8bb17337f6c78c81b11fdf5668d1790
cb6d7462837ee1073d89
0a4e9d306dadb2608f29378fe5b4582a989c1a2f2add7a6a9adf54728fe10c15
f7fcca5effab030ea995cd8c718b419d5c5aeddf7f53afbf88a3b38a238f653a
a68e24ff653b26b8937bda2ec6f55c853032149c46b6bcdb0f1d31b1b023ef09
e8b1f534df979e341b3c9f226448763ae6588093d129c10c663676053c16ccad
ecc564f2ddd45cf8ee2f8585d8ca3a4bfa93442782f9e90efa65b2525630fdba
e37c4ce017b54f50dd8569c68fca5737fb05b7271e55343bee414f2ca13df5ec
9564b1c42dbb668d6eca4dae4998ea5f1f03e91238b4397882f6522a6edfb687
ab3d1675c217c5675fcce9e4005420d0bdc90381a27884ebe45200a0af3827a3
181dba09d6effe67ab12d361b1b627d951c8497e57596f6bfc75b71944836438
ca6ddc6db6100b507dd96702a8d9b0b955f521f41eda7bbc8be7bd3e1e78b54d
4d42bd32f07d145ad6f387850fe2fc903e491dfbc968ea529eacc61c479c5b1d
f9b1e159554af3b8693e968ac32302f191d66e442e

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N11/BGODJA+MathematicalPi-Three -1 TZ
% End encoding-delta
% Begin encoding-delta
[/N9/Symbol -1 TZ
% End encoding-delta
%%BeginResource: font BGOLGJ+NewCenturySchlbk-Italic
11 dict begin
/FontInfo 12 dict dup begin
/isFixedPitch false def
/version (001.003) readonly def
/Notice (Copyright (c) 1985, 1987 Adobe Systems Incorporated.  All rights reserved.
New Century Schoolbook is a trademark of Linotype Company.) readonly def
/FullName (New Century Schoolbook Italic) readonly def
/FamilyName (New Century Schoolbook) readonly def
/Weight (Medium) readonly def
/ItalicAngle -16 def
/UnderlinePosition -102 def
/UnderlineThickness 42 def
/BaseFontName (NewCenturySchlbk-Italic) def
end readonly def
/FontName /BGOLGJ+NewCenturySchlbk-Italic def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/Encoding StandardEncoding def
/FontBBox { -166 -250 994 958 } readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d1a341a6b2886d9bf1c79d46eaa2a
0ecc989a2ef78da9899b99072a9340a4f0439a161542ecfac9a598e81defc21c
661fe9ce98427a0c6f8529ed9f3d12f74c6c0a93d19c8fbfae3d9d58aacab944
ddac50ad832c7c548ab3e2bacdf541453e04b1ff7ce6709235134078452de4bc
886bda8f6b883df3964c6bc8335da0202e37561d7d88ba0bab2499766a919307
0f6e48bed247c445c77c93404cdf371dbcf1d3bddf7b0eb1e2089ff0c2016db9
51d1f85b77e34e4d5874d5d2c7277c026ddf00689c86a3179a47f032d70f49e1
9e35dbbd61651eb7fb4cbefe3e27b6ba3e3d08a2bd528c5fec629a604cb35572
d4076cd08833b8ea8e9850ecf91e993cdd7189cb2c91711813132bd444913095
b02f2b9c80096785254f30283fbc099efadf64d36fe12bdc4b51d47316364c48
14698a398becad2f495da1be44a6f39afe82ea250ebc9a4a2fe534b255d3d164
a307ccaa63705a0ee338915026a6b2fe9d69bdc24296caec8572f4754cb6b901
5ecda6ab86760b26227c285dca7a07a6ca23636fb9cf364e79eb74434dab7a8d
a2386adf933bad8d92f73e2486834f9ba7fb1238f8aa7e49f2b75847e8fd210d
eb18efc7aa9a1f1fdef153bd2dc5c0676d67cc8e02040a30abf040172307631b
b2e9a5dea0370d7255ca2284a05b8eb4ad06b32fc014f31b2e407fff17ebc9b6
d636a5d014e0400089de0bc2fc0526184a86edc7ab34d67e60ac12d9ca8fd300
235ec968ba9e3e4d0a459ca594ce7dfe72a316fdba8c99a8e16dc32bd21f04c5
90d32f1158837f193905c44e780dba296b571e0aeb13c214d07b13e5a29b8d00
3bc82760b10f197e261948ba5668f458668c9fccbee4a1937e2344ac1aa81512
9a9303e7fbaa551bab9cdf999935f9dda6067f49faf013ce0e3521c498cd8d72
39d1a05449a8a08a84a4fe1c54265de291809e077f762179ac1a421b1b4e8c45
c72031fbf8657c480bbe780471b6c30f18fcc2c659da56dd0f6875dc5587242f
4ddc29be790e063fbbca944c2a98b2d350f9fe8d33d14bb8a9c4c475a0a13b68
696938ad3a1e40bf4c2f4d2918a4cda57d5130ab23eb354b2cdd077c8f00a7d7
1e0b17131162045264c695eac3cf0a7c76ebd06f5baf698bbc6010851818fe91
afa3877422bb42197e63de5c39e73339c9c22cff0332de009b1e0f517e26ca96
0725db0da6e4d6f739c66feedfaf370ae613dd4cea51a9c152fb6b386ec6cecb
2c0d8db0e6b52ddc721759ccf64f7ae410eae1ffbf2d9179842bb11e5d9494f1
a9cd1044859038620c26484b644262f7f3f574efe4df9c7299af799ef5723ac2
058a3231a98082a64e114b246adbe6e31e7f2523dd9077b2a27873570c518966
4157c89f27e5dbf5cb80f5d8cc55b6dbe7bfbc76625b3d2398bfbfacc2679324
d4cdf0b0542e9b6c4bdd4e70d9d2f25884483f57d0c9e8da03dd7cd44fccee26
6241d58f796a1309ffc6635a9eac6cea585fbf808e940ae64ddde9f15df4106e
6b5be5600544774dc9b94f69df3a5fecc585784d487e97c1e986038fce1c2757
706622860a08cf2ebaf57430c679fd3c310e41617737b00729c259a0be185453
1ae64de27ecaf6a750864b0be67b538f7680fdc6407c928bbedabe9fef9296de
cadfba9095dc4ff7287bd46d0655b358bc5bba7104dd0b4e6ad0b581d3164af1
8cd0c611eec1a12a3d42d5b7ae6a8e2cfb8373010e190f03ddd3d7

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N36/BGOLGJ+NewCenturySchlbk-Italic -1 TZ
% End encoding-delta
%%BeginResource: font BGODJC+MathematicalPi-Five
11 dict begin
/FontInfo 12 dict dup begin
/ItalicAngle 0 def
/isFixedPitch false def
/UnderlinePosition -100 def
/UnderlineThickness 50 def
/version (001.000) readonly def
/Notice (Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.) readonly def
/FullName (MathematicalPi-Five) readonly def
/FamilyName (MathematicalPi) readonly def
/Weight (Medium) readonly def
/BaseFontName (MathematicalPi-Five) def
end readonly def
/FontName /BGODJC+MathematicalPi-Five def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox { -12 -289 991 805 } readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 124 /bar put
dup 177 /plusminus put
readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d17895df10f2cef6d6de146fb4fe3
e00fce9955171c52e43c2eee0ecf9c90a6a9340e18a3af11521d47c8ecc9e64c
a910838c60e5d1244195789c99d98165cc03242278d6e82336693bb2b1673709
072293fbfddd07e1a1d79cec22b2a9ec0b05741144cb9cf6b15a070fc3ab63b5
f2bc354264a94e16df8a3b0a16af34cceb0ec44b983c9871b10fe011e7c35707
40d06d5f09ac9ffd07c2a44884d91feeabb0d4e02e29263f3abe684bcc01598f
d534423fd354e47d4254fe0e9342f9e053357c3eb332fad43482748dd4a1cb3f
5e255e01fd69d8a4d63fdac14554c3755bcfcb788dc68647b2cab4d9c00f6700
33b0853853e11918724b330e41147ae59a00215a813187db54593b4d3487de1c
408b7baacec3c9a34e153630d33dd2a1a6e4e3cd7036185df2903d19b9be8d3b
42cefb1419ec5e5987e8cb28ec6d63626a46459ac3632f8b9e0d45f4243cc55a
31ade5acd165cba2e61b44668540d1046fa76a89142aa728121283545640dbff
19bdda0e02bc95f2c39d3867b9108305ea8831de2d065a00f9186e8c6965de8f
605e425db2e1e3640b8b608fc7660c3a08a4f426e52294876046c7b5f9feaccc
b895f87bfea9f50783213b60dee26d0f86ddc3d4a29ce08ad55c48b4302da767
8f2e16993a462b88cada78bffcd28fcfc5dad30bd46b3af3b0d6738debecde0a
27459204d010966fd7120456a0c88a8948cfd16df66550896f526a864b567606
96e5c11401e4f6723bf8f7e5eb993d01540df8912badca657b89c2e8ac0a7665
934105b73aff28a89ecd26b60dd8ba150295a9d78bfee2276f17039d4d792221
a081f62854928b607ed7ffc1663b19acb388b6c302502817488e24d840018477
a7f3f70e6a06eb122888f666a03d2874dcf05eaf9342c45d3ad6ea756fb94b82
343fa7db2f74c44c5841a3696f7efc6fddda9a4ca14899380b1e6401e887080c
6cc15f374448e634837c2129cc9f35a475ba97d26432e0b82f5bfd84004cd11a
37625863a51da90cfc612c8acc34310eef29d40f1db70e834ae2e563aa950fdd
2d846891e8bf9771eb459570c6eea56cee7717039659ef8111adc58b40d18233
359d05bb1395a7952f27a75550c9a907ca87bd9b76c15b8014adb3eff7202178
95308c56ee191f19f5d7fcb1270a285456196bbbe404e2d69563eaecf3e3da0b
65029d9f5f2afe8aeb6623f07a3502c8b0edcfd94fedcf50033c021076a29290
b389b8919a64a63c2c6c43b51275fb5904684d9278429cadd5d153c58f0d60a0
51a33f46567abc3d7d5893735fa7c4d6c1c00ed09e160e0f6b42db9f9bd7edf1
3af2cc2a61300ed23e21e7199bc31e8d2da2d6e55323ece3c41f48c7781d6ccb
bdca1319fa69652ba112ac9366bd84f9fb76d2fa1113b073074c4d4e5ed1f5f9
1f3d742f1008c4cbbc161e07c1342fd6e5f06ca06905a24803e2b0a0e7bf4623
28bb1798d8e8b9866adb5f4c8b2b3da655cce9a1c9f18f18050fcb8177cf0b2d
2f76435858f9fdd1132a0f6c265dd0fec17073ba6dcc71dc01b62cb95834f9f9
c7fffe5661ac5c2e4ac8a261d7f89162a764d5ebd22d75f4f34afa9fd41516c7
03711ecd612bed25f7b62ca115db80f1afcdebfeeb5f84c50cf95ef469ecbb0a
38889b06ecbd5c71de8589cbdf870762bbb90c7b30f03201538a9d91d6e9411a
e423a7ef67a5c78896c47abf11185cd116306872ac8df3d0abd04a691d8d9ef3
af4ece148353c40f14a0d7eb2a8ec4c4e2236b928fcc5158baeef88c5a177af7
67b70610cfc8f16a817fd7600379588ce9a4fd940b6eca4a7159a6d763f5f357
ee455ad30c7e01271c92daf7bfa9441ce32c8b7c620c32afdca1cb1b479f65

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N12/BGODJC+MathematicalPi-Five -1 TZ
% End encoding-delta
%%BeginResource: font BGOLGL+MathematicalPi-Six
11 dict begin
/FontInfo 12 dict dup begin
/ItalicAngle 0 def
/isFixedPitch false def
/UnderlinePosition -100 def
/UnderlineThickness 50 def
/version (001.000) readonly def
/Notice (Copyright (c) 1990 Adobe Systems Incorporated.  All Rights Reserved.) readonly def
/FullName (MathematicalPi-Six) readonly def
/FamilyName (MathematicalPi) readonly def
/Weight (Medium) readonly def
/BaseFontName (MathematicalPi-Six) def
end readonly def
/FontName /BGOLGL+MathematicalPi-Six def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox { 0 -188 990 742 } readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 40 /parenleft put
readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d17895df10f2cef6d6de146fb4fe3
e00fce9955171c52e43c2eee0ecf9c90a6a9340e18a3af11521d47c8ecc9e64c
a910838c60e5d1244195789c99d98165cc03242278d6e82336693bb2b1673709
072293fbfddd07e1a1d79cec22b2a9ec0b05741144cb9cf6b15a070fc3ab63b5
f2bc354264a94e16df8a3b0a16af34cceb0ec44b983c9871b10fe011e7c35707
40d06d5f09ac9ffd07c2a44884d91feeabb0d4e02e29263c91ec03da282d173f
e023f5d51aa5b41a33408fd4707329e0a576f667daee07a23e8b2d8ccb3db0d7
b32f1ae6c686b5029a50308c0a69d2a4ac7cce2b89ee53d116a7bc17bd08da63
e16f0a29bfa5b89307dc30299049971a814297ad44195153aa0fcf7cb840cced
23f1c9acfd15d74d87dc03f11c9badb7f37f6ad6c1cf90b4f68c313cc13c5cc5
c3c0f6089e8c13b13b561fa82693a552d5fb9ab64618d666e9b399da925de1e9
9f7cd08233c999274673bbd0e54cc913cd1e4283fc974737300234dc2b9c6d6f
121e4d5d8ca9f8486501a1b725eb09cf062cdec3322e601893ae9646acee9146
76174f33fbfd54669c4d5dccc6dcb983cbd22d282238e7c2dd7490789bd3f7fb
93b18cb86a266571e944550d4545a196704731010af21563271d340adaa77366
eeb3a0ad3413dcaae01fc0c8db68ecb07dbad84e154dce0df259bcd9caece668
6ca7116f7ccb31bf97d1a499d700583afe95608d2449df9b3bbce80ee39702e3
861e570c454340068b920c41bcfe2022dd6ff05f9dfcb114e485065f9fa02415
8c7837642344cbcf2f08c0bdd8ed9074555027e745d457d987f9133ae7da48ef
c33f536572ef732a5d292060892a58e0afa266c2ec7f5593823bebe43893306f
c7714ea2e7ed6bb094e10f291706fbfe18c5bb9ae923241d08a2827d916cc7bb
12306b7d76d6e8d207f884e9cdd8a1933f7ffaa3199e5f1f61e4eb6c705ad84b
33180e591128c88ed181043fae02a83e99952d10b9fc1bb6165ac20cd1019243
dc45fdf35fc2422750e552a9348e3fe23c1a02e1612da5a1cdbcfa9b2cbadb60
5b926e9e55980e7f1f9eb85e45f93b8bad8ba6ce66da182616d5d7e44e58c5e8
0150ea299fa086bc3d40b26ce6c0c951941bc8e12235d152a1a3981bcd9788e7
5935767d6351f7e73a12270221c591fc8f15a79daf44a5a1d4ab41f5afcd001c
cad0df0a56b306347cd318ee0dd5a7cdafebf6f7f827a9807125fc7efea0a321
293975ce826ddd5a80995f9b6903ffc6866f7345ddcd907710cffdabeb172320
b78a4283ca79ede325d874de073ce78791c5b70ec15bacbf113b97fab14504ce
0ff3b4093e45f1ef0c797cc5197e602e6c6830c84f1fc93661efb311d7c3ab3c
df07a83d84307dddc7fe7d803cea6250cf1f670b13b8b473fe6b1e311385cdca
0c17e8a1efc7bab58476811d3800f99dd6390100f88204d9d069401a39d23e3d
9fd644a9b80830f4cc41e19f32f9cd53b02b450318caca1697dfd5480b29c3b2
b7dcb09f6d99e9248fdad16a89f251a381c0502ead0e87c33cda932d10754669
5e500d613a21ab230c74bbe399717455acf73a06fe8f01c6fc2b92280b54bb34
b663c3fe7eebf07e1f5c37314d4768fcdef05368f38988f3a9f28594d06865db
61c7628ef9e41a74a8e136ba5a13339c9fa3fb0a9e52a64a39ea23985ce340a5
13931c0cfaa84a008f0ab258d6087fdca6c4e5ba3ccd109156aa782a0837982f
0ce3c6737b27c896660e503a2109d5b2377bb70656e9c78ec11f50b8308d1f61
8788436eeea7f312cb2398097654efc7295d7d8ae9e7ede0eb

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N40/BGOLGL+MathematicalPi-Six -1 TZ
% End encoding-delta
% Begin encoding-delta
[/N32/Courier -1 TZ
% End encoding-delta
%%BeginResource: font BGOHHO+ScienceTypeCustomPi-No4T
11 dict begin
/FontInfo 12 dict dup begin
/ItalicAngle 0 def
/isFixedPitch false def
/version (001.000) readonly def
/Notice (Copyright (c) 1990 Adobe Systems, Incorporated.  All rights reserved.) readonly def
/FullName (ScienceTypeCustomPi-No4T) readonly def
/FamilyName (ScienceTypeCustomPi) readonly def
/Weight (Medium) readonly def
/UnderlinePosition -109 def
/UnderlineThickness 49 def
/BaseFontName (ScienceTypeCustomPi-No4T) def
end readonly def
/FontName /BGOHHO+ScienceTypeCustomPi-No4T def
/FontType 1 def
/PaintType 0 def
/FontMatrix [0.001 0 0 0.001 0 0] readonly def
/FontBBox { -14 -500 1503 875 } readonly def
/Encoding 256 array
0 1 255 {1 index exch /.notdef put} for
dup 60 /less put
readonly def
currentdict end
currentfile eexec a0b00ed5187d9c0f1ecdf51878c3aa5caa3d17895df10f2cef6d6de146fb4fe3
e00fce9955171c52e43c2eee0ecf9c90a6a9340e18a3af11521d47c8ecc9e64c
a910838c60e5d1244195789c99d98165cc03242278d6e82336693bb2b1673709
072293fbfddd07e1a1d79cec22b2a9ec0b05741144cb9cf6b15a070fc3ab63b5
f2bc354264a94e16df8a3b0a16af34cceb0ec44b983c9871b10fe011e7c35707
40d06d5f09ac9ffd07c2a44884d91feeabb0d4e02e29263c91ec03da2c60e196
d2a60e665f926d3de93f32d454367a7473a9292e0bfb4d08aeb5e6fa4567c442
16df497e7de048dac59e5052f3913368a0575a5bb3851f1a718e7de17976041b
c717f48c411e72ddf6d494cd7864e765f9930c7672b5d43867516b93582f5213
e3484b3bcd944d59884cc0672a0320df036277bdc5c1ea67ba67395be6d24f53
f4a48227f390067a2bd81ab1b7e784090c20baf49cd87f48876fbe1f680449fa
28552ab51c6cc4033d10d016ea53f3067e11c11e191bcaafc13881cd0e44d669
a0f8f2adbb696b99d80ed903515ee0cbd9e15c7dd67281453c66bf0ffe1249d1
fb944e04949ea3f12822fc56b6dc3b6afb69d1fafe819eafabffa2a0e3f34b84
d61cd52a24b981f7a35a2424e698f39778fc666551bf4b156473adc58a1a09eb
8c2b648ee317e27550a62a4425dff012d728f7f1a9b0451fefb3cdd72c482146
9830dceb51ca5b3a42583140da7fde87d7b0f7d279246e57398bbb3c5668d32e
d600f5bdebe4608726a31b7603d0c5d38503d9da4bb33467deea455be326c9b8
824439fb9c4a1dea632d36ea57286251598f33348893c9d1c9c128ddf61f3479
1fc11f737a8374d372de0d407bb9fa4ee1cec960612aedece264d6b55fe75f7e
6a60b3166933b6593f4a9a6abdb55f0cdf979e44c4b56dfb51d83efd69c8abf9
f4cf56ed82e4bffac43bcd728ed6f888746f73ea4af692bcfe48bb0a30e0cbf8
d4f6e8394674eeccb87762eb5b7a0c01667eb3a559865e3facfcad6b39b5105a
39233bf5ea882b56446bcd362b2f9737d19939ce27f7ba4642226573fa666b48
aff9f93c33a2ed276a246a570abe086a820b88842109ad2cbd3035fa0b0fb224
e445e4e6a199d37ff8524d4aa4f3d61c55443ec8befd1d4bb6e71f4a5f950816
25b20056f726aa4a9c77eae6f2f7d29dfdbe8b1dd5eedbeded9679e440487094
68e2005edb7788d64f80702adb01fd653113a5618e4bcfd9694ca3c6db7236ba
e949db069e5a95127b66cf6f8423751355aff224a560c2a20a59239032022346
ca0344d84064d1174f684396e5178d6e02c76de55b0702bc3805700266e830b7
b47b67aa17c419c49757d89b05a83501dbf9bd0af990cf39f642747cd40ff994
d47ca2495e2fb7d7aef2100092e41c2acae5058e64029c9013f7b1f0c3ea2791
fac342ee53c60bd6dc2a3abf520c1c996bafb96c6a5d5c2ab42e0e5501e93c86
9982d5105b2e0877721caf44ea8ab21c938e4ef5ccb1b383ed0fcb46f962dba7
312913a75146e73268e85062dfb06d7f5d9df6db9ad0b9de6d67099bbd3bbf9f
412ba5a0175828859f2c492d6a62bd16dbac670153d0df70c8a568835fe618af
cf4ea4535f943fcdcb11f7f6bb7abce5e8c2e78d3701eb4780c5fe91ee6403d7
6a257b5b5c79b560f4c8c5ca879d31b285efb00bd98327676dbfbcd17ec40fbf
aa90f40ecf34750748b242332db45e

0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
0000000000000000000000000000000000000000000000000000000000000000
cleartomark
%%EndResource
% Begin encoding-delta
[/N22/BGOHHO+ScienceTypeCustomPi-No4T -1 TZ
% End encoding-delta
PDFVars/TermAll get exec end end

%%EndSetup
%%Page: 1 1
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
/N13 /ExtGState findRes gs
q
39.6127 0 0 59.3981 77 650.9999 cm
BI
	/Width 55
	/Height 83
	/BitsPerComponent 8
	/ColorSpace /DeviceGray 
	/Filter [/ASCII85Decode /DCTDecode ]
ID
s4IA>!"M;*Ddm8XA:OX[!!*&R!(-_l"pP89"pbD;#RgtD#Rh1M#RCbI&.K'Y%1Nj\
$k<^U%L`p[&ebrm&e>fr)B'G0,9e<U,:=id-RU8h-RU;A^]4`J!)ikV!<FAEs24oc
!!!!(!<E3%!<<*"z!!EH-!X8Z*#7(VC$P3:>!<WE*"9Jc4!sAZ0!cnAD!tbY9"X+L5
5u@h"@3T]B'JbfE#8OL1,Jd:*iA26Yn0E%+nKgOZ;j*l\@roLE6mn1nZSiV!A9>`;
iWpl`#mqLeKTnnpUpO1O<@AdVj7C4=jRd#+KpALB`RX)CAp/opVRFLqk4U`(=(c`4
Q`%=5fB;lf86BPMLmY-NaOo_O.60t&BmGQ'WO^.(l1lei8m5tUMOLQVb1c.Ws4mYX
!!N>U!!iT+!!#4`n+d=g_pKg^;alaA\/Kh"p&>$a*DKKLM3?HPF]*OQfqST"\AC>@
Ic&D!?'e1T%?,K0AC<=E2B>RhO[F-]0<Ls)gQq.6aN&;Qd-]@Zc&lpcjK1]i9mAll
?<KR.,GHT.H*+tAWCA-V=7lB3VLSWmlFM_HCG(ZfVa$NOI])D8$Zg/$U_F07iTa5?
9(]o+P]/u+jmIsN;5ubJR:gI=B6*>H\a%4Qq)?5E0&a5nXG!!Q-"2W6?-!aC8%3M^
*V9<Yle:0lZ%"["G@E]GdJ!k0TTU/SGn6`'^E-`dJQ-WVq!X>p5%tp9]eu+PAT4)>
Rl'l"9*'DYfe.qU/\nZWRu5@Bd\DFR'>A<uqUb<P6'KKt?`03t=JU[G:J\``e@:Ls
Fe(Z=lThaFboK31a>3N1QXATU:Su<NB,m,m9,WfA93,/GAc#mgB"(Z$KXq-2kl+XX
=35noZI*QsbO%n`'IpR-nCf+?jB@NMhotH)Qg@f8P*kp#$$;B5`?RO%Ks"(K3IV71
S+g05ne<4K3EKrs'@o!%9kbdDUn6<"fo+S@>"[/f&RiYgZKspgWkbV'aJP`5a.V]^
U$qp,X%da]>G"Ls3ZFDfA7pl04gfpFm"B7,TE!B,6i!)EB;pWmT2`JS)F6r'QIbIl
FU+\r_#cqnr:@ik7X64]Ks*VI05QplL^:F*9a#O%=$E'DOj.d_),L)kOmRn3g5`p\
(lbH,OrEkN;&%>R?G(0WAX!*#iUTL9b1`e[#LoqFYpqU#1b3B78f0,tTLY^JgYtO1
b<Q$Vmce;"*M:gn385-%PQcWt^kVWbb,2jf?MG`g](F_9h0FuBXXZ6?RWXRTG12."
f@@I5%cuMHP]HP7:OIlq:rh])D#UnjV3p:WV3-Y:0dN)LS1$"$Qk:][<2(U7RCRPQ
s4&t(^t*V".t3\je21rX?V$LLcBe2O65*6i>6J&\&DMV>=)`Yc0[)_7Xnb%F/*6Xa
D)=mDQ"'Hr2ce$OV4-O-g+0g%)eO,DGNk;E/>]^TP=9)F7;j6>@2s8j2`MKrh6.[L
K4.AoaYnYKf'iFWp!e8:2OYNOVh[sUd4MJ<mB,9$elq5(BHi7pnI?`!6HM\s<Zlru
1Uk"<>h0rhX-iOm,q\P0Bu]-"b6p3.:W]%'-%B3gPubX"WTjU.?.!e53dG(,dIib(
!1f`e^D`BNeZs\!.Yo\(^9l$)LC6TH5U2U,GAb1qf-&OiOOhuAEd;k+e1INFCp%^F
[H1&^8:IrL]McgTn1Vlu)4ZST`ndu'IT9`\l8CD'?LV[RZj?C<]TNYWNop-Yl]f1D
n"!,LNc[tJs3R?QSlO2rT01B"?=,k/`gp[KVBF+tD/T(a0._.J+@rgaCkY(ONW?GU
b<BJ-`jMr4-9GF)X,--8<oNP+.r2#-):Pc,+dL`=F@/jW(gm7kZ*f3^Zh$YcI17iB
\q<r0,Vc*\p@bpd)!;V`,`Z:WNebR?=VR4V:8d405"cjnDJ2o_\q06$6=3M.bfZIS
8J1&K$)3<Kh0.-EdHeMRiVGn!7b8'#_S?Ai%PCHsm!ei^$JbPpOt>;2[65<oepfMo
U"?#1Xj2i?*&1)87!Vu$i.VFSH*nE_XY^"*lJ>RMo(J\iX]T:`B[ZOr/%KNbTpQQb
A;3".C.QPO9T1FI*S\;Jmkd>)q31Bl4"i&*B5KS/(A_c;n6B9B=KRC2*SH]Pb[Z.U
;-J(YlO,r$9d<<[oLZcnWD@(7cCo+:bKEF0I4JN)4ukcJ&%g"b<EJ9Z9t&?Xq.ZqE
\<iP'6S5^g6#RLoXN;Y'Am);F^k-02i?'ZrVmgPrs3pH4Z]k4^;"BC-r9%q"q7f[j
AX^p$4YH^dCsbsmE?rgS#fmaIRP?\!)\&eb:F^XFc+[]:Ut2WLFSjfsla?[7@+#W7
TeVG[Y`+<=pfjK%(OE=H`-b1Ps4$<p2j\p(B6C4<SYb'YFK>+u_AK%=`"L1#C!@dq
&S(J;$WCf2c[gOrUn_2N=^:b+1i#6K-;?hrgtGECAZN13+Eis$Z26&U_f$u<3^/fm
Tbj'R=>[N]<cJ6niT5a9,jlq$ApQT;#q,*h*O8P7s4-T5=0Hmn7IrZndrjD%]sK/S
8#RoT@*%P3Q+-#g7;[N%r1RYZ%BEjRDN=;*D]SK?Ui.HW8BL,%[9ZT2;K0h&^.Oa8
@d;h!>J63Bio&XGS'mUCm"l[_f+UY!3r\JcTMdk8TE!L0'7#&\jI`P[hTUXMUAEBE
UBB2&/KI?i);Eo^CCGC;Yq.RsTd#@O$AtKQ.]Vh8`A/C,lM@(Ldm5k1flbj6/<Wta
'*?!e/>ZB;oZ'phLFUo<)?8=RRQdROl5iFn-Z$Zg>ETlXhj?sP9!7B9YZ)]T;S-#5
'M7GV\Lh[]Z+mm4FZVZ(b8ZpaUV=516[Gu[+/BVA'P(bop*=(#hQa(p[rr[S[l5D&
Uq\f(nD1tr:Cs'0.quO<.H0rZM*7Kc*nmcsfD])*G/Dj7]t3t?7K2k[XS3Lc8P4m:
9)^o7TE!:%)Gc_XMsi4Ol7uW#$c?IsG:^bj&T5i#0NASHMB5Hm4F!Bu2pE8SjbBUS
"i6WH*>r`I-CQ6@=LBK.lN&5gJej<b6e%f.q^gKP#>"^SeZ\uQj/M6kS%7YEI8eMc
5.H*Wrr@8lQhR#"GLuOB^J4RFpeOHRInP2olNueO*f$H4lR2%F5Ns0aqL5Wcl;QG%
s3['Grr?4#+Pa]9otSr/?Tqgur?9@;^7VCBr>1GX\`<22Q`7\<l^Y`,^2!N5WR'kq
l[GJd_OM.ir?(NTFSd,NrhXu"cS>:2VS&JaF62`6_s2];%UW)%^6btkrL3\e\C^GR
O_m2G?f6h`J#*(Goi_53I9Yu$gs,Q&J##u-iTgEu44?FodZ]0l'CC+<iBtfRrrCpP
IZ0Ni,PrOQC%Z@.]WXB`>lWId$3~>
EI 
Q
q
92.4 0 0 0.63 445.67 711.5499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 710.9199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 710.2899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 709.6599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 709.0299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 708.4 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrL#UC/p#D>EP:nddb!<Rtn@So*12BN$Y7Un[hZig~>
EI 
Q
q
92.4 0 0 0.63 445.67 707.77 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrL#UC/p#D>EP:nddb!<Rtn@So*12BN$Y7Un[hZig~>
EI 
Q
q
92.4 0 0 0.63 445.67 707.14 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrL#UC/p#D>EP:nddb!<Rtn@So*12BN!Z7Uo<*jE<['5X7R~>
EI 
Q
q
92.4 0 0 0.63 445.67 706.5099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 705.8799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF#.N*=mro@So+\:k&G!5N8rXjE;O[5X7R~>
EI 
Q
q
92.4 0 0 0.63 445.67 705.2499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrL#UC/p#D>EP:nddb!<Rtn@So*12BN!Z7Uo<*jE<['5X7R~>
EI 
Q
q
92.4 0 0 0.63 445.67 704.6199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 703.9899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 703.3599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 702.7299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 702.0999 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 701.4699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 700.8399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 700.21 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 699.58 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 698.95 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 698.3199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 697.6899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 697.0599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 696.4299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 695.7999 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 695.1699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 694.5399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qQ-?:*tLAJ,~>
EI 
Q
q
92.4 0 0 0.63 445.67 693.9099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vr[huWf75Cl.0:\TMp*=mrmO:Wf`rU>;m_]pnGN(sN[IR`;$aWsI[~>
EI 
Q
q
92.4 0 0 0.63 445.67 693.2799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VsW!W2Ek#D>@6&=?ud*=+nri/d)L./t$@6_Z7hr),$6MoK:(F9D^~>
EI 
Q
q
92.4 0 0 0.63 445.67 692.65 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VsW!W2]s#D>@6#P^tN*=mdq+sH_<62q=N7Ubg8&csL"N(0U?(^L~>
EI 
Q
q
92.4 0 0 0.63 445.67 692.02 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vs_!;lTr#D>@4#P^tN*=mdq+u!,P.N&t[6_[C("B$`XKK\?MPQV*~>
EI 
Q
q
92.4 0 0 0.63 445.67 691.39 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsc!.4PG#D>@4#P^[C'+]mdck(FI)C#S2_d`/G9MPfrN]87;G][t"J:N.~>
EI 
Q
q
92.4 0 0 0.63 445.67 690.7599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsc!.4PG#D>@4"8G7?'+]mdck(@#*Xr^86Qkm^`-)_+J]4D2\86Ibs$/h7~>
EI 
Q
q
92.4 0 0 0.63 445.67 690.1299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsc!'C#\#D>@_n;"Y'*=moJ+RhoY659cI`M67sPRId3M_H;nGg(&!J:N.~>
EI 
Q
q
92.4 0 0 0.63 445.67 689.4999 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsc!#tb<#D>@_n:s+Q*=moJ+RhoY63\Nd7AE\HPR\'??q):.f\D_m!<~>
EI 
Q
q
92.4 0 0 0.63 445.67 688.8699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscJ/e=g#D>@0!Vf#''+]mdck(@c"q;/u6Qkm^`-)_+J]4D2\86Ibs$/h7~>
EI 
Q
q
92.4 0 0 0.63 445.67 688.2399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscJ.)2W#D>@(!Vf#''+]mdck(A2(*a'<_@Z6^j<c5UAcNt$aNP\a*L%Zh+9~>
EI 
Q
q
92.4 0 0 0.63 445.67 687.6099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsc^]XE:#D>@,!Veo$'+]mdck(FI)C#;c"6$M0j<c5UB0g%4Qok-as$+P20m!O$~>
EI 
Q
q
92.4 0 0 0.63 445.67 686.9799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VschuWZX#D>@.!;JYN%f^u"i=F"&rPKA&THN_p1Z3a"J&:+3i,eAls)8r%!VcK-
i?*;4O=ge94qeic_-cXBHb]]5#G>Jq-c7[S!$@jB#PZ,!rd\r\*5hO?"b;%&^&S9"4[&o~>
EI 
Q
q
92.4 0 0 0.63 445.67 686.3499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscn,`@aj(#h(D?9VE"TK;@hs\$!_?p8g&)Jp_n,\UmJ$[&]J-l;S!KOq1n0A-#
#X3aCfPmd!Sf\Po^"s:848AkY+1U*E^]SU&O%6p7,6?g*rW.MDjc\O)_IYPG]B8W2
4RQ7##RB.&(]".m&dP2h^_=M,S,e&:jcC#~>
EI 
Q
q
92.4 0 0 0.63 445.67 685.7199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscn,W:`LN("YD?9XK"TLF^hsP^+ng&`&#M<r2q>i_l#GL%j'>S1prr>:4n0A-#
#mQ&LToeIMiZuj-`T&L.KQMSHIg>%""2JchJ!A+9ZK)-*%cE%'+gCdKrLWqF7ns*W
*;5jeY!7FIJ6a4#8jGX,~>
EI 
Q
q
92.4 0 0 0.63 445.67 685.09 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscoDj19#B2nXDZK[K"TLRbhsC*tng&`>#LIAoq>bmJIg=VEhuhmQi'3kVl1bsm
#6fas5VU3*4sL"s`FAA%42OmE!P]mX8&,U3.UUA-n3HUA&:U%&k--;Ijt.U4J`k)]
"UTfLKFd;[fE_~>
EI 
Q
q
92.4 0 0 0.63 445.67 684.46 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp&KC9#B1d#0*(lu"TCLahrsgpng&`>#Jfd1q>gEqIL"LYi!\NU5<p=Bn0A,C
rr`Qmi@qcX4sL_u`Qf'nKVC[*O\$hD!W)pu/=0$Sdl:kurt(#3hpH*5!d>TU!9b%U
/=qhOWk^k~>
EI 
Q
q
92.4 0 0 0.63 445.67 683.83 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp&I,J#B1d#07`qK"TEcKhrsh,*WCRK#Cu7Dq>gEqL+j^r\3U"CIp^!Q&1@?<
_$5Q7^^ksC3WBhN+lDg'`+h:RO9aiE7g,4Y5F"kf^h>kHB/PIZ-Sqth>i7f*a'[=7
)raL<Uda2a~>
EI 
Q
q
92.4 0 0 0.63 445.67 683.2 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscpAc*+#B14#%tJtT"TEiMhr&_V*WCRO%tO*S;tpRd&$R.k(W7GF^`T3,8-fn.
#mQS[iNW*8rZr=F*tQc'q>rf&O\#TCQqXM5/SD]rdTB2c*<1g_J2(0#!<3:c:S[Iu
*&<@"Q,#W~>
EI 
Q
q
92.4 0 0 0.63 445.67 682.5699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscpOES>#B14#%tK!*"T3]Khr#=Jn.,I`+6(THq>pKrN\D!Z(h=s+It8^b:\Z1R
&ILWf@IY2Q<\G>Ma(+ZX*0bq#Pfi*lGY.u*#DY`[PDQqc%igX$"7dl`5"n2*7N`f~>
EI 
Q
q
92.4 0 0 0.63 445.67 681.9399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscpOE;6#B14##Cnl7"T<cL?g%Ofn.-0s`L[,&"8E*??lsnPJ:&ZY5!QiE&1@?<
nHOXWfFZ,FrVHMM+9V.I`+h:RO@Z1/Q[jB\':):g&=K%H+#o+0kD0Db*]G+#LZC3N
./o,U5X7R~>
EI 
Q
q
92.4 0 0 0.63 445.67 681.3099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscpV6h;!$AEU5]Q].qYgK0ciA:J*[H5m]E@@&n.!/T?lsnPJ9ufqn..dY;Q(iX
!=3'CToeJk8gtN@7KDtWjEa*9P"DJ_U]dsu#)b^u""B`=*t^a<ij!aPDEAr%aQ0XP
9F1_#~>
EI 
Q
q
92.4 0 0 0.63 445.67 680.6799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VscpYZ)A#D"Q55Vr<Eo)8X(fDmkk+TR"L]E.4$n.!/T?lsnPJ9ufqn..dVkQt3$
%1%Hn#11G566lShb2WJHe8d\pO\$hEJ97eo"+nAI;^nL?pGQDS,1F*hG!@.4a[bfMAJtU~>
EI 
Q
q
92.4 0 0 0.63 445.67 680.0499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp[A4Q#D"i=i%t9;n,NGQg].T?+TR"L]E.4$n.!/T?lsnPJ9ufqp]a!UkQt3$
%1%doiK,GB(*sZQ7KDtWjEa*9P"D8Gfi56^"bX[(:tPU3rt0KN-$-'HG!@.4a^k$7&cr+~>
EI 
Q
q
92.4 0 0 0.63 445.67 679.4199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp[A4Q#D"i9i$8.+pAY+Wh>dfA+TR"L]E.4$n.!/T?lsnPJ9ufqr!'s/kQt0O
+U<Q\!8n,urZ;`"!"Y3*^`D>TN^olX.3t?Z.[E?]n;*=S<B#EB-WA+2!]qKcaQ0XG/Kt5~>
EI 
Q
q
92.4 0 0 0.63 445.67 678.7899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\4dY#D"u<i!:"pk66@MJ-X.^!<2lu]E@@&n.%:j56,$jpAk0e"brZnYXgSo
rsG#VU%$,S;?%Dj7\c+(r.7?_P5o/L\\&sr&"(8/'7$tE1E2@pj>&_Gnq@-15X5~>
EI 
Q
q
92.4 0 0 0.63 445.67 678.1599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\Fp[#D"u<kQhk#mf*8/hs:I++TR"@!T!kL"8E*??lsnPJ9ufqrW'iEO>nd4
'+9Q4ipZUE<XTb(7jHFg'Tu03Ps\r@BLDbj.u-j]O]Qp:1E2@p_t"ZbQ;.OI5X5~>
EI 
Q
q
92.4 0 0 0.63 445.67 677.5299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\Fp[#CiB'!;$C#rqD#:hsU[**Su<2^B!^&q>pKrN\D!Z(gDN?+,<3kDtX;T
')3!A+jgS4r[AVA5GN5Nr.Y(p#K`eR.9$3O^l;")lku<^Ie\f>ch"*rH9j9Xa^j<i9EY~>
EI 
Q
q
92.4 0 0 0.63 445.67 676.9 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\P!d#CiB'!VQp.ro\d(&*ru+n.+oD5Ci2'q>pKrGR)k3i!\Hai#f_LE9%-_
#mQ&LToeJk8gtO7+6-5>n.$6ZP0)f@\.l@Us):9]a7nZ?"Rh/bhiil?DEAr4aX#;k<3cQ~>
EI 
Q
q
92.4 0 0 0.63 445.67 676.27 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\TO:#CdiQJbBKYrpP?@#OD-Cn.+nP+5akXJGfKI!PS[&#Ohod%r`':i-98D
*<^=Nhp;(&2?aYK73^-3r2r+'OM`?LGtbAF07qEFJbKR6E'I.;@e#lVrdcr#asBT(C]j~>
EI 
Q
q
92.4 0 0 0.63 445.67 675.64 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\Vf)#CetqKD,c\rpP?@#O2!An.+nP+5c"#Jc,TJ!P\a'([qUt%r`':k]h+L
*<^uqhiOQ/NZA[f73@Y:b\fKaON?LgGtbAF07q4+Ds=@[,85N$g%3]5r]q`:d,bn>
A-i8;~>
EI 
Q
q
92.4 0 0 0.63 445.67 675.0099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\Vf+#CaGF_tP,Wrrc^?e*k?8*M.dG^X-q1"8E*"&"qgq(Vi2L5C]Bca9Zl"
nHX`aiNP9=73;AV!Sd.#e8d\pO\$hHM,Xgb1maon0VSBh>;Zqdhm)G$AVT`)a$=S4
qAr-QPJcL$&-~>
EI 
Q
q
92.4 0 0 0.63 445.67 674.3799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vscp\WqKLOHqp_tTZ-rrd9Gd-m=j%DI?W^Y!E?q>r/H#GL%j(Vi2L5DR.<&EkAW
Nt$R\iNOSSrZ\h)JCF%Dqi/W:O/(+n3@pb#!gURZZ)9]6AI\geKBkL1"b/XZcf;f"
qE-u1P=cs^L^3~>
EI 
Q
q
92.4 0 0 0.63 445.67 673.7499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VsW2uE.Ej(H/gml2!W#QOt0h!ak8p])Cc]NFX<!8mj,@u&qA!rrc1%tDH(8-fn,
%g@Hq,8/\*[<X0.+6B\_7+&e7R_YKbfjrM-"e\\(O6FL$QV!arTCb-K"9~>
EI 
Q
q
92.4 0 0 0.63 445.67 673.1199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>D]n2(7p*=mrkS++LX<\4r=5X5~>
EI 
Q
q
92.4 0 0 0.63 445.67 672.4899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>D_n2(7p*=mrkTl;Dr7P,F+`8Bba#Q~>
EI 
Q
q
92.4 0 0 0.63 445.67 671.8599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>D_n2(7p*=mrkTl;Dr7P,F+Vr<^K~>
EI 
Q
q
92.4 0 0 0.63 445.67 671.2299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>DWn2(7p*=mrjg$AED7P,F+U#M.Z"9\~>
EI 
Q
q
92.4 0 0 0.63 445.67 670.5999 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>CilhDA"'+]me?f60>$69b<7R1rpq>p]~>
EI 
Q
q
92.4 0 0 0.63 445.67 669.9699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>CYC\SeL'+]me?f3[:2C0/u7*kAT#Q~>
EI 
Q
q
92.4 0 0 0.63 445.67 669.3399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>CYBD<AH'+]me?gtRA8hCj9_]VJU#Q~>
EI 
Q
q
92.4 0 0 0.63 445.67 668.71 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>CY8,*u('+]me?f3=X3[GT$73SlH~>
EI 
Q
q
92.4 0 0 0.63 445.67 668.08 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>CYO@03u*=mrjd'1TM<\489_]U'~>
EI 
Q
q
92.4 0 0 0.63 445.67 667.45 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>CqE'sgU*=mrjh!iCD<\4M@5X5~>
EI 
Q
q
92.4 0 0 0.63 445.67 666.8199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 666.1899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 665.5599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 664.9299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 664.2999 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 663.6699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 663.0399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 662.4099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 661.7799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 661.15 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 660.52 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 659.89 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 659.2599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 658.6299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 657.9999 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 657.3699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 656.7399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 656.1099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 655.4799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 654.8499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 654.2199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 653.5899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 652.96 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF#4N!=suS@So+\<[^1^_]pmLjE<WcN$'5c~>
EI 
Q
q
92.4 0 0 0.63 445.67 652.33 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrT!!F&H#D>EP:q0@$#6K]L@So+\<\4nK7H77Tj9Yhf~>
EI 
Q
q
92.4 0 0 0.63 445.67 651.7 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 651.0699 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrT!!F&H#D>EP:q0@$#6KKE,#L=q3<9\K7Uo8>Zig~>
EI 
Q
q
92.4 0 0 0.63 445.67 650.4399 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrT!!F&H#D>EP:q0@$#6KKE,#L=q3<9\K7Uo8>Zig~>
EI 
Q
q
92.4 0 0 0.63 445.67 649.8099 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3VrT!!F&H#D>EP:q0@$#6KKE,#L=q3<9\K7Uo8>Zig~>
EI 
Q
q
92.4 0 0 0.63 445.67 649.1799 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 648.5499 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 647.9199 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 647.2899 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 646.6599 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.63 445.67 646.0299 cm
BI
	/Width 385
	/Height 3
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF%Qq*=m]g+qZf17KN~>
EI 
Q
q
92.4 0 0 0.03 445.67 645.9999 cm
BI
	/Width 385
	/Height 1
	/BitsPerComponent 1
	/ColorSpace /DeviceGray 
	/Interpolate true
	/Filter [/ASCII85Decode /LZWDecode ]
ID
J3Vsg3$]7K#D>EOBF"k~>
EI 
Q
1 g
1 i
445.67 646 92.28 -0.6 re
f 
BT
/N6 1 Tf
8 0 0 8 246.88 651 Tm
0 g
0 Tc
[(New)-384.5 (Astronomy)-385.1 (6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)-56.3 (\261)-55 (291)]TJ
22.2263 -1.25 TD
[(www.elsevier.com)-110.9 (/)-110.7 (locate)-112 (/)-110.7 (newast)]TJ
16 0 0 16 157.87 588 Tm
[(NBODY2:)-385.2 (A)-384.9 (direct)]TJ
/N7 1 Tf
8.4875 0 TD
0 Tw
(N)Tj
/N6 1 Tf
0.7037 0 TD
[(-body)-385.2 (integration)-385.2 (code)]TJ
12 0 0 12 263.2 567 Tm
[(Sverre)-384.9 (J.)-388.5 (Aarseth)]TJ
/N7 1 Tf
8 0 0 8 193.49 555 Tm
[(Institute)-385.8 (of)-403.3 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 266.91 555 Tm
(,)Tj
/N7 1 Tf
8 0 0 8 271.99 555 Tm
[(Madingley)-385.6 (Road)]TJ
/N6 1 Tf
8 0 2.144 8 326.18 555 Tm
(,)Tj
/N7 1 Tf
8 0 0 8 331.26 555 Tm
[(Cambridge)-385.1 (CB)]TJ
/N6 1 Tf
8 0 2.144 8 380.56 555 Tm
0.385 Tc
(30)Tj
/N7 1 Tf
8 0 0 8 392.08 555 Tm
0.0555 Tc
(HA)Tj
/N6 1 Tf
8 0 2.144 8 403.19 555 Tm
0 Tc
(,)Tj
/N7 1 Tf
8 0 0 8 407.98 555 Tm
0.0368 Tc
(UK)Tj
/N6 1 Tf
-31.2175 -2.5 TD
0 Tc
[(Received)-385.3 (1)-385 (February)-385 (2001;)-385.8 (received)-384.3 (in)-385.8 (revised)-384.5 (form)-384.8 (5)-385 (May)-385.8 (2001;)-384.5 (accepted)-384.5 (5)-385 (May)-385.8 (2001)]TJ
11.5037 -1.25 TD
[(Communicated)-385.3 (by)-385 (L.E.)-384.3 (Hernquist)]TJ
ET
78 503 15 -0.5 re
f 
93 503 15 -0.5 re
f 
108 503 15 -0.5 re
f 
123 503 15 -0.5 re
f 
138 503 15 -0.5 re
f 
153 503 15 -0.5 re
f 
168 503 15 -0.5 re
f 
183 503 15 -0.5 re
f 
198 503 15 -0.5 re
f 
213 503 15 -0.5 re
f 
228 503 15 -0.5 re
f 
243 503 15 -0.5 re
f 
258 503 15 -0.5 re
f 
273 503 15 -0.5 re
f 
288 503 15 -0.5 re
f 
303 503 15 -0.5 re
f 
318 503 15 -0.5 re
f 
333 503 15 -0.5 re
f 
348 503 15 -0.5 re
f 
363 503 15 -0.5 re
f 
378 503 15 -0.5 re
f 
393 503 15 -0.5 re
f 
408 503 15 -0.5 re
f 
423 503 15 -0.5 re
f 
438 503 15 -0.5 re
f 
453 503 15 -0.5 re
f 
468 503 15 -0.5 re
f 
483 503 15 -0.5 re
f 
498 503 15 -0.5 re
f 
513 503 21 -0.5 re
f 
BT
/N8 1 Tf
9 0 0 9 78 486 Tm
(Abstract)Tj
/N6 1 Tf
1 -2.4444 TD
[(W)56.2 (e)-298.2 (give)-298.1 (a)-298.2 (full)-298.8 (description)-298.4 (of)-298.1 (the)-298 (code)]TJ
/N7 1 Tf
15.6589 0 TD
(NBODY)Tj
/N6 1 Tf
3.3344 0 TD
[(2)-297.8 (for)-298.5 (direct)-297.5 (integration)-298.3 (of)-298.1 (the)-298 (gravitational)]TJ
/N7 1 Tf
17.4722 0 TD
(N)Tj
/N6 1 Tf
0.7044 0 TD
[(-body)-298.2 (problem.)-298.3 (The)-298.4 (method)-297.9 (of)]TJ
-38.17 -1.2222 TD
[(solution)-276 (is)-275.2 (based)-276.4 (on)-275.6 (the)-275.8 (neighbour)-276.3 (scheme)-275.5 (of)-275.9 (Ahmad)-276.1 (and)-276 (Cohen)-275.7 ([J.)-275.8 (Comput.)-276 (Phys.)-276.2 (12)-275.6 (\()-37 (1973)-36.7 (\))-275.9 (389])-276 (which)-276.1 (speeds)-276.3 (up)-275.6 (the)-275.8 (force)]TJ
T*
[(calculation)-393.3 (already)-392.7 (for)-394 (quite)-393.4 (modest)-393.3 (particle)-393.3 (numbers.)-392.8 (Derivations)-394.2 (of)-392.6 (all)-393.4 (the)-393.6 (relevant)-393.6 (mathematical)-393.3 (expressions)-393.1 (are)-393.5 (given,)]TJ
T*
[(together)-452 (with)-452.1 (a)-451.6 (detailed)-453 (discussion)-452 (of)-451.5 (the)-452.5 (algorithms.)-452.2 (The)-452.8 (code)-452.1 (may)-451.4 (be)-452.7 (used)-451.5 (to)-452 (study)-453.1 (a)-451.6 (wide)-452.7 (variety)-452 (of)-451.5 (self-consistent)]TJ
T*
[(problems)-384.8 (based)-385.3 (on)-384.5 (a)-384.9 (small)-385.3 (softening)-384.8 (of)-385.9 (the)-384.7 (interaction)-385.4 (potential.)]TJ
/N9 1 Tf
27.8744 0 TD
(\323)Tj
/N6 1 Tf
1.29 0 TD
[(2001)-385.6 (Published)-385.1 (by)-384.5 (Elsevier)-385.3 (Science)-384.6 (B.)165.9 (V)166.4 (.)]TJ
/N7 1 Tf
-29.1644 -2.2222 TD
[(P)56.6 (ACS)]TJ
/N6 1 Tf
9 0 2.412 9 99 400 Tm
(:)Tj
9 0 0 9 106.3 400 Tm
[(95.10.Ce;)-384.5 (98.10.)]TJ
/N10 1 Tf
6.8289 0 TD
(1)Tj
/N6 1 Tf
0.8889 0 TD
[(z;)-384.7 (98.65.Fz)]TJ
/N7 1 Tf
-10.8622 -1.2222 TD
(Keywords)Tj
/N6 1 Tf
9 0 2.412 9 114 389 Tm
(:)Tj
9 0 0 9 121.3 389 Tm
(Methods:)Tj
/N7 1 Tf
4.1622 0 TD
(N)Tj
/N6 1 Tf
0.7044 0 TD
[(-body)-384.9 (simulations)]TJ
ET
78 378 15 -0.5 re
f 
93 378 15 -0.5 re
f 
108 378 15 -0.5 re
f 
123 378 15 -0.5 re
f 
138 378 15 -0.5 re
f 
153 378 15 -0.5 re
f 
168 378 15 -0.5 re
f 
183 378 15 -0.5 re
f 
198 378 15 -0.5 re
f 
213 378 15 -0.5 re
f 
228 378 15 -0.5 re
f 
243 378 15 -0.5 re
f 
258 378 15 -0.5 re
f 
273 378 15 -0.5 re
f 
288 378 15 -0.5 re
f 
303 378 15 -0.5 re
f 
318 378 15 -0.5 re
f 
333 378 15 -0.5 re
f 
348 378 15 -0.5 re
f 
363 378 15 -0.5 re
f 
378 378 15 -0.5 re
f 
393 378 15 -0.5 re
f 
408 378 15 -0.5 re
f 
423 378 15 -0.5 re
f 
438 378 15 -0.5 re
f 
453 378 15 -0.5 re
f 
468 378 15 -0.5 re
f 
483 378 15 -0.5 re
f 
498 378 15 -0.5 re
f 
513 378 21 -0.5 re
f 
BT
/N8 1 Tf
10 0 0 10 78 354 Tm
[(1.)-500 (Introduction)-17305.3 (2.)-500 (Integration)-385.3 (method)]TJ
/N7 1 Tf
1 -2.4 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-714.1 (simulations)-714.3 (provide)-715.2 (a)-714 (useful)-714.1 (tool)-715.1 (for)-3400.1 (In)-349 (this)-350.1 (section,)-350.2 (we)-350 (provide)-349.2 (all)-350 (the)-350.1 (relevant)-350.2 (mathe-)]TJ
-1.704 -1.2 TD
[(exploring)-288.2 (a)-289 (wide)-288.1 (range)-289.1 (of)-288 (astronomical)-289.3 (problems.)-289.2 (By)-2400 (matical)-406.2 (expressions)-406.3 (and)-406.1 (discuss)-406.2 (the)-406.1 (basic)-406.1 (principles)]TJ
T*
[(now,)-447.1 (direct)-447.1 (summation)-447.2 (methods)-447.2 (have)-447.1 (been)-447.1 (used)-448.1 (to)-2400 (of)]TJ
/N7 1 Tf
25.218 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-385.1 (integration.)]TJ
-25.922 -1.2 TD
[(study)-595.1 (such)-596.1 (diverse)-596.1 (topics)-596.1 (as)-596 (planetary)-596.2 (formation,)]TJ
T*
[(few-body)-531.2 (scattering,)-532.2 (star)-532.1 (cluster)-532.1 (dynamics,)-532.2 (violent)]TJ
10 0 2.68 10 318 278.5 Tm
(2.1.)Tj
/N7 1 Tf
10 0 0 10 338.55 278.5 Tm
[(Diff)-19.1 (erence)-385.1 (formulation)]TJ
/N6 1 Tf
-26.055 -0.85 TD
[(relaxation,)-443.2 (tidal)-443.1 (disruption)-443.2 (of)-443 (dwarf)-443.1 (galaxies,)-444.2 (inter-)]TJ
0 -1.2 TD
[(acting)-697.1 (galaxies,)-698.2 (compact)-698.2 (groups)-698.1 (and)-698.1 (clusters)-698.2 (of)]TJ
25 -0.35 TD
[(W)56 (e)-382 (write)-382.1 (the)-382 (equation)-382.2 (of)-382 (motion)-382.1 (for)-382 (a)-382 (particle)-382.2 (of)]TJ
-25 -0.85 TD
[(galaxies,)-581.2 (as)-582 (well)-582.1 (as)-582 (cosmological)-582.3 (modelling.)-582.2 (The)]TJ
24 -0.35 TD
(index)Tj
/N7 1 Tf
2.607 0 TD
(i)Tj
/N6 1 Tf
0.718 0 TD
[(in)-385 (the)-385 (form)]TJ
-27.325 -0.85 TD
(code)Tj
/N7 1 Tf
2.395 0 TD
(NBODY)Tj
/N6 1 Tf
3.333 0 TD
[(2)-507 (described)-507.2 (here)-507.1 (is)-507 (suitable)-507.2 (for)-508.1 (rela-)]TJ
/N7 1 Tf
6.5 0 0 6 369.6 228 Tm
(N)Tj
/N6 1 Tf
-17.3246 -0.1667 TD
(4)Tj
/N7 1 Tf
10 0 0 10 390.98 224.5 Tm
(m)Tj
/N6 1 Tf
1.19 0 TD
(\()Tj
/N8 1 Tf
0.296 0 TD
(r)Tj
/N10 1 Tf
0.883 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(r)Tj
/N6 1 Tf
0.765 0 TD
(\))Tj
-35.432 -0.25 TD
[(tively)-442.1 (small)]TJ
/N7 1 Tf
5.329 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-443.1 (systems)-442.2 (\()-37 (2)0 (0)]TJ
/N10 1 Tf
7.922 0 TD
(,)Tj
/N7 1 Tf
1 0 TD
(N)Tj
/N10 1 Tf
0.889 0 TD
(,)Tj
/N6 1 Tf
0.999 0 TD
[(10)-454 (\).)-443 (How-)]TJ
/N7 1 Tf
6.5 0 0 6 398.51 222 Tm
1.582 Tc
[(ji)-1035.4 (j)]TJ
/N10 1 Tf
30 0 0 10 388.19 216 Tm
0 Tc
(]]])Tj
10 0 0 10 433.19 216 Tm
(])Tj
/N7 1 Tf
-11.458 -0.025 TD
(\310)Tj
/N8 1 Tf
-0.061 -0.025 TD
(r)Tj
/N10 1 Tf
0.883 0 TD
0.333 Tc
(52)Tj
/N7 1 Tf
2.165 0 TD
0 Tc
(G)Tj
/N11 1 Tf
24 0 0 24 366.44 215.5 Tm
(O)Tj
/N6 1 Tf
10 0 0 10 438.44 215.5 Tm
0.037 Tc
[(.)-8029 (\(1\))]TJ
/N7 1 Tf
6.5 0 0 6 322.75 213 Tm
0 Tc
(i)Tj
/N6 1 Tf
11.4354 0 TD
2.9277 Tc
[(22)2273.9 (3)2761.5 (/)2761.1 (2)]TJ
10 0 0 10 78 210 Tm
0 Tc
[(ever,)-474.1 (it)-475 (does)-475.1 (not)-475.1 (contain)-474.1 (any)-475.1 (special)-475.2 (treatments)-475.2 (of)]TJ
31.13 -0.2 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(r)Tj
/N10 1 Tf
1.118 0 TD
(1)Tj
10 0 2.68 10 413.44 208 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 423.34 208 Tm
(\))Tj
/N7 1 Tf
6.5 0 0 6 358.29 207.25 Tm
(j)Tj
/N10 1 Tf
0.3708 0 TD
(5)Tj
/N6 1 Tf
0.8892 0 TD
0.0554 Tc
(1;)Tj
/N7 1 Tf
1.3323 0 TD
0 Tc
(j)Tj
/N12 1 Tf
0.3892 0 TD
(\261)Tj
/N7 1 Tf
0.8877 0 TD
(i)Tj
2.0985 -0.2917 TD
0.0559 Tc
(ij)Tj
/N6 1 Tf
10 0 0 10 78 198 Tm
0 Tc
[(close)-419.1 (encounters)-420.2 (and)-420.1 (should)-419.1 (therefore)-420.2 (only)-420.1 (be)-420 (used)]TJ
24 -1.1 TD
(Here)Tj
/N7 1 Tf
2.284 0 TD
(G)Tj
/N6 1 Tf
1.101 0 TD
[(is)-341 (the)-342 (gravitational)-342.3 (constant)-341.2 (and)-342.1 (the)-342 (summa-)]TJ
-27.385 -0.1 TD
[(for)-295 (problems)-296.2 (where)-296.1 (the)-296 (effect)-296.1 (of)-296 (hard)-296.1 (binaries)-296.2 (can)-296.1 (be)]TJ
24 -1.1 TD
[(tion)-466.1 (is)-466 (over)-467.1 (all)-466 (the)-466 (other)-467.1 (particles)-466.2 (of)-467 (mass)]TJ
/N7 1 Tf
18.695 0 TD
(m)Tj
/N6 1 Tf
1.461 0 TD
(and)Tj
-44.156 -0.1 TD
[(neglected)-542.2 (\()37 (a)-542 (variety)-543.1 (of)-542 (regularization)-542.3 (methods)-543.2 (are)]TJ
/N7 1 Tf
6.5 0 0 6 512.48 172.5 Tm
(j)Tj
/N6 1 Tf
10 0 0 10 318 163 Tm
(coordinates)Tj
/N8 1 Tf
5.374 0 TD
(r)Tj
/N6 1 Tf
0.711 0 TD
[(.)-765 (The)-764.1 (introduction)-764.3 (of)-764 (a)-765 (softening)]TJ
-30.085 -0.1 TD
[(discussed)-385.2 (in)-385 (Aarseth,)-385.2 (1985)-37.1 (\).)]TJ
/N7 1 Tf
6.5 0 0 6 376.49 160.5 Tm
(j)Tj
/N6 1 Tf
10 0 0 10 318 151 Tm
(parameter)Tj
/N10 1 Tf
10 0 2.68 10 364.9 151 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 377.19 151 Tm
[(prevents)-692.2 (a)-692 (force)-693.1 (singularity)-692.2 (as)-693 (the)]TJ
-5.919 -1.2 TD
[(mutual)-532.2 (separation)]TJ
/N7 1 Tf
7.953 0 TD
(r)Tj
/N9 1 Tf
1.057 0 TD
(\256)Tj
/N6 1 Tf
1.154 0 TD
[(0,)-533 (thereby)-533.2 (making)-533.2 (the)-533.1 (nu-)]TJ
/N7 1 Tf
6.5 0 0 6 401.74 136.5 Tm
0.0558 Tc
(ij)Tj
ET
78 127 15 -0.5 re
f 
93 127 21 -0.5 re
f 
BT
/N6 1 Tf
10 0 0 10 318 127 Tm
0 Tc
[(merical)-313.2 (solutions)-314.2 (well)-314.1 (behaved.)-313.2 (For)-314.1 (convenience,)-314.3 (we)]TJ
/N7 1 Tf
8 0 0 8 78 115 Tm
(E)Tj
/N6 1 Tf
0.61 0 TD
(-)Tj
/N7 1 Tf
0.3337 0 TD
[(mail)-384.5 (address)]TJ
/N6 1 Tf
8 0 2.144 8 127.74 115 Tm
(:)Tj
8 0 0 8 133.78 115 Tm
[(sverre@ast.cam.ac.uk)-386.1 (\()-37 (S.J.)-385 (Aarseth)37.5 (\).)]TJ
10 0 0 10 318 115 Tm
[(adopt)-522.1 (scaled)-522.1 (units)-522.1 (in)-522 (which)]TJ
/N7 1 Tf
12.498 0 TD
(G)Tj
/N10 1 Tf
0.926 0 TD
(5)Tj
/N6 1 Tf
0.999 0 TD
[(1)-522 (and)-522.1 (de\256ne)-523.1 (the)]TJ
8 0 0 8 78 99 Tm
[(1384-1076)-110.8 (/)-110.8 (0)0 (1)-111.3 (/)-110.8 ($)-332.5 (\261)-332.5 (see)-385.5 (front)-384.8 (matter)]TJ
/N9 1 Tf
15.5438 0 TD
(\323)Tj
/N6 1 Tf
1.29 0 TD
[(2001)-385 (Published)-385.1 (by)-385 (Elsevier)-385.5 (Science)-385 (B.)167 (V)167 (.)]TJ
-16.8337 -1.25 TD
0.1111 Tc
[(PII:)-384.7 (S1384-1076\()-37.1 (01)-37.7 (\)00060-4)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 2 2
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(278)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
10 0 0 10 78 679 Tm
[(left-hand)-419.2 (side)-420.1 (of)-420 (\()-37 (1)-37 (\))-419 (as)-420 (the)-420 (force)]TJ
/N7 1 Tf
14.34 0 TD
[(per)-420.1 (unit)-420.1 (mass)]TJ
/N6 1 Tf
5.729 0 TD
(,)Tj
/N8 1 Tf
0.67 0 TD
(F)Tj
/N6 1 Tf
0.611 0 TD
[(,)-2400 (o)0 (f)-362 (\()-37 (1)-37 (\))0 (.)-363 (Introducing)-362.3 (the)-363 (relative)-363.2 (coordinates)]TJ
/N8 1 Tf
20.645 0 TD
(R)Tj
/N10 1 Tf
0.889 0 TD
(5)Tj
/N8 1 Tf
1 0 TD
(r)Tj
/N10 1 Tf
0.883 0 TD
(2)Tj
/N7 1 Tf
6.5 0 0 6 521.59 676.5 Tm
(i)Tj
/N6 1 Tf
10 0 0 10 78 667 Tm
[(omitting)-309.2 (the)-309 (subscript.)-309.2 (The)-309.1 (present)-309.2 (difference)-309.2 (formu-)]TJ
/N8 1 Tf
24 0 TD
(r)Tj
/N6 1 Tf
1.002 0 TD
[(and)-287.1 (the)-286 (relative)-286.2 (velocities)]TJ
/N8 1 Tf
10.532 0 TD
(V)Tj
/N10 1 Tf
0.778 0 TD
(5)Tj
/N18 1 Tf
1 0 TD
(v)Tj
/N10 1 Tf
0.958 0 TD
(2)Tj
/N18 1 Tf
0.999 0 TD
(v)Tj
/N6 1 Tf
0.787 0 TD
[(,)-286 (all)-287 (pair-wise)]TJ
/N7 1 Tf
6.5 0 0 6 322.75 664.5 Tm
20.3174 Tc
[(ji)17583.1 (j)]TJ
/N6 1 Tf
17.6123 -0.75 TD
0.0928 Tc
(\(1\))Tj
10 0 0 10 78 655 Tm
0 Tc
[(lation)-338.1 (is)-338 (based)-339.1 (on)-338 (the)-339 (notation)-338.2 (of)-339 (Ahmad)-338.1 (and)-339.1 (Cohen)-2400.1 (interaction)-385.2 (terms)-385.1 (in)]TJ
/N8 1 Tf
32.432 0 TD
(F)Tj
/N6 1 Tf
0.996 0 TD
(and)Tj
/N8 1 Tf
1.829 0 TD
(F)Tj
/N6 1 Tf
1.965 0 TD
[(are)-385 (\256rst)-385.1 (obtained)-385.2 (by)]TJ
-37.222 -1.2 TD
[(\()-37 (1973)-449.1 (hereafter)-449.2 (AC)-37 (\))-449 (and)-449.1 (follows)-449.2 (closely)-449.1 (an)-449 (earlier)]TJ
/N7 1 Tf
27.543 -0.925 TD
(m)Tj
/N8 1 Tf
1.007 0 TD
(R)Tj
/N7 1 Tf
6.5 0 0 6 360.97 631.25 Tm
(j)Tj
/N6 1 Tf
10 0 0 10 78 631 Tm
[(treatment)-385.2 (\()37 (Aarseth,)-385.2 (1985)-37.1 (\).)]TJ
/N10 1 Tf
30 0 0 10 352.32 625.25 Tm
(])Tj
9 0 0 10 367.32 625.25 Tm
(])Tj
/N8 1 Tf
10 0 0 10 318 624.75 Tm
(F)Tj
/N10 1 Tf
1.266 0 TD
0.334 Tc
(52)Tj
/N7 1 Tf
6.5 0 0 6 324.42 622.25 Tm
0.0558 Tc
(ij)Tj
/N6 1 Tf
6.0708 0 TD
0 Tc
(3)Tj
10 0 0 10 88 619 Tm
[(Given)-589.1 (the)-589 (values)-590.1 (of)]TJ
/N8 1 Tf
9.411 0 TD
(F)Tj
/N6 1 Tf
1.2 0 TD
[(at)-590 (four)-589.1 (successive)-590.2 (past)]TJ
/N7 1 Tf
16.292 -0.175 TD
(R)Tj
/N6 1 Tf
16.457 -0.55 TD
0.037 Tc
(\(5\))Tj
-44.36 -0.475 TD
0 Tc
(epochs)Tj
/N7 1 Tf
3.132 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.434 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.434 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.434 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(,)-355 (with)]TJ
/N7 1 Tf
2.739 0 TD
(t)Tj
/N6 1 Tf
1.069 0 TD
[(the)-355 (most)-355.1 (recent,)-355.1 (we)-356 (write)]TJ
/N7 1 Tf
16.95 -0.075 TD
(m)Tj
/N8 1 Tf
1.007 0 TD
(V)Tj
/N6 1 Tf
6.5 0 0 6 112.65 604.5 Tm
1.2666 Tc
[(3210)-3544.2 (0)]TJ
/N7 1 Tf
38.98 -0.125 TD
0 Tc
(j)Tj
/N6 1 Tf
-6.3631 -0.25 TD
0.0928 Tc
(\(1\))Tj
/N10 1 Tf
30 0 0 10 357.37 597.75 Tm
0 Tc
(])Tj
9 0 0 10 372.37 597.75 Tm
(])Tj
/N8 1 Tf
10 0 0 10 318 597.25 Tm
(F)Tj
/N10 1 Tf
1.771 0 TD
0.333 Tc
[(52)-1951 (2)]TJ
/N6 1 Tf
5.283 0 TD
0 Tc
(3)Tj
/N7 1 Tf
0.5 0 TD
(a)Tj
/N8 1 Tf
0.537 0 TD
(F)Tj
/N6 1 Tf
1.095 0 TD
(,)Tj
-33.186 -0.225 TD
[(a)-385 (fourth-order)-385.3 (\256tting)-385.1 (polynomial)-385.3 (at)-385 (time)]TJ
/N7 1 Tf
17.087 0 TD
(t)Tj
/N6 1 Tf
0.7 0 TD
(as)Tj
/N7 1 Tf
6.5 0 0 6 324.66 594.75 Tm
0.0558 Tc
(ij)Tj
/N6 1 Tf
6.8092 0 TD
0 Tc
(3)Tj
/N7 1 Tf
5.6015 0 TD
0.0559 Tc
(ij)Tj
10 0 0 10 362.07 589.75 Tm
0 Tc
(R)Tj
/N6 1 Tf
6.5 0 0 6 114.47 577 Tm
7.4492 Tc
[(43)-417 (2)]TJ
/N8 1 Tf
10 0 0 10 78 572 Tm
0 Tc
(F)Tj
/N10 1 Tf
1.05 0 TD
(5)Tj
/N6 1 Tf
1.45 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(D)Tj
/N6 1 Tf
1.138 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.751 0 TD
(\))Tj
/N10 1 Tf
0.499 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N6 1 Tf
1.411 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
0.751 0 TD
(\))Tj
/N10 1 Tf
0.5 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N6 1 Tf
1.411 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.481 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.751 0 TD
(\))Tj
/N11 1 Tf
9.5 0 0 12.5 96.83 571.75 Tm
-0.0088 Tc
[(ss)-6989.5 (d)-5400 (d)]TJ
/N6 1 Tf
6.5 0 0 6 388.22 571.5 Tm
0 Tc
(2)Tj
/N7 1 Tf
-46.7385 -0.3333 TD
(t)Tj
/N6 1 Tf
8.4262 0 TD
7.8677 Tc
(321)Tj
10 0 0 10 318 566.5 Tm
0 Tc
(with)Tj
/N7 1 Tf
2.338 0 TD
(a)Tj
/N10 1 Tf
0.704 0 TD
(5)Tj
/N8 1 Tf
0.999 0 TD
(R)Tj
/N10 1 Tf
0.889 0 TD
(?)Tj
/N8 1 Tf
0.388 0 TD
(V)Tj
/N6 1 Tf
0.667 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(R)Tj
/N6 1 Tf
1.046 0 TD
[(.)-560 (The)-561.1 (total)-560.1 (contributions)-560.3 (are)-561 (ob-)]TJ
6.5 0 0 6 114.6 558.5 Tm
(1)Tj
10 0 0 10 318 554.5 Tm
[(tained)-689.1 (by)-689 (summation)-689.2 (over)]TJ
/N7 1 Tf
12.422 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
[(.)-689 (Next,)-689.1 (the)-689 (mutual)]TJ
/N10 1 Tf
-35.206 -0.1 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N6 1 Tf
1.175 0 TD
(\)\()Tj
/N7 1 Tf
0.629 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.751 0 TD
(\))Tj
/N10 1 Tf
0.499 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
1.047 0 TD
0.037 Tc
[(.)-10607 (\(2\))]TJ
6.5 0 0 6 143.02 551 Tm
3.4754 Tc
(00)Tj
10 0 0 10 318 542.5 Tm
0 Tc
[(second-)-385.2 (and)-385.1 (third-order)-385.2 (terms)-385.1 (are)-385 (formed)-385.1 (from)]TJ
-24 -1.05 TD
[(Using)-753.1 (compact)-753.2 (notation,)-753.2 (the)-753 (\256rst)-753.1 (three)-753.1 (divided)]TJ
/N7 1 Tf
28.048 -1.1 TD
(m)Tj
/N6 1 Tf
0.99 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(F)Tj
/N10 1 Tf
1.05 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
0.932 0 TD
(\))Tj
-32.39 -0.1 TD
[(differences)-385.2 (are)-385 (de\256ned)-385.1 (by)]TJ
/N7 1 Tf
6.5 0 0 6 366.02 518.5 Tm
1.642 Tc
[(ji)-1233.9 (j)]TJ
/N6 1 Tf
-6.3631 -0.25 TD
0.0925 Tc
[(\(2\))-15820.7 (\()-0.7 (1\))]TJ
/N10 1 Tf
30 0 0 10 357.37 512.5 Tm
0 Tc
(]]])Tj
7.5 0 0 10 402.37 512.5 Tm
(])Tj
/N8 1 Tf
10 0 0 10 318 512 Tm
(F)Tj
/N10 1 Tf
1.771 0 TD
0.333 Tc
[(52)-4898 (2)]TJ
/N6 1 Tf
8.229 0 TD
0 Tc
(6)Tj
/N7 1 Tf
0.5 0 TD
(a)Tj
/N8 1 Tf
0.721 0 TD
(F)Tj
/N10 1 Tf
1.772 0 TD
(2)Tj
/N6 1 Tf
1 0 TD
(3)Tj
/N7 1 Tf
0.5 0 TD
(b)Tj
/N8 1 Tf
0.537 0 TD
(F)Tj
/N7 1 Tf
6.5 0 0 6 324.66 509.5 Tm
0.0558 Tc
(ij)Tj
/N6 1 Tf
9.0769 0 TD
0 Tc
(3)Tj
/N7 1 Tf
8.1877 0 TD
0.0558 Tc
[(ij)-5153.9 (ij)]TJ
10 0 0 10 376.81 504.5 Tm
0 Tc
(R)Tj
6.5 0 0 6 134.91 502 Tm
(k)Tj
/N10 1 Tf
0.5369 0 TD
(2)Tj
/N6 1 Tf
0.8877 0 TD
(1)Tj
/N7 1 Tf
8.8831 0 TD
(k)Tj
/N10 1 Tf
0.5354 0 TD
(2)Tj
/N6 1 Tf
0.8892 0 TD
(1)Tj
/N8 1 Tf
10 0 0 10 127.14 497 Tm
(D)Tj
/N6 1 Tf
2.064 0 TD
([)Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N6 1 Tf
0.715 0 TD
(,)Tj
/N7 1 Tf
0.472 0 TD
(t)Tj
/N6 1 Tf
1.616 0 TD
(])Tj
/N10 1 Tf
0.5 0 TD
(2)Tj
/N8 1 Tf
0.999 0 TD
(D)Tj
/N6 1 Tf
2.065 0 TD
([)Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.472 0 TD
(t)Tj
/N6 1 Tf
0.658 0 TD
(])Tj
6.5 0 0 6 154.45 494.5 Tm
(0)Tj
/N7 1 Tf
1.7877 0 TD
(k)Tj
/N10 1 Tf
0.5369 0 TD
(2)Tj
/N6 1 Tf
0.8877 0 TD
6.5954 Tc
(11)Tj
/N7 1 Tf
8.8831 0 TD
0 Tc
(k)Tj
-22.6615 -0.0833 TD
(k)Tj
/N6 1 Tf
45.0723 -0.25 TD
0.0925 Tc
[(\(1\))-2820.7 (\()0.9 (1\))]TJ
/N10 1 Tf
30 0 0 10 126.02 489.5 Tm
0 Tc
(]]]]]]])Tj
19.5 0 0 10 231.02 489.5 Tm
(])Tj
/N8 1 Tf
10 0 0 10 78 489 Tm
(D)Tj
/N6 1 Tf
1.126 0 TD
([)Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.472 0 TD
(t)Tj
/N6 1 Tf
0.658 0 TD
(])Tj
/N10 1 Tf
0.5 0 TD
(5)Tj
/N6 1 Tf
12.497 0 TD
(,)Tj
/N7 1 Tf
11.748 -0.15 TD
(m)Tj
/N6 1 Tf
0.99 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(F)Tj
/N10 1 Tf
1.771 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
1.654 0 TD
(\))Tj
6.5 0 0 6 95.92 486.5 Tm
(0)Tj
/N7 1 Tf
1.7877 0 TD
(k)Tj
39.7662 -0.25 TD
1.6789 Tc
[(ji)-2307.7 (j)]TJ
10 0 0 10 171.12 483.5 Tm
0 Tc
(t)Tj
/N10 1 Tf
0.88 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
6.5 0 0 6 324.66 483.5 Tm
0.0926 Tc
[(\(3\))-18323.6 (\()-0.6 (2\))-4697.5 (\(1\))]TJ
-23.1092 -0.4167 TD
0 Tc
(0)Tj
/N7 1 Tf
2.8569 0 TD
(k)Tj
/N10 1 Tf
30 0 0 10 357.37 479 Tm
(]]]])Tj
6.5 0 0 10 417.37 479 Tm
(])Tj
/N8 1 Tf
10 0 0 10 318 478.5 Tm
(F)Tj
/N10 1 Tf
1.771 0 TD
0.333 Tc
[(52)-6525 (2)]TJ
/N6 1 Tf
10.041 0 TD
0 Tc
(9)Tj
/N7 1 Tf
0.5 0 TD
(a)Tj
/N8 1 Tf
0.537 0 TD
(F)Tj
/N10 1 Tf
1.771 0 TD
(2)Tj
/N6 1 Tf
1.184 0 TD
(9)Tj
/N7 1 Tf
0.5 0 TD
(b)Tj
/N8 1 Tf
0.537 0 TD
(F)Tj
/N7 1 Tf
6.5 0 0 6 324.66 476 Tm
0.0558 Tc
(ij)Tj
/N6 1 Tf
10.1861 0 TD
0 Tc
(3)Tj
/N7 1 Tf
9.5815 0 TD
0.0559 Tc
[(ij)-5473.8 (ij)]TJ
10 0 0 10 384.02 471 Tm
0 Tc
(R)Tj
/N6 1 Tf
-29.602 -0.425 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(k)Tj
/N10 1 Tf
0.647 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
0.037 Tc
[(1)37 (,)-185 (2)37 (,)-185 (3\))-14566 (\(3\))]TJ
/N10 1 Tf
23.994 -1.1 TD
0 Tc
(2)Tj
/N6 1 Tf
1 0 TD
(3)Tj
/N7 1 Tf
0.5 0 TD
(c)Tj
/N8 1 Tf
0.481 0 TD
(F)Tj
/N6 1 Tf
1.096 0 TD
0.037 Tc
[(,)-14059 (\(6\))]TJ
/N7 1 Tf
6.5 0 0 6 373.61 453.25 Tm
0.0543 Tc
(ij)Tj
/N6 1 Tf
-39.4323 -0.4167 TD
0 Tc
(0)Tj
10 0 0 10 78 445.75 Tm
(where)Tj
/N8 1 Tf
3.152 0 TD
(D)Tj
/N11 1 Tf
1.306 0 TD
(;)Tj
/N8 1 Tf
0.999 0 TD
(F)Tj
/N6 1 Tf
1.321 0 TD
[(and)-710.1 (square)-709.1 (brackets)-710.2 (refer)-710.1 (to)-710 (the)]TJ
6.5 0 0 6 199.02 438.75 Tm
(2)Tj
10 0 0 10 78 433.75 Tm
[(appropriate)-392.3 (time)-393.1 (intervals)-393.2 (\()]TJ
/N8 1 Tf
11.324 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
([)Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.643 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(])-393 (i)0 (s)-393 (evaluated)-393.2 (at)]TJ
6.5 0 0 6 209.29 431.25 Tm
1.5877 Tc
(13)Tj
10 0 0 10 318 431 Tm
0 Tc
(with)Tj
6.5 0 0 6 142.24 426.75 Tm
16.1862 Tc
(43)Tj
/N7 1 Tf
10 0 0 10 78 421.75 Tm
0 Tc
(t)Tj
/N6 1 Tf
0.751 0 TD
[(\).)-308 (The)-308.1 (term)]TJ
/N8 1 Tf
4.895 0 TD
(D)Tj
/N6 1 Tf
1.447 0 TD
[(is)-308 (de\256ned)-308.1 (similarly)-308.2 (by)]TJ
/N8 1 Tf
9.399 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
([)Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N6 1 Tf
0.278 0 TD
(,)Tj
/N7 1 Tf
0.558 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(])-309 (and)]TJ
6.5 0 0 6 81.33 419.25 Tm
28.4246 Tc
(12)Tj
0.6831 -0.7917 TD
0 Tc
(3)Tj
41.8646 -0.5833 TD
(2)Tj
/N8 1 Tf
10 0 0 10 78 409.5 Tm
(D)Tj
/N6 1 Tf
1.138 0 TD
([)Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.574 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(].)-324 (Conversion)-324.2 (of)-324 (the)-324 (force)-324.1 (polynomial)-324.3 (into)-324.1 (a)]TJ
/N8 1 Tf
26.154 0 TD
(R)Tj
/N10 1 Tf
0.889 0 TD
(?)Tj
/N6 1 Tf
0.5 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(F)Tj
/N10 1 Tf
1.05 0 TD
(2)Tj
/N8 1 Tf
0.999 0 TD
(F)Tj
/N6 1 Tf
0.933 0 TD
(\))Tj
/N7 1 Tf
-7.846 -0.15 TD
(V)Tj
/N6 1 Tf
6.5 0 0 6 96.05 407 Tm
1.4815 Tc
(03)Tj
/N7 1 Tf
46.4969 0 TD
2.8759 Tc
(ij)Tj
/N6 1 Tf
6.9323 -0.25 TD
0 Tc
(2)Tj
/N10 1 Tf
16.5 0 0 10 342.1 401 Tm
(])Tj
30 0 0 10 373.16 401 Tm
(]]])Tj
15.5 0 0 10 418.16 401 Tm
(])Tj
/N11 1 Tf
31.5 0 0 23 335.21 400.75 Tm
0.2615 Tc
(SD)Tj
/N7 1 Tf
10 0 0 10 318 400.5 Tm
0 Tc
(b)Tj
/N10 1 Tf
0.887 0 TD
2.797 Tc
[(51)-2832 (1)]TJ
/N7 1 Tf
11.091 0 TD
0 Tc
(a)Tj
/N6 1 Tf
6.5 0 0 6 401.44 398 Tm
(2)Tj
10 0 0 10 78 397.5 Tm
[(Taylor)-480.1 (series)-480.1 (provides)-480.2 (simple)-480.1 (expressions)-480.3 (for)-481.1 (inte-)]TJ
/N7 1 Tf
26.522 -0.25 TD
(R)Tj
5.137 -0.2 TD
(R)Tj
/N6 1 Tf
-31.659 -0.75 TD
[(grating)-336.1 (coordinates)-337.3 (and)-336.1 (velocities.)-337.2 (Equating)-336.2 (terms)-337.1 (in)]TJ
6.5 0 0 6 428.34 381 Tm
0.0929 Tc
[(\(1\))-2820.3 (\()1.3 (1\))]TJ
10 0 0 10 335.58 376 Tm
0 Tc
(3)Tj
/N8 1 Tf
0.5 0 TD
(V)Tj
/N10 1 Tf
0.778 0 TD
(?)Tj
/N6 1 Tf
0.499 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(F)Tj
/N10 1 Tf
1.05 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
0.932 0 TD
(\))Tj
/N8 1 Tf
1.722 0 TD
(R)Tj
/N10 1 Tf
0.888 0 TD
(?)Tj
/N6 1 Tf
0.5 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(F)Tj
/N10 1 Tf
1.772 0 TD
(2)Tj
/N8 1 Tf
0.999 0 TD
(F)Tj
/N6 1 Tf
1.654 0 TD
(\))Tj
-38.792 -0.25 TD
[(the)-742 (successive)-742.2 (time)-742.1 (derivatives)-743.2 (of)-742 (\()-37 (2)-37 (\))-742 (with)-743.1 (an)]TJ
/N7 1 Tf
6.5 0 0 6 363.48 373.5 Tm
2.8743 Tc
[(ij)-3673.9 (i)-1110.8 (j)]TJ
/N6 1 Tf
24.5908 -0.25 TD
0 Tc
(2)Tj
/N10 1 Tf
30 0 0 10 334.47 367.5 Tm
(]]])Tj
23.5 0 0 10 379.47 367.5 Tm
(])Tj
30 0 0 10 402.98 367.5 Tm
(]]]])Tj
14.5 0 0 10 462.98 367.5 Tm
(])Tj
/N7 1 Tf
10 0 0 10 318 367 Tm
(c)Tj
/N10 1 Tf
0.647 0 TD
6.018 Tc
[(51)-1054 (1)]TJ
/N7 1 Tf
15.756 0 TD
0 Tc
(a)Tj
/N6 1 Tf
0.5 0 TD
0.037 Tc
(\(3)Tj
/N7 1 Tf
0.87 0 TD
0 Tc
(b)Tj
/N10 1 Tf
0.703 0 TD
(2)Tj
/N6 1 Tf
1 0 TD
(4)Tj
/N7 1 Tf
0.5 0 TD
(a)Tj
/N6 1 Tf
0.954 0 TD
(\).)Tj
6.5 0 0 6 364.69 364.5 Tm
10.8508 Tc
(22)Tj
10 0 0 10 78 361.5 Tm
0 Tc
[(equivalent)-367.2 (Taylor)-368.1 (series)-367.1 (and)-368.1 (setting)]TJ
/N7 1 Tf
15.058 0 TD
(t)Tj
/N10 1 Tf
0.481 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
1.082 0 TD
[(yields)-368.1 (the)]TJ
/N7 1 Tf
10.363 -0.2 TD
6.767 Tc
(RR)Tj
/N6 1 Tf
6.5 0 0 6 246.73 359 Tm
0 Tc
(0)Tj
10 0 0 10 78 349.5 Tm
[(force)-385.1 (derivatives)]TJ
44.36 -0.525 TD
0.037 Tc
(\(7\))Tj
6.5 0 0 6 84.66 333.5 Tm
0.0928 Tc
[(\(1\))-3740.4 (4)-4093.4 (3)-4661 (2)-4511.8 (1)]TJ
/N10 1 Tf
10 0 0 11 125.49 328.75 Tm
3.083 Tc
[(99)98 (9)]TJ
/N8 1 Tf
10 0 0 10 78 328.5 Tm
0 Tc
(F)Tj
/N10 1 Tf
1.747 0 TD
(5)Tj
/N6 1 Tf
1.142 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(D)Tj
/N7 1 Tf
1.138 0 TD
(t)Tj
/N10 1 Tf
0.908 0 TD
(1)Tj
/N8 1 Tf
0.999 0 TD
(D)Tj
/N6 1 Tf
1.176 0 TD
(\))Tj
/N7 1 Tf
0.333 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N7 1 Tf
1.411 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N11 1 Tf
9.5 0 0 12.5 103.8 328.25 Tm
8.3438 Tc
(sd)Tj
/N6 1 Tf
6.5 0 0 6 125.49 326 Tm
4.7554 Tc
[(32)150.8 (1)]TJ
10 0 0 10 318 320.75 Tm
0 Tc
[(A)-498 (second)-499.1 (double)-499.1 (summation)-499.2 (then)-499.1 (gives)-499.1 (the)-499 (corre-)]TJ
6.5 0 0 6 84.66 314.75 Tm
0.0928 Tc
[(\(2\))-4709.6 (4)-14402.6 (3)-8050.3 (2)]TJ
50.1631 -0.1667 TD
0.0925 Tc
[(\(2\))-4800.7 (\()0.9 (3\))]TJ
/N10 1 Tf
10 0 0 11 134.75 310 Tm
0.4073 Tc
[(99)-1166.7 (99)-1166.7 (99)-2971.7 (9)-1166.7 (9)]TJ
/N8 1 Tf
10 0 0 10 78 309.75 Tm
0 Tc
(F)Tj
/N10 1 Tf
1.747 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
(2!)Tj
/N8 1 Tf
1.141 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
0.462 Tc
(tt)Tj
/N10 1 Tf
1.647 0 TD
0 Tc
(1)Tj
/N7 1 Tf
1 0 TD
0.463 Tc
(tt)Tj
/N10 1 Tf
1.648 0 TD
0 Tc
(1)Tj
/N7 1 Tf
1 0 TD
0.462 Tc
(tt)Tj
/N6 1 Tf
1.518 0 TD
0 Tc
(\))Tj
/N10 1 Tf
0.499 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.777 0 TD
(\))Tj
/N10 1 Tf
0.5 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N11 1 Tf
9.5 0 0 12.5 113.8 309.5 Tm
17.326 Tc
(sd)Tj
/N6 1 Tf
10 0 0 10 318 308.75 Tm
0 Tc
[(sponding)-516.2 (values)-517.1 (of)]TJ
/N8 1 Tf
8.605 0 TD
(F)Tj
/N6 1 Tf
2.098 0 TD
(and)Tj
/N8 1 Tf
1.961 0 TD
(F)Tj
/N6 1 Tf
2.098 0 TD
[(for)-517.1 (all)-517 (particles.)]TJ
6.5 0 0 6 134.75 307.25 Tm
0.639 Tc
[(12)-1794.8 (23)-1794.8 (13)-4571.8 (1)-1794.8 (2)]TJ
10 0 0 10 318 296.75 Tm
0 Tc
[(This)-476.1 (pair-wise)-476.2 (boot-strapping)-477.3 (procedure)-476.2 (provides)-477.2 (a)]TJ
6.5 0 0 6 84.66 296 Tm
0.0928 Tc
[(\(3\))-4709.6 (4)-10984.1 (3)]TJ
/N10 1 Tf
10 0 0 11 134.75 291.25 Tm
1.5735 Tc
(999)Tj
/N8 1 Tf
10 0 0 10 78 291 Tm
0 Tc
(F)Tj
/N10 1 Tf
1.747 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
(3!)Tj
/N8 1 Tf
1.141 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
0.778 0 TD
(\))Tj
/N10 1 Tf
0.5 0 TD
(1)Tj
/N8 1 Tf
0.999 0 TD
(D)Tj
/N11 1 Tf
9.5 0 0 12.5 113.8 290.75 Tm
9.0733 Tc
(sd)Tj
/N6 1 Tf
6.5 0 0 6 134.75 288.5 Tm
2.4331 Tc
(123)Tj
10 0 0 10 318 284.75 Tm
0 Tc
[(convenient)-359.3 (starting)-360.2 (algorithm,)-360.2 (since)-360.1 (the)-360 (extra)-360.1 (cost)-360.1 (is)]TJ
6.5 0 0 6 84.66 277.25 Tm
0.0928 Tc
[(\(4\))-4234.2 (4)]TJ
10 0 0 10 318 272.75 Tm
0 Tc
[(usually)-385.1 (small.)]TJ
/N8 1 Tf
-24 -0.05 TD
(F)Tj
/N10 1 Tf
1.747 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
(4!)Tj
/N8 1 Tf
0.833 0 TD
(D)Tj
/N6 1 Tf
1.138 0 TD
(,)Tj
20.282 -1.15 TD
[(Appropriate)-647.3 (initial)-648.1 (time-steps)]TJ
/N10 1 Tf
13.219 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
1.198 0 TD
[(are)-648 (now)-648.1 (de-)]TJ
/N7 1 Tf
6.5 0 0 6 469.96 258.25 Tm
(i)Tj
/N6 1 Tf
10 0 0 10 281.6 256 Tm
0.037 Tc
(\(4\))Tj
3.64 -0.725 TD
0 Tc
[(termined,)-320.2 (using)-320.1 (the)-320.1 (general)-321.2 (criterion)-320.2 (discussed)-320.2 (in)-321 (the)]TJ
0 -1.2 TD
[(next)-444.1 (subsection.)-444.3 (Setting)]TJ
/N7 1 Tf
10.36 0 TD
(t)Tj
/N10 1 Tf
0.881 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(0,)-444 (the)-444 (backward)-445.2 (times)]TJ
/N10 1 Tf
10 0 0 11 110.08 235.25 Tm
(9)Tj
/N6 1 Tf
10 0 0 10 78 235 Tm
(where)Tj
/N7 1 Tf
2.856 0 TD
(t)Tj
/N10 1 Tf
0.912 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N10 1 Tf
0.881 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.653 0 TD
[(.)-413 (Eq.)-413.1 (\()-37 (4)-37 (\))-413 (is)-413 (mainly)-413.1 (used)-413.1 (to)-414 (obtain)]TJ
6.5 0 0 6 424.94 234.25 Tm
(0)Tj
/N7 1 Tf
-48.44 -0.2917 TD
(k)Tj
/N6 1 Tf
2.9123 0 TD
(0)Tj
/N7 1 Tf
2.8554 0 TD
(k)Tj
/N6 1 Tf
10 0 0 10 318 224.75 Tm
[(are)-327 (initialized)-328.2 (by)]TJ
/N7 1 Tf
7.203 0 TD
(t)Tj
/N10 1 Tf
0.825 0 TD
0.334 Tc
(52)Tj
/N7 1 Tf
2.166 0 TD
0 Tc
(k)Tj
/N10 1 Tf
0.772 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
0.93 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(k)Tj
/N10 1 Tf
0.648 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(1,)-184 (2,)-184 (3)-37 (\))0 (.)-328 (Inversion)]TJ
-38.507 -0.175 TD
[(the)-641 (Taylor)-642.1 (series)-641.1 (derivatives)-642.2 (at)]TJ
/N7 1 Tf
14.483 0 TD
(t)Tj
/N10 1 Tf
0.481 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(,)-642 (when)-642.1 (the)]TJ
/N7 1 Tf
6.5 0 0 6 393.13 222.25 Tm
6.3698 Tc
(ki)Tj
/N6 1 Tf
-23.4077 -0.2917 TD
0 Tc
(0)Tj
10 0 0 10 318 212.75 Tm
[(of)-490 (\()-37 (4)-37 (\))-491 (to)-491 (third)-491.1 (order)-491.1 (yields)-491.1 (starting)-491.2 (values)-491.1 (for)-491.1 (the)]TJ
-24 -0.175 TD
[(fourth)-384.1 (difference)-385.2 (is)-384 (not)-385.1 (yet)-384.1 (known.)-385.2 (Thus)-384.1 (the)-385 (contri-)]TJ
6.5 0 0 6 139.7 204 Tm
(4)Tj
10 0 0 10 318 200.75 Tm
[(divided)-385.2 (differences,)]TJ
-24 -0.175 TD
[(bution)-446.1 (from)]TJ
/N8 1 Tf
5.392 0 TD
(D)Tj
/N6 1 Tf
1.586 0 TD
[(to)-446 (each)-446.1 (order)-447.1 (is)-446 (only)-447.1 (added)-446.1 (at)-447 (the)]TJ
-6.978 -1.2 TD
[(end)-606.1 (of)-606 (an)-606 (integration)-606.2 (step.)-606.1 (This)-606.1 (so-called)-606.2 (`semi-)]TJ
26.939 -0.95 TD
3.894 Tc
(11)Tj
-26.939 -0.25 TD
0 Tc
[(iteration')-332.2 (gives)-333.1 (increased)-332.2 (accuracy)-333.2 (at)-332 (little)-333.1 (extra)-333.1 (cost)]TJ
6.5 0 0 6 325.77 175 Tm
5.0754 Tc
[(1\()4983.8 (3)4981.6 (\))-333.1 (\()4983.8 (2)4981.6 (\))56.1 (\()4982.2 (1)4983.1 (\))]TJ
/N10 1 Tf
14 0 0 10 346.28 170.5 Tm
2.6386 Tc
(]])Tj
/N11 1 Tf
31.5 0 0 23 339.38 170.25 Tm
0 Tc
(S)Tj
/N10 1 Tf
10 0 0 11 374.67 170.25 Tm
(9)Tj
/N11 1 Tf
31.5 0 0 23 414.73 170.25 Tm
(D)Tj
/N10 1 Tf
10 0 0 11 425.15 170.25 Tm
(9)Tj
/N8 1 Tf
10 0 0 10 318 170 Tm
(D)Tj
/N10 1 Tf
1.305 0 TD
(5)Tj
/N8 1 Tf
2.429 0 TD
(F)Tj
/N7 1 Tf
1.581 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(2)Tj
/N8 1 Tf
1.906 0 TD
(F)Tj
/N7 1 Tf
2.235 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
6.5 0 0 6 374.67 167.5 Tm
7.2661 Tc
(11)Tj
10 0 0 10 347.39 164.5 Tm
3.894 Tc
(62)Tj
-26.939 -0.15 TD
0 Tc
[(\()37 (o)0 (n)-385 (scalar)-385.1 (machines)36.8 (\))-385 (and)-385.1 (no)-385 (extra)-385.1 (memory.)]TJ
1 -1.2 TD
[(W)56 (e)-738 (now)-737.1 (describe)-738.2 (the)-737 (initialization)-738.3 (procedure,)]TJ
26.582 -0.1 TD
6.467 Tc
(11)Tj
6.5 0 0 6 325.77 147.5 Tm
6.0646 Tc
[(2\()5973 (3)5972.3 (\))-3302.4 (\()5971.4 (2)5972.3 (\))]TJ
/N10 1 Tf
14 0 0 10 352.71 143 Tm
4.4764 Tc
(]])Tj
10 0 0 11 384.06 142.75 Tm
1.574 Tc
(99)Tj
/N8 1 Tf
10 0 0 10 318 142.5 Tm
0 Tc
(D)Tj
/N10 1 Tf
1.305 0 TD
0.333 Tc
(52)Tj
/N8 1 Tf
3.072 0 TD
0 Tc
(F)Tj
/N6 1 Tf
1.581 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.777 0 TD
(\))Tj
/N10 1 Tf
0.5 0 TD
(1)Tj
/N8 1 Tf
1.906 0 TD
(F)Tj
/N6 1 Tf
6.5 0 0 6 384.06 140 Tm
2.4338 Tc
(12)Tj
10 0 0 10 78 139 Tm
0 Tc
[(assuming)-632.2 (one)-633.1 (force)-632.1 (polynomial.)-633.3 (From)-632.1 (the)-633 (initial)]TJ
27.582 -0.2 TD
6.467 Tc
(62)Tj
-27.582 -1 TD
0 Tc
(conditions)Tj
/N7 1 Tf
4.888 0 TD
(m)Tj
/N6 1 Tf
0.99 0 TD
(,)Tj
/N8 1 Tf
0.434 0 TD
(r)Tj
/N6 1 Tf
0.712 0 TD
(,)Tj
/N18 1 Tf
0.434 0 TD
(v)Tj
/N6 1 Tf
0.786 0 TD
[(,)-722 (the)-721 (respective)-722.2 (Taylor)-722.1 (series)]TJ
/N7 1 Tf
6.5 0 0 6 134.42 124.5 Tm
1.4835 Tc
[(jj)-117 (j)]TJ
/N6 1 Tf
10 0 0 10 342.16 122.5 Tm
0 Tc
(1)Tj
6.5 0 0 6 325.77 120 Tm
4.2692 Tc
[(3\()4176 (3)4176.9 (\))]TJ
/N10 1 Tf
14 0 0 10 341.04 115.5 Tm
0 Tc
(])Tj
/N6 1 Tf
10 0 0 10 78 115 Tm
[(derivatives)-354.2 (are)-354 (formed)-355.1 (by)-354 (successive)-355.2 (differentiations)]TJ
/N8 1 Tf
24 0 TD
(D)Tj
/N10 1 Tf
1.305 0 TD
(5)Tj
/N8 1 Tf
1.906 0 TD
(F)Tj
/N6 1 Tf
1.581 0 TD
0.037 Tc
[(.)-15281 (\(8\))]TJ
-2.376 -0.55 TD
0 Tc
(6)Tj
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 3 3
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(279)Tj
10 0 2.68 10 78 679 Tm
(2.2.)Tj
/N7 1 Tf
10 0 0 10 98.55 679 Tm
[(Individual)-385.2 (time)]TJ
/N6 1 Tf
6.218 0 TD
(-)Tj
/N7 1 Tf
0.333 0 TD
(steps)Tj
/N6 1 Tf
15.394 0 TD
[(ticles)-487.1 (and)-487.1 (at)-487 (the)-487 (end)-487.1 (of)-487 (each)-487.1 (integration)-487.2 (cycle)-487.1 (for)]TJ
0 -1.2 TD
(particle)Tj
/N7 1 Tf
3.384 0 TD
(i)Tj
/N6 1 Tf
0.278 0 TD
[(.)-273 (W)55 (e)-385 (adopt)-385.1 (the)-385 (composite)-385.2 (criterion)]TJ
-26.662 -1.2 TD
[(Stellar)-546.1 (systems)-547.2 (are)-547 (characterized)-547.3 (by)-547 (a)-547 (range)-547.1 (in)]TJ
6.5 0 0 6 448.02 650.75 Tm
0.1664 Tc
(1/2)Tj
-9.4615 -0.0417 TD
0.0925 Tc
[(\(2\))-3465.3 (\()-0.7 (1\))-389.9 (2)]TJ
/N10 1 Tf
10 0 2.68 10 355.44 645.5 Tm
0 Tc
(h)Tj
/N6 1 Tf
10 0 0 10 361.55 645.5 Tm
(\()Tj
/N11 1 Tf
0.37 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(F)Tj
/N11 1 Tf
0.611 0 TD
0.184 Tc
(uu)Tj
/N8 1 Tf
0.628 0 TD
0 Tc
(F)Tj
/N11 1 Tf
1.58 0 TD
(u)Tj
/N10 1 Tf
0.389 0 TD
(1)Tj
/N11 1 Tf
1 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(F)Tj
/N11 1 Tf
1.581 0 TD
(u)Tj
/N6 1 Tf
0.675 0 TD
(\))Tj
-35.633 -0.25 TD
[(density)-403.1 (which)-404.1 (gives)-404.1 (rise)-403.1 (to)-404 (different)-404.2 (time-scales)-404.3 (for)]TJ
/N10 1 Tf
30 0 0 10 352.53 638.25 Tm
(]]]]])Tj
26 0 0 10 427.53 638.25 Tm
(])Tj
10 0 0 10 318 637.75 Tm
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N10 1 Tf
0.913 0 TD
(5)Tj
/N6 1 Tf
12.505 0 TD
[(,)-5525 (\()-37 (10)-37 (\))]TJ
/N11 1 Tf
31.5 0 0 31 345.63 635.75 Tm
2.792 Tc
(SD)Tj
/N7 1 Tf
6.5 0 0 6 327.76 635.25 Tm
0 Tc
(i)Tj
/N6 1 Tf
5.9185 -0.0417 TD
0.0921 Tc
[(\(1\))-1956.4 (\()0.5 (3\))-3467.2 (\(2\))-391.8 (2)]TJ
10 0 0 10 78 631 Tm
0 Tc
[(signi\256cant)-280.2 (changes)-281.2 (of)-281 (the)-281 (orbital)-281.1 (parameters.)-281.3 (In)-281 (order)]TJ
27.564 -0.1 TD
(\()Tj
/N11 1 Tf
0.37 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(F)Tj
/N11 1 Tf
1.581 0 TD
0.184 Tc
(uu)Tj
/N8 1 Tf
0.628 0 TD
0 Tc
(F)Tj
/N11 1 Tf
1.581 0 TD
(u)Tj
/N10 1 Tf
0.389 0 TD
(1)Tj
/N11 1 Tf
0.999 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(F)Tj
/N11 1 Tf
1.581 0 TD
(u)Tj
/N6 1 Tf
0.676 0 TD
(\))Tj
-35.813 -1.1 TD
[(to)-356 (exploit)-357.2 (this)-357.1 (feature,)-357.2 (and)-356.1 (economize)-357.2 (on)-357 (the)-357 (expen-)]TJ
24 -0.825 TD
(where)Tj
/N10 1 Tf
10 0 2.68 10 345.26 610.75 Tm
(h)Tj
/N6 1 Tf
10 0 0 10 355.5 610.75 Tm
[(is)-377 (a)-376 (dimensionless)-376.3 (accuracy)-376.2 (parameter.)-377.2 (For)]TJ
-27.75 -0.375 TD
[(sive)-487.1 (force)-487.1 (calculation,)-487.3 (each)-487.1 (particle)-487.2 (is)-487 (assigned)-488.2 (its)]TJ
24 -0.825 TD
[(this)-357.1 (purpose,)-357.2 (only)-357.1 (the)-358 (last)-357.1 (two)-357.1 (terms)-358.1 (of)-357 (the)-357.1 (\256rst)-358.1 (and)]TJ
-24 -0.375 TD
[(own)-450.1 (time-step)-450.2 (which)-450.1 (is)-451 (related)-450.1 (to)-450 (the)-450 (orbital)-451.1 (time-)]TJ
24 -0.825 TD
[(second)-524.1 (force)-524.1 (derivatives)-524.2 (in)-525 (\()-37 (4)-37 (\))-524 (are)-524 (included.)-525.2 (This)]TJ
-24 -0.375 TD
[(scale.)-385.1 (Thus)-385.1 (the)-385 (aim)-385 (is)-385 (to)-385 (ensure)-385.1 (the)-385 (convergence)-386.3 (of)]TJ
24 -0.825 TD
[(expression)-348.2 (ensures)-348.2 (that)-348.1 (all)-349 (the)-348 (force)-348.1 (derivatives)-349.2 (play)]TJ
-24 -0.375 TD
[(the)-369 (force)-369.1 (polynomial)-369.3 (\()-37 (2)-37 (\))-369 (with)-369.1 (the)-369 (minimum)-369.2 (number)]TJ
24 -0.825 TD
[(a)-356 (role)-357.1 (and)-357.1 (is)-357 (also)-357.1 (well)-356.1 (de\256ned)-357.1 (for)-357.1 (special)-357.2 (cases)-357.1 (\()-37 (i.e.)]TJ
-24 -0.375 TD
[(of)-447 (force)-447.1 (evaluations.)-447.3 (Since)-448.1 (all)-447 (interactions)-447.3 (must)-448.1 (be)]TJ
24 -0.825 TD
[(starting)-506.1 (from)-506.1 (rest)-507.1 (or)]TJ
/N11 1 Tf
9.246 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(F)Tj
/N11 1 Tf
0.611 0 TD
0.167 Tc
(u.)Tj
/N6 1 Tf
1.389 0 TD
0 Tc
[(0)-37 (\))0 (.)-506 (Although)-507.2 (successive)]TJ
-35.468 -0.375 TD
[(added)-399.1 (consistently)-399.3 (in)-400 (a)-399 (direct)-400.1 (integration)-399.2 (method,)-400.2 (it)]TJ
24 -0.825 TD
[(time-steps)-288.2 (normally)-288.2 (change)-288.1 (smoothly,)-288.2 (it)-288 (is)-288 (prudent)-289.2 (to)]TJ
-24 -0.375 TD
[(is)-758 (necessary)-758.2 (to)-758 (include)-758.2 (a)-758 (temporary)-759.2 (coordinate)]TJ
24 -0.825 TD
[(restrict)-533.1 (the)-533 (growth)-533.1 (by)-534 (a)-533 (stability)-533.2 (factor)-534.1 (\()-37 (presently)]TJ
-24 -0.375 TD
[(prediction)-372.2 (of)-372 (the)-372 (other)-372.1 (particles.)-372.2 (However,)-372.2 (the)-373 (addi-)]TJ
24 -0.825 TD
[(1.2)-37 (\).)]TJ
-24 -0.375 TD
[(tional)-464.1 (cost)-464.1 (of)-464 (low-order)-464.2 (predictions)-464.2 (still)-464.1 (leads)-464.1 (to)-465 (a)]TJ
25 -0.825 TD
[(In)-320 (summary,)-320.2 (the)-320 (scheme)-321.2 (requires)-320.2 (the)-320 (following)-321.2 (30)]TJ
-25 -0.375 TD
[(signi\256cant)-387.2 (saving)-387.1 (since)-388.1 (this)-387.1 (permits)-387.2 (arbitrarily)-388.2 (large)]TJ
6.5 0 0 6 505.1 495.5 Tm
0.0927 Tc
[(\(1\))-2060.5 (1)]TJ
10 0 0 10 318 490.5 Tm
0 Tc
[(variables)-336.2 (for)-337 (each)-336.1 (particle:)]TJ
/N7 1 Tf
11.231 0 TD
(m)Tj
/N6 1 Tf
0.722 0 TD
(,)Tj
/N8 1 Tf
0.586 0 TD
(r)Tj
/N6 1 Tf
0.881 0 TD
(,)Tj
/N8 1 Tf
0.586 0 TD
(r)Tj
/N6 1 Tf
0.712 0 TD
(,)Tj
/N18 1 Tf
0.586 0 TD
(v)Tj
/N6 1 Tf
0.955 0 TD
(,)Tj
/N8 1 Tf
0.587 0 TD
(F)Tj
/N6 1 Tf
0.611 0 TD
(,)Tj
/N8 1 Tf
0.586 0 TD
(F)Tj
/N6 1 Tf
1.581 0 TD
(,)Tj
/N8 1 Tf
0.587 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(,)Tj
6.5 0 0 6 448.39 488 Tm
(0)Tj
/N7 1 Tf
2.22 0 TD
(t)Tj
/N6 1 Tf
2.1492 0 TD
(0)Tj
10 0 0 10 78 487 Tm
[(time-step)-385.2 (ratios.)]TJ
6.5 0 0 6 325.77 483.5 Tm
2.1354 Tc
(23)Tj
/N8 1 Tf
10 0 0 10 318 478.5 Tm
0 Tc
(D)Tj
/N6 1 Tf
1.138 0 TD
(,)Tj
/N8 1 Tf
0.575 0 TD
(D)Tj
/N6 1 Tf
1.138 0 TD
(,)Tj
/N10 1 Tf
0.575 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
0.278 0 TD
(,)Tj
/N7 1 Tf
0.574 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.574 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.575 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
(,)Tj
/N7 1 Tf
0.574 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(.)-325 (I)0 (t)-324 (i)0 (s)-324 (also)-325.1 (useful)-324.1 (to)-324 (employ)-325.2 (a)]TJ
6.5 0 0 6 370.78 476 Tm
1.4827 Tc
(0123)Tj
10 0 0 10 88 475 Tm
0 Tc
[(Following)-455.2 (the)-455 (polynomial)-455.3 (initialization)-456.3 (discussed)]TJ
23 -0.85 TD
[(secondary)-385.2 (velocity,)]TJ
/N18 1 Tf
8.296 0 TD
(v)Tj
/N6 1 Tf
0.786 0 TD
[(,)-385 (for)-385 (dual)-385.1 (purposes.)]TJ
/N7 1 Tf
6.5 0 0 6 406.46 464 Tm
(t)Tj
/N6 1 Tf
10 0 0 10 78 463 Tm
[(above,)-629.1 (the)-630 (integration)-630.2 (cycle)-630.1 (itself)-630.1 (begins)-630.1 (by)-630 (de-)]TJ
0 -1.2 TD
[(termining)-375.2 (the)-375 (next)-375.1 (particle)-376.2 (\()]TJ
/N7 1 Tf
11.647 0 TD
(i)Tj
/N6 1 Tf
0.371 0 TD
[(\))-375 (t)0 (o)-375 (b)0 (e)-375 (advanced.)-376.2 (Thus)]TJ
10 0 2.68 10 318 440.5 Tm
(2.3.)Tj
/N7 1 Tf
10 0 0 10 338.55 440.5 Tm
[(Neighbour)-385.2 (scheme)]TJ
/N6 1 Tf
-26.055 -0.15 TD
[(in)-343 (general,)]TJ
/N7 1 Tf
4.657 0 TD
(i)Tj
/N10 1 Tf
0.481 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(min)-468.1 (\()]TJ
/N7 1 Tf
2.32 0 TD
(t)Tj
/N10 1 Tf
0.729 0 TD
0.167 Tc
(1D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(t)Tj
/N6 1 Tf
0.599 0 TD
[(\),)-343 (where)]TJ
/N7 1 Tf
3.712 0 TD
(t)Tj
/N6 1 Tf
0.906 0 TD
[(is)-343 (the)-343.1 (time)-343.1 (of)]TJ
/N7 1 Tf
6.5 0 0 6 155.25 436.5 Tm
1.3266 Tc
[(jj)-2080 (j)-5029.2 (j)]TJ
/N6 1 Tf
10 0 0 10 78 427 Tm
0 Tc
[(the)-453 (last)-454.1 (force)-454.1 (evaluation.)-454.3 (It)-454 (is)-454 (convenient)-454.3 (to)-454 (de\256ne)]TJ
25 -1.05 TD
[(Having)-411.1 (introduced)-412.2 (the)-411 (basic)-412.1 (tools)-411.1 (for)-412.1 (direct)-412.1 (inte-)]TJ
-25 -0.15 TD
[(the)-437 (present)-437.2 (epoch)-437.1 (\()37 (o)0 (r)-437 (`global')-438.2 (time)36.9 (\))-437 (b)0 (y)]TJ
/N7 1 Tf
16.927 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N10 1 Tf
0.729 0 TD
0.167 Tc
(1D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(t)Tj
/N6 1 Tf
0.546 0 TD
(,)Tj
/N7 1 Tf
6.5 0 0 6 265.18 412.5 Tm
3.4066 Tc
(ii)Tj
/N6 1 Tf
10 0 0 10 318 404.5 Tm
0 Tc
[(gration,)-415.2 (we)-416 (now)-415.1 (turn)-416.1 (to)-416 (the)-415 (AC)-416 (neighbour)-416.2 (scheme.)]TJ
-24 -0.15 TD
[(rather)-385.1 (than)-385.1 (relating)-385.2 (it)-385 (to)-385 (the)-385 (previous)-385.2 (value.)]TJ
24 -1.05 TD
[(Here)-709.1 (the)-709 (main)-709.1 (idea)-710.1 (is)-709 (to)-709 (reduce)-709.1 (the)-709 (effort)-710.1 (of)]TJ
-23 -0.15 TD
[(The)-448.1 (individual)-448.2 (time-step)-449.2 (scheme)-448.2 (\()37 (Aarseth,)-449.2 (1963)-37.1 (\))]TJ
23 -1.05 TD
[(evaluating)-508.2 (the)-508 (force)-508.1 (contribution)-508.3 (from)-508.1 (distant)-508.1 (par-)]TJ
-24 -0.15 TD
[(uses)-419.1 (two)-419.1 (types)-420.1 (of)-419 (coordinates)-420.3 (for)-419.1 (each)-420.1 (particle.)-308.2 (W)55 (e)]TJ
24 -1.05 TD
[(ticles)-748.1 (by)-748 (employing)-748.2 (two)-748.1 (polynomials)-748.3 (based)-749.1 (on)]TJ
-24 -0.15 TD
[(de\256ne)-335.1 (primary)-335.2 (and)-335.1 (secondary)-335.2 (coordinates,)]TJ
/N8 1 Tf
17.643 0 TD
(r)Tj
/N6 1 Tf
1.216 0 TD
(and)Tj
/N8 1 Tf
1.779 0 TD
(r)Tj
/N6 1 Tf
0.712 0 TD
(,)Tj
6.5 0 0 6 259.43 364.5 Tm
(0)Tj
/N7 1 Tf
4.5692 0 TD
(t)Tj
/N6 1 Tf
10 0 0 10 318 356.5 Tm
[(separate)-518.2 (time-scales.)-519.3 (Splitting)-519.2 (the)-518 (total)-519.1 (force)-519.1 (on)-519 (a)]TJ
-24 -0.15 TD
[(evaluated)-444.2 (at)]TJ
/N7 1 Tf
5.443 0 TD
(t)Tj
/N6 1 Tf
1.159 0 TD
(and)Tj
/N7 1 Tf
1.889 0 TD
(t)Tj
/N6 1 Tf
0.278 0 TD
[(,)-444 (respectively,)-445.3 (where)-445.1 (the)-445 (latter)]TJ
6.5 0 0 6 135.77 352.5 Tm
(0)Tj
10 0 0 10 318 344.5 Tm
[(given)-457.1 (particle)-458.1 (into)-457.1 (an)-458 (irregular)-458.2 (and)-457.1 (a)-458 (regular)-458.2 (com-)]TJ
-24 -0.15 TD
[(are)-372 (derived)-373.2 (from)-373.1 (the)-373 (former)-373.1 (by)-373 (the)-373 (predictor.)-373.2 (In)-373 (the)]TJ
24 -1.05 TD
(ponent,)Tj
-24 -0.15 TD
[(present)-276.2 (treatment)-277.2 (where)-277.1 (high)-276.1 (precision)-277.2 (is)-277 (not)-277.1 (normal-)]TJ
6.5 0 0 6 269.62 324 Tm
(\()Tj
/N8 1 Tf
0.4262 0 TD
(1)Tj
/N6 1 Tf
0.5923 0 TD
(\))Tj
10 0 0 10 78 319 Tm
[(ly)-385 (required,)-385.2 (we)-385 (predict)-385.2 (coordinates)-385.3 (to)-385 (order)]TJ
/N8 1 Tf
18.496 0 TD
(F)Tj
/N6 1 Tf
1.965 0 TD
(by)Tj
/N8 1 Tf
3.539 -0.55 TD
(F)Tj
/N10 1 Tf
0.777 0 TD
(5)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N10 1 Tf
1.574 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
1.624 0 TD
[(,)-13635 (\()-37 (11)-37 (\))]TJ
6.5 0 0 6 342.43 311 Tm
0.056 Tc
[(irr)-2849.5 (r)1.3 (eg)]TJ
-35.6015 -1.4167 TD
0.092 Tc
(\(1\))Tj
/N8 1 Tf
10 0 0 10 105.48 298.5 Tm
3.961 Tc
(\304\304)Tj
/N10 1 Tf
10 0 0 11 130.71 296 Tm
3.385 Tc
[(99)296 (9)]TJ
/N8 1 Tf
10 0 0 10 78 295.75 Tm
0 Tc
(r)Tj
/N10 1 Tf
0.883 0 TD
(5)Tj
/N6 1 Tf
0.999 0 TD
-0.037 Tc
(\(\()Tj
/N8 1 Tf
0.666 0 TD
0 Tc
(F)Tj
/N10 1 Tf
10 0 2.68 10 121.63 295.75 Tm
(d)Tj
/N7 1 Tf
10 0 0 10 127.19 295.75 Tm
(t)Tj
/N10 1 Tf
0.924 0 TD
(1)Tj
/N8 1 Tf
0.999 0 TD
(F)Tj
/N6 1 Tf
0.759 0 TD
(\))Tj
/N10 1 Tf
10 0 2.68 10 158.81 295.75 Tm
(d)Tj
/N7 1 Tf
10 0 0 10 164.37 295.75 Tm
(t)Tj
/N10 1 Tf
0.924 0 TD
(1)Tj
/N8 1 Tf
0.999 0 TD
(v)Tj
/N6 1 Tf
0.463 0 TD
(\))Tj
/N10 1 Tf
10 0 2.68 10 193.03 295.75 Tm
(d)Tj
/N7 1 Tf
10 0 0 10 198.59 295.75 Tm
(t)Tj
/N10 1 Tf
0.924 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(r)Tj
/N6 1 Tf
0.88 0 TD
0.037 Tc
[(,)-5210 (\(9\))]TJ
9.137 -0.075 TD
0 Tc
[(we)-297 (can)-297.1 (replace)-297.1 (the)-298 (full)]TJ
/N7 1 Tf
9.538 0 TD
(N)Tj
/N6 1 Tf
1.001 0 TD
[(summation)-298.2 (in)-297 (\()-37 (1)-37 (\))-297 (by)-297 (a)-298 (sum)]TJ
/N7 1 Tf
6.5 0 0 6 82.75 293.25 Tm
7.1005 Tc
[(tj)1658.5 (j)2113.9 (j)]TJ
/N6 1 Tf
21.5492 0 TD
0 Tc
(0)Tj
10 0 0 10 318 283 Tm
[(over)-286.1 (the)]TJ
/N7 1 Tf
3.571 0 TD
(n)Tj
/N6 1 Tf
0.823 0 TD
[(nearest)-287.2 (particles)-286.2 (together)-286.2 (with)-286.1 (a)-287 (prediction)]TJ
6.5 0 0 6 116.9 277.75 Tm
0.092 Tc
(\(1\))Tj
5.0969 -0.2917 TD
0.0928 Tc
(\(1\))Tj
-1.7938 -0.25 TD
6.2631 Tc
(11)Tj
/N8 1 Tf
10 0 0 10 111.36 273.75 Tm
5.082 Tc
(\304\304)Tj
/N10 1 Tf
9 0 0 6 137.7 271.25 Tm
4.3844 Tc
(]])Tj
10 0 0 11 230.45 271.25 Tm
0 Tc
(9)Tj
/N6 1 Tf
10 0 0 10 78 271 Tm
(where)Tj
/N8 1 Tf
3.136 0 TD
(F)Tj
/N10 1 Tf
1.835 0 TD
(5)Tj
/N8 1 Tf
1.566 0 TD
(F)Tj
/N6 1 Tf
1.581 0 TD
(,)Tj
/N8 1 Tf
0.434 0 TD
(F)Tj
/N10 1 Tf
0.814 0 TD
(5)Tj
/N8 1 Tf
1.567 0 TD
(F)Tj
/N6 1 Tf
1.304 0 TD
(and)Tj
/N10 1 Tf
10 0 2.68 10 221.38 271 Tm
(d)Tj
/N7 1 Tf
10 0 0 10 226.93 271 Tm
(t)Tj
/N10 1 Tf
0.912 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
1.24 0 TD
[(\()37 (with)-2400.1 (of)-415 (the)-416 (distant)-415.1 (contribution.)-416.3 (This)-415.1 (procedure)-416.2 (can)-416.1 (lead)]TJ
/N7 1 Tf
6.5 0 0 6 230.45 268.5 Tm
4.8774 Tc
(jj)Tj
/N6 1 Tf
-14.1662 -0.0833 TD
6.2631 Tc
(62)Tj
/N10 1 Tf
10 0 0 11 87.07 259.25 Tm
0 Tc
(9)Tj
10 0 2.68 10 78 259 Tm
(d)Tj
/N7 1 Tf
10 0 0 10 83.55 259 Tm
(t)Tj
/N10 1 Tf
0.924 0 TD
0.167 Tc
(,D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(t)Tj
/N6 1 Tf
0.599 0 TD
[(\).)-333 (The)-333.1 (coordinates)-333.3 (and)-333.1 (velocities)-333.2 (of)-333 (particle)-2400.2 (to)-677 (a)-677 (signi\256cant)-677.2 (gain)-678.1 (in)-677 (ef\256ciency,)-677.2 (provided)-678.2 (the)]TJ
/N7 1 Tf
6.5 0 0 6 87.07 256.5 Tm
3.642 Tc
(jj)Tj
/N6 1 Tf
18.0446 -0.75 TD
0.0927 Tc
(\(3\))Tj
/N7 1 Tf
10 0 0 10 78 247 Tm
0 Tc
(i)Tj
/N6 1 Tf
0.646 0 TD
[(are)-332 (then)-332.1 (improved)-332.2 (to)-332 (order)]TJ
/N8 1 Tf
11.323 0 TD
(F)Tj
/N6 1 Tf
1.913 0 TD
[(by)-332 (standard)-332.2 (Taylor)-2400.1 (respective)-296.2 (time-scales)-297.2 (are)-297.1 (well)-297.1 (separated)-297.2 (and)]TJ
/N7 1 Tf
28.615 0 TD
(n)Tj
/N22 1 Tf
0.704 0 TD
(<)Tj
/N7 1 Tf
1.482 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
(.)Tj
-45.35 -1.2 TD
[(series)-564.1 (integration)-564.2 (\()37 (cf.)-564 (\()-37 (4)-37 (\))37 (\),)-564 (whereupon)-564.2 (the)-564 (current)-3400.2 (To)-378 (implement)-379.2 (the)-379 (AC)-378 (scheme,)-379.2 (we)-379 (form)-378.1 (a)-379 (list)-379.1 (for)]TJ
T*
[(force)-377.1 (may)-377.1 (be)-378 (obtained)-377.2 (by)-377 (direct)-378.1 (summation.)-377.3 (At)-378 (this)-2400.1 (each)-348.1 (particle)-348.2 (containing)-348.2 (all)-349 (members)-348.2 (inside)-348.1 (a)-349 (sphere)]TJ
T*
[(stage)-413.1 (the)-414 (four)-413.1 (times)]TJ
/N7 1 Tf
8.764 0 TD
(t)Tj
/N6 1 Tf
1.072 0 TD
[(are)-414 (updated)-413.2 (to)-414 (be)-414 (consistent)-2400.2 (of)-477 (radius)]TJ
/N7 1 Tf
18.395 0 TD
(R)Tj
/N6 1 Tf
0.951 0 TD
[(.)-478 (I)0 (n)-477 (addition,)-477.2 (we)-478 (include)-477.1 (any)-478.1 (particles)]TJ
/N7 1 Tf
6.5 0 0 6 168.74 208.5 Tm
30.0175 Tc
(ks)Tj
/N6 1 Tf
46.3646 -0.75 TD
0.1672 Tc
(1/3)Tj
10 0 0 10 78 199 Tm
0 Tc
[(with)-493.1 (the)-494 (de\256nition)-493.2 (that)]TJ
/N7 1 Tf
10.308 0 TD
(t)Tj
/N6 1 Tf
1.207 0 TD
[(denotes)-494.2 (the)-493 (time)-494.1 (of)-494 (the)-2400 (within)-276.1 (a)-276 (surrounding)-276.3 (shell)-276.1 (of)-277 (radius)-276.1 (2)]TJ
/N7 1 Tf
28.964 0 TD
(R)Tj
/N6 1 Tf
1.232 0 TD
(satisfying)Tj
6.5 0 0 6 184.41 196.5 Tm
(0)Tj
/N7 1 Tf
46.8923 0 TD
(s)Tj
/N6 1 Tf
-18.2108 -0.75 TD
(2)Tj
10 0 0 10 78 187 Tm
[(most)-531.1 (recent)-532.1 (force)-532.1 (evaluation.)-532.3 (New)-532.1 (differences)-532.2 (are)]TJ
/N8 1 Tf
24 0 TD
(R)Tj
/N10 1 Tf
0.888 0 TD
(?)Tj
/N8 1 Tf
0.389 0 TD
(V)Tj
/N10 1 Tf
0.888 0 TD
(,)Tj
/N6 1 Tf
1 0 TD
(0.1)Tj
/N7 1 Tf
1.434 0 TD
(R)Tj
/N6 1 Tf
1.177 0 TD
(/)Tj
/N10 1 Tf
0.296 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(T)Tj
/N6 1 Tf
0.824 0 TD
[(,)-548 (where)]TJ
/N10 1 Tf
3.789 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(T)Tj
/N6 1 Tf
1.376 0 TD
[(denotes)-548.2 (the)-548 (regular)]TJ
/N7 1 Tf
6.5 0 0 6 370.84 184.5 Tm
2.7541 Tc
[(si)-5089.4 (i)]TJ
/N6 1 Tf
-22.5138 -0.75 TD
0 Tc
(4)Tj
10 0 0 10 78 175 Tm
[(now)-475.1 (formed)-475.1 (\()37 (cf.)-475 (\()-37 (3)-37 (\))37 (\),)-475 (including)]TJ
/N8 1 Tf
13.873 0 TD
(D)Tj
/N6 1 Tf
1.138 0 TD
[(.)-475 (Together)-476.2 (with)-2400.1 (time-step.)-559.2 (This)-559.1 (ensures)-559.2 (that)-559.1 (fast)-559.1 (approaching)-559.3 (par-)]TJ
6.5 0 0 6 120.06 168 Tm
0.0927 Tc
(\(4\))Tj
10 0 0 10 78 163 Tm
0 Tc
[(the)-325 (new)]TJ
/N8 1 Tf
3.539 0 TD
(F)Tj
/N6 1 Tf
1.581 0 TD
[(,)-326 (these)-326.1 (correction)-326.2 (terms)-326.1 (are)-326 (combined)-326.2 (to)-2400 (ticles)-385.1 (are)-385 (selected)-385.2 (from)-385.1 (the)-385 (buffer)-385.1 (zone.)]TJ
-5.12 -1.2 TD
[(improve)-591.2 (the)-591 (current)-592.2 (coordinates)-591.3 (and)-591.1 (velocities)-592.2 (to)-3400 (The)-289.1 (size)-289.1 (of)-289 (the)-290 (neighbour)-289.2 (sphere)-289.1 (is)-289 (modi\256ed)-289.2 (at)-290 (the)]TJ
T*
[(highest)-281.2 (order,)-282.1 (whereupon)-281.2 (the)-282 (primary)-281.2 (coordinates)-282.3 (are)-2400 (end)-561.1 (of)-562 (each)-562.1 (regular)-562.2 (time-step)-562.2 (when)-562.1 (a)-562 (total)-562.1 (force)]TJ
T*
[(initialized)-385.2 (by)]TJ
/N8 1 Tf
5.77 0 TD
(r)Tj
/N10 1 Tf
1.046 0 TD
(5)Tj
/N8 1 Tf
1 0 TD
(r)Tj
/N6 1 Tf
0.712 0 TD
[(.)-15222 (summation)-363.2 (is)-364 (carried)-364.1 (out.)-252.1 (W)55 (e)-363 (have)-364.1 (adopted)-364.2 (a)-364 (neigh-)]TJ
6.5 0 0 6 140.69 124.5 Tm
(0)Tj
/N7 1 Tf
3.1108 0 TD
(t)Tj
/N6 1 Tf
10 0 0 10 88 115 Tm
[(New)-435.1 (time-steps)-435.2 (are)-436 (assigned)-435.2 (initially)-436.2 (for)-435 (all)-436 (par-)-2400.1 (bour)-586.1 (criterion)-586.2 (mainly)-586.1 (based)-587.1 (on)-586 (distance)-586.2 (for)-587 (con-)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 4 4
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(280)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
6.5 0 0 6 348.82 681 Tm
0.0554 Tc
[(new)-3419.5 (o)0 (ld)-2849.2 (new)-3418 (o)-1.5 (ld)]TJ
10 0 0 10 78 679 Tm
0 Tc
[(venience.)-654.2 (However,)-654.2 (some)-654.1 (modi\256cation)-654.3 (would)-654.1 (be)]TJ
/N8 1 Tf
26.416 -0.3 TD
(F)Tj
/N10 1 Tf
2.043 0 TD
(2)Tj
/N6 1 Tf
1 0 TD
(\()Tj
/N8 1 Tf
0.37 0 TD
(F)Tj
/N10 1 Tf
1.792 0 TD
(2)Tj
/N8 1 Tf
0.999 0 TD
(F)Tj
/N6 1 Tf
1.915 0 TD
(\))Tj
/N10 1 Tf
0.499 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
6.5 0 0 6 348.82 673.5 Tm
0.0557 Tc
[(reg)-3808.9 (i)1.4 (rr)-3183.6 (irr)-4140.5 (r)-0.5 (eg)]TJ
-3.5462 -0.25 TD
0 Tc
(1)Tj
/N10 1 Tf
30 0 0 10 341.04 667.5 Tm
(]]]]]]])Tj
18 0 0 10 446.04 667.5 Tm
(])Tj
/N6 1 Tf
10 0 0 10 78 667 Tm
[(desirable)-398.2 (for)-399.1 (very)-398.1 (large)-399.1 (mass)-399.1 (ratios)-398.1 (\()37 (say)]TJ
/N10 1 Tf
17.359 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
[(100)-37.1 (\).)-399 (A)]TJ
/N8 1 Tf
5.641 0 TD
(D)Tj
/N10 1 Tf
1.305 0 TD
(5)Tj
/N6 1 Tf
12.409 0 TD
[(,)-5896 (\()-37 (15)-37 (\))]TJ
/N7 1 Tf
-6.914 -0.55 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(T)Tj
/N6 1 Tf
6.5 0 0 6 406.93 659 Tm
(0)Tj
10 0 0 10 78 655 Tm
[(selection)-324.2 (criterion)-324.2 (based)-324.1 (on)-325 (the)-324 (local)-324.1 (number)-325.2 (density)]TJ
6.5 0 0 6 351.95 644 Tm
0.0556 Tc
(old)Tj
10 0 0 10 78 643 Tm
0 Tc
[(contrast)-391.2 (has)-392.1 (proved)-391.1 (itself)-392.1 (for)-391.1 (a)-392 (variety)-391.1 (of)-392 (problems,)]TJ
24 -0.4 TD
(where)Tj
/N8 1 Tf
2.728 0 TD
(F)Tj
/N6 1 Tf
1.911 0 TD
[(denotes)-286.2 (the)-286 (old)-286 (regular)-286.2 (force,)-286.1 (evaluated)-286.2 (at)]TJ
6.5 0 0 6 351.95 636.5 Tm
0.0554 Tc
(reg)Tj
10 0 0 10 78 631 Tm
0 Tc
[(but)-276.1 (may)-276.1 (need)-276.1 (modi\256cation)-276.3 (for)-276.1 (interacting)-277.2 (subsystems)]TJ
24 -0.4 TD
(time)Tj
/N7 1 Tf
2.147 0 TD
(T)Tj
/N6 1 Tf
0.992 0 TD
[(,)-370 (and)-369.1 (the)-370 (net)-370.1 (change)-369.1 (in)-370 (the)-369 (irregular)-370.2 (force)-370.1 (is)]TJ
6.5 0 0 6 345.59 624.5 Tm
(0)Tj
10 0 0 10 78 619 Tm
[(or)-294 (massive)-295.2 (particles.)-295.2 (To)-295 (suf\256cient)-295.2 (approximation,)-295.4 (the)]TJ
24 -0.4 TD
[(contained)-407.2 (in)-408 (the)-407.1 (middle)-408.1 (brackets.)-407.2 (In)-408 (the)-408.1 (subsequent)]TJ
-24 -0.8 TD
[(local)-385.1 (number)-385.2 (density)-385.1 (contrast)-385.2 (is)-385 (given)-385.1 (by)]TJ
24 -0.4 TD
[(discussions,)-586.3 (regular)-587.2 (times)-586.1 (and)-587.1 (time-steps)-586.2 (are)-587 (dis-)]TJ
0 -1.2 TD
[(tinguished)-475.2 (using)-476.1 (upper)-476.1 (case)-476.1 (characters.)-476.2 (All)-476.1 (current)]TJ
6.5 0 0 6 141.19 589.75 Tm
(3)Tj
10 0 0 10 97.81 586.75 Tm
(2)Tj
/N7 1 Tf
0.5 0 TD
1.514 Tc
(nR)Tj
/N6 1 Tf
6.5 0 0 6 108.37 584.25 Tm
0 Tc
(1)Tj
/N7 1 Tf
3.2323 0 TD
(h)Tj
/N10 1 Tf
32 0 0 10 96.7 579.25 Tm
(])Tj
23.5 0 0 10 121.84 579.25 Tm
(])Tj
/N6 1 Tf
10 0 0 10 318 579 Tm
[(force)-480.1 (components)-480.3 (are)-481 (obtained)-480.2 (using)-480.1 (the)]TJ
/N7 1 Tf
17.823 0 TD
(predicted)Tj
-41.823 -0.025 TD
(C)Tj
/N10 1 Tf
0.87 0 TD
(5)Tj
/N6 1 Tf
5.81 0 TD
[(,)-12930 (\()-37 (12)-37 (\))]TJ
/N11 1 Tf
31.5 0 0 26.5 114.95 577.5 Tm
0.3745 Tc
(SD)Tj
/N7 1 Tf
10 0 0 10 101.38 573.25 Tm
1.527 Tc
(NR)Tj
6.5 0 0 6 129.74 570.75 Tm
0 Tc
(s)Tj
/N6 1 Tf
10 0 0 10 318 567 Tm
[(coordinates)-455.3 (\()37 (which)-455.1 (must)-456.1 (be)-455 (saved)-37.1 (\),)-456 (rather)-455.1 (than)-456.1 (the)]TJ
6.5 0 0 6 485.61 560 Tm
(4)Tj
10 0 0 10 318 555 Tm
[(corrected)-294.2 (values)-295.1 (based)-294.1 (on)-295 (the)-294 (irregular)]TJ
/N8 1 Tf
15.984 0 TD
(D)Tj
/N6 1 Tf
1.433 0 TD
[(term)-295.1 (since)]TJ
-41.417 -0.45 TD
(where)Tj
/N7 1 Tf
2.909 0 TD
(n)Tj
/N6 1 Tf
1.402 0 TD
[(is)-466 (the)-466 (current)-466.2 (membership)-467.3 (and)]TJ
/N7 1 Tf
13.44 0 TD
(R)Tj
/N6 1 Tf
1.493 0 TD
[(is)-467 (the)]TJ
6.5 0 0 6 112.64 548 Tm
(1)Tj
/N7 1 Tf
22.9677 0 TD
(h)Tj
/N6 1 Tf
10 0 0 10 318 543 Tm
[(otherwise)-298.2 (\()-37 (1)0 (5)-37 (\))-298 (would)-298.1 (contain)-298.2 (a)-298 (spurious)-298.2 (force)-299.1 (differ-)]TJ
-24 -0.45 TD
[(half-mass)-568.2 (radius.)-569.1 (In)-568 (order)-569.1 (to)-568 (limit)-569.1 (the)-568 (range,)-569.1 (we)]TJ
24 -0.75 TD
[(ence.)-693.1 (The)-694.1 (higher)-694.1 (differences)-694.2 (are)-694 (formed)-694.1 (in)-694 (the)]TJ
-24 -0.45 TD
[(adopt)-385.1 (a)-385 (predicted)-385.2 (membership)]TJ
24 -0.75 TD
[(standard)-356.2 (way,)-356.1 (whereupon)-356.2 (the)-356 (regular)-356.2 (force)-356.1 (corrector)]TJ
6.5 0 0 6 149.16 509.25 Tm
0.1664 Tc
(1/2)Tj
10 0 0 10 318 507 Tm
0 Tc
[(is)-385 (applied)-385.2 (\()-37 (i)0 (f)-385 (desired)-37.1 (\).)]TJ
/N7 1 Tf
-24 -0.275 TD
(n)Tj
/N10 1 Tf
1.083 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(n)Tj
/N6 1 Tf
1.803 0 TD
[(\()-37 (0.04)]TJ
/N7 1 Tf
2.12 0 TD
(C)Tj
/N6 1 Tf
0.76 0 TD
0.037 Tc
[(\))-1065 (,)-11373 (\(1)37 (3\))]TJ
/N7 1 Tf
6.5 0 0 6 83.31 501.75 Tm
0 Tc
(p)Tj
/N6 1 Tf
3.2415 0 TD
0.0559 Tc
(max)Tj
10 0 0 10 328 495 Tm
0 Tc
[(A)-693 (complication)-693.3 (arises)-694.1 (because)-693.2 (any)-693.1 (change)-694.1 (in)]TJ
-1 -1.2 TD
[(neighbours)-465.2 (requires)-465.2 (appropriate)-466.3 (corrections)-465.2 (of)-466 (both)]TJ
-24 -0.25 TD
[(subject)-463.2 (to)]TJ
/N7 1 Tf
4.538 0 TD
(n)Tj
/N6 1 Tf
1.38 0 TD
[(being)-464.1 (within)-463.1 ([0.2)]TJ
/N7 1 Tf
7.288 0 TD
(n)Tj
/N6 1 Tf
1.803 0 TD
[(,)-463 (0.9)]TJ
/N7 1 Tf
1.963 0 TD
(n)Tj
/N6 1 Tf
1.803 0 TD
[(],)-464 (with)]TJ
/N7 1 Tf
6.5 0 0 6 128.69 478 Tm
(p)Tj
/N6 1 Tf
13.3738 0 TD
0.0548 Tc
[(max)-3906.7 (m)-1 (ax)]TJ
10 0 0 10 318 471 Tm
0 Tc
[(force)-340.1 (polynomials;)-340.3 (i.e.)-340.1 (using)-340.1 (the)-340 (principle)-340.2 (of)-341 (succes-)]TJ
/N7 1 Tf
-24 -0.25 TD
(n)Tj
/N6 1 Tf
2.338 0 TD
[(denoting)-536.2 (the)-536 (maximum)-536.2 (permitted)-536.2 (value.)-536.1 (The)]TJ
6.5 0 0 6 83.55 466 Tm
0.0559 Tc
(max)Tj
10 0 0 10 318 459 Tm
0 Tc
[(sive)-528.1 (differentiation)-528.3 (of)-529 (\()-37 (1)0 (1)-37 (\))0 (.)-528 (The)-528.1 (respective)-529.2 (Taylor)]TJ
-24 -0.25 TD
[(new)-419.1 (neighbour)-419.2 (sphere)-420.1 (radius)-419.1 (is)-420 (then)-419.1 (adjusted)-420.2 (using)]TJ
24 -0.95 TD
[(series)-565.1 (derivatives)-565.2 (\()-37 (5)-37 (\))-566 (and)-565.1 (\()-37 (6)-37 (\))-566 (are)-565 (accumulated)-566.3 (to)]TJ
-24 -0.25 TD
[(the)-385 (corresponding)-385.3 (volume)-385.2 (ratio,)-385.1 (which)-385.1 (gives)]TJ
24 -0.95 TD
[(yield)-685.1 (the)-685.1 (net)-686.1 (change.)-685.2 (Each)-686.1 (force)-685.1 (polynomial)-686.3 (is)]TJ
6.5 0 0 6 152.36 425.25 Tm
0.1664 Tc
(1/3)Tj
/N7 1 Tf
10 0 0 10 135.11 424.25 Tm
0 Tc
(n)Tj
/N6 1 Tf
18.289 -0.125 TD
[(modi\256ed)-316.2 (by)-316 (\256rst)-316.1 (adding)-316.1 (or)-316 (subtracting)-316.2 (the)-317 (correction)]TJ
/N7 1 Tf
6.5 0 0 6 140.43 421.75 Tm
(p)Tj
/N6 1 Tf
-8.5508 -0.25 TD
0.0554 Tc
[(new)-2885.7 (o)0 (ld)]TJ
/N10 1 Tf
22 0 0 10 133.88 415.75 Tm
0 Tc
(])Tj
/N7 1 Tf
10 0 0 10 78 415.25 Tm
(R)Tj
/N10 1 Tf
2.067 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(R)Tj
/N6 1 Tf
5.454 0 TD
[(.)-11090 (\()-37 (14)-37 (\))]TJ
/N11 1 Tf
31.5 0 0 25 126.98 413.75 Tm
0.3472 Tc
(SD)Tj
/N7 1 Tf
6.5 0 0 6 84.85 412.75 Tm
4.3279 Tc
(ss)Tj
/N6 1 Tf
10 0 0 10 318 411 Tm
0 Tc
[(terms)-387.1 (to)-388 (the)-388.1 (corresponding)-387.3 (Taylor)-388.1 (series)-388.1 (derivatives)]TJ
/N7 1 Tf
-18.301 -0.125 TD
(n)Tj
/N6 1 Tf
6.5 0 0 6 140.55 407.25 Tm
(1)Tj
39.1031 -0.5417 TD
(4)Tj
10 0 0 10 318 399 Tm
[(\()-37 (4)-37 (\))-360 (\()37 (without)-360.2 (the)]TJ
/N8 1 Tf
6.894 0 TD
(D)Tj
/N6 1 Tf
1.499 0 TD
[(term)36.9 (\),)-360 (followed)-360.2 (by)-360 (a)-361 (conversion)]TJ
-31.393 -1.2 TD
[(An)-395 (alternative)-396.2 (and)-395.1 (simpler)-396.2 (strategy)-395.2 (is)-396 (to)-396 (stabilize)-2400.2 (to)-385 (standard)-385.2 (differences)-385.3 (using)-385.1 (\()-37 (8)-37 (\))0 (.)]TJ
-1 -1.2 TD
[(all)-600 (neighbour)-600.2 (memberships)-601.3 (on)-600 (the)-600 (same)-601.1 (constant)-3400.2 (Implementation)-563.4 (of)-564 (the)-563 (AC)-564 (scheme)-563.2 (requires)-564.2 (the)]TJ
T*
(value)Tj
/N7 1 Tf
2.852 0 TD
(n)Tj
/N10 1 Tf
1.083 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(n)Tj
/N6 1 Tf
1.622 0 TD
[(\()37 (AC;)-687.1 (Makino)-686.2 (and)-687.1 (Hut,)-686.1 (1988)-37.1 (\).)-687 (A)-2400 (following)-528.2 (additional)-529.2 (set)-529.1 (of)-529 (regular)-528.1 (variables:)]TJ
/N8 1 Tf
37.168 0 TD
(F)Tj
/N6 1 Tf
1.625 0 TD
(,)Tj
/N7 1 Tf
6.5 0 0 6 111.83 360.5 Tm
(p)Tj
/N6 1 Tf
3.2415 0 TD
(0)Tj
59.8492 0 TD
0.0554 Tc
(reg)Tj
-30.1769 -0.75 TD
2.5292 Tc
(123)Tj
10 0 0 10 78 351 Tm
0 Tc
[(number)-379.2 (of)-380 (re\256nements)-380.3 (are)-380 (also)-380.1 (included)-380.2 (as)-380 (follows:)]TJ
/N8 1 Tf
24 0 TD
(D)Tj
/N6 1 Tf
1.138 0 TD
(,)Tj
/N8 1 Tf
0.83 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(,)Tj
/N8 1 Tf
0.83 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(,)Tj
/N10 1 Tf
0.83 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(T)Tj
/N6 1 Tf
0.556 0 TD
(,)Tj
/N7 1 Tf
0.83 0 TD
(T)Tj
/N6 1 Tf
0.993 0 TD
(,)Tj
/N7 1 Tf
0.83 0 TD
(T)Tj
/N6 1 Tf
0.992 0 TD
(,)Tj
/N7 1 Tf
0.83 0 TD
(T)Tj
/N6 1 Tf
0.992 0 TD
(,)Tj
/N7 1 Tf
0.831 0 TD
(T)Tj
/N6 1 Tf
0.992 0 TD
[(,)-580 (a)0 (s)-580 (well)-580.1 (as)-581 (the)]TJ
6.5 0 0 6 403.71 348.5 Tm
2.3035 Tc
(0123)Tj
10 0 0 10 318 339 Tm
0 Tc
[(neighbour)-300.2 (sphere)-301.1 (radius)]TJ
/N7 1 Tf
10.011 0 TD
(R)Tj
/N6 1 Tf
1.256 0 TD
[(and)-301.1 (neighbour)-301.2 (list)]TJ
/N7 1 Tf
7.625 0 TD
(L)Tj
/N6 1 Tf
0.857 0 TD
[(\()37 (size)]TJ
/N7 1 Tf
6.5 0 0 6 424.54 336.5 Tm
(s)Tj
10 0 0 10 318 327 Tm
(n)Tj
/N10 1 Tf
1.969 0 TD
(1)Tj
/N6 1 Tf
0.999 0 TD
0.037 Tc
[(1\))37 (.)]TJ
6.5 0 0 6 323.55 324.5 Tm
0.0559 Tc
(max)Tj
/N9 1 Tf
10 0 0 10 80.9 323 Tm
0 Tc
(\267)Tj
/N6 1 Tf
0.96 0 TD
[(In)-477 (order)-477.1 (to)-478 (avoid)-477.1 (a)-478 (resonance)-477.2 (oscillation)-477.2 (in)]TJ
/N7 1 Tf
19.149 0 TD
(R)Tj
/N6 1 Tf
0.951 0 TD
(,)Tj
/N7 1 Tf
6.5 0 0 6 288.41 320.5 Tm
(s)Tj
/N6 1 Tf
-25.5569 -0.75 TD
0.1672 Tc
(1/6)Tj
10 0 0 10 92.34 311 Tm
0 Tc
(\()Tj
/N7 1 Tf
0.296 0 TD
(n)Tj
/N6 1 Tf
1.023 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(n)Tj
/N6 1 Tf
0.973 0 TD
[(\))-1499 (i)0 (s)-398 (used)-398.1 (in)-398 (\()-37 (1)0 (4)-37 (\))-397 (if)-398 (the)-398 (predicted)-398.2 (mem-)]TJ
/N7 1 Tf
6.5 0 0 6 100.61 308.5 Tm
(p)Tj
/N6 1 Tf
2.1523 0 TD
(1)Tj
10 0 0 10 90.5 299 Tm
[(bership)-385.1 (lies)-385.1 (between)-385.2 (the)-385 (old)-385 (and)-385.1 (new)-385.1 (value.)]TJ
/N9 1 Tf
-0.96 -1.2 TD
(\267)Tj
/N7 1 Tf
0.96 0 TD
(R)Tj
/N6 1 Tf
1.331 0 TD
[(is)-376 (modi\256ed)-376.2 (by)-376 (a)-376 (radial)-376.1 (velocity)-376.2 (factor)-376.1 (outside)]TJ
/N8 1 Tf
21.419 0 TD
[(3.)-500 (Program)-385.2 (structure)]TJ
/N7 1 Tf
6.5 0 0 6 96.92 284.5 Tm
(s)Tj
/N6 1 Tf
10 0 0 10 90.5 275 Tm
[(the)-385 (core.)]TJ
/N9 1 Tf
-0.96 -1.2 TD
(\267)Tj
/N6 1 Tf
0.96 0 TD
[(The)-405.1 (volume)-405.2 (factor)-405.1 (is)-406 (only)-405.1 (allowed)-405.2 (to)-405 (change)-406.1 (by)-3400 (This)-514.1 (section)-515.1 (describes)-515.2 (the)-515.1 (structure)-515.2 (of)-515 (the)-515.1 (code)]TJ
0 -1.2 TD
[(25%,)-435.1 (subject)-435.2 (to)-436 (a)-435 (time-step)-436.2 (dependent)-435.2 (cut-off)-436.1 (if)-2400 (and)-408.1 (de\256nes)-409.2 (the)-409 (main)-409.1 (input)-408.1 (parameters)-409.2 (and)-409.1 (some)-409.1 (of)]TJ
/N10 1 Tf
T*
(D)Tj
/N7 1 Tf
0.667 0 TD
(T)Tj
/N10 1 Tf
1.007 0 TD
(,)Tj
/N6 1 Tf
0.999 0 TD
(0.01)Tj
/N7 1 Tf
1.934 0 TD
(T)Tj
/N6 1 Tf
1.593 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(T)Tj
/N6 1 Tf
1.594 0 TD
[(is)-385 (the)-385 (crossing)-385.2 (time)36.9 (\).)-5959 (the)-385.1 (options.)]TJ
/N7 1 Tf
6.5 0 0 6 103.04 236.5 Tm
(i)Tj
/N6 1 Tf
6.1 0 TD
0.0553 Tc
[(cr)-2019.4 (cr)]TJ
/N9 1 Tf
10 0 0 10 80.9 227 Tm
0 Tc
(\267)Tj
/N6 1 Tf
0.96 0 TD
(If)Tj
/N7 1 Tf
1.249 0 TD
(n)Tj
/N10 1 Tf
1.103 0 TD
(#)Tj
/N6 1 Tf
0.999 0 TD
[(3)-584 (and)-583.1 (the)-583 (neighbours)-584.2 (are)-583 (moving)-584.2 (out-)]TJ
6.5 0 0 6 108.54 224.5 Tm
(1)Tj
10 0 0 10 90.5 215 Tm
[(wards,)-584.1 (the)-585 (standard)-585.2 (sphere)]TJ
/N7 1 Tf
12.197 0 TD
(R)Tj
/N6 1 Tf
1.54 0 TD
[(is)-585 (increased)-585.2 (by)]TJ
/N7 1 Tf
6.5 0 0 6 218.89 212.5 Tm
(s)Tj
/N6 1 Tf
10 0 2.68 10 318 211 Tm
(3.1.)Tj
/N7 1 Tf
10 0 0 10 338.55 211 Tm
(Routines)Tj
/N6 1 Tf
-24.805 -0.8 TD
(10%.)Tj
23.75 -1.6 TD
[(The)-363.1 (program)-364.2 (contains)-364.2 (some)-364.1 (2307)-364.1 (lines)-364.1 (of)-364 (Fortran)]TJ
-24 -1.2 TD
[(The)-547.1 (gain)-548.1 (or)-548 (loss)-548.1 (of)-547 (particles)-548.2 (is)-548 (recorded)-548.2 (when)-2400.1 (statements)-379.2 (and)-380.1 (another)-380.2 (1203)-379.1 (lines)-380.1 (of)-380 (comments)-380.2 (and)]TJ
-1 -1.2 TD
[(comparing)-328.2 (the)-328 (old)-328 (and)-328.1 (new)-328.1 (neighbour)-328.2 (list,)-328.1 (following)-2400.2 (spaces.)-326.2 (It)-326 (is)-326 (divided)-326.2 (into)-326.1 (38)-326 (routines,)-326.2 (many)-326.1 (of)-327 (which)]TJ
T*
[(the)-352 (re-calculation)-353.3 (of)-353 (the)-352 (regular)-353.2 (force.)-353.1 (Regular)-353.2 (force)-2400.1 (are)-499 (optional)-499.2 (and)-499.1 (not)-499.1 (required)-499.2 (for)-499.1 (standard)-499.2 (simula-)]TJ
T*
[(differences)-531.2 (are)-532 (\256rst)-531.1 (evaluated,)-532.2 (assuming)-531.2 (there)-532.1 (has)-2400.1 (tions.)-357.1 (All)-357.1 (the)-357 (routines)-357.2 (are)-357 (listed)-357.1 (in)-357 (Table)-357.1 (1,)-357 (together)]TJ
T*
[(been)-335.1 (no)-336 (change)-335.1 (of)-336 (neighbours.)-335.3 (This)-336.1 (gives)-335.1 (rise)-336.1 (to)-336 (the)-2400 (with)-332.1 (the)-332 (main)-333.1 (calling)-332.1 (sequence)-333.2 (and)-332.1 (an)-333 (outline)-332.1 (of)-333 (the)]TJ
T*
[(provisional)-385.3 (new)-385.1 (regular)-385.2 (force)-385.1 (difference)-7355.2 (purpose)-385.2 (\()]TJ
/N11 1 Tf
27.847 0 TD
([)Tj
/N6 1 Tf
1.218 0 TD
[(denotes)-385.2 (an)-385 (option)36.9 (\).)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 5 5
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(281)Tj
-55.5 -3 TD
[(Table)-384.3 (1)]TJ
0 -1.25 TD
[(Names)-384.3 (of)-385.8 (routines)]TJ
ET
1 i
78 666 15 -0.5 re
f 
93 666 15 -0.5 re
f 
108 666 15 -0.5 re
f 
123 666 15 -0.5 re
f 
138 666 15 -0.5 re
f 
153 666 15 -0.5 re
f 
168 666 15 -0.5 re
f 
183 666 15 -0.5 re
f 
198 666 15 -0.5 re
f 
213 666 15 -0.5 re
f 
228 666 15 -0.5 re
f 
243 666 15 -0.5 re
f 
258 666 15 -0.5 re
f 
273 666 15 -0.5 re
f 
288 666 15 -0.5 re
f 
303 666 15 -0.5 re
f 
318 666 15 -0.5 re
f 
333 666 15 -0.5 re
f 
348 666 15 -0.5 re
f 
363 666 15 -0.5 re
f 
378 666 15 -0.5 re
f 
393 666 15 -0.5 re
f 
408 666 15 -0.5 re
f 
423 666 15 -0.5 re
f 
438 666 15 -0.5 re
f 
453 666 15 -0.5 re
f 
468 666 15 -0.5 re
f 
483 666 15 -0.5 re
f 
498 666 15 -0.5 re
f 
513 666 21 -0.5 re
f 
BT
8 0 0 8 78 656 Tm
[(Routine)-14159.3 (Called)-385.3 (by)-17865 (Description)]TJ
ET
78 651 15 -0.5 re
f 
93 651 15 -0.5 re
f 
108 651 15 -0.5 re
f 
123 651 15 -0.5 re
f 
138 651 15 -0.5 re
f 
153 651 15 -0.5 re
f 
168 651 15 -0.5 re
f 
183 651 15 -0.5 re
f 
198 651 15 -0.5 re
f 
213 651 15 -0.5 re
f 
228 651 15 -0.5 re
f 
243 651 15 -0.5 re
f 
258 651 15 -0.5 re
f 
273 651 15 -0.5 re
f 
288 651 15 -0.5 re
f 
303 651 15 -0.5 re
f 
318 651 15 -0.5 re
f 
333 651 15 -0.5 re
f 
348 651 15 -0.5 re
f 
363 651 15 -0.5 re
f 
378 651 15 -0.5 re
f 
393 651 15 -0.5 re
f 
408 651 15 -0.5 re
f 
423 651 15 -0.5 re
f 
438 651 15 -0.5 re
f 
453 651 15 -0.5 re
f 
468 651 15 -0.5 re
f 
483 651 15 -0.5 re
f 
498 651 15 -0.5 re
f 
513 651 21 -0.5 re
f 
BT
/N7 1 Tf
8 0 0 8 78 641 Tm
(BLOCK)Tj
/N6 1 Tf
39.1875 0 TD
[(Block)-384.8 (data)-385.3 (initialization)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(BODIES)-13827.3 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(Output)-365.8 (of)-365.8 (binaries)-365.3 (and)-366 (particles)-365.8 (\()]TJ
/N11 1 Tf
13.7337 0 TD
([)Tj
/N6 1 Tf
1.1987 0 TD
0.3654 Tc
[(6&9)327.9 (\))]TJ
/N7 1 Tf
-54.12 -1.25 TD
0 Tc
[(CHECK)-13992.3 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(Error)-385 (control)-384.5 (and)-384.8 (restart)-386 (\()]TJ
/N11 1 Tf
10.7212 0 TD
([)Tj
/N6 1 Tf
1.2188 0 TD
[(2)-385 (&)-384.5 (11)-37.5 (\))]TJ
/N7 1 Tf
-51.1275 -1.25 TD
[(CMCORR)-13215.3 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(Centre)-385.3 (of)-384.5 (mass)-385 (corrections)-384.6 (\()]TJ
/N11 1 Tf
11.7775 0 TD
([)Tj
/N6 1 Tf
1.2188 0 TD
[(18)-36.3 (\))]TJ
/N7 1 Tf
-52.1837 -1.25 TD
[(CO)-54.8 (AL)-14715.5 (M)-55.8 (AIN)]TJ
/N6 1 Tf
39.1875 0 TD
[(Inelastic)-384.5 (two-body)-385.8 (collision)-385 (\()]TJ
/N11 1 Tf
12.1162 0 TD
([)Tj
/N6 1 Tf
1.2188 0 TD
[(12)-36.3 (\))]TJ
/N7 1 Tf
-52.5225 -1.25 TD
[(CORE)-14715.3 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(Core)-384.8 (radius)-384.8 (and)-384.8 (density)-386 (centre)-384.5 (\()]TJ
/N11 1 Tf
13.385 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
0.0375 Tc
(8\))Tj
/N7 1 Tf
-53.79 -1.25 TD
0 Tc
[(CPU)-36.3 (TIM)-13568 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
21.6762 0 TD
(&)Tj
/N7 1 Tf
1.0525 0 TD
(INTGRT)Tj
/N6 1 Tf
16.4587 0 TD
[(CPU)-385 (time)-384.5 (in)-385.8 (minutes)-384.3 (\()36.8 (machine)-384.5 (dependent)-37.6 (\))]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(D)-18 (A)0 (T)-55.5 (A)-14752.7 (ST)-56.5 (ART)]TJ
/N6 1 Tf
39.1875 0 TD
[(Generation)-384.6 (of)-385.8 (initial)-384.8 (conditions)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(DEF)-18.5 (INE)-13752.8 (INPU)-37 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(De\256nition)-329 (of)-329.5 (input)-330.3 (parameters)-329.3 (and)-329.8 (counters)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(ENERGY)-13548.3 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
21.7862 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(SC)-55.5 (ALE)]TJ
/N6 1 Tf
16.2388 0 TD
[(Total)-385.3 (energy)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(ESC)-54.5 (APE)-13660.8 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(Removal)-385.3 (of)-384.5 (escaping)-384.8 (particles)-385.8 (\()]TJ
/N11 1 Tf
13.1662 0 TD
([)Tj
/N6 1 Tf
1.2188 0 TD
[(13)-36.3 (\))]TJ
/N7 1 Tf
-53.5725 -1.25 TD
[(F)-17.7 (PCORR)-13475.5 (REGINT)]TJ
/N6 1 Tf
39.1875 0 TD
[(Derivative)-329.1 (corrections)-328.3 (of)-329.5 (force)-328.5 (polynomials)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(F)-17.7 (POLY)]TJ
/N6 1 Tf
3.13 0 TD
(1)Tj
/N7 1 Tf
14.1962 0 TD
[(ST)-56.5 (ART)]TJ
/N6 1 Tf
3.3863 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(CO)-56 (AL)]TJ
/N6 1 Tf
17.3125 0 TD
[(Force)-384.3 (and)-386 (\256rst)-384 (derivative)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(F)-17.7 (POLY)]TJ
/N6 1 Tf
3.13 0 TD
(2)Tj
/N7 1 Tf
14.1962 0 TD
[(ST)-56.5 (ART)]TJ
/N6 1 Tf
3.3863 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(CO)-56 (AL)]TJ
/N6 1 Tf
17.3125 0 TD
[(Second)-384.8 (and)-384.8 (third)-384.8 (force)-386 (derivatives)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(INPU)-37 (T)-14400.2 (S)0 (T)-56.5 (ART)]TJ
/N6 1 Tf
39.1875 0 TD
[(Main)-385.3 (parameter)-384.6 (input)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(INSERT)-14048.3 (INTGRT)]TJ
/N6 1 Tf
39.1875 0 TD
[(Insert)-384.3 (of)-385.8 (particle)-384.8 (index)-385.5 (in)-384.5 (sequential)-385.1 (list)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(INTGRT)-13881.3 (M)-55.8 (AIN)]TJ
/N6 1 Tf
39.1875 0 TD
[(Decision-making)-384.6 (and)-384.8 (\257ow)-385.8 (control)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(L)-55.3 (AGR)-14771 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(Lagrangian)-274.8 (radii)-274.5 (and)-276 (half-mass)-274.6 (radius)-274.8 (\()]TJ
/N11 1 Tf
15.8337 0 TD
([)Tj
/N6 1 Tf
1.1075 0 TD
0.0375 Tc
(7\))Tj
/N7 1 Tf
-56.1287 -1.25 TD
0 Tc
[(M)-54.5 (AIN)]TJ
/N6 1 Tf
39.1875 0 TD
[(Master)-384.3 (control)-385.8 (\257ow)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(MODIF)-17.8 (Y)-13531.5 (M)-55.8 (AIN)]TJ
/N6 1 Tf
39.1875 0 TD
[(Reading)-384.5 (modi\256ed)-385.3 (parameters)-385.6 (at)-384.3 (restart)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(MYDU)-37 (MP)-13012.3 (M)-55.8 (AIN)]TJ
/N6 1 Tf
20.2662 0 TD
(&)Tj
/N7 1 Tf
1.1638 0 TD
[(INTGRT)-14312.5 (COMMON)]TJ
/N6 1 Tf
22.6237 0 TD
[(save)-384.3 (or)-385.8 (copy)-384.8 (\()]TJ
/N11 1 Tf
6.005 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
0.3848 Tc
[(1&2)347.3 (\))]TJ
/N7 1 Tf
-51.2762 -1.25 TD
0 Tc
[(NBINT)-14492.3 (INTGRT)]TJ
/N6 1 Tf
39.1875 0 TD
[(Irregular)-384.5 (integration)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(NBLIST)-14103.3 (ST)-56.5 (ART)]TJ
/N6 1 Tf
20.7125 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(CO)-56 (AL)]TJ
/N6 1 Tf
17.3125 0 TD
[(Initialization)-385.3 (of)-384.5 (neighbour)-385.1 (list)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(OU)-36 (TPU)-37.3 (T)-13364 (M)-55.8 (AIN)]TJ
/N6 1 Tf
39.1875 0 TD
[(Main)-385.3 (output)-384 (and)-386 (data)-384 (save)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
0.0553 Tc
[(RA)55.3 (N)]TJ
/N6 1 Tf
2 0 TD
0 Tc
(2)Tj
/N7 1 Tf
15.3262 0 TD
0.0192 Tc
[(DA)19.2 (T)-36.3 (A)]TJ
/N6 1 Tf
21.8613 0 TD
0 Tc
[(Portable)-384.5 (random)-385 (number)-385 (generator)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(REGINT)-13826.3 (INTGRT)]TJ
/N6 1 Tf
39.1875 0 TD
[(Regular)-385.3 (integration)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(REMO)37 (VE)-13364.3 (ESC)-55.8 (APE)]TJ
/N6 1 Tf
21.4338 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(CO)-56 (AL)]TJ
/N6 1 Tf
16.5913 0 TD
[(Removal)-300.3 (of)-299.5 (particle)-301 (from)]TJ
/N7 1 Tf
10.5875 0 TD
(COMMON)Tj
/N6 1 Tf
4.7812 0 TD
(arrays)Tj
/N7 1 Tf
-54.5562 -1.25 TD
[(SC)-55.5 (ALE)-14325.8 (ST)-56.5 (ART)]TJ
/N6 1 Tf
39.1875 0 TD
[(Scaling)-385 (to)-384.5 (new)-385.3 (units)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
(SORT)Tj
/N6 1 Tf
2.5 0 TD
(2)Tj
/N7 1 Tf
14.8262 0 TD
(INTGRT)Tj
/N6 1 Tf
3.9412 0 TD
(&)Tj
/N7 1 Tf
1.1638 0 TD
[(L)-55.2 (AGR)]TJ
/N6 1 Tf
16.7562 0 TD
[(Sequential)-384.3 (sorting)-385.8 (of)-384.5 (array)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(ST)-55.3 (ART)-14437 (M)-55.8 (AIN)]TJ
/N6 1 Tf
39.1875 0 TD
[(Calling)-385 (sequence)-385 (for)-385.3 (initial)-384.8 (setup)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(STEPI)-14715.3 (INTGRT)]TJ
/N6 1 Tf
39.1875 0 TD
[(Time-step)-385 (for)-385.3 (irregular)-384.5 (force)-384.8 (polynomial)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(STEPS)-14548.3 (ST)-56.5 (ART)]TJ
/N6 1 Tf
20.7125 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(CO)-56 (AL)]TJ
/N6 1 Tf
17.3125 0 TD
[(Initialization)-385.3 (of)-384.5 (time-steps)-385.3 (and)-384.8 (differences)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(SU)-18 (BSYS)-13919.3 (ST)-56.5 (ART)]TJ
/N6 1 Tf
39.1875 0 TD
[(Initial)-384.8 (subsystems)-385.3 (for)-385.3 (binary)-385 (test)-384.8 (\()]TJ
/N11 1 Tf
14.2762 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
[(17)-37.5 (\))]TJ
/N7 1 Tf
-54.6812 -1.25 TD
[(VERIF)-18 (Y)-13975.2 (INPU)-37 (T)]TJ
/N6 1 Tf
39.1875 0 TD
[(V)110.7 (alidation)-385 (of)-384.5 (main)-385 (input)-385.3 (parameters)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
(XTRNL)Tj
/N6 1 Tf
3.0562 0 TD
(1)Tj
/N7 1 Tf
14.27 0 TD
(REGINT)Tj
/N6 1 Tf
3.9963 0 TD
(&)Tj
/N7 1 Tf
1.1637 0 TD
[(F)-17.7 (POLY)]TJ
/N6 1 Tf
3.13 0 TD
[(1)-13071.3 (Force)-384.3 (due)-386 (to)-384.5 (Plummer)-385.5 (potential)-385 (\()]TJ
/N11 1 Tf
27.4575 0 TD
([)Tj
/N6 1 Tf
1.2188 0 TD
[(15)-36.3 (\))]TJ
/N7 1 Tf
-54.2925 -1.25 TD
(XTRNL)Tj
/N6 1 Tf
3.0562 0 TD
(2)Tj
/N7 1 Tf
14.27 0 TD
(REGINT)Tj
/N6 1 Tf
3.9963 0 TD
(&)Tj
/N7 1 Tf
1.1637 0 TD
[(F)-17.7 (POLY)]TJ
/N6 1 Tf
3.13 0 TD
[(1)-13071.3 (Force)-384.3 (due)-386 (to)-384.5 (logarithmic)-385.3 (potential)-385 (\()]TJ
/N11 1 Tf
28.4025 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
[(15)-37.5 (\))]TJ
/N7 1 Tf
-55.2363 -1.25 TD
[(X)37.2 (VPRED)-13586.5 (OU)-37.3 (TPU)-37.3 (T)]TJ
/N6 1 Tf
21.7862 0 TD
(&)Tj
/N7 1 Tf
1.1625 0 TD
[(CO)-56 (AL)]TJ
/N6 1 Tf
16.2388 0 TD
[(Prediction)-385.3 (of)-384.5 (coordinates)-385.1 (and)-384.8 (velocities)]TJ
/N7 1 Tf
-39.1875 -1.25 TD
[(ZERO)-14826.3 (ST)-56.5 (ART)]TJ
/N6 1 Tf
39.1875 0 TD
[(Initialization)-385.3 (of)-384.5 (global)-385 (scalars)]TJ
ET
78 266 15 -0.5 re
f 
93 266 15 -0.5 re
f 
108 266 15 -0.5 re
f 
123 266 15 -0.5 re
f 
138 266 15 -0.5 re
f 
153 266 15 -0.5 re
f 
168 266 15 -0.5 re
f 
183 266 15 -0.5 re
f 
198 266 15 -0.5 re
f 
213 266 15 -0.5 re
f 
228 266 15 -0.5 re
f 
243 266 15 -0.5 re
f 
258 266 15 -0.5 re
f 
273 266 15 -0.5 re
f 
288 266 15 -0.5 re
f 
303 266 15 -0.5 re
f 
318 266 15 -0.5 re
f 
333 266 15 -0.5 re
f 
348 266 15 -0.5 re
f 
363 266 15 -0.5 re
f 
378 266 15 -0.5 re
f 
393 266 15 -0.5 re
f 
408 266 15 -0.5 re
f 
423 266 15 -0.5 re
f 
438 266 15 -0.5 re
f 
453 266 15 -0.5 re
f 
468 266 15 -0.5 re
f 
483 266 15 -0.5 re
f 
498 266 15 -0.5 re
f 
513 266 21 -0.5 re
f 
BT
10 0 0 10 88 235 Tm
[(The)-312.1 (program)-312.2 (consists)-313.2 (of)-312 (four)-313.1 (separate)-312.2 (parts:)-313.1 (input,)-3400.1 (To)-544 (improve)-545.2 (the)-545 (layout)-544.1 (and)-545.1 (distinguish)-545.2 (between)]TJ
-1 -1.2 TD
[(output,)-820.2 (initialization)-820.3 (and)-820.1 (integration.)-820.3 (The)-821.1 (basic)-2400.1 (code)-280.1 (and)-281.1 (text,)-281.1 (we)-281 (have)-281.1 (adopted)-281.2 (upper)-281.1 (case)-281.1 (characters)]TJ
T*
[(routines)-277.2 (are:)]TJ
/N7 1 Tf
5.276 0 TD
[(ST)-55 (ART)]TJ
/N6 1 Tf
2.889 0 TD
(,)Tj
/N7 1 Tf
0.528 0 TD
[(INPU)-37.1 (T)]TJ
/N6 1 Tf
2.926 0 TD
(,)Tj
/N7 1 Tf
0.527 0 TD
0.019 Tc
[(DA)19 (T)-36 (A)]TJ
/N6 1 Tf
2.574 0 TD
0 Tc
(,)Tj
/N7 1 Tf
0.528 0 TD
[(SC)-55 (ALE)]TJ
/N6 1 Tf
3.278 0 TD
[(\()-37 (input)-37.1 (\);)-2400 (for)-578 (the)-578 (former.)-579.2 (At)-578 (the)-579 (`microscopic')-578.3 (level,)-579.1 (blank)]TJ
/N7 1 Tf
-18.526 -1.2 TD
(ENERGY)Tj
/N6 1 Tf
3.778 0 TD
(,)Tj
/N7 1 Tf
1.193 0 TD
(CORE)Tj
/N6 1 Tf
2.611 0 TD
(,)Tj
/N7 1 Tf
1.194 0 TD
[(OU)-37 (TPU)-37.1 (T)]TJ
/N6 1 Tf
4.907 0 TD
[(\()37 (output)-37.1 (\);)]TJ
/N7 1 Tf
4.444 0 TD
(NBLIST)Tj
/N6 1 Tf
3.223 0 TD
[(,)-2400 (spaces)-318.1 (are)-319 (used)-318.1 (to)-319 (improve)-319.2 (readability)-318.2 (of)-319 (the)-319 (Fortran)]TJ
/N7 1 Tf
-21.35 -1.2 TD
[(F)-18 (POLY)]TJ
/N6 1 Tf
3.13 0 TD
(1,)Tj
/N7 1 Tf
1.654 0 TD
[(F)-19 (POLY)]TJ
/N6 1 Tf
3.13 0 TD
(2,)Tj
/N7 1 Tf
1.655 0 TD
(STEPS)Tj
/N6 1 Tf
3.682 0 TD
[(\()-37 (initialization)36.7 (\);)-905 (and)-2400.1 (statements,)-497.3 (where)-497.1 (blocks)-497.1 (of)-497 (code)-497.1 (inside)]TJ
/N7 1 Tf
28.368 0 TD
(DO)Tj
/N6 1 Tf
1.481 0 TD
(-loops)Tj
/N7 1 Tf
-43.1 -1.2 TD
(INTGRT)Tj
/N6 1 Tf
3.445 0 TD
(,)Tj
/N7 1 Tf
0.581 0 TD
(NBINT)Tj
/N6 1 Tf
2.834 0 TD
(,)Tj
/N7 1 Tf
0.581 0 TD
(REGINT)Tj
/N6 1 Tf
3.5 0 TD
(,)Tj
/N7 1 Tf
0.581 0 TD
(STEPI)Tj
/N6 1 Tf
2.942 0 TD
[(\()-37 (integration)36.8 (\).)-332 (The)-2400.1 (and)-385.1 (logical)]TJ
/N7 1 Tf
14.472 0 TD
(IF)Tj
/N6 1 Tf
1.036 0 TD
[('s)-385 (are)-385 (indented.)]TJ
-29.972 -1.2 TD
[(main)-327.1 (calling)-328.1 (sequence)-328.2 (\()]TJ
/N7 1 Tf
9.666 0 TD
[(ST)-55 (ART)]TJ
/N6 1 Tf
2.889 0 TD
(,)Tj
/N7 1 Tf
0.578 0 TD
[(OU)-37 (TPU)-37.1 (T)]TJ
/N6 1 Tf
3.963 0 TD
(,)Tj
/N7 1 Tf
0.577 0 TD
(INTGRT)Tj
/N6 1 Tf
3.594 0 TD
(\))Tj
-21.267 -1.2 TD
[(originates)-382.2 (in)-383 (routine)]TJ
/N7 1 Tf
8.703 0 TD
[(M)-56 (AIN)]TJ
/N6 1 Tf
2.5 0 TD
[(,)-382 (whereas)-383.2 (routine)]TJ
/N7 1 Tf
7.507 0 TD
[(ST)-56 (ART)]TJ
/N6 1 Tf
10 0 2.68 10 318 151 Tm
(3.2.)Tj
/N7 1 Tf
10 0 0 10 338.55 151 Tm
[(COMMON)-385.2 (variables)]TJ
/N6 1 Tf
-26.055 -1.2 TD
[(acts)-359.1 (as)-360 (driver)-360.1 (for)-360 (both)-360.1 (input)-360.1 (and)-360.1 (polynomial)-360.3 (initiali-)]TJ
T*
[(zation)-418.1 (and)-418.1 (routine)]TJ
/N7 1 Tf
7.975 0 TD
(INTGRT)Tj
/N6 1 Tf
3.9 0 TD
[(controls)-418.2 (the)-419 (subsequent)-3400.3 (In)-572 (principle,)-572.2 (the)-572.1 (program)-572.2 (can)-572.1 (be)-572 (used)-572.1 (for)-573 (any)]TJ
-11.875 -1.2 TD
[(program)-385.2 (\257ow.)-18199.1 (particle)-327.2 (number,)-328.2 (subject)-327.2 (to)-328 (available)-327.2 (computer)-328.2 (mem-)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 6 6
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(282)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
10 0 0 10 78 679 Tm
[(ory)-379.1 (and)-380.1 (CPU)-380.1 (time.)-380.1 (The)-380.1 (size)-379.1 (of)-380 (all)-380 (particle)-380.2 (arrays)-380.1 (is)-2400 (The)-326.1 (integration)-326.2 (parameters)]TJ
/N7 1 Tf
35.254 0 TD
[(ET)-55 (AI)]TJ
/N10 1 Tf
2.259 0 TD
(5)Tj
/N6 1 Tf
0.888 0 TD
[(0.03)-327.1 (and)]TJ
/N7 1 Tf
3.847 0 TD
[(ET)-55 (AR)]TJ
/N10 1 Tf
2.519 0 TD
(5)Tj
/N6 1 Tf
-44.767 -1.2 TD
[(controlled)-540.2 (by)-540 (the)-541 (parameter)]TJ
/N7 1 Tf
12.436 0 TD
[(NM)-56 (AX)]TJ
/N6 1 Tf
2.778 0 TD
[(,)-540 (together)-541.2 (with)-2400.1 (0.06)-341.1 (usually)-341.1 (give)-341.1 (reasonable)-341.2 (results,)-341.2 (although)-341.2 (slight-)]TJ
/N7 1 Tf
-15.214 -1.2 TD
[(LM)-55 (AX)]TJ
/N6 1 Tf
3.111 0 TD
[(which)-407.1 (is)-407 (used)-408.1 (for)-407 (the)-408 (neighbour)-407.2 (lists.)-408.1 (These)-2400.1 (ly)-383 (smaller)-383.2 (values)-383.1 (are)-383 (preferable.)-383.2 (Further)-384.2 (discussions)]TJ
-3.111 -1.2 TD
[(parameters)-364.2 (must)-364.1 (be)-364 (speci\256ed)-364.2 (in)-364 (the)-364 (auxiliary)-365.2 (header)-2400.1 (of)-353 (time-step)-353.2 (criteria)-354.1 (and)-353.1 (accuracy)-353.2 (in)-354 (the)-353.1 (AC)-354 (method)]TJ
T*
(\256le)Tj
/N32 1 Tf
1.646 0 TD
(params.h)Tj
/N6 1 Tf
5.168 0 TD
[(at)-368 (compile)-369.2 (time)-368.1 (since)-368.1 (most)-369.1 (routines)-2400.2 (have)-340.1 (been)-340.1 (given)-340.1 (elsewhere)-340.2 (\()-37 (M)0.1 (akino,)-340.2 (1991a;)-340.2 (Makino)]TJ
-6.814 -1.2 TD
[(communicate)-781.3 (via)-782 (the)-781 (global)]TJ
/N7 1 Tf
13.458 0 TD
(COMMON)Tj
/N6 1 Tf
5.281 0 TD
[(blocks,)-2400.2 (and)-355.1 (Aarseth,)-356.2 (1992)-37.1 (\).)-355 (The)-356.1 (optimum)-355.2 (size)-356.1 (of)-355 (the)-356 (neigh-)]TJ
-18.739 -1.2 TD
[(rather)-531.1 (than)-531.1 (by)-532 (general-purpose)-531.4 (arguments.)-531.3 (All)-532.1 (the)-2400 (bour)-859.1 (sphere)-860.1 (depends)-860.2 (on)-859 (the)-860 (problem;)-860.2 (usually)]TJ
6.5 0 0 6 400.03 600 Tm
0.1664 Tc
(1/2)Tj
/N7 1 Tf
10 0 0 10 78 595 Tm
0 Tc
(COMMON)Tj
/N6 1 Tf
4.947 0 TD
[(variables)-467.2 (are)-467 (de\256ned)-467.1 (in)-466 (a)-467 (TEX)-467.1 (\256le)-467.1 (for)]TJ
/N7 1 Tf
19.053 0 TD
[(NNBM)-55.1 (AX)]TJ
/N11 1 Tf
4.259 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
(10)Tj
/N10 1 Tf
1.167 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(N)Tj
/N6 1 Tf
2.242 0 TD
[(is)-381 (suf\256cient)-381.2 (for)-381 (small)]TJ
/N7 1 Tf
9.246 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
[(.)-381 (For)]TJ
6.5 0 0 6 129.36 588 Tm
(1)Tj
10 0 0 10 78 583 Tm
[(convenience.)-18752.3 (larger)]TJ
/N7 1 Tf
26.71 0 TD
(N)Tj
/N6 1 Tf
1.046 0 TD
(\()Tj
/N10 1 Tf
0.536 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
[(1000)-37.1 (\),)-379 (Makino)-378.2 (and)-379.1 (Hut)-378.1 (\()-37 (1988)-37.1 (\))-379 (suggest)]TJ
6.5 0 0 6 394.1 575.75 Tm
0.1664 Tc
(3/4)Tj
10 0 0 10 88 571 Tm
0 Tc
[(The)-325.1 (global)-326.1 (labelled)]TJ
/N7 1 Tf
8.198 0 TD
(COMMON)Tj
/N6 1 Tf
4.826 0 TD
[(blocks)-326.1 (\()-37 (header)-326.1 (\256le)]TJ
/N7 1 Tf
9.976 -0.025 TD
[(NNBM)-55.1 (AX)]TJ
/N11 1 Tf
4.259 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(N)Tj
/N6 1 Tf
0.779 0 TD
[(/)-111 (8)-37 (\))-1102 (.)-292 (However,)-292.2 (see)-292 (Spurzem)-293.2 (\()-37 (1999)-37.1 (\))]TJ
/N32 1 Tf
-30.333 -1.175 TD
(common2.h)Tj
/N6 1 Tf
5.363 0 TD
[(\))-512 (are)-513 (organized)-513.2 (in)-512 (four)-513.1 (separate)-513.2 (parts)]TJ
18.637 -0.025 TD
[(for)-385.1 (a)-385 (different)-385.2 (point)-385.1 (of)-385 (view.)]TJ
-24 -1.175 TD
(denoted)Tj
/N7 1 Tf
5.511 0 TD
(NBODY)Tj
/N6 1 Tf
3.278 0 TD
(,)Tj
/N7 1 Tf
0.545 0 TD
[(N)-55 (AMES)]TJ
/N6 1 Tf
3.277 0 TD
(,)Tj
/N7 1 Tf
0.545 0 TD
[(COU)-37.1 (NTS)]TJ
/N6 1 Tf
3.871 0 TD
(,)Tj
/N7 1 Tf
0.546 0 TD
-0.056 Tc
[(PA)-56 (R)-112 (A)-56 (M)-55.9 (S)]TJ
/N6 1 Tf
3.777 0 TD
0 Tc
(,)Tj
3.65 -0.025 TD
[(An)-403 (estimate)-404.2 (of)-403 (the)-404 (initial)-403.1 (neighbour)-404.2 (radius)-403.1 (\()]TJ
/N7 1 Tf
18.563 0 TD
(RS)Tj
/N6 1 Tf
1.167 0 TD
0.037 Tc
(0\))Tj
-44.73 -1.175 TD
0 Tc
[(which)-518.1 (contain)-519.1 (all)-519 (the)-518 (essential)-519.2 (variables.)-519.2 (This)-519.1 (en-)]TJ
24 -0.025 TD
[(for)-532.1 (routine)]TJ
/N7 1 Tf
5.064 0 TD
(NBLIST)Tj
/N6 1 Tf
3.793 0 TD
[(should)-533.1 (be)-533 (consistent)-533.2 (with)-533.1 (the)]TJ
-32.857 -1.175 TD
[(ables)-283.1 (a)-284 (calculation)-284.2 (to)-284 (be)-283 (halted)-284.1 (temporarily)-284.3 (by)-284 (saving)]TJ
24 -0.025 TD
[(scaled)-559.1 (density)-559.2 (distribution.)-559.3 (For)-559.1 (homogeneous)-559.3 (sys-)]TJ
6.5 0 0 6 441.34 515.75 Tm
0.1672 Tc
(1/3)Tj
10 0 0 10 78 511 Tm
0 Tc
(the)Tj
/N7 1 Tf
1.599 0 TD
(COMMON)Tj
/N6 1 Tf
4.877 0 TD
[(blocks)-378.1 (on)-377 (disc)-378.1 (or)-377 (tape,)-378.1 (whereupon)-378.2 (a)]TJ
17.524 -0.025 TD
[(tems)-364.1 (\()-37 (1)0 (2)-37 (\))-364 (gives)]TJ
/N7 1 Tf
6.832 0 TD
(R)Tj
/N10 1 Tf
1.122 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
0.037 Tc
(\(2)Tj
/N7 1 Tf
0.87 0 TD
0 Tc
(n)Tj
/N6 1 Tf
1.047 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(N)Tj
/N6 1 Tf
0.76 0 TD
(\))Tj
/N7 1 Tf
1.619 0 TD
(R)Tj
/N6 1 Tf
1.023 0 TD
[(,)-364 (where)]TJ
/N7 1 Tf
3.421 0 TD
(n)Tj
/N6 1 Tf
1.3 0 TD
[(is)-365 (the)]TJ
/N7 1 Tf
6.5 0 0 6 392.75 508.25 Tm
(s)Tj
/N6 1 Tf
4.4677 0 TD
(1)Tj
/N7 1 Tf
5.9462 0 TD
(h)Tj
/N6 1 Tf
6.7046 0 TD
(1)Tj
10 0 0 10 78 499 Tm
[(restart)-594.1 (can)-594.1 (be)-595 (made)-594.1 (directly)-595.2 (from)-594.1 (the)-595 (high-order)]TJ
24 -0.025 TD
[(desired)-332.1 (membership)-332.3 (\()37 (say)]TJ
/N7 1 Tf
10.457 0 TD
[(NNBM)-55.1 (AX)]TJ
/N6 1 Tf
4.166 0 TD
[(/)-111 (2)-37 (\).)-332 (If)-333 (necessary,)]TJ
-38.623 -1.175 TD
(scheme.)Tj
24 -0.025 TD
[(the)-450.1 (neighbour)-451.2 (sphere)-450.1 (is)-451 (doubled)-450.2 (or)-451 (reduced)-450.2 (by)-451 (the)]TJ
-23 -1.175 TD
[(The)-547.1 (convention)-548.2 (of)-548 (up)-548 (to)-547 (six)-548 (characters)-548.2 (for)-548 (the)]TJ
23 -0.025 TD
[(volume)-649.2 (factor)-649.1 (until)-650.1 (the)-649 (membership)-650.3 (falls)-649.1 (in)-650 (the)]TJ
-24 -1.175 TD
[(names)-558.1 (of)-559 (routines)-558.2 (or)-559 (variables)-558.2 (has)-559.1 (been)-559.1 (adopted,)]TJ
24 -0.025 TD
[(acceptable)-385.2 (range)-385.1 ([1,)]TJ
/N7 1 Tf
8.679 0 TD
[(NNBM)-55.1 (AX)]TJ
/N6 1 Tf
4.111 0 TD
(].)Tj
-36.79 -1.175 TD
[(using)-317.1 (mnemonic)-318.2 (de\256nitions.)-318.3 (Standard)-317.2 (Fortran)-318.1 (77)-318 (has)]TJ
25 -0.025 TD
[(Another)-758.2 (set)-758.1 (of)-758 (parameters)-758.2 (specify)-758.1 (the)-758 (initial)]TJ
-25 -1.175 TD
[(been)-738.1 (adhered)-739.2 (to)-739 (as)-739 (far)-738 (as)-739 (possible.)-739.2 (The)-739.1 (main)]TJ
24 -0.025 TD
[(conditions.)-448.3 (The)-448.1 (main)-448.1 (decision-making)-448.4 (is)-448 (controlled)]TJ
-24 -1.175 TD
[(exceptions)-385.2 (are:)]TJ
24 -0.025 TD
[(by)-762 (time)-762.1 (intervals)-762.2 (\()]TJ
/N7 1 Tf
8.804 0 TD
[(DELT)-56.1 (AT)]TJ
/N6 1 Tf
3.668 0 TD
(,)Tj
/N7 1 Tf
1.012 0 TD
(TCRIT)Tj
/N6 1 Tf
2.871 0 TD
[(\))-762 (and)-763.1 (error)]TJ
-16.355 -1.2 TD
[(checking)-333.2 (\()]TJ
/N7 1 Tf
4.313 0 TD
(QE)Tj
/N6 1 Tf
1.426 0 TD
[(\))-334 (for)-333 (conservative)-334.3 (systems.)-334.2 (Among)-334.1 (the)]TJ
/N9 1 Tf
-29.449 -1.175 TD
(\267)Tj
/N6 1 Tf
0.96 0 TD
(The)Tj
/N7 1 Tf
1.971 0 TD
[(INCLU)-37.1 (DE)]TJ
/N6 1 Tf
4.769 0 TD
[(statement)-417.2 (is)-416 (used)-417.1 (for)]TJ
/N7 1 Tf
9.166 0 TD
(COMMON)Tj
/N6 1 Tf
6.844 -0.025 TD
[(optional)-336.2 (features)-337.2 (are)-337 (rotation,)-337.2 (external)-337.2 (potentials)-337.2 (and)]TJ
-22.75 -1.175 TD
(blocks.)Tj
22.75 -0.025 TD
[(the)-613 (creation)-614.2 (of)-614 (two)-613.1 (initial)-614.1 (subsystems.)-614.3 (To)-614 (guard)]TJ
/N9 1 Tf
-23.71 -1.175 TD
(\267)Tj
/N6 1 Tf
0.96 0 TD
[(Input)-419.1 (data)-419.1 (are)-419 (read)-419.1 (in)-419 (free)-419.1 (format,)-419.2 (which)-419.1 (is)-420 (less)]TJ
22.75 -0.025 TD
[(against)-441.2 (typing)-442.1 (errors,)-441.1 (routine)]TJ
/N7 1 Tf
12.496 0 TD
[(VERIF)-18.1 (Y)]TJ
/N6 1 Tf
3.83 0 TD
[(checks)-442.1 (some)]TJ
-39.076 -1.175 TD
[(prone)-385.1 (to)-385 (typing)-385.1 (errors.)]TJ
22.75 -0.025 TD
[(input)-385.1 (parameters.)]TJ
/N9 1 Tf
-23.71 -1.175 TD
(\267)Tj
/N6 1 Tf
0.96 0 TD
[(Neighbour)-518.2 (lists)-519.1 (are)-519 (declared)-519.2 (as)]TJ
/N7 1 Tf
13.923 0 TD
(INTEGER)Tj
/N6 1 Tf
4.13 0 TD
[(*2)-519 (to)]TJ
-18.053 -1.2 TD
[(save)-385.1 (memory.)]TJ
/N9 1 Tf
-0.96 -1.2 TD
(\267)Tj
/N6 1 Tf
0.96 0 TD
[(Continuation)-478.3 (lines)-479.1 (have)-479.1 (`)]TJ
10 0 2.68 10 198.19 331 Tm
(&)Tj
10 0 0 10 207.45 331 Tm
[(')-478 (i)0 (n)-479 (column)-479.2 (6)-479 (\()37 (non-)]TJ
/N8 1 Tf
11.055 -0.625 TD
[(4.)-500 (NBODY2)-385.2 (algorithms)]TJ
/N6 1 Tf
-22.75 -0.575 TD
[(standard)-385.2 (character)36.8 (\).)]TJ
23.75 -1.825 TD
[(In)-399 (the)-399 (following)-400.2 (subsections,)-399.3 (we)-400 (discuss)-399.2 (some)-400.1 (of)]TJ
10 0 2.68 10 78 295 Tm
(3.3.)Tj
/N7 1 Tf
10 0 0 10 98.55 295 Tm
[(Input)-385.1 (parameters)]TJ
/N6 1 Tf
21.945 -0.625 TD
[(the)-290 (main)-291.1 (procedures)-291.2 (and)-291.1 (algorithms)-290.2 (used)-291.1 (by)-291 (the)-291.1 (code)]TJ
/N7 1 Tf
0 -1.2 TD
(NBODY)Tj
/N6 1 Tf
3.333 0 TD
[(2,)-385 (including)-385.2 (several)-385.2 (optional)-385.2 (features.)]TJ
-26.333 -0.575 TD
[(To)-753 (be)-754 (\257exible)-753.2 (and)-754.1 (useful,)-753.1 (a)-754 (general-purpose)]TJ
-1 -1.2 TD
[(program)-405.2 (should)-405.1 (allow)-405.1 (a)-406 (choice)-405.1 (of)-405 (input)-405.1 (data.)-406.1 (Since)]TJ
T*
[(parameter)-735.2 (space)-735.1 (is)-735 (large,)-735.1 (the)-735 (permissible)-736.3 (range)]TJ
10 0 2.68 10 318 247 Tm
(4.1.)Tj
/N7 1 Tf
10 0 0 10 338.55 247 Tm
[(Initial)-385.1 (conditions)]TJ
/N6 1 Tf
-26.055 -1.2 TD
[(cannot)-459.1 (be)-459 (speci\256ed)-460.2 (uniquely)-459.2 (in)-460 (advance)-459.2 (and)-460.1 (every)]TJ
T*
[(new)-455.1 (simulation)-455.2 (becomes)-455.2 (a)-456 (test)-455.1 (case.)-455.1 (The)-456.1 (complete)]TJ
/N7 1 Tf
25 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-401.1 (simulations)-401.3 (usually)-402.1 (employ)-401.1 (quite)-402.1 (speci\256c)]TJ
-25.704 -1.2 TD
[(list)-360.1 (of)-360 (input)-360.1 (parameters)-361.2 (is)-360 (de\256ned)-360.1 (in)-360 (Table)-360.1 (2,)-361 (where)-2400.1 (initial)-387.1 (conditions.)-387.3 (However,)-387.2 (for)-387.1 (illustrative)-387.2 (purposes)]TJ
T*
[(each)-655.1 (input)-656.1 (record)-655.1 (is)-656 (separated)-656.2 (by)-655 (a)-656 (space.)-656.1 (The)-2400.1 (we)-385 (include)-385.1 (a)-385 (brief)-385.1 (discussion)-385.2 (of)-385 (routine)]TJ
/N7 1 Tf
40.97 0 TD
0.018 Tc
[(DA)18 (T)-38 (A)]TJ
/N6 1 Tf
2.574 0 TD
0 Tc
(.)Tj
-43.544 -1.2 TD
[(corresponding)-332.3 (list)-332.1 (of)-332 (options)-332.2 (\()18 (denoted)]TJ
/N7 1 Tf
15.863 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
(\()Tj
/N7 1 Tf
0.352 0 TD
(J)Tj
/N6 1 Tf
0.536 0 TD
[(\))37 (\))-332 (can)-333.1 (be)-3400 (The)-427.1 (present)-428.2 (version)-427.2 (provides)-428.2 (a)-427 (choice)-428.1 (\()37 (option)-428.1 (5)-37 (\))]TJ
-17.974 -1.2 TD
[(found)-385.1 (in)-385 (routine)]TJ
/N7 1 Tf
7.099 0 TD
[(DEF)-18.1 (INE)]TJ
/N6 1 Tf
3.573 0 TD
[(.)-13078 (between)-283.2 (an)-284 (arti\256cial)-284.2 (system)-284.1 (of)-283 (constant)-284.2 (density)-284.1 (and)-284.1 (a)]TJ
-9.672 -1.2 TD
[(Four)-494.1 (main)-494.1 (types)-495.1 (of)-494 (input)-495.1 (may)-494.1 (be)-495 (distinguished.)-2400.3 (centrally)-448.2 (concentrated)-448.3 (Plummer)-449.2 (model.)-448.2 (Local)-449.1 (input)]TJ
23 -1.2 TD
[(parameters)-301.2 (are)-301 (\256rst)-301.1 (read)-301.1 (\()37 (exponent)]TJ
/N10 1 Tf
10 0 2.68 10 461.52 151 Tm
(a)Tj
/N6 1 Tf
10 0 0 10 470.47 151 Tm
[(,)-301 (maximum)-302.2 (and)]TJ
/N7 1 Tf
6.5 0 0 6 467.39 148.5 Tm
(s)Tj
/N6 1 Tf
10 0 0 10 318 139 Tm
[(minimum)-418.2 (mass)]TJ
/N7 1 Tf
6.726 0 TD
(m)Tj
/N6 1 Tf
1.577 0 TD
(and)Tj
/N7 1 Tf
1.862 0 TD
(m)Tj
/N6 1 Tf
1.296 0 TD
[(\).)-418 (If)]TJ
/N10 1 Tf
10 0 2.68 10 453.47 139 Tm
(a)Tj
10 0 0 10 464.13 139 Tm
(5)Tj
/N6 1 Tf
1 0 TD
0.418 Tc
[(1o)418 (r)]TJ
/N7 1 Tf
2.17 0 TD
0 Tc
(m)Tj
/N10 1 Tf
1.324 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(m)Tj
/N6 1 Tf
1.243 0 TD
(,)Tj
ET
1 i
78 137 15 -0.5 re
f 
93 137 21 -0.5 re
f 
BT
6.5 0 0 6 393.04 136.5 Tm
(1)Tj
/N7 1 Tf
5.2523 0 TD
4.2807 Tc
(Ns)Tj
/N6 1 Tf
11.7569 0 TD
0 Tc
(1)Tj
/N7 1 Tf
3.5385 0 TD
(N)Tj
/N6 1 Tf
5 0 0 4.5 78 129 Tm
(1)Tj
10 0 0 10 318 127 Tm
[(all)-634 (the)-634 (individual)-634.2 (masses)-635.2 (are)-634 (taken)-634.1 (to)-634 (be)-635 (unity,)]TJ
8 0 0 8 80.77 125 Tm
[(The)-368.8 (code)-369.5 (can)-369.5 (be)-368.5 (downloaded)-369.6 (from)-368.5 (http:)-111 (/)-110.7 (/)-110.8 (www.ast.cam.ac.uk)-111.6 (/)]TJ
/N12 1 Tf
26.0425 0 TD
(|)Tj
/N6 1 Tf
-26.0212 -1.25 TD
(sverre.)Tj
10 0 0 10 318 115 Tm
[(otherwise)-277.2 (they)-277.1 (are)-277 (selected)-277.2 (from)-277.1 (a)-277 (smooth)-277.2 (power-law)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 7 7
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(283)Tj
-55.5 -3 TD
[(Table)-384.3 (2)]TJ
0 -1.25 TD
[(Input)-384 (parameters)]TJ
ET
1 i
78 666 15 -0.5 re
f 
93 666 15 -0.5 re
f 
108 666 15 -0.5 re
f 
123 666 15 -0.5 re
f 
138 666 15 -0.5 re
f 
153 666 15 -0.5 re
f 
168 666 15 -0.5 re
f 
183 666 15 -0.5 re
f 
198 666 15 -0.5 re
f 
213 666 15 -0.5 re
f 
228 666 15 -0.5 re
f 
243 666 15 -0.5 re
f 
258 666 15 -0.5 re
f 
273 666 15 -0.5 re
f 
288 666 15 -0.5 re
f 
303 666 15 -0.5 re
f 
318 666 15 -0.5 re
f 
333 666 15 -0.5 re
f 
348 666 15 -0.5 re
f 
363 666 15 -0.5 re
f 
378 666 15 -0.5 re
f 
393 666 15 -0.5 re
f 
408 666 15 -0.5 re
f 
423 666 15 -0.5 re
f 
438 666 15 -0.5 re
f 
453 666 15 -0.5 re
f 
468 666 15 -0.5 re
f 
483 666 15 -0.5 re
f 
498 666 15 -0.5 re
f 
513 666 21 -0.5 re
f 
BT
8 0 0 8 78 656 Tm
[(V)112 (ariable)-28476.5 (De\256nition)]TJ
ET
78 651 15 -0.5 re
f 
93 651 15 -0.5 re
f 
108 651 15 -0.5 re
f 
123 651 15 -0.5 re
f 
138 651 15 -0.5 re
f 
153 651 15 -0.5 re
f 
168 651 15 -0.5 re
f 
183 651 15 -0.5 re
f 
198 651 15 -0.5 re
f 
213 651 15 -0.5 re
f 
228 651 15 -0.5 re
f 
243 651 15 -0.5 re
f 
258 651 15 -0.5 re
f 
273 651 15 -0.5 re
f 
288 651 15 -0.5 re
f 
303 651 15 -0.5 re
f 
318 651 15 -0.5 re
f 
333 651 15 -0.5 re
f 
348 651 15 -0.5 re
f 
363 651 15 -0.5 re
f 
378 651 15 -0.5 re
f 
393 651 15 -0.5 re
f 
408 651 15 -0.5 re
f 
423 651 15 -0.5 re
f 
438 651 15 -0.5 re
f 
453 651 15 -0.5 re
f 
468 651 15 -0.5 re
f 
483 651 15 -0.5 re
f 
498 651 15 -0.5 re
f 
513 651 21 -0.5 re
f 
BT
/N7 1 Tf
8 0 0 8 78 641 Tm
[(KST)-54.5 (ART)]TJ
/N6 1 Tf
31.8075 0 TD
[(Control)-274 (index)-275.5 (\()-37 (1)0 (:)-274.5 (new)-275.3 (run;)]TJ
/N10 1 Tf
11.2438 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
[(1:)-274.5 (restart;)]TJ
/N10 1 Tf
4.2712 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
[(2:)-274.5 (new)-275.3 (parameters)36.9 (\))]TJ
/N7 1 Tf
-49.3225 -1.25 TD
(TCOMP)Tj
/N6 1 Tf
31.8075 0 TD
[(Maximum)-384.3 (computing)-385.8 (time)-384.5 (in)-384.5 (minutes)-385.5 (\()36.7 (saved)-384.3 (in)]TJ
/N7 1 Tf
20.2138 0 TD
(CPU)Tj
/N6 1 Tf
2.1662 0 TD
(\))Tj
/N7 1 Tf
-54.1875 -1.875 TD
(N)Tj
/N6 1 Tf
31.8075 0 TD
[(Total)-384 (particle)-386 (number)-385 (\()]TJ
/N10 1 Tf
9.8563 0 TD
(#)Tj
/N7 1 Tf
1 0 TD
[(NM)-55 (AX)]TJ
/N6 1 Tf
2.87 0 TD
(\))Tj
/N7 1 Tf
-45.5337 -1.25 TD
[(NF)-18.3 (IX)]TJ
/N6 1 Tf
31.8075 0 TD
[(Output)-384.5 (frequency)-384.6 (of)-385.8 (data)-385.3 (save)-384.3 (or)-385.8 (binaries)-384 (\()]TJ
/N11 1 Tf
18.0413 0 TD
([)Tj
/N6 1 Tf
1.2188 0 TD
0.3848 Tc
[(3&6)347.3 (\))]TJ
/N7 1 Tf
-51.0675 -1.25 TD
0 Tc
[(NR)-54.5 (AND)]TJ
/N6 1 Tf
31.8075 0 TD
[(Random)-384.8 (number)-385 (sequence)-385 (skip)]TJ
/N7 1 Tf
-31.8075 -1.25 TD
[(NNBM)-54.5 (AX)]TJ
/N6 1 Tf
31.8075 0 TD
[(Maximum)-384.3 (number)-385 (of)-385.8 (neighbours)-384.8 (\()]TJ
/N10 1 Tf
14.575 0 TD
(,)Tj
/N7 1 Tf
1 0 TD
[(LM)-54.8 (AX)]TJ
/N6 1 Tf
2.7588 0 TD
(\))Tj
/N7 1 Tf
-50.1413 -1.25 TD
[(NR)19.2 (U)-36.7 (N)]TJ
/N6 1 Tf
31.8075 0 TD
[(Run)-384.3 (identi\256cation)-385.8 (index)]TJ
/N7 1 Tf
-31.8075 -1.875 TD
[(ET)-55.5 (AI)]TJ
/N6 1 Tf
31.8075 0 TD
[(Time-step)-385.1 (parameter)-384.6 (for)-385.3 (irregular)-384.6 (force)-384.8 (polynomial)]TJ
/N7 1 Tf
-31.8075 -1.25 TD
[(ET)-55.5 (AR)]TJ
/N6 1 Tf
31.8075 0 TD
[(Time-step)-385.1 (parameter)-384.6 (for)-385.3 (regular)-384.3 (force)-386 (polynomial)]TJ
/N7 1 Tf
-31.8075 -1.25 TD
(RS)Tj
/N6 1 Tf
1.1663 0 TD
[(0)-30141.2 (Initial)-384.8 (neighbour)-385.1 (sphere)-385 (radius)]TJ
/N7 1 Tf
-1.1663 -1.25 TD
[(DELT)-55 (AT)]TJ
/N6 1 Tf
31.8075 0 TD
[(Output)-384.5 (time)-384.5 (interval)-385 (in)-385.8 (units)-385 (of)-384.5 (the)-385.5 (crossing)-384.5 (time)]TJ
/N7 1 Tf
-31.8075 -1.25 TD
(TCRIT)Tj
/N6 1 Tf
31.8075 0 TD
[(Termination)-384.8 (time)-384.5 (in)-385.8 (units)-385 (of)-384.5 (the)-385.5 (crossing)-384.5 (time)]TJ
/N7 1 Tf
-31.8075 -1.25 TD
(QE)Tj
/N6 1 Tf
31.8075 0 TD
[(Energy)-384.5 (tolerance)-385 (\()36.8 (restart)-384.8 (if)]TJ
/N7 1 Tf
11.4988 0 TD
(DE)Tj
/N6 1 Tf
1.4438 0 TD
(/)Tj
/N7 1 Tf
0.3525 0 TD
(E)Tj
/N10 1 Tf
0.8325 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
(5*)Tj
/N7 1 Tf
1 0 TD
(QE)Tj
/N6 1 Tf
1.755 0 TD
(and)Tj
/N11 1 Tf
1.8288 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
(2)Tj
/N10 1 Tf
0.6675 0 TD
(.)Tj
/N6 1 Tf
0.9987 0 TD
0.0375 Tc
(1\))Tj
/N7 1 Tf
-54.4025 -1.25 TD
0 Tc
(EPS)Tj
/N6 1 Tf
31.8075 0 TD
[(Softening)-384.8 (parameter)-384.6 (\()36.8 (square)-385 (saved)-385.5 (in)]TJ
/N7 1 Tf
15.7725 0 TD
(EPS)Tj
/N6 1 Tf
1.7775 0 TD
0.0375 Tc
(2\))Tj
/N7 1 Tf
-49.3575 -1.875 TD
0 Tc
(KZ)Tj
/N6 1 Tf
1.2225 0 TD
(\()Tj
/N7 1 Tf
0.3512 0 TD
(J)Tj
/N6 1 Tf
0.5363 0 TD
[(\))-29364.5 (Non-zero)-384.1 (options)-385 (for)-385.3 (alternative)-385.3 (paths)]TJ
/N7 1 Tf
-2.11 -1.875 TD
[(XTP)55.5 (AR)]TJ
/N6 1 Tf
2.9625 0 TD
[(1)-28345 (Mass)-384 (of)-385.8 (external)-385.3 (Plummer)-384.3 (model)-385 (\()]TJ
/N11 1 Tf
43.3975 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
(15)Tj
/N10 1 Tf
1.0563 0 TD
(5)Tj
/N6 1 Tf
0.8887 0 TD
[(1;)-384.5 (scaled)-384.8 (units)36.2 (\))]TJ
/N7 1 Tf
-49.5225 -1.25 TD
[(XTP)55.5 (AR)]TJ
/N6 1 Tf
2.9625 0 TD
[(2)-28345 (Length)-384.5 (scale)-384.8 (for)-385.3 (Plummer)-385.6 (model)]TJ
/N7 1 Tf
-2.9625 -1.25 TD
[(ZMG)-55.3 (AS)]TJ
/N6 1 Tf
31.8075 0 TD
[(Mass)-384 (scale)-386 (for)-384 (external)-385.3 (logarithmic)-385.3 (potential)-385 (\()]TJ
/N11 1 Tf
19.2138 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
(15)Tj
/N10 1 Tf
1.0563 0 TD
(5)Tj
/N6 1 Tf
0.8875 0 TD
0.0375 Tc
(2\))Tj
/N7 1 Tf
-54.1825 -1.25 TD
0 Tc
[(RG)-54.5 (AS)]TJ
/N6 1 Tf
31.8075 0 TD
[(Length)-384.5 (scale)-384.8 (for)-385.3 (logarithmic)-385.3 (potential)]TJ
/N7 1 Tf
-31.8075 -1.875 TD
[(ALPH)-55 (AS)]TJ
/N6 1 Tf
31.8075 0 TD
[(Power-law)-384.3 (index)-385.5 (for)-385.3 (initial)-384.8 (mass)-385 (function)-384.5 (\()36.8 (routine)]TJ
/N7 1 Tf
21.21 0 TD
0.0192 Tc
[(DA)19.2 (T)-36.3 (A)]TJ
/N6 1 Tf
2.5375 0 TD
0 Tc
(\))Tj
/N7 1 Tf
-55.555 -1.25 TD
(BODY)Tj
/N6 1 Tf
2.6663 0 TD
[(1)-28641.2 (Maximum)-384.3 (particle)-384.8 (mass)-385 (before)-386 (scaling)]TJ
/N7 1 Tf
-2.6663 -1.25 TD
(BODYN)Tj
/N6 1 Tf
31.8075 0 TD
[(Minimum)-384 (particle)-386 (mass)-385 (before)-384.8 (scaling)]TJ
/N7 1 Tf
-31.8075 -1.875 TD
(Q)Tj
/N6 1 Tf
31.8075 0 TD
[(Virial)-384.5 (ratio)-384.5 (\()36.8 (routine)]TJ
/N7 1 Tf
8.45 0 TD
[(SC)-55.5 (ALE)]TJ
/N6 1 Tf
3.0375 0 TD
(;)Tj
/N7 1 Tf
0.6625 0 TD
(Q)Tj
/N10 1 Tf
0.815 0 TD
(5)Tj
/N6 1 Tf
0.8875 0 TD
[(0.5)-385 (for)-385.3 (equilibrium)36.9 (\))]TJ
/N7 1 Tf
-45.66 -1.25 TD
[(VXROT)-28696.5 (XY)]TJ
/N6 1 Tf
33.0112 0 TD
[(-velocity)-385 (scaling)-384.5 (factor)-385.5 (\()]TJ
/N10 1 Tf
10.4113 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
[(0)-385 (for)-385.3 (solid-body)-384.6 (rotation)37.2 (\))]TJ
/N7 1 Tf
-44.4225 -1.25 TD
[(VZROT)-28751.5 (Z)]TJ
/N6 1 Tf
32.4 0 TD
[(-velocity)-385 (scaling)-384.5 (factor)-385.5 (\()36.8 (not)-384.5 (used)-385.8 (if)]TJ
/N7 1 Tf
14.9737 0 TD
(VXROT)Tj
/N10 1 Tf
3.2038 0 TD
(5)Tj
/N6 1 Tf
0.8887 0 TD
0.0362 Tc
(0\))Tj
/N7 1 Tf
-51.4662 -1.25 TD
0 Tc
[(RB)-55.5 (AR)]TJ
/N6 1 Tf
31.8075 0 TD
[(Virial)-384.5 (radius)-384.8 (in)-385.8 (pc)-384.8 (\()-37 (for)-385.3 (scaling)-384.5 (to)-384.5 (physical)-385.8 (units)37.5 (\))]TJ
/N7 1 Tf
-31.8075 -1.25 TD
[(ZMB)-55 (AR)]TJ
/N6 1 Tf
31.8075 0 TD
[(Mean)-384.3 (mass)-385 (in)-385.8 (solar)-384.8 (units)-385 (\()-37 (for)-385.3 (scaling)-37 (\))]TJ
/N7 1 Tf
-31.8075 -1.875 TD
(XCM)Tj
/N6 1 Tf
31.8075 0 TD
[(Displacement)-384.8 (of)-384.5 (subsystem)-385.6 (\()36.8 (routine)]TJ
/N7 1 Tf
15.1675 0 TD
[(SU)-18 (BSYS)]TJ
/N6 1 Tf
3.445 0 TD
(;)Tj
/N11 1 Tf
0.6625 0 TD
([)Tj
/N6 1 Tf
1.2175 0 TD
[(17)-37.5 (\))]TJ
/N7 1 Tf
-52.3 -1.25 TD
(ECC)Tj
/N6 1 Tf
31.8075 0 TD
[(Eccentricity)-384.3 (of)-385.8 (relative)-384.8 (motion)-384.8 (for)-385.3 (subsystem)-384.3 (\()]TJ
/N7 1 Tf
19.4363 0 TD
(ECC)Tj
/N10 1 Tf
2.1675 0 TD
(#)Tj
/N6 1 Tf
1 0 TD
0.0362 Tc
(1\))Tj
ET
78 321 15 -0.5 re
f 
93 321 15 -0.5 re
f 
108 321 15 -0.5 re
f 
123 321 15 -0.5 re
f 
138 321 15 -0.5 re
f 
153 321 15 -0.5 re
f 
168 321 15 -0.5 re
f 
183 321 15 -0.5 re
f 
198 321 15 -0.5 re
f 
213 321 15 -0.5 re
f 
228 321 15 -0.5 re
f 
243 321 15 -0.5 re
f 
258 321 15 -0.5 re
f 
273 321 15 -0.5 re
f 
288 321 15 -0.5 re
f 
303 321 15 -0.5 re
f 
318 321 15 -0.5 re
f 
333 321 15 -0.5 re
f 
348 321 15 -0.5 re
f 
363 321 15 -0.5 re
f 
378 321 15 -0.5 re
f 
393 321 15 -0.5 re
f 
408 321 15 -0.5 re
f 
423 321 15 -0.5 re
f 
438 321 15 -0.5 re
f 
453 321 15 -0.5 re
f 
468 321 15 -0.5 re
f 
483 321 15 -0.5 re
f 
498 321 15 -0.5 re
f 
513 321 21 -0.5 re
f 
BT
10 0 0 10 78 283 Tm
0 Tc
[(distribution,)-518.3 (where)]TJ
/N10 1 Tf
10 0 2.68 10 161.41 283 Tm
(a)Tj
10 0 0 10 172.08 283 Tm
(5)Tj
/N6 1 Tf
1 0 TD
[(2.35)-518.1 (gives)-518.1 (a)-519 (Salpeter-type)-2400.3 (units)-362.1 (are)-363 (introduced)-362.2 (in)-363 (routine)]TJ
/N7 1 Tf
26.458 0 TD
[(SC)-56 (ALE)]TJ
/N6 1 Tf
3.038 0 TD
[(;)-362 (however,)-363.2 (all)]TJ
/N7 1 Tf
6.5 0 0 6 167.28 280.5 Tm
(s)Tj
/N6 1 Tf
10 0 0 10 78 271 Tm
[(function.)-20417.2 (scaling)-471.1 (can)-471.1 (be)-472 (bypassed)-471.2 (if)-471 (desired)-472.1 (\()37 (cf.)-471 (option)-472.1 (16)-37 (\).)]TJ
1 -1.2 TD
[(In)-317 (the)-318 (simplest)-318.2 (case)-317.1 (\()]TJ
/N7 1 Tf
8.676 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
(\(5\))Tj
/N10 1 Tf
1.296 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.888 0 TD
[(0)-37 (\))0 (,)-318 (a)-318 (uniform)-318.1 (spheri-)-2400.2 (Once)-407.1 (the)-408 (initial)-408.1 (conditions)-407.2 (have)-408.1 (been)-408.1 (generated,)-408.2 (all)]TJ
-13.083 -1.2 TD
[(cal)-297.1 (system)-297.1 (is)-298 (produced)-297.2 (by)-297 (choosing)]TJ
/N7 1 Tf
14.727 0 TD
(x)Tj
/N6 1 Tf
0.444 0 TD
(,)Tj
/N7 1 Tf
0.64 0 TD
(y)Tj
/N6 1 Tf
0.444 0 TD
(,)Tj
/N7 1 Tf
0.547 0 TD
(z)Tj
/N6 1 Tf
0.723 0 TD
[(at)-298 (random)-2400.1 (coordinates)-535.3 (and)-536.1 (velocities)-536.2 (are)-536 (\256rst)-536.1 (expressed)-536.2 (with)]TJ
-17.525 -1.2 TD
[(inside)-600.1 (a)-600 (unit)-601.1 (sphere)-600.1 (with)-600.1 (corresponding)-601.3 (isotropic)-2400.2 (respect)-385.2 (to)-385 (the)-385 (centre)-385.1 (of)-385 (mass)-385.1 (rest)-385.1 (frame.)]TJ
T*
[(velocities)-461.2 (having)-462.1 (randomized)-461.3 (magnitudes)-462.3 (in)-461 ([0,)-462.1 (1].)-3400.1 (W)56 (e)-518 (introduce)-517.2 (the)-518 (so-called)-517.2 (`standard')-518.2 (units)-518.1 (rec-)]TJ
T*
[(The)-369.1 (second)-369.1 (choice)-370.1 (\()]TJ
/N7 1 Tf
8.346 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
(\(5\))Tj
/N10 1 Tf
1.295 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.889 0 TD
[(1)-37 (\))-369 (provides)-370.2 (for)-369.1 (a)-370 (Plum-)-2400.1 (ommended)-325.2 (by)-326 (Heggie)-325.1 (and)-326.1 (Mathieu)-325.2 (\()-37 (1986)-37.1 (\),)-326 (in)-326 (which)]TJ
-11.753 -1.2 TD
[(mer)-518.1 (model)-518.1 (with)-519.1 (isotropic)-518.2 (velocity)-518.2 (distribution)-519.3 (\()37 (cf.)]TJ
/N7 1 Tf
24 0 TD
(G)Tj
/N10 1 Tf
0.925 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
(1,)Tj
/N7 1 Tf
1.227 0 TD
(M)Tj
/N10 1 Tf
1.399 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
(1,)Tj
/N7 1 Tf
1.227 0 TD
(E)Tj
/N10 1 Tf
1.177 0 TD
0.333 Tc
(52)Tj
/N6 1 Tf
2.166 0 TD
0 Tc
[(1)-111 (/)-111 (4)0 (,)-477 (where)]TJ
/N7 1 Tf
5.147 0 TD
(M)Tj
/N6 1 Tf
1.71 0 TD
[(is)-477 (the)-478 (total)]TJ
6.5 0 0 6 358.04 196.5 Tm
4.7354 Tc
[(00)-8169.2 (0)]TJ
10 0 0 10 78 187 Tm
0 Tc
[(Aarseth)-385.2 (et)-385 (al.,)-385.1 (1974)-385.1 (for)-385 (a)-385 (detailed)-385.2 (algorithm)36.8 (\).)-5040 (mass)-488.1 (and)]TJ
/N7 1 Tf
28.421 0 TD
(E)Tj
/N6 1 Tf
1.499 0 TD
[(is)-488 (the)-489 (initial)-489.1 (energy.)-488.2 (These)-489.1 (units)-489.1 (are)]TJ
6.5 0 0 6 368.5 184.5 Tm
(0)Tj
10 0 0 10 318 175 Tm
[(suitable)-677.2 (for)-677 (most)-677.1 (types)-677.1 (of)-677 (bound)-677.1 (systems.)-677.2 (This)]TJ
10 0 2.68 10 78 163 Tm
(4.2.)Tj
/N7 1 Tf
10 0 0 10 98.55 163 Tm
(Scaling)Tj
/N6 1 Tf
21.945 0 TD
[(choice)-619.1 (corresponds)-619.3 (to)-619 (a)-619 (virial)-619.1 (equilibrium)-619.2 (radius)]TJ
/N10 1 Tf
11.361 -0.6 TD
(])Tj
/N11 1 Tf
19 0 0 10 423.28 153.5 Tm
(\316)Tj
/N7 1 Tf
10 0 0 10 318 151 Tm
(R)Tj
/N10 1 Tf
1.206 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(1,)-338 (rms)-338.1 (velocity)]TJ
/N7 1 Tf
6.411 0 TD
(V)Tj
/N10 1 Tf
1.077 0 TD
(5)Tj
/N6 1 Tf
1.667 0 TD
[(2)-111 (/)-111 (2)-338 (and)-338.1 (a)-338 (mean)-338.1 (crossing)]TJ
/N36 1 Tf
6.5 0 0 6 324.42 148.5 Tm
12.5395 Tc
(vv)Tj
/N10 1 Tf
10 0 0 10 501.29 145 Tm
0 Tc
(])Tj
/N6 1 Tf
6.5 0 0 6 419 144 Tm
0.1665 Tc
[(5/2)-5087.3 (3)-1.2 (/2)]TJ
/N11 1 Tf
19 0 0 10 492.96 141.5 Tm
0 Tc
(\316)Tj
/N6 1 Tf
10 0 0 10 88 139 Tm
[(Results)-344.2 (of)]TJ
/N7 1 Tf
4.466 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-344.1 (simulations)-344.3 (are)-344 (often)-345.1 (presented)-2400.2 (time)]TJ
/N7 1 Tf
20.573 0 TD
(T)Tj
/N10 1 Tf
1.375 0 TD
(5)Tj
/N6 1 Tf
0.999 0 TD
(2)Tj
/N7 1 Tf
0.5 0 TD
(R)Tj
/N6 1 Tf
1.147 0 TD
(/)Tj
/N7 1 Tf
0.315 0 TD
(V)Tj
/N10 1 Tf
1.077 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(M)Tj
/N6 1 Tf
2.158 0 TD
0.074 Tc
[(/\()37 (2)]TJ
/N11 1 Tf
1.406 0 TD
0 Tc
(u)Tj
/N7 1 Tf
0.222 0 TD
(E)Tj
/N11 1 Tf
1.01 0 TD
(u)Tj
/N6 1 Tf
0.259 0 TD
(\))Tj
/N10 1 Tf
1.601 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(2)-1017 (2)0 (.)-966 (The)]TJ
6.5 0 0 6 351.54 136.5 Tm
0.056 Tc
(cr)Tj
/N36 1 Tf
4.4708 0 TD
1.5302 Tc
(vv)Tj
/N6 1 Tf
5.9077 0 TD
4.84 Tc
(00)Tj
10 0 0 10 78 127 Tm
0 Tc
[(in)-373 (a)-374 (variety)-374.1 (of)-374 (units)-374.1 (which)-374.1 (hinders)-374.2 (comparison)-374.3 (with)-2400.1 (scaling)-283.1 (to)-283 (internal)-283.2 (units)-283.1 (is)-283 (carried)-283.1 (out)-283.1 (in)-283 (four)-284.1 (separate)]TJ
0 -1.2 TD
[(other)-375.1 (work.)-376.1 (In)-376 (the)-376 (present)-376.2 (code,)-376.1 (a)-376 (convenient)-376.3 (set)-376.1 (of)-2400 (stages:)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 8 8
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(284)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
6.5 0 0 6 281.91 684 Tm
0.0556 Tc
(old)Tj
10 0 0 10 78 679 Tm
0 Tc
[(1.)-500 (Scale)-383.1 (all)-383 (the)-383 (masses)-383.2 (by)-383 (the)-384 (old)-383 (total)-383.1 (mass,)]TJ
/N7 1 Tf
19.447 0 TD
(M)Tj
/N6 1 Tf
1.903 0 TD
[(,)-2400 (5)0 (.)-500 (Combine)-393.2 (polynomials)-393.3 (for)]TJ
/N7 1 Tf
14.857 0 TD
(i)Tj
/N6 1 Tf
0.708 0 TD
[(and)-393.1 (predict)]TJ
/N8 1 Tf
5.007 0 TD
(r)Tj
/N6 1 Tf
1.109 0 TD
(and)Tj
/N18 1 Tf
1.837 0 TD
(v)Tj
/N6 1 Tf
6.5 0 0 6 281.91 676.5 Tm
(0)Tj
/N7 1 Tf
33.8554 0 TD
4.3712 Tc
(tt)Tj
/N6 1 Tf
-19.7277 -0.75 TD
0.0928 Tc
(\(3\))Tj
10 0 0 10 90.5 667 Tm
0 Tc
[(to)-385 (give)]TJ
/N7 1 Tf
3.27 0 TD
(M)Tj
/N10 1 Tf
1.398 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(1.)-17582 (to)-385 (order)]TJ
/N8 1 Tf
21.99 0 TD
(F)Tj
/N6 1 Tf
1.58 0 TD
(.)Tj
6.5 0 0 6 131.71 664.5 Tm
(0)Tj
50.1185 -0.75 TD
0.0556 Tc
(old)Tj
10 0 0 10 78 655 Tm
0 Tc
[(2.)-500 (Calculate)-591.2 (the)-591 (total)-591.1 (kinetic,)-591.2 (potential)-591.2 (and)-591.1 (virial)-2400.1 (6.)-500 (Evaluate)-453.2 (the)-454 (irregular)-453.2 (force)]TJ
/N8 1 Tf
37.282 0 TD
(F)Tj
/N6 1 Tf
2.078 0 TD
[(and)-454.1 (update)-454.1 (the)]TJ
6.5 0 0 6 457.48 652.5 Tm
0.056 Tc
(irr)Tj
10 0 0 10 90.5 643 Tm
0 Tc
[(energies.)-20418.2 (times)]TJ
/N7 1 Tf
26.552 0 TD
(t)Tj
/N6 1 Tf
0.653 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 359.11 640.5 Tm
(k)Tj
/N6 1 Tf
10 0 0 10 78 631 Tm
[(3.)-500 (Scale)-280.1 (the)-281 (velocities)-280.2 (by)-281 (the)-280.1 (speci\256ed)-281.2 (virial)-281.1 (theorem)-2400.2 (7.)-500 (Form)-503.1 (new)-504.1 (irregular)-504.2 (differences)-503.3 (and)-504.1 (include)-504.2 (the)]TJ
6.5 0 0 6 338.27 624 Tm
(4)Tj
10 0 0 10 90.5 619 Tm
[(ratio)-385.1 (\()]TJ
/N7 1 Tf
2.588 0 TD
(Q)Tj
/N6 1 Tf
0.814 0 TD
(\).)Tj
/N8 1 Tf
20.598 0 TD
(D)Tj
/N6 1 Tf
1.523 0 TD
(term.)Tj
-26.773 -1.2 TD
[(4.)-500 (Rescale)-558.2 (coordinates)-559.3 (and)-559.1 (velocities)-559.2 (to)-559 (yield)-559.1 (the)-2400 (8.)-500 ([Case)-330.1 (\()-37 (1)-37 (\))-330 (only.])-330.1 (Extrapolate)-330.2 (the)-330 (regular)-330.2 (force)-330.1 (and)]TJ
6.5 0 0 6 461.66 600 Tm
0.0928 Tc
(\(1\))Tj
10 0 0 10 90.5 595 Tm
0 Tc
[(desired)-385.1 (total)-385.1 (energy.)-15593.2 (\256rst)-344.1 (derivative)-345.2 (to)-344 (give)]TJ
/N8 1 Tf
33.433 0 TD
(F)Tj
/N6 1 Tf
1.228 0 TD
(and)Tj
/N8 1 Tf
1.788 0 TD
(F)Tj
/N6 1 Tf
1.605 0 TD
[(;)-345 (g)0 (o)-344 (t)0 (o)-345 (step)-345.1 (15.)]TJ
/N7 1 Tf
6.5 0 0 6 431.25 592.5 Tm
4.4005 Tc
(tt)Tj
/N6 1 Tf
14.0292 -0.75 TD
0.0557 Tc
(new)Tj
10 0 0 10 318 583 Tm
0 Tc
[(9.)-500 (Obtain)-413.1 (the)-414 (new)-413.1 (irregular)-414.2 (and)-414.1 (regular)-413.2 (force,)]TJ
/N8 1 Tf
19.778 0 TD
(F)Tj
/N6 1 Tf
6.5 0 0 6 522.44 580.5 Tm
0.056 Tc
(irr)Tj
-25.5554 -0.75 TD
0.0557 Tc
(new)Tj
10 0 0 10 330.5 571 Tm
0 Tc
(and)Tj
/N8 1 Tf
1.916 0 TD
(F)Tj
/N6 1 Tf
1.877 0 TD
[(,)-473 (and)-473.1 (form)-473.1 (a)-472 (temporary)-473.2 (neighbour)-473.2 (list.)]TJ
6.5 0 0 6 356.33 568.5 Tm
0.0554 Tc
(reg)Tj
10 0 0 10 78 565 Tm
0 Tc
[(Having)-762.1 (transformed)-762.3 (to)-763 (scaled)-762.1 (units,)-762.1 (the)-763 (output)]TJ
25.25 -0.6 TD
[(Check)-385.1 (for)]TJ
/N7 1 Tf
4.491 0 TD
(n)Tj
/N10 1 Tf
1.102 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
0.385 Tc
[(0o)385 (r)]TJ
/N7 1 Tf
2.103 0 TD
0 Tc
(n)Tj
/N10 1 Tf
1.103 0 TD
(.)Tj
/N7 1 Tf
0.999 0 TD
(n)Tj
/N6 1 Tf
1.742 0 TD
(.)Tj
6.5 0 0 6 380.96 556.5 Tm
5.9692 Tc
(11)Tj
/N7 1 Tf
9.6677 0 TD
0.0552 Tc
(max)Tj
/N6 1 Tf
10 0 0 10 78 553 Tm
0 Tc
[(interval)-553.2 (\()]TJ
/N7 1 Tf
3.904 0 TD
[(DELT)-56.1 (AT)]TJ
/N6 1 Tf
3.816 0 TD
[(\))-553 (and)-554.1 (termination)-553.3 (time)-553.1 (\()]TJ
/N7 1 Tf
10.675 0 TD
(TCRIT)Tj
/N6 1 Tf
2.872 0 TD
(\))Tj
2.733 -0.6 TD
[(10.Adjust)-501.2 (the)-501 (neighbour)-501.2 (sphere)]TJ
/N7 1 Tf
13.808 0 TD
(R)Tj
/N6 1 Tf
1.457 0 TD
[(and)-501.1 (update)-502.1 (the)]TJ
/N7 1 Tf
6.5 0 0 6 462.51 544.5 Tm
(s)Tj
/N6 1 Tf
10 0 0 10 78 541 Tm
[(are)-440 (re-de\256ned)-440.2 (in)-440 (terms)-440.1 (of)-440 (the)-440 (crossing)-440.2 (time.)-440.1 (Using)]TJ
25.25 -0.6 TD
(times)Tj
/N7 1 Tf
2.552 0 TD
(T)Tj
/N6 1 Tf
0.931 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 361.89 532.5 Tm
(k)Tj
/N6 1 Tf
10 0 0 10 78 529 Tm
[(the)-378 (input)-379.1 (parameters)-379.2 (for)-379 (the)-378 (virial)-379.1 (radius)-379.1 (\()]TJ
/N7 1 Tf
17.555 0 TD
[(RB)-55 (AR)]TJ
/N6 1 Tf
2.555 0 TD
0.379 Tc
[(\)i)379 (n)]TJ
3.89 -0.6 TD
0 Tc
[(11.Construct)-318.3 (new)-319.1 (regular)-318.2 (differences)-319.2 (and)-318.1 (include)-319.2 (the)]TJ
-24 -0.6 TD
[(pc)-278 (and)-278.1 (mean)-278.1 (mass)-278.1 (\()]TJ
/N7 1 Tf
7.962 0 TD
-0.0001 Tc
[(ZMB)-55.2 (A)-0.1 (R)]TJ
/N6 1 Tf
3.333 0 TD
0 Tc
[(\))-278 (i)0 (n)-278 (solar)-278.1 (masses,)-278.2 (we)-278 (also)]TJ
6.5 0 0 6 338.27 516 Tm
(4)Tj
/N8 1 Tf
10 0 0 10 330.5 511 Tm
(D)Tj
/N6 1 Tf
1.523 0 TD
(term.)Tj
-26.773 -0.6 TD
[(introduce)-434.2 (scaling)-434.1 (factors)-434.1 (for)-434 (conversion)-434.2 (to)-434 (physical)]TJ
6.5 0 0 6 438.41 504 Tm
0.0927 Tc
(\(1\))Tj
10 0 0 10 318 499 Tm
0 Tc
(12.Set)Tj
/N8 1 Tf
3.095 0 TD
(F)Tj
/N6 1 Tf
1.45 0 TD
[(from)-567.1 (\()-37 (1)0 (1)-37 (\))-568 (and)]TJ
/N8 1 Tf
6.83 0 TD
(F)Tj
/N6 1 Tf
2.172 0 TD
[(using)-567.1 (\()-37 (4)-37 (\))-567 (for)-568.1 (both)]TJ
6.5 0 0 6 290.75 498 Tm
(6)Tj
/N7 1 Tf
9.9415 -0.25 TD
12.4974 Tc
(tt)Tj
/N6 1 Tf
10 0 0 10 78 493 Tm
0 Tc
[(units.)-332.1 (This)-332.1 (gives)-332.1 (rise)-332.1 (to)-332 (the)-332 (time)-332.1 (unit)]TJ
/N7 1 Tf
15.518 0 TD
[(TST)-55.1 (AR)]TJ
/N6 1 Tf
3.221 0 TD
0.037 Tc
[(\(i)37 (n)-295 (1)37 (0)]TJ
6.511 -0.6 TD
0 Tc
(types.)Tj
/N10 1 Tf
6.5 0 0 6 212.16 486 Tm
(2)Tj
/N6 1 Tf
0.8892 0 TD
(1)Tj
10 0 0 10 78 481 Tm
[(yr)37 (\),)-459 (velocity)-459.2 (unit)]TJ
/N7 1 Tf
7.46 0 TD
[(VST)-56.1 (AR)]TJ
/N6 1 Tf
3.404 0 TD
[(\()-37 (k)0 (m)-460 (s)-1031 (\))-459 (and)-459.1 (a)-460 (re-scaled)]TJ
13.136 -0.6 TD
[(13.Identify)-732.2 (the)-733 (loss)-733.1 (or)-733 (gain)-733.1 (of)-733 (neighbours)-733.2 (and)]TJ
-24 -0.6 TD
[(mass)-385.1 (unit)]TJ
/N7 1 Tf
4.326 0 TD
-0.0001 Tc
[(ZMB)-55.2 (A)-0.1 (R)]TJ
/N6 1 Tf
3.662 0 TD
0.037 Tc
[(\(M)-653 (\))37 (.)]TJ
/N40 1 Tf
6.5 0 0 6 171.03 466.5 Tm
0 Tc
(\()Tj
/N6 1 Tf
10 0 0 10 330.5 463 Tm
[(accumulate)-797.2 (derivative)-797.2 (corrections;)-797.3 (update)-797.1 (the)]TJ
0 -1.2 TD
[(neighbour)-385.2 (list)-385.1 (and)-385.1 (convert)-385.2 (to)-385 (differences)-385.3 (by)-385 (\()-37 (8)-37 (\))]TJ
-1.25 -1.2 TD
[(14.Prescribe)-385.3 (the)-385.1 (new)-385.1 (regular)-385.2 (time-step)]TJ
/N10 1 Tf
16.338 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(T)Tj
/N6 1 Tf
0.823 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 493.92 436.5 Tm
(i)Tj
/N6 1 Tf
10 0 2.68 10 78 433 Tm
(4.3.)Tj
/N7 1 Tf
10 0 0 10 98.55 433 Tm
[(Integration)-385.2 (algorithm)]TJ
/N6 1 Tf
21.945 -0.6 TD
[(15.Update)-385.2 (the)-385 (new)-385.1 (irregular)-385.2 (time-step)]TJ
/N10 1 Tf
16.116 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
0.545 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 488.92 424.5 Tm
(i)Tj
/N6 1 Tf
10 0 0 10 318 415 Tm
[(16.Repeat)-516.2 (the)-516 (cycle)-516.1 (at)-517 (step)-516.1 (1)-516 (until)-516.1 (termination)-517.3 (or)]TJ
-23 -0.6 TD
[(W)56 (e)-434 (begin)-434.1 (by)-434 (summarizing)-434.3 (the)-434 (starting)-434.2 (procedure)]TJ
24.25 -0.6 TD
(output.)Tj
-25.25 -0.6 TD
[(of)-282 (the)-281 (AC)-282 (method.)-282.2 (Given)-282.1 (the)-282 (initial)-282.1 (conditions)]TJ
/N7 1 Tf
19.116 0 TD
(m)Tj
/N6 1 Tf
0.99 0 TD
(,)Tj
/N8 1 Tf
0.532 0 TD
(r)Tj
/N6 1 Tf
0.712 0 TD
(,)Tj
/N7 1 Tf
6.5 0 0 6 276.7 394.5 Tm
1.6343 Tc
(ii)Tj
/N18 1 Tf
10 0 0 10 78 385 Tm
0 Tc
(v)Tj
/N6 1 Tf
1.163 0 TD
[(and)-372.1 (a)-373 (suitable)-372.2 (value)-372.1 (of)]TJ
/N7 1 Tf
9.86 0 TD
(R)Tj
/N6 1 Tf
0.95 0 TD
[(,)-373 (the)-372 (two)-372.1 (force)-373.1 (polyno-)]TJ
/N7 1 Tf
6.5 0 0 6 83.5 382.5 Tm
16.822 Tc
(is)Tj
/N6 1 Tf
10 0 0 10 318 379 Tm
0 Tc
[(Here)-522.1 (both)-523.1 (force)-523.1 (polynomials)-523.3 (are)-523.1 (integrated)-523.2 (to)-523 (the)]TJ
-24 -0.6 TD
[(mials)-406.1 (are)-406 (\256rst)-407.1 (initialized)-406.2 (according)-406.2 (to)-407 (\()-37 (5)-37 (\))-406 (while)-407.1 (the)]TJ
24 -0.6 TD
[(same)-281.1 (order;)-282.1 (however,)-282.2 (two)-281.1 (separate)-282.2 (time-step)-282.2 (parame-)]TJ
-24 -0.6 TD
[(neighbour)-377.2 (list)-377.1 (is)-378 (constructed.)-266.3 (W)56 (e)-378 (also)-377.1 (form)-377.1 (the)-378 (total)]TJ
24 -0.6 TD
[(ters)-617.1 (are)-617.1 (used)-618.1 (in)-617 (\()-37 (1)0 (0)-37 (\))0 (.)-618 (Note)-617.1 (that)-618.1 (the)-617 (decision)-618.2 (to)]TJ
-24 -0.6 TD
[(force)-543.1 (\()-37 (1)0 (1)-37 (\))-543 (and)-544.1 (its)-543 (\256rst)-544.1 (derivative,)-543.2 (to)-544 (be)-543 (used)-544.1 (for)]TJ
24 -0.6 TD
[(re-calculate)-492.3 (the)-493 (regular)-492.2 (force)-493.1 (is)-492 (based)-493.1 (on)-492 (the)-493 (next)]TJ
-24 -0.6 TD
[(coordinate)-685.2 (predictions)-686.2 (and)-686.1 (neighbour)-686.2 (corrections.)]TJ
/N7 1 Tf
24 -0.6 TD
(estimated)Tj
/N6 1 Tf
4.214 0 TD
[(irregular)-326.2 (time-step.)-326.2 (Force)-326.1 (polynomials)-327.3 (and)]TJ
-28.214 -0.6 TD
[(During)-339.1 (the)-340 (second)-340.1 (stage,)-340.1 (the)-340 (next)-340.1 (two)-340.1 (orders)-340.1 (\()-37 (6)-37 (\))-340 (are)]TJ
24 -0.6 TD
[(their)-407.1 (derivatives)-408.2 (must)-407.1 (be)-408 (combined)-407.2 (with)-408.1 (care.)-408.1 (Thus)]TJ
-24 -0.6 TD
[(calculated)-401.2 (for)-402.1 (each)-402.1 (component,)-401.3 (using)-402.1 (the)-402 (neighbour)]TJ
24 -0.6 TD
[(the)-351 (second)-351.1 (regular)-352.1 (difference)-351.2 (required)-351.2 (at)-352 (step)-351.1 (5)-352 (\()37 (and)]TJ
-24 -0.6 TD
[(list)-401.1 (for)-401.1 (identi\256cation.)-401.3 (The)-401.1 (initialization)-401.3 (procedure)-402.2 (is)]TJ
24 -0.6 TD
[(at)-350 (output)-351.1 (times)36.9 (\))-351 (i)0 (s)-351 (obtained)-350.2 (from)-351.1 (a)-351 (differentiation)-351.3 (of)]TJ
-24 -0.6 TD
[(completed)-406.2 (by)-406 (specifying)-407.2 (irregular)-406.2 (and)-406.1 (regular)-407.2 (time-)]TJ
6.5 0 0 6 527.88 288 Tm
(3)Tj
10 0 0 10 318 283 Tm
0.037 Tc
[(\(4\))-561 (a)37 (t)]TJ
/N7 1 Tf
3.159 0 TD
0 Tc
(t)Tj
/N12 1 Tf
0.482 0 TD
(\261)Tj
/N7 1 Tf
0.999 0 TD
(T)Tj
/N6 1 Tf
1.591 0 TD
[(which)-599.1 (yields)-599.1 (an)-599 (extra)-598.1 (term)-599.1 (in)]TJ
/N8 1 Tf
13.98 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(.)Tj
6.5 0 0 6 370.52 280.5 Tm
(0)Tj
10 0 0 10 78 277 Tm
(steps,)Tj
/N10 1 Tf
2.571 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
0.872 0 TD
(and)Tj
/N10 1 Tf
1.765 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(T)Tj
/N6 1 Tf
0.824 0 TD
[(,)-322 (according)-321.2 (to)-322 (\()-37 (1)0 (0)-37 (\))0 (,)-321 (whereupon)-322.2 (the)]TJ
/N7 1 Tf
6.5 0 0 6 113.47 274.5 Tm
5.2343 Tc
(ii)Tj
/N6 1 Tf
10 0 0 10 318 271 Tm
0 Tc
[(Likewise)-483.2 (for)-484.1 (step)-484.1 (8,)-484 (the)-484 (regular)-483.2 (force)-484.1 (and)-484.1 (its)-484 (\256rst)]TJ
-24 -0.6 TD
[(divided)-572.2 (differences)-572.2 (are)-572 (formed)-572.1 (by)-572 (\()-37 (8)-37 (\))0 (.)-572 (The)-572.1 (main)]TJ
24 -0.6 TD
[(derivative)-729.2 (are)-729 (evaluated)-729.2 (to)-730 (highest)-729.2 (order)-729.1 (at)-730 (an)]TJ
-24 -0.6 TD
[(integration)-313.2 (cycle)-313.1 (consists)-313.2 (of)-313 (the)-313 (following)-314.2 (signi\256cant)]TJ
24 -0.6 TD
[(intermediate)-360.3 (time)-360.1 (before)-360.1 (the)-360.1 (contributions)-360.3 (are)-360 (added)]TJ
-24 -0.6 TD
(steps:)Tj
24 -0.6 TD
[(to)-385 (the)-385 (respective)-385.2 (irregular)-385.2 (parts.)]TJ
1 -1.2 TD
[(V)112 (arious)-499.1 (stratagems)-500.2 (may)-499.1 (be)-499 (used)-499.1 (to)-499 (increase)-499.2 (the)]TJ
-25 -1.2 TD
[(1.)-500 (Select)-530.1 (the)-530 (next)-531.1 (particle,)]TJ
/N7 1 Tf
12.008 0 TD
(i)Tj
/N6 1 Tf
0.278 0 TD
[(,)-530 (t)0 (o)-531 (b)0 (e)-530 (advanced)-531.2 (and)-2400.1 (ef\256ciency)-618.2 (of)-618 (determining)-618.3 (the)-618 (next)-618.1 (particle)-618.2 (to)-618 (be)]TJ
-11.036 -1.2 TD
[(de\256ne)-385.1 (the)-385 (current)-385.2 (epoch)-385.1 (by)]TJ
/N7 1 Tf
11.995 0 TD
(t)Tj
/N10 1 Tf
0.481 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N10 1 Tf
0.729 0 TD
0.167 Tc
(1D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(t)Tj
/N6 1 Tf
0.545 0 TD
[(.)-6083 (advanced.)-882.2 (The)-882.1 (earlier)-882.1 (scheduling)-882.2 (algorithm)-882.2 (of)]TJ
/N7 1 Tf
6.5 0 0 6 228.35 196.5 Tm
3.4082 Tc
(ii)Tj
/N6 1 Tf
28.6431 -0.75 TD
0.1672 Tc
(1/2)Tj
10 0 0 10 78 187 Tm
0 Tc
[(2.)-500 (Make)-538.1 (a)-538 (new)-539.1 (sorted)-538.1 (time-step)-538.2 (list)-539.1 (if)]TJ
/N7 1 Tf
17.405 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(.)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
1.27 0 TD
[(and)-2400.1 (searching)-344.2 (a)-344 (list)-345.1 (of)]TJ
/N11 1 Tf
11.719 0 TD
(.)Tj
/N7 1 Tf
1 0 TD
(N)Tj
/N6 1 Tf
2.206 0 TD
[(pre-selected)-344.3 (members)-345.2 (has)]TJ
/N7 1 Tf
6.5 0 0 6 269.96 184.5 Tm
(L)Tj
/N6 1 Tf
10 0 0 10 90.5 175 Tm
(adjust)Tj
/N10 1 Tf
2.774 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
0.726 0 TD
[(.)-18333 (been)-367.1 (modi\256ed)-368.2 (to)-367 (include)-368.1 (sequential)-367.2 (sorting.)-368.2 (At)-368 (time)]TJ
/N7 1 Tf
6.5 0 0 6 128 172.5 Tm
(L)Tj
/N6 1 Tf
10 0 0 10 78 163 Tm
[(3.)-500 (Compare)]TJ
/N7 1 Tf
5.621 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
0.166 Tc
(1D)Tj
/N7 1 Tf
1.666 0 TD
0 Tc
(t)Tj
/N6 1 Tf
1.268 0 TD
(with)Tj
/N7 1 Tf
2.484 0 TD
(T)Tj
/N10 1 Tf
1.158 0 TD
0.167 Tc
(1D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(T)Tj
/N6 1 Tf
1.546 0 TD
[(to)-521 (decide)-522.1 (be-)]TJ
/N7 1 Tf
8.108 0 TD
(t)Tj
/N10 1 Tf
0.481 0 TD
($)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
1.017 0 TD
[(\()37 (with)]TJ
/N7 1 Tf
2.366 0 TD
(t)Tj
/N10 1 Tf
0.897 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(0)-291 (initially)-37.2 (\),)-291 (a)-292 (list)-291.1 (is)-291 (formed)-291.1 (of)-291 (all)-292 (the)]TJ
/N7 1 Tf
6.5 0 0 6 158.79 160.5 Tm
(i)Tj
/N6 1 Tf
6.2354 0 TD
(0)Tj
/N7 1 Tf
4.3092 0 TD
16.4251 Tc
[(iL)11776.5 (L)]TJ
/N6 1 Tf
10 0 0 10 90.5 151 Tm
0 Tc
[(tween)-459.1 (a)-459 (regular)-459.2 (force)-459.1 (prediction)-459.2 ([case)-459.1 (\()-37 (1)-37 (\))0 (])-459 (o)0 (r)-460 (a)-2400 (particles)-384.2 (due)-384.1 (to)-384 (be)-384 (advanced)-384.2 (during)-384.1 (the)-384 (interval)-384.2 ([)]TJ
/N7 1 Tf
43.373 0 TD
(t)Tj
/N6 1 Tf
0.727 0 TD
(,)Tj
/N7 1 Tf
6.5 0 0 6 527.33 148.5 Tm
(L)Tj
/N6 1 Tf
10 0 0 10 90.5 139 Tm
[(new)-385.1 (total)-385.1 (force)-385.1 (summation)-385.2 ([case)-385.1 (\()-37 (2)-37 (\)].)]TJ
/N7 1 Tf
22.75 0 TD
(t)Tj
/N10 1 Tf
0.909 0 TD
0.167 Tc
(1D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(t)Tj
/N6 1 Tf
0.743 0 TD
[(])-385 (and)-385.1 (the)-385 (list)-385.1 (is)-385 (then)-385.1 (ordered)-385.2 (sequentially.)]TJ
/N7 1 Tf
6.5 0 0 6 321.09 136.5 Tm
3.4071 Tc
(LL)Tj
/N6 1 Tf
10 0 0 10 78 127 Tm
0 Tc
[(4.)-500 (Predict)-310.2 (coordinates)-310.3 (of)-310 (neighbours)-310.2 ([case)-310.1 (\()-37 (1)-37 (\))0 (])-310 (o)0 (r)-310 (all)-3400 (To)-443 (include)-443.2 (the)-444 (case)-443.1 (of)-444 (repeated)-443.2 (small)-444.1 (time-steps)]TJ
1.25 -1.2 TD
[(particles)-385.2 ([case)-385.1 (\()-37 (2)-37 (\)].)-14715 (and)-387.1 (ensure)-388.1 (that)-388.1 (the)-387 (global)-388.1 (time)-388.1 (increases)-388.2 (monotoni-)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 9 9
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(285)Tj
/N10 1 Tf
10 0 0 11 490.28 679.25 Tm
(9)Tj
/N6 1 Tf
10 0 0 10 78 679 Tm
[(cally,)-749.1 (we)-749 (have)-749.1 (adopted)-749.2 (an)-749 (insert)-749.1 (procedure)-750.2 (to)-2400 (force)-452.1 (derivative)-452.2 (contains)-453.2 (an)-452 (extra)-452.1 (term)]TJ
/N7 1 Tf
40.876 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N10 1 Tf
0.88 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(T)Tj
/N6 1 Tf
6.5 0 0 6 490.28 676.5 Tm
2.4046 Tc
[(00)-416.9 (0)]TJ
-2.8354 -0.75 TD
0 Tc
(3)Tj
10 0 0 10 78 667 Tm
[(maintain)-308.2 (the)-308 (sequential)-308.2 (ordering.)-308.2 (Thus)-308.1 (the)-308.1 (index)-308.1 (of)-308 (a)-2400 (i)0 (n)-366 (the)-367 (corresponding)-366.3 (coef\256cient)-367.2 (of)]TJ
/N8 1 Tf
38.608 0 TD
(D)Tj
/N6 1 Tf
1.505 0 TD
[(\()37 (cf.)-366 (\()-37 (4)-37 (\))37 (\).)-367 (It)-367 (is)]TJ
-40.113 -1.2 TD
[(particle)-439.2 (satisfying)]TJ
/N7 1 Tf
7.767 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
0.166 Tc
(1D)Tj
/N7 1 Tf
1.666 0 TD
0 Tc
(t)Tj
/N10 1 Tf
0.729 0 TD
(,)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.727 0 TD
[(,)-439 (evaluated)-440.2 (at)-440 (the)-440 (end)-2400.1 (required)-716.2 (for)-717 (the)-717 (prediction)-717.2 (of)-716 (particle)]TJ
/N7 1 Tf
29.536 0 TD
(i)Tj
/N6 1 Tf
1.032 0 TD
[(at)-717 (the)]TJ
/N7 1 Tf
6.5 0 0 6 180.25 652.5 Tm
2.382 Tc
(iL)Tj
/N6 1 Tf
10 0 0 10 78 643 Tm
0 Tc
[(of)-349 (the)-350 (cycle,)-350.1 (is)-350 (inserted)-350.2 (at)-350 (the)-350 (appropriate)-350.3 (sequential)-2400.2 (beginning)-455.2 (of)-456 (an)-456 (irregular)-456.2 (step)-456.1 (as)-456 (well)-456.1 (as)-456 (at)-456 (output)]TJ
0 -1.2 TD
[(location)-288.2 (\()37 (routine)]TJ
/N7 1 Tf
6.927 0 TD
(INSERT)Tj
/N6 1 Tf
3.427 0 TD
[(\).)-288 (An)-288 (updating)-289.2 (of)-288 (the)-289 (sorted)-2400.1 (and)-385.1 (other)-385.1 (high-order)-385.2 (predictions.)]TJ
-10.354 -1.2 TD
[(list)-408.1 (is)-409 (made)-409.1 (if)]TJ
/N7 1 Tf
6.301 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(.)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.726 0 TD
[(,)-409 (whereupon)-408.2 (the)-409.1 (interval)]TJ
/N10 1 Tf
10.605 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N6 1 Tf
1.152 0 TD
[(is)-3400 (Force)-531.1 (polynomials)-532.3 (based)-532.1 (on)-532 (divided)-532.1 (differences)]TJ
/N7 1 Tf
6.5 0 0 6 158.92 616.5 Tm
17.9025 Tc
(LL)Tj
/N6 1 Tf
10 0 0 10 78 607 Tm
0 Tc
[(stabilized)-340.2 (on)-340 (a)-340 (membership)-340.3 (chosen)-340.1 (as)-340 (a)-341 (compromise)-2400.3 (result)-435.1 (in)-435 (relatively)-436.2 (simple)-435.1 (code.)-436.1 (However,)-435.2 (the)-436 (inte-)]TJ
0 -1.2 TD
[(between)-290.2 (the)-290 (cost)-291.1 (of)-290 (sorting)-291.1 (the)-290 (quantities)]TJ
/N7 1 Tf
16.919 0 TD
(t)Tj
/N10 1 Tf
0.729 0 TD
0.167 Tc
(1D)Tj
/N7 1 Tf
1.667 0 TD
0 Tc
(t)Tj
/N6 1 Tf
0.841 0 TD
[(and)-2400.1 (gration)-387.1 (is)-388 (most)-388.1 (conveniently)-388.3 (carried)-387.1 (out)-388.1 (in)-388 (terms)-388.1 (of)]TJ
/N7 1 Tf
6.5 0 0 6 250.29 592.5 Tm
3.4066 Tc
(jj)Tj
/N6 1 Tf
10 0 0 10 78 583 Tm
0 Tc
[(inserting)-387.2 (a)-388 (small)-388.1 (number)-388.2 (of)-388 (particles)-388.2 (in)-388 (the)-388 (sequen-)-2400.2 (an)-336 (equivalent)-337.2 (Taylor)-337.1 (series,)-337.1 (with)-337.1 (\()37 (optimized)-37.2 (\))-337 (predic-)]TJ
6.5 0 0 6 380.65 575.75 Tm
0.0928 Tc
(\(3\))Tj
10 0 0 10 78 571 Tm
0 Tc
[(tial)-356.1 (list.)-356.1 (This)-357.1 (is)-356 (achieved)-356.2 (by)-357 (employing)-356.2 (two)-357.1 (variable)]TJ
24 -0.025 TD
[(tion)-385.1 (to)-385 (order)]TJ
/N8 1 Tf
5.599 0 TD
(F)Tj
/N6 1 Tf
1.965 0 TD
[(given)-385.1 (by)]TJ
-31.564 -1.175 TD
[(stabilization)-495.3 (factors)-496.1 (\()-37 (i)0 (n)-495 (the)-496 (range)-496.1 (0.25)-55.1 (\261)-56 (4.0)-37 (\))-496 (which)]TJ
35.436 -0.575 TD
(1)Tj
6.5 0 0 6 379.59 552.5 Tm
0.0926 Tc
[(\(3\))-3912.9 (\()-0.6 (2\))-6934.4 (\(1\))]TJ
/N8 1 Tf
10 0 0 10 374.05 548.5 Tm
3.149 Tc
[(\304\304)-1964 (\304)-654 (\304)]TJ
/N6 1 Tf
-29.605 -0.15 TD
0 Tc
[(are)-757 (used)-758.1 (to)-758 (determine)-758.2 (the)-758 (optimal)-758.2 (membership)]TJ
/N10 1 Tf
24 0 0 10 428.75 546.25 Tm
(])Tj
/N11 1 Tf
31.5 0 0 23 335.16 546 Tm
-0.0032 Tc
[(SSS)-3866.9 (D)-770.4 (D)]TJ
/N8 1 Tf
10 0 0 10 318 545.75 Tm
0 Tc
(r)Tj
/N10 1 Tf
0.883 0 TD
(5)Tj
/N6 1 Tf
2.902 0 TD
[(\()-37 (0.6)]TJ
/N8 1 Tf
1.62 0 TD
(F)Tj
/N7 1 Tf
1.668 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N8 1 Tf
1.499 0 TD
0 Tc
(F)Tj
/N6 1 Tf
1.633 0 TD
(\))Tj
/N7 1 Tf
1.999 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N8 1 Tf
1.5 0 TD
0 Tc
(F)Tj
/N7 1 Tf
2.321 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N8 1 Tf
1.499 0 TD
0 Tc
(F)Tj
/N7 1 Tf
1.301 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
(9)Tj
/N7 1 Tf
6.5 0 0 6 322.75 543.25 Tm
(t)Tj
/N6 1 Tf
10 0 0 10 429.86 540.25 Tm
(12)Tj
-35.186 -0.525 TD
(\()Tj
/N10 1 Tf
0.37 0 TD
(~)Tj
/N7 1 Tf
0.667 0 TD
[(NNBM)-55.1 (AX)]TJ
/N6 1 Tf
4.148 0 TD
[(\).)-550 (In)-551 (spite)-551.1 (of)-551 (this)-551.1 (complication,)-551.3 (com-)]TJ
-5.185 -1.2 TD
[(parison)-754.1 (with)-754.1 (the)-754 (so-called)-754.2 (`heap-sort')-754.2 (algorithm)]TJ
/N11 1 Tf
31.5 0 0 23 353.96 519.5 Tm
(D)Tj
/N10 1 Tf
10 0 0 10 335.16 519.25 Tm
(1)Tj
/N8 1 Tf
1 0 TD
(v)Tj
/N7 1 Tf
1.57 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N8 1 Tf
1.499 0 TD
0 Tc
(r)Tj
/N6 1 Tf
6.5 0 0 6 350.71 516.75 Tm
4.6215 Tc
(00)Tj
10 0 0 10 78 511 Tm
0 Tc
[(advocated)-671.2 (by)-672 (Press)-672.1 (\()-37 (1986)-37.1 (\))-672 (favoured)-672.2 (the)-672 (present)]TJ
35.052 -1.075 TD
(1)Tj
6.5 0 0 6 378.25 499.5 Tm
0.0926 Tc
[(\(3\))-3912.9 (\()-0.6 (2\))-6731.3 (\(1\))]TJ
10 0 0 10 78 499 Tm
0 Tc
[(algorithm)-394.2 (above)]TJ
/N7 1 Tf
7.065 0 TD
(N)Tj
/N11 1 Tf
0.87 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
[(100,)-394.1 (although)-394.2 (the)-394 (cost)-394.1 (of)-395 (both)]TJ
/N8 1 Tf
20.536 -0.35 TD
3.149 Tc
[(\304\304)-1832 (\304)]TJ
/N10 1 Tf
14 0 0 10 427.41 493.25 Tm
0 Tc
(])Tj
/N11 1 Tf
31.5 0 0 23 335.72 493 Tm
-0.003 Tc
[(SS)-3983.5 (D)]TJ
/N8 1 Tf
10 0 0 10 318 492.75 Tm
0 Tc
(v)Tj
/N10 1 Tf
0.939 0 TD
(5)Tj
/N6 1 Tf
2.212 0 TD
[(\()-37 (0.75)]TJ
/N8 1 Tf
2.12 0 TD
(F)Tj
/N7 1 Tf
1.668 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N8 1 Tf
1.5 0 TD
0 Tc
(F)Tj
/N6 1 Tf
1.632 0 TD
(\))Tj
/N7 1 Tf
1.499 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.351 Tc
(91)Tj
/N8 1 Tf
1.868 0 TD
0 Tc
(F)Tj
/N6 1 Tf
2.321 0 TD
(1.5)Tj
/N7 1 Tf
1.25 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
(9)Tj
/N7 1 Tf
6.5 0 0 6 323.31 490.25 Tm
(t)Tj
/N6 1 Tf
10 0 0 10 428.52 487.25 Tm
(9)Tj
-35.052 -0.025 TD
[(procedures)-385.2 (is)]TJ
/N10 1 Tf
5.824 0 TD
(~)Tj
/N7 1 Tf
0.906 0 TD
(N)Tj
/N6 1 Tf
1.292 0 TD
(log)Tj
/N7 1 Tf
2.099 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
(.)Tj
6.5 0 0 6 171.55 484.5 Tm
(2)Tj
/N8 1 Tf
10 0 0 10 347.71 469 Tm
(\304)Tj
/N11 1 Tf
31.5 0 0 23 351.83 466.5 Tm
(D)Tj
/N10 1 Tf
10 0 0 10 335.72 466.25 Tm
(1)Tj
/N8 1 Tf
1 0 TD
(F)Tj
/N6 1 Tf
1.301 0 TD
(2)Tj
/N7 1 Tf
0.5 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.166 Tc
(91)Tj
/N8 1 Tf
1.499 0 TD
0 Tc
(v)Tj
/N6 1 Tf
0.936 0 TD
[(.)-12287 (\()-37 (17)-37 (\))]TJ
6.5 0 0 6 387.43 463.75 Tm
(0)Tj
10 0 2.68 10 78 460.5 Tm
(4.4.)Tj
/N7 1 Tf
10 0 0 10 98.55 460.5 Tm
[(Force)-385.1 (polynomials)]TJ
/N6 1 Tf
21.945 -1.725 TD
[(Here)-302.1 (the)-303 (integration)-302.2 (factorials)-303.2 (in)-302 (\()-37 (9)-37 (\))-303 (and)-302.1 (factorials)-303.2 (in)]TJ
6.5 0 0 6 413.51 438 Tm
(\()Tj
/N7 1 Tf
0.3508 0 TD
(k)Tj
/N6 1 Tf
0.5369 0 TD
(\))Tj
10 0 0 10 88 436.5 Tm
[(At)-336 (several)-336.2 (stages,)-336.2 (it)-336 (is)-336 (necessary)-336.2 (to)-336 (combine)-336.2 (force)]TJ
/N8 1 Tf
31.997 -0.25 TD
(\304)Tj
/N6 1 Tf
-8.997 -0.275 TD
[(\()-37 (4)-37 (\))-487 (are)-487.1 (absorbed)-487.2 (in)]TJ
/N8 1 Tf
8.797 0 TD
(F)Tj
/N6 1 Tf
1.583 0 TD
[(,)-488 (and)]TJ
/N7 1 Tf
2.669 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.166 Tc
(95)Tj
/N7 1 Tf
1.499 0 TD
0 Tc
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
1.202 0 TD
(represents)Tj
6.5 0 0 6 484.78 428.75 Tm
(0)Tj
10 0 0 10 78 424.5 Tm
[(polynomials)-382.3 (and)-383.1 (their)-383.1 (derivatives.)-383.3 (The)-383.1 (prediction)-383.2 (of)]TJ
24 -0.525 TD
[(the)-385.1 (integration)-385.2 (interval.)]TJ
-24 -0.675 TD
[(the)-460 (regular)-461.2 (force)-461.1 (is)-460 (straightforward,)-461.4 (using)-461.1 (\()-37 (2)-37 (\))-461 (with)]TJ
25 -0.525 TD
[(The)-532.1 (coordinate)-533.2 (and)-533.1 (velocity)-533.2 (increments)-533.2 (of)-533 (\()-37 (1)0 (7)-37 (\))]TJ
-25 -0.675 TD
[(appropriate)-906.3 (time)-907.1 (arguments)]TJ
/N7 1 Tf
13.217 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(T)Tj
/N6 1 Tf
1.838 0 TD
[(\()37 (cf.)-907 (routine)]TJ
6.5 0 0 6 411.95 400.25 Tm
(4)Tj
/N7 1 Tf
-27.86 -0.375 TD
(k)Tj
/N6 1 Tf
10 0 0 10 318 395.25 Tm
[(due)-391.1 (to)-391 (the)-391 (corrector)]TJ
/N8 1 Tf
8.618 0 TD
(D)Tj
/N6 1 Tf
1.53 0 TD
[(contain)-391.1 (four)-391.1 (terms)-391.1 (since)-392.1 (all)]TJ
/N7 1 Tf
-34.148 -0.675 TD
(NBINT)Tj
/N6 1 Tf
2.982 0 TD
(\).)Tj
21.018 -0.525 TD
[(the)-722 (lower)-722.1 (derivatives)-723.2 (are)-722 (also)-723.1 (modi\256ed)-722.2 (in)-723 (\()-37 (4)-37 (\))0 (.)]TJ
-23 -0.675 TD
[(The)-340.1 (\256rst)-340.1 (force)-341.1 (derivatives)-340.2 (are)-341 (usually)-340.1 (evaluated)-341.2 (at)]TJ
23 -0.525 TD
[(Consequently,)-437.3 (we)-437 (combine)-437.2 (the)-437 (corresponding)-438.3 (time-)]TJ
-24 -0.675 TD
[(the)-452 (end)-453.1 (of)-453 (an)-453 (integration)-453.2 (step)-453.1 (of)-453 (either)-453.1 (type,)-453.1 (since)]TJ
24 -0.525 TD
[(step)-376.1 (factors)-376.1 (for)]TJ
/N8 1 Tf
6.626 0 TD
(r)Tj
/N6 1 Tf
1.093 0 TD
(and)Tj
/N18 1 Tf
1.82 0 TD
(v)Tj
/N6 1 Tf
1.168 0 TD
[(to)-376 (yield)-376.1 (\()-37 (i)0 (n)-376 (code)-377.1 (notation)36.8 (\))]TJ
/N7 1 Tf
6.5 0 0 6 389.02 356.75 Tm
4.3189 Tc
(tt)Tj
/N6 1 Tf
10 0 0 10 78 352.5 Tm
0 Tc
[(coordinates)-426.3 (or)-426 (velocities)-426.2 (at)-426 (a)-426 (general)-426.2 (time)]TJ
/N7 1 Tf
18.145 0 TD
(t)Tj
/N12 1 Tf
0.482 0 TD
(\261)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
1.141 0 TD
(or)Tj
6.5 0 0 6 277.6 350 Tm
(0)Tj
/N7 1 Tf
10 0 0 10 78 340.5 Tm
(t)Tj
/N12 1 Tf
0.481 0 TD
(\261)Tj
/N7 1 Tf
1 0 TD
(T)Tj
/N6 1 Tf
1.376 0 TD
[(are)-385 (obtained)-384.2 (by)-384 (an)-385 (expansion)-384.2 (with)-384.1 (respect)-385.2 (to)]TJ
25.148 -0.1 TD
8.714 Tc
[(21)6206 (1)]TJ
6.5 0 0 6 98.92 338 Tm
0 Tc
(0)Tj
/N10 1 Tf
14 0 0 10 356.94 332.5 Tm
(])Tj
24 0 0 10 446.58 332.5 Tm
(])Tj
14 0 0 10 479.16 332.5 Tm
(])Tj
/N11 1 Tf
31.5 0 0 23 336.25 332.25 Tm
-0.0032 Tc
[(SSS)-1120.2 (D)-1217.4 (D)-1649.1 (D)]TJ
/N7 1 Tf
10 0 0 10 318 332 Tm
0 Tc
(s)Tj
/N10 1 Tf
0.991 0 TD
(5)Tj
/N7 1 Tf
3.847 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N7 1 Tf
1.499 0 TD
0 Tc
(s)Tj
/N6 1 Tf
1.46 0 TD
(0.6)Tj
/N7 1 Tf
1.25 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.167 Tc
(91)Tj
/N7 1 Tf
1.499 0 TD
2.737 Tc
(st)Tj
/N10 1 Tf
3.441 0 TD
0.167 Tc
(91)Tj
/N7 1 Tf
2.443 0 TD
1.071 Tc
(st)Tj
/N10 1 Tf
1.775 0 TD
0 Tc
(9)Tj
/N6 1 Tf
6.5 0 0 6 322.44 329.5 Tm
9.7354 Tc
[(65)3275.4 (4)1183.1 (3)]TJ
10 0 0 10 78 328.5 Tm
0 Tc
[(the)-700 (interval)]TJ
/N7 1 Tf
5.677 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.714 0 TD
[(.)-700 (I)0 (n)-701 (the)-700 (case)-701.1 (of)-700 (the)-701 (irregular)]TJ
20.132 -0.2 TD
8.464 Tc
[(31)8464 (2)6206 (6)]TJ
6.5 0 0 6 152.92 326 Tm
0 Tc
(0)Tj
10 0 0 10 78 316.5 Tm
(component,)Tj
/N7 1 Tf
5.115 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
1.136 0 TD
[(and)-421.1 (\()-37 (4)-37 (\))-421 (applies)-421.2 (directly;)-422.2 (likewise)]TJ
6.5 0 0 6 147.3 314 Tm
(0)Tj
10 0 0 10 424.4 313.25 Tm
(1)Tj
/N10 1 Tf
14 0 0 10 423.29 306.25 Tm
(])Tj
/N11 1 Tf
31.5 0 0 23 336.25 306 Tm
3.0853 Tc
(SD)Tj
/N7 1 Tf
10 0 0 10 318 305.75 Tm
0 Tc
(s)Tj
/N10 1 Tf
0.991 0 TD
(5)Tj
/N6 1 Tf
1.832 0 TD
(0.2)Tj
/N7 1 Tf
1.25 0 TD
(t)Tj
/N10 1 Tf
0.315 0 TD
0.166 Tc
(91)Tj
/N6 1 Tf
1.499 0 TD
0 Tc
(0.25)Tj
/N7 1 Tf
1.75 0 TD
0.689 Tc
(st)Tj
/N10 1 Tf
1.393 0 TD
0.167 Tc
(91)Tj
/N7 1 Tf
2.444 0 TD
1.07 Tc
(st)Tj
/N10 1 Tf
1.774 0 TD
0.167 Tc
(91)Tj
/N6 1 Tf
1.499 0 TD
0 Tc
(0.5)Tj
/N7 1 Tf
1.25 0 TD
(s)Tj
/N6 1 Tf
0.825 0 TD
[(,)-2788 (\()-37 (18)-37 (\))]TJ
/N11 1 Tf
9.5 0 0 10.5 343.14 305 Tm
5.8702 Tc
(sd)Tj
/N6 1 Tf
10 0 0 10 78 304.5 Tm
0 Tc
[(for)-610.1 (the)-610 (regular)-610.2 (component)-610.3 (at)-610 (an)-610 (end-point)-611.2 (when)]TJ
6.5 0 0 6 322.44 303.25 Tm
11.2508 Tc
[(75)5849.3 (4)4790.8 (3)]TJ
10 0 0 10 424.4 300.25 Tm
0 Tc
(3)Tj
/N7 1 Tf
-34.64 -0.775 TD
(t)Tj
/N10 1 Tf
0.481 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(T)Tj
/N6 1 Tf
0.992 0 TD
[(.)-392 (However,)-392.2 (the)-392 (prediction)-392.2 (of)-392 (the)-392 (regular)-392.2 (force)]TJ
6.5 0 0 6 98.92 290 Tm
(0)Tj
10 0 0 10 318 283 Tm
[(where)-423.1 (again)-423.1 (all)-423 (factorials)-423.2 (are)-423 (absorbed)-423.2 (in)-423 (the)-424 (force)]TJ
-24 -0.25 TD
[(derivative)-449.2 (at)-450 (the)-450 (end)-450.1 (of)-450 (a)-449 (sub-step)-450.2 (which)-450.1 (does)-450.1 (not)]TJ
24 -0.95 TD
[(derivatives.)-634.3 (The)-635.1 (coef\256cients)-634.3 (are)-635 (de\256ned)-634.2 (by)]TJ
/N7 1 Tf
19.775 0 TD
(s)Tj
/N10 1 Tf
0.992 0 TD
(5)Tj
/N6 1 Tf
-44.767 -0.25 TD
[(coincide)-758.2 (with)-758.1 (a)-758 (total)-758.1 (force)-758.1 (calculation)-759.2 (requires)]TJ
6.5 0 0 6 520.19 268.5 Tm
(3)Tj
/N10 1 Tf
10 0 0 11 321.52 259.25 Tm
1.574 Tc
[(9)1167 (9)1166 (9)-1810 (9)1167 (99)1166 (99)1167 (9)-1810 (999)]TJ
/N7 1 Tf
10 0 0 10 318 259 Tm
0.4625 Tc
(ttt)Tj
/N6 1 Tf
2.221 0 TD
0 Tc
(,)Tj
/N7 1 Tf
0.985 0 TD
(s)Tj
/N10 1 Tf
0.992 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
0.462 Tc
(tt)Tj
/N10 1 Tf
1.648 0 TD
0 Tc
(1)Tj
/N7 1 Tf
0.999 0 TD
0.463 Tc
(tt)Tj
/N10 1 Tf
1.648 0 TD
0 Tc
(1)Tj
/N7 1 Tf
1 0 TD
0.462 Tc
(tt)Tj
/N6 1 Tf
1.481 0 TD
0 Tc
(,)Tj
/N7 1 Tf
0.985 0 TD
(s)Tj
/N10 1 Tf
0.992 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.741 0 TD
[(,)-735 (re-)]TJ
-43.505 -0.25 TD
[(special)-559.2 (care.)-559.1 (Applying)-559.2 (one)-559.1 (time)-559.1 (differentiation)-559.3 (of)]TJ
6.5 0 0 6 321.52 256.5 Tm
0.6391 Tc
[(123)-1657.8 (4)-1782.4 (12)-1794.7 (13)-1794.7 (23)-1657.8 (5)-1782.4 (1)-1794.7 (2)-1794.7 (3)]TJ
/N10 1 Tf
10 0 0 11 478.33 247.25 Tm
0 Tc
(9)Tj
/N6 1 Tf
10 0 0 10 318 247 Tm
[(spectively,)-294.2 (where)-295.1 (the)-294 (old)-295.1 (de\256nition)-294.2 (of)]TJ
/N7 1 Tf
15.681 0 TD
(t)Tj
/N6 1 Tf
1.04 0 TD
[(still)-295.1 (applies.)]TJ
-40.721 -0.25 TD
[(\()-37 (2)-37 (\))0 (,)-385 (w)0 (e)-385 (obtain)]TJ
/N7 1 Tf
6.5 0 0 6 478.33 244.5 Tm
(k)Tj
/N6 1 Tf
-12.9615 -0.75 TD
(2)Tj
/N10 1 Tf
10 0 0 11 390.39 235.25 Tm
(9)Tj
/N6 1 Tf
10 0 0 10 318 235 Tm
[(The)-333.1 (extra)-334.1 (factor)]TJ
/N7 1 Tf
6.886 0 TD
(t)Tj
/N6 1 Tf
1.416 0 TD
[(omitted)-334.2 (from)-334.1 (\()-37 (1)0 (8)-37 (\))-333 (is)-334 (included)-334.2 (in)]TJ
6.5 0 0 6 325.77 228 Tm
(4)Tj
-37.0938 -0.0417 TD
0.0928 Tc
[(\(1\))-3272.7 (3)-14402.6 (2)-8051.8 (1)]TJ
/N10 1 Tf
10 0 0 11 125.41 223 Tm
0.408 Tc
[(99)-1166 (99)-1165 (99)-2971 (9)-1166 (9)]TJ
/N8 1 Tf
10 0 0 10 318 223 Tm
0 Tc
(D)Tj
/N6 1 Tf
1.138 0 TD
[(.)-284 (The)-285.1 (semi-iteration)-284.3 (is)-284 (applied)-284.1 (to)-284 (both)-285.1 (polynomials)]TJ
/N8 1 Tf
-25.138 -0.025 TD
(F)Tj
/N10 1 Tf
1.955 0 TD
(5)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N6 1 Tf
1.138 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
0.463 Tc
(tt)Tj
/N10 1 Tf
1.648 0 TD
0 Tc
(1)Tj
/N7 1 Tf
1 0 TD
0.463 Tc
(tt)Tj
/N10 1 Tf
1.648 0 TD
0 Tc
(1)Tj
/N7 1 Tf
0.999 0 TD
0.463 Tc
(tt)Tj
/N6 1 Tf
1.519 0 TD
0 Tc
(\))Tj
/N10 1 Tf
0.499 0 TD
(1)Tj
/N8 1 Tf
1 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(t)Tj
/N10 1 Tf
0.907 0 TD
(1)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N6 1 Tf
0.778 0 TD
(\))Tj
/N10 1 Tf
0.5 0 TD
(1)Tj
/N8 1 Tf
0.999 0 TD
(D)Tj
/N6 1 Tf
1.139 0 TD
(,)Tj
/N7 1 Tf
6.5 0 0 6 84.66 220.25 Tm
(t)Tj
/N6 1 Tf
6.2692 0 TD
0.64 Tc
[(01)-1793.8 (02)-1792.3 (12)-4570.8 (0)-1793.8 (1)]TJ
10 0 0 10 318 211 Tm
0 Tc
[(here.)-467.1 (However,)-468.2 (the)-467 (regular)-468.2 (corrections)-467.2 (may)-468.1 (not)-468.1 (be)]TJ
-4.14 -0.45 TD
0.037 Tc
[(\(1)37 (6\))]TJ
4.14 -0.75 TD
0 Tc
[(bene\256cial)-447.2 (if)-447 (there)-448.1 (are)-447 (large)-447.1 (force)-448.1 (derivatives,)-447.3 (as)-448 (in)]TJ
/N10 1 Tf
10 0 0 11 138.49 187.5 Tm
(9)Tj
/N6 1 Tf
10 0 0 10 78 187.25 Tm
[(where)-544.1 (again)]TJ
/N7 1 Tf
5.697 0 TD
(t)Tj
/N10 1 Tf
0.912 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N10 1 Tf
0.881 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
1.202 0 TD
[(denotes)-544.2 (the)-544.1 (relevant)-545.2 (time)]TJ
13.309 -0.025 TD
[(the)-405 (case)-406.1 (of)-406 (small)-406.1 (softening)-406.2 (parameters)-406.2 (\()-37 (i.e.)]TJ
/N10 1 Tf
10 0 2.68 10 502.85 187 Tm
(e)Tj
10 0 0 10 509.88 187 Tm
(,)Tj
/N7 1 Tf
0.999 0 TD
(R)Tj
/N6 1 Tf
1.135 0 TD
(/)Tj
/N7 1 Tf
6.5 0 0 6 138.49 184.75 Tm
(k)Tj
/N6 1 Tf
2.9123 0 TD
(0)Tj
/N7 1 Tf
2.8554 0 TD
(k)Tj
53.8954 -0.0417 TD
(h)Tj
/N6 1 Tf
10 0 0 10 78 175.25 Tm
[(intervals)-671.2 (\()37 (since)]TJ
/N7 1 Tf
7.137 0 TD
(t)Tj
/N10 1 Tf
0.88 0 TD
(5)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.986 0 TD
[(here)36.9 (\).)-671 (Setting)]TJ
/N7 1 Tf
6.443 0 TD
(t)Tj
/N10 1 Tf
0.825 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(T)Tj
/N6 1 Tf
1.608 0 TD
(then)Tj
/N7 1 Tf
4.122 -0.025 TD
(N)Tj
/N6 1 Tf
0.759 0 TD
(\).)Tj
6.5 0 0 6 152.7 172.75 Tm
(0)Tj
/N7 1 Tf
14.2846 0 TD
2.7914 Tc
(kk)Tj
/N6 1 Tf
10 0 0 10 78 163.25 Tm
0 Tc
[(yields)-324.1 (the)-325 (predicted)-324.2 (regular)-325.2 (force)-324.1 (derivative)-325.2 (which)-325.1 (is)]TJ
25 -0.025 TD
[(Although)-367.2 (the)-367 (AC)-367 (scheme)-367.2 (is)-367 (based)-367.1 (on)-367 (the)-367 (concept)]TJ
-25 -1.175 TD
[(added)-316.1 (to)-316 (its)-316 (irregular)-317.2 (counterpart,)-316.3 (obtained)-316.2 (by)-316 (\()-37 (4)-37 (\))0 (,)-317 (t)0 (o)]TJ
24 -0.025 TD
[(of)-368 (nearest)-368.2 (neighbours,)-368.3 (there)-368.1 (are)-368.1 (situations)-368.2 (when)-368.1 (this)]TJ
6.5 0 0 6 213.24 144 Tm
0.0928 Tc
(\(1\))Tj
10 0 0 10 78 139 Tm
0 Tc
[(form)-322.1 (the)-322 (total)-322.1 (force)-323.1 (derivative,)]TJ
/N8 1 Tf
12.858 0 TD
(F)Tj
/N6 1 Tf
1.581 0 TD
[(,)-322 (employed)-322.2 (in)-323 (the)-2400 (is)-494 (less)-495.1 (useful.)-495.2 (Thus)-495.1 (the)-495.1 (neighbour)-495.2 (sphere)-495.1 (determi-)]TJ
-14.439 -1.2 TD
[(subsequent)-385.3 (predictions.)-14477.3 (nation)-381.1 (for)-381.1 (a)-381 (distant)-381.1 (particle)-381.2 (may)-381.1 (lead)-381.1 (to)-381 (undesirable)]TJ
1 -1.2 TD
[(The)-452.1 (analogous)-453.2 (expression)-453.2 (for)-452.1 (the)-453 (second)-453.1 (regular)-2400.2 (oscillations)-314.3 (and)-315.1 (consequent)-315.3 (time-step)-315.2 (reduction.)-315.2 (This)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 10 10
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(286)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
10 0 0 10 78 679 Tm
[(problem)-730.2 (has)-730.1 (been)-730.1 (circumvented)-730.3 (by)-730 (including)-731.2 (a)-2400 (2)0 (.)-500 (Obtain)-431.1 (the)-431 (potential)-431.2 (energy)-432.1 (with)-431.1 (respect)-431.2 (to)-432 (both)]TJ
0 -1.2 TD
[(nominal)-415.2 (small)-416.1 (central)-416.1 (mass)-416.1 (in)-415 (the)-416 (irregular)-416.2 (force)-416.1 (if)-3650 (components.)]TJ
T*
[(there)-578.1 (are)-578 (no)-579 (neighbours)-578.2 (inside)-579.1 (a)-578 (large)-579.1 (neighbour)-2400.2 (3.)-500 (Form)-331.1 (the)-332 (two-body)-332.2 (binding)-332.2 (energy)]TJ
/N7 1 Tf
39.908 0 TD
(E)Tj
/N10 1 Tf
1.157 0 TD
0.333 Tc
(52)Tj
/N7 1 Tf
2.166 0 TD
0.268 Tc
(mm)Tj
/N6 1 Tf
2.091 0 TD
0 Tc
(/)Tj
/N7 1 Tf
6.5 0 0 6 483.13 652.5 Tm
4.84 Tc
[(bi)3594.9 (j)]TJ
/N6 1 Tf
10 0 0 10 78 643 Tm
0 Tc
[(sphere)-756.1 (\()]TJ
/N7 1 Tf
3.662 0 TD
(R)Tj
/N10 1 Tf
1.122 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
(50)Tj
/N7 1 Tf
1.184 0 TD
(R)Tj
/N6 1 Tf
1.06 0 TD
[(\);)-756 (hence)-756.1 (adopting)]TJ
/N7 1 Tf
8.712 0 TD
(n)Tj
/N10 1 Tf
1.103 0 TD
(5)Tj
/N6 1 Tf
0.999 0 TD
[(0)-757 (still)-3650.1 (2)]TJ
/N7 1 Tf
6.908 0 TD
(a)Tj
/N6 1 Tf
0.5 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 121.04 640.5 Tm
4.6972 Tc
(sh)Tj
/N6 1 Tf
19.9862 0 TD
0 Tc
(1)Tj
10 0 0 10 78 631 Tm
[(permits)-385.2 (large)-385.1 (irregular)-385.2 (time-steps.)-10042.3 (4.)-500 (De\256ne)-285.1 (new)-286.1 (mass,)-286.1 (coordinates)-285.3 (and)-286.1 (velocities)-286.2 (using)]TJ
25.25 -1.2 TD
[(the)-385 (index)-385.1 (min\()]TJ
/N7 1 Tf
6.084 0 TD
(i)Tj
/N6 1 Tf
0.278 0 TD
(,)Tj
/N7 1 Tf
0.783 0 TD
(j)Tj
/N6 1 Tf
0.371 0 TD
(\).)Tj
-8.766 -1.2 TD
[(5.)-500 (Calculate)-623.2 (potential)-624.2 (energy)-624.1 (with)-623.1 (respect)-624.2 (to)-624 (the)]TJ
10 0 2.68 10 78 603.25 Tm
(4.5.)Tj
/N7 1 Tf
10 0 0 10 98.55 603.25 Tm
[(External)-385.2 (potentials)]TJ
/N6 1 Tf
23.195 -0.825 TD
[(composite)-385.2 (body.)]TJ
-1.25 -1.2 TD
[(6.)-500 (Subtract)-419.2 (the)-420 (two-body)-420.2 (energy)-420.1 (and)-420.1 (tidal)-420.1 (potential)]TJ
-23 -0.375 TD
[(W)56 (e)-300 (have)-299.1 (included)-300.2 (two)-299.1 (optional)-300.2 (external)-300.2 (potentials,)]TJ
24.25 -0.825 TD
[(energy)-385.1 (from)]TJ
/N7 1 Tf
5.435 0 TD
(E)Tj
/N6 1 Tf
0.841 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 390.9 568.5 Tm
(t)Tj
/N6 1 Tf
10 0 0 10 78 567.25 Tm
[(which)-496.1 (are)-496 (treated)-496.1 (in)-497 (a)-496 (similar)-496.1 (way.)-496.1 (The)-496.1 (\256rst)-497.1 (case)]TJ
24 -0.825 TD
[(7.)-500 (Reduce)]TJ
/N7 1 Tf
4.635 0 TD
(N)Tj
/N6 1 Tf
1.11 0 TD
[(by)-387 (1)-386 (and)-387.1 (update)-387.1 (all)]TJ
/N7 1 Tf
8.544 0 TD
(COMMON)Tj
/N6 1 Tf
4.868 0 TD
(arrays)Tj
-43.157 -0.375 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
[(\(1)37 (5\))]TJ
/N10 1 Tf
1.795 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.889 0 TD
[(1)-37 (\))-385 (is)-385 (the)-385 (Plummer)-385.2 (potential)]TJ
21.047 -0.825 TD
[(\()37 (routine)]TJ
/N7 1 Tf
3.514 0 TD
[(REMO)36.9 (VE)]TJ
/N6 1 Tf
4.054 0 TD
(\).)Tj
/N7 1 Tf
-27.972 -1.175 TD
0.221 Tc
(GM)Tj
/N6 1 Tf
19.154 -0.025 TD
0 Tc
[(8.)-500 (Predict)-470.2 (coordinates)-471.3 (and)-470.1 (velocities)-471.2 (of)-471 (neighbours)]TJ
/N7 1 Tf
6.5 0 0 6 144.16 532.75 Tm
(b)Tj
/N6 1 Tf
35.32 -0.7917 TD
0.0928 Tc
(\(2\))Tj
/N10 1 Tf
30 0 0 10 112.54 527.75 Tm
0 Tc
(]]])Tj
7.5 0 0 10 157.54 527.75 Tm
(])Tj
10 0 2.68 10 78 527.25 Tm
(F)Tj
10 0 0 10 90.88 527.25 Tm
0.333 Tc
(52)Tj
/N6 1 Tf
7.285 0 TD
0 Tc
[(,)-11037 (\()-37 (19)-37 (\))]TJ
6.5 0 0 6 85.41 524.75 Tm
5.04 Tc
[(12)2335.4 (2)4386.2 (1)4873.8 (/)4873.4 (2)]TJ
10 0 0 10 330.5 523 Tm
0 Tc
[(to)-385 (order)]TJ
/N8 1 Tf
3.658 0 TD
(F)Tj
/N6 1 Tf
1.58 0 TD
(.)Tj
-26.923 -0.325 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(r)Tj
/N10 1 Tf
1.009 0 TD
(1)Tj
/N7 1 Tf
1 0 TD
(a)Tj
/N6 1 Tf
0.953 0 TD
(\))Tj
17.177 -0.875 TD
[(9.)-500 (Initialize)-308.2 (force)-309.1 (polynomials)-309.3 (and)-309.1 (time-steps)-309.2 (for)-309 (the)]TJ
-24 -1.1 TD
[(where)-444.1 (the)-445 (background)-445.3 (mass)]TJ
/N7 1 Tf
12.165 0 TD
(M)Tj
/N6 1 Tf
1.657 0 TD
[(and)-445.1 (length)-445.1 (scale)]TJ
/N7 1 Tf
7.278 0 TD
(a)Tj
/N6 1 Tf
4.15 -0.1 TD
[(new)-385.1 (body.)]TJ
/N7 1 Tf
6.5 0 0 6 207.92 497.5 Tm
(b)Tj
/N6 1 Tf
10 0 0 10 78 488 Tm
[(are)-465 (speci\256ed)-466.2 (as)-466 (input)-466.1 (\()37 (cf.)]TJ
/N7 1 Tf
11.317 0 TD
[(XTP)55.9 (AR)]TJ
/N6 1 Tf
2.963 0 TD
(1,)Tj
/N7 1 Tf
1.216 0 TD
[(XTP)55.9 (AR)]TJ
/N6 1 Tf
2.963 0 TD
[(2)-37 (\))0 (.)-466 (The)]TJ
-18.459 -1.2 TD
[(corresponding)-359.3 (force)-360.1 (is)-360 (evaluated)-360.2 (in)-359 (routine)]TJ
/N7 1 Tf
18.043 0 TD
(XTRNL)Tj
/N6 1 Tf
3.057 0 TD
(1)Tj
2.9 -0.4 TD
[(This)-563.1 (algorithm)-563.2 (maintains)-564.2 (fairly)-563.1 (good)-563.1 (energy)-564.1 (con-)]TJ
-24 -0.8 TD
[(and)-431.1 (added)-431.1 (to)-432 (the)-431 (regular)-432.2 (component.)-431.3 (For)-432.1 (initializa-)]TJ
24 -0.4 TD
[(servation)-562.2 (with)-562.1 (respect)-562.2 (to)-563 (the)-562 (newly)-562.1 (updated)-563.2 (total)]TJ
-24 -0.8 TD
[(tion,)-696.1 (the)-697 (same)-697.1 (routine)-697.1 (adds)-697.1 (the)-697 (force)-697.1 (and)-697.1 (\256rst)]TJ
24 -0.4 TD
[(energy)-607.1 (\()]TJ
/N7 1 Tf
3.624 0 TD
(E)Tj
/N6 1 Tf
0.879 0 TD
[(\).)-608 (Since)-608.1 (the)]TJ
/N7 1 Tf
5.851 0 TD
(COMMON)Tj
/N6 1 Tf
5.089 0 TD
[(arrays)-608.1 (are)-608 (ad-)]TJ
/N7 1 Tf
6.5 0 0 6 360.3 445.5 Tm
(t)Tj
/N6 1 Tf
10 0 0 10 78 440 Tm
[(derivative)-698.2 (to)-698 (the)-698 (regular)-698.2 (terms.)-698.1 (The)-698.1 (appropriate)]TJ
24 -0.4 TD
[(dressed)-418.2 (by)-418 (global)-418.1 (indices)-419.1 (\()37 (rather)-418.1 (than)-418.1 (pointers)36.8 (\),)-419 (the)]TJ
-24 -0.8 TD
[(contributions)-522.3 (are)-523 (added)-522.1 (to)-523 (the)-522 (potential)-523.2 (and)-523.1 (virial)]TJ
24 -0.4 TD
[(removal)-332.2 (of)-332 (variables)-333.2 (associated)-332.2 (with)-333.1 (a)-332 (given)-333.1 (particle)]TJ
-24 -0.8 TD
[(energies)-385.2 (\()37 (routine)]TJ
/N7 1 Tf
7.231 0 TD
(ENERGY)Tj
/N6 1 Tf
3.87 0 TD
(\).)Tj
12.899 -0.4 TD
(\()Tj
/N7 1 Tf
0.518 0 TD
(j)Tj
/N6 1 Tf
0.37 0 TD
[(\))-499 (entails)-500.1 (a)-499 (compressing)-499.3 (of)-499 (arrays)-499.1 (for)-499 (all)-500 (indices)]TJ
-23.888 -0.8 TD
[(W)56 (e)-406 (also)-406.1 (include)-406.2 (an)-406 (external)-406.2 (logarithmic)-407.3 (potential)]TJ
/N7 1 Tf
23 -0.4 TD
(k)Tj
/N10 1 Tf
0.647 0 TD
($)Tj
/N7 1 Tf
1 0 TD
(j)Tj
/N6 1 Tf
0.278 0 TD
[(,)-513 (performed)-512.2 (in)-513 (routine)]TJ
/N7 1 Tf
10.076 0 TD
[(REMO)36.9 (V)0 (E)]TJ
/N6 1 Tf
3.962 0 TD
[(.)-513 (I)0 (n)-513 (addition,)]TJ
-39.963 -0.8 TD
[(of)-385 (the)-385 (type)]TJ
24 -0.4 TD
[(the)-554.1 (neighbour)-555.2 (lists)-554.1 (require)-555.1 (reduction)-554.2 (by)-555 (1)-554 (for)-555 (all)]TJ
0 -1.2 TD
[(index)-607.1 (references)]TJ
/N10 1 Tf
7.71 0 TD
(.)Tj
/N7 1 Tf
1 0 TD
(j)Tj
/N6 1 Tf
0.278 0 TD
[(,)-607 (a)0 (s)-607 (well)-607.1 (as)-607 (removal)-607.2 (of)-607 (the)]TJ
/N7 1 Tf
-28.774 -0.375 TD
(GM)Tj
6.5 0 0 6 135.63 369.75 Tm
(g)Tj
/N6 1 Tf
10 0 0 10 318 364 Tm
[(speci\256ed)-385.2 (particle.)]TJ
/N10 1 Tf
30 0 0 10 100.87 363.75 Tm
(]]])Tj
24.5 0 0 10 145.87 363.75 Tm
(])Tj
10 0 2.68 10 78 363.25 Tm
(F)Tj
10 0 0 10 90.88 363.25 Tm
(5)Tj
/N6 1 Tf
6.966 0 TD
[(,)-11356 (\()-37 (20)-37 (\))]TJ
6.5 0 0 6 85.41 360.75 Tm
(2)Tj
/N7 1 Tf
10 0 0 10 101.98 357.5 Tm
(R)Tj
/N6 1 Tf
1.25 0 TD
[(log)-436 (\()]TJ
/N7 1 Tf
2.01 0 TD
(r)Tj
/N6 1 Tf
0.5 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(R)Tj
/N6 1 Tf
1.06 0 TD
(\))Tj
/N7 1 Tf
6.5 0 0 6 108.41 355 Tm
(g)Tj
/N6 1 Tf
2.9862 0 TD
(2)Tj
/N7 1 Tf
3.34 0 TD
(g)Tj
/N6 1 Tf
10 0 0 10 78 336.25 Tm
(where)Tj
/N7 1 Tf
2.733 0 TD
(M)Tj
/N6 1 Tf
1.503 0 TD
[(is)-291 (the)-291 (mass)-290.1 (scale)-291.1 (and)]TJ
/N7 1 Tf
8.786 0 TD
(R)Tj
/N6 1 Tf
1.318 0 TD
[(is)-290 (the)-291 (length)-291.1 (scale)]TJ
10 0 2.68 10 318 334 Tm
(4.7.)Tj
/N7 1 Tf
10 0 0 10 338.55 334 Tm
[(Escaper)-385.2 (removal)]TJ
6.5 0 0 6 113.61 333.75 Tm
15.0431 Tc
(gg)Tj
/N6 1 Tf
10 0 0 10 78 324.25 Tm
0 Tc
[(of)-416 (the)-417 (continuous)-416.2 (mass)-417.1 (distribution)-416.3 (\()]TJ
/N7 1 Tf
15.434 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
[(\(1)37 (5\))]TJ
/N10 1 Tf
1.796 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.888 0 TD
0.037 Tc
[(2\))37 (.)-380 (A)]TJ
-19.341 -1.2 TD
0 Tc
[(second)-355.1 (routine)-356.1 (\()]TJ
/N7 1 Tf
6.617 0 TD
(XTRNL)Tj
/N6 1 Tf
3.057 0 TD
[(2)-37 (\))-355 (is)-356 (constructed)-356.2 (in)-356 (a)-356 (similar)]TJ
15.326 -0.225 TD
(Routine)Tj
/N7 1 Tf
3.531 0 TD
[(ESC)-56.1 (APE)]TJ
/N6 1 Tf
4.032 0 TD
[(\()37 (option)-365.1 (13)-37 (\))-365 (contains)-365.2 (procedures)]TJ
-32.563 -0.975 TD
[(way)-385.1 (as)-385 (above,)-385.1 (with)]TJ
/N7 1 Tf
8.455 0 TD
(C)Tj
/N10 1 Tf
1.213 0 TD
(5)Tj
/N7 1 Tf
0.999 0 TD
(M)Tj
/N6 1 Tf
1.32 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(R)Tj
/N6 1 Tf
1.408 0 TD
[(\()19 (denoted)]TJ
/N7 1 Tf
3.865 0 TD
[(CG)-56 (AS)]TJ
/N6 1 Tf
2.648 0 TD
(\).)Tj
3.74 -0.225 TD
[(for)-566 (the)-566 (removal)-567.2 (of)-566 (escaping)-567.2 (particles.)-566.2 (A)-567 (nominal)]TJ
/N7 1 Tf
6.5 0 0 6 169.16 297.75 Tm
3.16 Tc
[(gg)1373.8 (g)]TJ
/N6 1 Tf
10 0 0 10 318 286 Tm
0 Tc
[(tidal)-496.1 (radius,)]TJ
/N7 1 Tf
5.465 0 TD
(R)Tj
/N6 1 Tf
0.879 0 TD
[(,)-496 (i)0 (s)-497 (used)-497.1 (as)-496 (distance)-497.2 (criterion,)-497.2 (with)]TJ
/N7 1 Tf
6.5 0 0 6 379.07 283.5 Tm
(t)Tj
10 0 0 10 318 274 Tm
(R)Tj
/N10 1 Tf
1.05 0 TD
(5)Tj
/N6 1 Tf
0.999 0 TD
(10)Tj
/N7 1 Tf
1 0 TD
(R)Tj
/N6 1 Tf
1.023 0 TD
[(.)-325 (The)-325.1 (escape)-324.1 (algorithm)-325.2 (can)-325.1 (be)-325 (summarized)]TJ
10 0 2.68 10 78 272.75 Tm
(4.6.)Tj
/N7 1 Tf
10 0 0 10 98.55 272.75 Tm
[(Inelastic)-385.2 (collisions)]TJ
6.5 0 0 6 324.42 271.5 Tm
4.4143 Tc
(th)Tj
/N6 1 Tf
10 0 0 10 318 262 Tm
0 Tc
[(as)-385 (follows:)]TJ
-23 -1.325 TD
[(An)-506 (optional)-507.2 (procedure)-507.2 (\()37 (option)-507.1 (12)-37 (\))-507 (has)-507.1 (been)-507.1 (in-)]TJ
-1 -1.2 TD
[(cluded)-606.1 (for)-606 (the)-607 (coalescence)-606.3 (of)-607 (two)-606.1 (particles.)-607.2 (The)]TJ
24 -0.175 TD
[(1.)-500 (Select)-385.1 (a)-385 (candidate)-385.2 (\()]TJ
/N7 1 Tf
9.439 0 TD
(i)Tj
/N6 1 Tf
0.371 0 TD
[(\))-385 (for)-385 (escape)-385.1 (if)]TJ
/N11 1 Tf
6.499 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(r)Tj
/N11 1 Tf
0.728 0 TD
(u)Tj
/N10 1 Tf
0.389 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
(2)Tj
/N7 1 Tf
0.5 0 TD
(R)Tj
/N6 1 Tf
0.879 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 488.06 232.5 Tm
4.0051 Tc
(it)Tj
/N6 1 Tf
-0.0769 -0.75 TD
0 Tc
(2)Tj
-1.6538 -0.25 TD
(1)Tj
10 0 0 10 78 224.75 Tm
[(neighbour)-376.2 (scheme)-376.2 (itself)-376.1 (facilitates)-376.2 (the)-377 (determination)]TJ
/N10 1 Tf
9 0 0 6 476.14 223.25 Tm
(])Tj
/N6 1 Tf
10 0 0 10 318 223 Tm
[(2.)-500 (Evaluate)-513.2 (the)-514.1 (binding)-513.2 (energy)]TJ
/N7 1 Tf
13.802 0 TD
(E)Tj
/N10 1 Tf
1.013 0 TD
(5)Tj
/N36 1 Tf
1.566 0 TD
(v)Tj
/N10 1 Tf
1.138 0 TD
(1)Tj
10 0 2.68 10 503.19 223 Tm
(f)Tj
/N6 1 Tf
10 0 0 10 512.03 223 Tm
[(;)-698 (ac-)]TJ
/N7 1 Tf
6.5 0 0 6 462.07 220.5 Tm
3.6435 Tc
[(ii)527.7 (i)]TJ
/N6 1 Tf
2.2677 -0.0833 TD
0 Tc
(2)Tj
10 0 0 10 78 212.75 Tm
[(of)-388 (a)-388 (collision)-389.2 (candidate)-388.2 (since)-388.1 (a)-389 (search)-388.1 (can)-388.1 (be)-389 (made)]TJ
25.25 -0.175 TD
[(cept)-385.1 (escaper)-385.2 (if)]TJ
/N7 1 Tf
6.43 0 TD
(E)Tj
/N10 1 Tf
1.025 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
(0.)Tj
/N7 1 Tf
6.5 0 0 6 400.85 208.5 Tm
(i)Tj
/N6 1 Tf
10 0 0 10 78 200.75 Tm
[(during)-439.1 (the)-439 (irregular)-440.2 (force)-439.1 (loop.)-440.1 (Having)-439.2 (identi\256ed)-440.2 (a)]TJ
24 -0.175 TD
[(3.)-500 (Check)-344.1 (whether)-344.2 (nearest)-345.2 (particle)-344.2 (is)-345 (escaping)-344.2 (or)-345 (has)]TJ
-24 -1.025 TD
[(close)-456.1 (neighbour,)-457.2 (the)-457.1 (osculating)-457.2 (semi-major)-457.3 (axis,)]TJ
/N7 1 Tf
20.85 0 TD
(a)Tj
/N6 1 Tf
0.5 0 TD
(,)Tj
3.9 -0.175 TD
[(large)-385.1 (perturbation.)]TJ
-25.25 -1.025 TD
[(may)-450.1 (be)-451 (used)-450.1 (in)-451 (the)-450 (collision)-451.2 (criterion.)-450.2 (If)-451 (accepted,)]TJ
24 -0.175 TD
[(4.)-500 (Subtract)]TJ
/N7 1 Tf
5.117 0 TD
0.268 Tc
(mE)Tj
/N6 1 Tf
2.383 0 TD
0 Tc
[(from)-535.1 (the)-535 (total)-535.1 (energy)]TJ
/N7 1 Tf
9.805 0 TD
(E)Tj
/N6 1 Tf
1.381 0 TD
(and)Tj
/N7 1 Tf
1.979 0 TD
(m)Tj
6.5 0 0 6 376.71 172.5 Tm
1.0174 Tc
[(ii)-15932.3 (t)-4101.5 (i)]TJ
/N6 1 Tf
10 0 0 10 78 164.75 Tm
0 Tc
[(the)-313 (appropriate)-314.3 (global)-314.1 (index)-314.1 (is)-314 (saved)-314.1 (until)-314.1 (the)-314 (end)-314.1 (of)]TJ
25.25 -0.175 TD
(from)Tj
/N7 1 Tf
2.329 0 TD
(M)Tj
/N6 1 Tf
1.063 0 TD
(.)Tj
/N7 1 Tf
6.5 0 0 6 362.06 160.5 Tm
(t)Tj
/N6 1 Tf
10 0 0 10 78 152.75 Tm
[(the)-349 (integration)-350.2 (cycle.)-350.1 (The)-350.1 (main)-350.1 (steps)-350.1 (of)-350 (the)-350 (coalesc-)]TJ
24 -0.175 TD
[(5.)-500 (Correct)-344.2 (the)-345 (irregular)-345.2 (force)-344.1 (and)-345.1 (\256rst)-345.1 (difference)-345.2 (for)]TJ
-24 -1.025 TD
[(ence)-385.1 (procedure)-385.2 (\()37 (routine)]TJ
/N7 1 Tf
10.114 0 TD
[(CO)-55 (AL)]TJ
/N6 1 Tf
2.704 0 TD
[(\))-385 (are)-385 (as)-385 (follows:)]TJ
12.432 -0.175 TD
[(each)-385.1 (neighbour.)]TJ
-1.25 -1.2 TD
[(6.)-500 (Reduce)]TJ
/N7 1 Tf
4.635 0 TD
(N)Tj
/N6 1 Tf
1.11 0 TD
[(by)-387 (1)-386 (and)-387.1 (update)-387.1 (all)]TJ
/N7 1 Tf
8.544 0 TD
(COMMON)Tj
/N6 1 Tf
4.868 0 TD
(arrays)Tj
6.5 0 0 6 282.35 120 Tm
0.0928 Tc
(\(3\))Tj
10 0 0 10 78 115 Tm
0 Tc
[(1.)-500 (Improve)-360.2 (the)-360 (collision)-361.2 (candidate)-360.2 (\()]TJ
/N7 1 Tf
15.096 0 TD
(j)Tj
/N6 1 Tf
0.371 0 TD
[(\))-360 (t)0 (o)-360 (order)]TJ
/N8 1 Tf
4.302 0 TD
(F)Tj
/N6 1 Tf
1.581 0 TD
[(.)-3650 (\()37 (routine)]TJ
/N7 1 Tf
7.414 0 TD
[(REMO)36.9 (VE)]TJ
/N6 1 Tf
4.054 0 TD
(\).)Tj
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 11 11
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(287)Tj
10 0 0 10 78 679 Tm
[(7.)-500 (Re-de\256ne)-475.2 (coordinates)-476.3 (and)-475.1 (velocities)-476.2 (in)-475 (the)-476 (c.m.)-2400.1 (5.)-500 (De\256ne)-966.1 (individual)-966.2 (mass)-967.1 (densities)]TJ
/N10 1 Tf
10 0 2.68 10 493.77 679 Tm
(r)Tj
10 0 0 10 502.79 679 Tm
(5)Tj
/N6 1 Tf
0.999 0 TD
(3)Tj
/N7 1 Tf
0.5 0 TD
(M)Tj
/N6 1 Tf
1.344 0 TD
(/)Tj
/N7 1 Tf
6.5 0 0 6 498.71 676.5 Tm
(i)Tj
/N6 1 Tf
4.2446 0 TD
(5)Tj
-26.9323 -0.75 TD
(3)Tj
10 0 0 10 90.5 667 Tm
[(frame)-385.1 (and)-385.1 (correct)]TJ
/N7 1 Tf
7.707 0 TD
(E)Tj
/N6 1 Tf
0.841 0 TD
15.202 Tc
[(.\()15165 (4)]TJ
/N10 1 Tf
10 0 2.68 10 339.2 667 Tm
0 Tc
(p)Tj
/N7 1 Tf
10 0 0 10 346.42 667 Tm
(r)Tj
/N6 1 Tf
0.899 0 TD
(\).)Tj
/N7 1 Tf
6.5 0 0 6 173.62 664.5 Tm
(t)Tj
/N6 1 Tf
27.3262 0 TD
(6)Tj
10 0 0 10 318 655 Tm
[(6.)-500 (Form)-385.1 (the)-385 (density)-385.1 (centre)]TJ
/N8 1 Tf
11.695 0 TD
(r)Tj
/N10 1 Tf
1.027 0 TD
(5)Tj
/N11 1 Tf
1 0 TD
(o)Tj
/N8 1 Tf
1.107 0 TD
(r)Tj
/N10 1 Tf
10 0 2.68 10 473.96 655 Tm
(r)Tj
/N6 1 Tf
10 0 0 10 482.38 655 Tm
(/)Tj
/N11 1 Tf
0.389 0 TD
(o)Tj
/N10 1 Tf
10 0 2.68 10 497.35 655 Tm
(r)Tj
/N6 1 Tf
10 0 0 10 504.65 655 Tm
(.)Tj
/N7 1 Tf
6.5 0 0 6 439.7 652.5 Tm
4.3231 Tc
[(di)3391.9 (i)1004.2 (i)]TJ
/N6 1 Tf
10 0 0 10 318 643 Tm
0 Tc
[(7.)-500 (Obtain)-437.1 (core)-437.1 (radius)]TJ
/N7 1 Tf
9.448 0 TD
(R)Tj
/N6 1 Tf
1.428 0 TD
[(and)-437.1 (average)-437.2 (core)-437.1 (density,)]TJ
-33.876 -0.075 TD
[(In)-439 (a)-439 (second)-439.1 (stage,)-440.1 (routine)]TJ
/N7 1 Tf
11.388 0 TD
(CMCORR)Tj
/N6 1 Tf
4.55 0 TD
[(\()37 (option)-440.1 (18)-37 (\))]TJ
/N7 1 Tf
6.5 0 0 6 418.9 640.5 Tm
(c)Tj
/N6 1 Tf
-7.0831 -0.75 TD
(2)Tj
/N11 1 Tf
10 0 0 10 330.5 631 Tm
(k)Tj
/N10 1 Tf
10 0 2.68 10 334.38 631 Tm
(r)Tj
/N11 1 Tf
10 0 0 10 340.31 631 Tm
(l)Tj
/N10 1 Tf
0.499 0 TD
(5)Tj
/N11 1 Tf
1 0 TD
(o)Tj
/N10 1 Tf
10 0 2.68 10 366.37 631 Tm
(r)Tj
/N6 1 Tf
10 0 0 10 377.77 631 Tm
(/)Tj
/N11 1 Tf
0.389 0 TD
(o)Tj
/N10 1 Tf
10 0 2.68 10 392.74 631 Tm
(r)Tj
/N6 1 Tf
10 0 0 10 400.05 631 Tm
(.)Tj
-32.205 -0.075 TD
[(adjusts)-284.1 (all)-285 (coordinates)-285.3 (and)-284.1 (velocities)-285.2 (to)-285 (the)-285 (centre-of-)]TJ
/N7 1 Tf
6.5 0 0 6 372.86 628.5 Tm
3.5405 Tc
(ii)Tj
/N6 1 Tf
10 0 0 10 78 618.25 Tm
0 Tc
[(mass)-605.1 (rest)-605.1 (frame.)-605.1 (Appropriate)-605.3 (modi\256cation)-605.3 (of)-606 (the)]TJ
0 -1.2 TD
[(total)-353.1 (energy)-353.1 (involves)-353.2 (a)-354 (correction)-353.2 (to)-353 (the)-353 (new)-354.1 (kinetic)]TJ
25 -0.325 TD
[(In)-426 (the)-426 (AC)-426 (scheme,)-427.2 (central)-426.2 (particles)-426.2 (tend)-426.1 (to)-427 (have)]TJ
6.5 0 0 6 481.66 596 Tm
(3)Tj
10 0 0 10 78 594.25 Tm
[(energy,)-320.2 (and)-320.1 (the)-320 (primary)-321.2 (integration)-320.2 (variables,)]TJ
/N36 1 Tf
18.917 0 TD
(v)Tj
/N6 1 Tf
1.239 0 TD
(and)Tj
6.5 0 0 6 272.55 591.75 Tm
(0)Tj
10 0 0 10 318 591 Tm
[(the)-647 (largest)-647.1 (neighbour)-647.2 (densities,)]TJ
/N7 1 Tf
14.282 0 TD
(n)Tj
/N6 1 Tf
1.047 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(R)Tj
/N6 1 Tf
1.07 0 TD
[(;)-647 (hence)-648.1 (an)]TJ
6.5 0 0 6 466.37 588.5 Tm
(1)Tj
/N7 1 Tf
2.3523 0 TD
(s)Tj
/N8 1 Tf
10 0 0 10 78 582.25 Tm
(r)Tj
/N6 1 Tf
1.265 0 TD
[(are)-385 (updated)-385.2 (consistently.)]TJ
6.5 0 0 6 82.99 579.75 Tm
(0)Tj
10 0 0 10 318 579 Tm
[(appropriate)-507.2 (averaging)-507.2 (would)-507.1 (also)-507.1 (yield)-507.1 (a)-507 (well)-507.1 (de-)]TJ
0 -1.2 TD
[(\256ned)-332.1 (density)-332.1 (centre.)-221.1 (Where)-332.1 (relevant,)-332.2 (any)-333.1 (discussions)]TJ
10 0 2.68 10 78 556.75 Tm
(4.8.)Tj
/N7 1 Tf
10 0 0 10 98.55 556.75 Tm
[(Density)-385.2 (centre)]TJ
/N6 1 Tf
21.945 -0.175 TD
[(\()37 (and)-846.1 (algorithms)36.8 (\))-846 (involving)-847.2 (the)-846.1 (central)-847.2 (distance)]TJ
0 -1.2 TD
[(should)-633.1 (be)-634 (interpreted)-634.2 (as)-634 (referring)-634.2 (to)-634 (the)-634 (density)]TJ
-23 -1.025 TD
[(Models)-304.2 (of)-304 (centrally)-305.2 (concentrated)-304.3 (systems)-304.2 (are)-305 (most)]TJ
23 -0.175 TD
[(centre)-654.1 (\()-37 (i.e.)-654.1 (using)]TJ
/N11 1 Tf
8.164 0 TD
(u)Tj
/N8 1 Tf
0.222 0 TD
(r)Tj
/N10 1 Tf
0.883 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(r)Tj
/N11 1 Tf
0.873 0 TD
(u)Tj
/N6 1 Tf
0.259 0 TD
[(\),)-654 (which)-654.1 (is)-654 (updated)-655.2 (at)]TJ
/N7 1 Tf
6.5 0 0 6 406.62 528.5 Tm
2.6174 Tc
(id)Tj
/N6 1 Tf
10 0 0 10 78 520.75 Tm
0 Tc
[(conveniently)-348.3 (analysed)-348.2 (with)-348.1 (respect)-348.2 (to)-348 (a)-348 (well)-349.1 (de\256ned)]TJ
24 -0.175 TD
[(output)-385.1 (times.)]TJ
-24 -1.025 TD
[(cluster)-392.1 (centre,)-393.2 (in)-393 (accordance)-393.2 (with)-393.1 (standard)-393.2 (observa-)]TJ
0 -1.2 TD
[(tional)-548.1 (practice.)-548.2 (Following)-548.2 (analytical)-548.2 (estimates)-549.2 (and)]TJ
10 0 2.68 10 318 487 Tm
(4.9.)Tj
/N7 1 Tf
10 0 0 10 338.55 487 Tm
[(Error)-385.1 (checking)]TJ
/N6 1 Tf
-26.055 -0.225 TD
[(extensive)-348.2 (numerical)-349.2 (experiments,)-348.3 (Casertano)-349.2 (and)-349.1 (Hut)]TJ
0 -1.2 TD
[(\()-37 (1985)-37.1 (\))-282 (have)-282.1 (proposed)-282.2 (an)-282 (operational)-282.3 (de\256nition)-282.2 (of)-282 (the)]TJ
25 -0.975 TD
[(In)-392 (standard)-393.2 (simulations,)-393.3 (energy)-393.1 (conservation)-393.3 (may)]TJ
-25 -0.225 TD
[(density)-385.1 (centre)-385.1 (and)-385.1 (corresponding)-385.3 (core)-385.1 (radius.)]TJ
24 -0.975 TD
[(be)-295 (employed)-296.2 (as)-296 (a)-295 (check)-296.1 (to)-296 (safeguard)-295.2 (the)-296 (results)-296.1 (from)]TJ
-23 -0.225 TD
[(The)-332.1 (original)-332.2 (de\256nition)-333.2 (of)-332 (the)-332.1 (core)-333.1 (radius)-332.1 (has)-333.1 (been)]TJ
23 -0.975 TD
[(any)-304.1 (spurious)-304.2 (procedures)-305.2 (such)-304.1 (as)-304 (force)-305.1 (discontinuities)]TJ
-24 -0.225 TD
[(modi\256ed)-570.2 (slightly)-570.2 (in)-570 (order)-570.1 (to)-570 (obtain)-570.1 (a)-570 (convergent)]TJ
24 -0.975 TD
[(or)-309 (inappropriate)-309.3 (program)-309.2 (usage.)-309.1 (Even)-309.1 (systems)-309.2 (which)]TJ
-24 -0.225 TD
[(result)-552.1 (using)-553.1 (a)-553 (smaller)-553.2 (\()37 (central)-37.1 (\))-552 (sample)-553.1 (\()]TJ
/N7 1 Tf
17.609 0 TD
(n)Tj
/N11 1 Tf
0.704 0 TD
(.)Tj
/N7 1 Tf
0.999 0 TD
(N)Tj
/N6 1 Tf
0.778 0 TD
0.112 Tc
[(/2)75 (\))112 (.)]TJ
3.91 -0.975 TD
0 Tc
[(include)-404.2 (collisions,)-404.2 (escape)-404.1 (and)-111.1 (/)-111 (o)0 (r)-404 (analytical)-405.2 (external)]TJ
-24 -0.225 TD
[(Thus)-665.1 (the)-666 (core)-665.1 (radius)-666.1 (is)-666 (determined)-665.2 (by)-666 (the)-666 (rms)]TJ
24 -0.975 TD
[(potentials)-347.2 (may)-348.1 (be)-348 (treated)-348.1 (in)-348 (this)-347.1 (way,)-348.1 (since)-348.1 (the)-348 (total)]TJ
-24 -0.225 TD
(expression)Tj
24 -0.975 TD
[(energy)-385.1 (is)-385 (adjusted)-385.2 (accordingly.)]TJ
/N7 1 Tf
6.5 0 0 6 110.87 386 Tm
(n)Tj
/N6 1 Tf
10.0369 -0.1667 TD
0.1664 Tc
(1/2)Tj
10 0 0 10 328 379 Tm
0 Tc
[(By)-575 (saving)-576.1 (all)]TJ
/N7 1 Tf
6.505 0 TD
(COMMON)Tj
/N6 1 Tf
5.056 0 TD
[(variables)-576.2 (at)-576 (speci\256ed)]TJ
6.5 0 0 6 153.34 378.5 Tm
1.0538 Tc
(22)Tj
/N11 1 Tf
24 0 0 24 107.17 373.5 Tm
0 Tc
(O)Tj
10 0 0 10 120.79 373.5 Tm
(u)Tj
/N8 1 Tf
0.222 0 TD
(r)Tj
/N10 1 Tf
0.883 0 TD
(2)Tj
/N8 1 Tf
1 0 TD
(r)Tj
/N11 1 Tf
0.873 0 TD
(u)Tj
/N10 1 Tf
10 0 2.68 10 156.95 373.5 Tm
(r)Tj
/N7 1 Tf
6.5 0 0 6 127.77 371 Tm
2.6189 Tc
[(id)528.1 (i)]TJ
/N6 1 Tf
10 0 0 10 318 367 Tm
0 Tc
[(intervals)-367.2 (\()37 (usually)-368.1 (each)-368.1 (output)-37.1 (\),)-368 (the)-368 (last)-368.1 (interval)-368.2 (may)]TJ
/N7 1 Tf
6.5 0 0 6 106.78 365.25 Tm
(i)Tj
/N10 1 Tf
0.3708 0 TD
(5)Tj
/N6 1 Tf
0.8877 0 TD
(1)Tj
/N10 1 Tf
30 0 0 10 105.67 360.25 Tm
(]]])Tj
34 0 0 10 150.67 360.25 Tm
(])Tj
/N7 1 Tf
10 0 0 10 78 359.75 Tm
(R)Tj
/N10 1 Tf
1.157 0 TD
(5)Tj
/N6 1 Tf
9.738 0 TD
[(,)-8715 (\()-37 (21)-37 (\))]TJ
/N7 1 Tf
6.5 0 0 6 84.42 357.25 Tm
(c)Tj
/N11 1 Tf
35 0 0 35 97.91 357.25 Tm
1.7749 Tc
(12)Tj
/N6 1 Tf
6.5 0 0 6 145.06 355.75 Tm
0 Tc
(2)Tj
10 0 0 10 318 355 Tm
[(be)-767 (re-calculated)-768.3 (with)-767.1 (reduced)-768.2 (time-steps)-767.2 (if)-768 (the)]TJ
/N11 1 Tf
24 0 0 24 125.15 350.75 Tm
(O)Tj
/N10 1 Tf
10 0 2.68 10 138.58 350.75 Tm
(r)Tj
/N7 1 Tf
6.5 0 0 6 145.06 348.25 Tm
(i)Tj
/N6 1 Tf
10 0 0 10 318 343 Tm
[(energy)-716.1 (change)-716.1 (exceeds)-716.2 (the)-716 (prescribed)-716.2 (tolerance.)]TJ
-24 -1.15 TD
(where)Tj
/N8 1 Tf
3.08 0 TD
(r)Tj
/N6 1 Tf
1.499 0 TD
[(denotes)-638.2 (the)-638.1 (coordinates)-638.3 (of)-638 (the)-638 (density)]TJ
19.421 -0.05 TD
[(Since)-492.1 (unit)-492.1 (1)-492 (\()37 (option)-492.1 (1)-37 (\))-492 (is)-492 (reserved)-492.2 (for)]TJ
/N7 1 Tf
17.156 0 TD
(COMMON)Tj
6.5 0 0 6 113.56 329 Tm
(d)Tj
/N6 1 Tf
10.4262 -0.75 TD
(3)Tj
10 0 0 10 78 319.5 Tm
[(centre)-503.1 (and)]TJ
/N10 1 Tf
10 0 2.68 10 126.94 319.5 Tm
(r)Tj
10 0 0 10 135.96 319.5 Tm
(5)Tj
/N6 1 Tf
1 0 TD
[(15)-111 (/)-74 (\()-37 (4)]TJ
/N10 1 Tf
10 0 2.68 10 169.29 319.5 Tm
(p)Tj
/N7 1 Tf
10 0 0 10 176.52 319.5 Tm
(r)Tj
/N6 1 Tf
0.899 0 TD
[(\))-504 (i)0 (s)-504 (the)-504 (density)-504.1 (estimator)]TJ
13.249 -0.05 TD
[(save)-620.1 (at)-620 (termination,)-620.3 (unit)-621.1 (2)-620 (i)0 (s)-620 (employed)-620.2 (for)-621 (this)]TJ
/N7 1 Tf
6.5 0 0 6 131.89 317 Tm
(i)Tj
/N6 1 Tf
7.6062 0 TD
(6)Tj
10 0 0 10 78 307.5 Tm
[(de\256ned)-368.1 (with)-368.1 (respect)-368.2 (to)-368 (the)-368 (sixth)-368.1 (nearest)-368.2 (particle,)]TJ
/N7 1 Tf
20.524 0 TD
(r)Tj
/N6 1 Tf
0.826 0 TD
(.)Tj
2.65 -0.05 TD
[(purpose.)-578.2 (Thus)-578.1 (if)]TJ
/N7 1 Tf
7.761 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
(\(2\))Tj
/N10 1 Tf
1.296 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.888 0 TD
[(1,)-578 (a)]TJ
/N7 1 Tf
2.35 0 TD
(COMMON)Tj
/N6 1 Tf
5.059 0 TD
[(save)-579.1 (is)]TJ
6.5 0 0 6 287.69 305 Tm
(6)Tj
10 0 0 10 78 295.5 Tm
[(W)56 (e)-428 (also)-427.1 (generalize)-428.2 (the)-427 (density)-428.1 (estimator)-427.2 (to)-428 (include)]TJ
24 -0.05 TD
[(performed)-318.2 (every)-319.1 (output,)-318.2 (provided)-319.2 (the)-318.1 (relative)-319.2 (energy)]TJ
-24 -1.15 TD
[(the)-747 (actual)-748.1 (mass)-748.1 (of)-747 (the)]TJ
/N7 1 Tf
11.403 0 TD
(\256ve)Tj
/N6 1 Tf
2.173 0 TD
[(nearest)-748.2 (neighbours)]TJ
10.424 -0.05 TD
(error)Tj
/N7 1 Tf
2.338 0 TD
(DE)Tj
/N6 1 Tf
1.728 0 TD
[(\()37 (scaled)-395.1 (by)-395 (the)-395.1 (kinetic)-395.1 (or)-395 (potential)-396.2 (energy)-37.1 (\))]TJ
-28.066 -1.15 TD
[(\()-37 (Spurzem,)-430.2 (1991)-37.1 (\))-431 (i)0 (n)-430 (order)-431.1 (to)-431 (be)-430 (consistent)-431.2 (with)-431.1 (the)]TJ
24 -0.05 TD
(satis\256es)Tj
/N7 1 Tf
3.836 0 TD
(DE)Tj
/N10 1 Tf
1.556 0 TD
(,)Tj
/N6 1 Tf
0.999 0 TD
(5*)Tj
/N7 1 Tf
1 0 TD
(QE)Tj
/N6 1 Tf
1.333 0 TD
[(,)-670 (where)]TJ
/N7 1 Tf
4.033 0 TD
(QE)Tj
/N6 1 Tf
2.059 0 TD
[(is)-670 (the)-670 (speci\256ed)]TJ
-38.816 -1.15 TD
[(original)-310.2 (expression)-311.2 (for)-310 (equal)-311.1 (masses)-311.1 (\()37 (cf.)-310 (Eq.)-311.1 (\()-37 (V)167 (.3)-37 (\))-311 (o)0 (f)]TJ
24 -0.05 TD
(tolerance.)Tj
-24 -1.15 TD
[(Casertano)-569.2 (and)-569.1 (Hut)-37.1 (\).)-569 (The)-570.1 (density)-569.1 (centre)-569.1 (and)-570.1 (core)]TJ
25 -0.05 TD
[(Modi\256cations)-676.3 (of)-677 (the)-676 (accuracy)-677.2 (parameters)-677.2 (take)]TJ
-25 -1.15 TD
[(radius)-498.1 (are)-499 (determined)-499.2 (in)-499 (routine)]TJ
/N7 1 Tf
14.269 0 TD
(CORE)Tj
/N6 1 Tf
3.11 0 TD
[(\()37 (option)-499.1 (8)-37 (\))]TJ
6.621 -0.05 TD
[(place)-329.1 (if)]TJ
/N7 1 Tf
3.38 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
(\(2\))Tj
/N10 1 Tf
1.295 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.889 0 TD
[(2.)-329 (Thus)-330.1 (if)]TJ
/N7 1 Tf
4.35 0 TD
(DE)Tj
/N10 1 Tf
1.555 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
(5*)Tj
/N7 1 Tf
1 0 TD
(QE)Tj
/N6 1 Tf
1.333 0 TD
[(,)-330 (the)-330 (previous)]TJ
-40.024 -1.15 TD
[(according)-385.2 (to)-385 (the)-385 (schematic)-385.2 (algorithm:)]TJ
/N7 1 Tf
24 -0.05 TD
(COMMON)Tj
/N6 1 Tf
4.986 0 TD
[(variables)-506.2 (are)-506.1 (read)-506.1 (from)-506.1 (unit)-506.1 (2,)-506 (where-)]TJ
-4.986 -1.2 TD
(upon)Tj
/N7 1 Tf
2.374 0 TD
[(ET)-56 (AI)]TJ
/N6 1 Tf
2.578 0 TD
(and)Tj
/N7 1 Tf
1.818 0 TD
[(ET)-56 (AR)]TJ
/N6 1 Tf
2.838 0 TD
[(are)-374.1 (reduced)-375.2 (by)-374 (a)-375 (factor)-374.1 (of)-375 (2,)]TJ
-33.608 -1.2 TD
[(1.)-500 (Select)-460.1 (all)-461 (particles)-460.2 (inside)-461.1 (max)-184.1 (\()-37 (3)]TJ
/N7 1 Tf
15.089 0 TD
(R)Tj
/N6 1 Tf
0.987 0 TD
(,)Tj
/N7 1 Tf
0.71 0 TD
(R)Tj
/N6 1 Tf
1.06 0 TD
[(\))-461 (a)0 (s)-461 (data)-2400.1 (and)-712.1 (the)-712 (current)-712.2 (time-steps)-712.2 (are)-712 (reduced)-712.2 (partially)]TJ
/N7 1 Tf
6.5 0 0 6 235.32 196.5 Tm
2.1668 Tc
(ch)Tj
/N6 1 Tf
10 0 0 10 90.5 187 Tm
0 Tc
[(sample.)-19667.2 (\()37 (subject)-456.2 (to)]TJ
/N10 1 Tf
27.569 0 TD
(D)Tj
/N7 1 Tf
0.667 0 TD
(t)Tj
/N10 1 Tf
0.729 0 TD
($)Tj
/N7 1 Tf
0.999 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
(t)Tj
/N6 1 Tf
0.599 0 TD
[(\).)-456 (A)-456 (second)-456.1 (restart)-456.1 (is)-457 (carried)]TJ
/N7 1 Tf
6.5 0 0 6 375.95 184.5 Tm
4.6605 Tc
(ii)Tj
/N6 1 Tf
10 0 0 10 78 175 Tm
0 Tc
[(2.)-500 (Form)-335.1 (a)-336 (list)-335.1 (of)-336 (the)-335 (six)-336 (nearest)-335.2 (neighbours)-336.2 (for)-336 (each)-2400.1 (out)-471.1 (if)-471 (this)-472.1 (procedure)-471.2 (does)-471.1 (not)-472.1 (satisfy)-471.1 (the)-472 (accuracy)]TJ
1.25 -1.2 TD
[(selected)-385.2 (particle.)-15895.2 (criterion)-375.2 (\()37 (using)-375.1 (the)-376 (counter)]TJ
/N7 1 Tf
34.323 0 TD
[(NDU)-37.1 (MP)]TJ
/N6 1 Tf
3.666 0 TD
[(\).)-375 (If)-376 (a)-375 (restart)-376.1 (is)]TJ
-39.239 -1.2 TD
[(3.)-500 (Sort)-489.1 (the)-490 (list)-489.1 (of)-490 (six)-489 (square)-490.1 (distances)-489.2 (to)-490 (\256nd)-490.1 (the)-2400 (not)-457.1 (required)-457.2 (but)]TJ
/N7 1 Tf
31.259 0 TD
(DE)Tj
/N10 1 Tf
1.555 0 TD
(.)Tj
/N7 1 Tf
1 0 TD
(QE)Tj
/N6 1 Tf
1.333 0 TD
[(,)-457 (the)-457 (integration)-458.2 (parame-)]TJ
6.5 0 0 6 128.78 144 Tm
(2)Tj
49.3677 0 TD
0.1664 Tc
(1/2)Tj
10 0 0 10 90.5 139 Tm
0 Tc
[(largest)-385.1 (\()]TJ
/N7 1 Tf
3.347 0 TD
(r)Tj
/N6 1 Tf
0.899 0 TD
[(\).)-17921 (ters)-404.1 (are)-404 (decreased)-404.2 (by)-404 (\()]TJ
/N7 1 Tf
28.097 0 TD
(QE)Tj
/N6 1 Tf
1.444 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(DE)Tj
/N6 1 Tf
1.426 0 TD
[(\))-1102 (,)-404 (whereas)-404.2 (a)-405 (small)]TJ
6.5 0 0 6 128.78 136.5 Tm
(6)Tj
10 0 0 10 78 127 Tm
[(4.)-500 (Obtain)-552.1 (the)-552 (total)-552.1 (mass)-553.1 (\()]TJ
/N7 1 Tf
11.477 0 TD
(M)Tj
/N6 1 Tf
1.269 0 TD
0.552 Tc
[(\)o)552 (ft)552 (h)552 (e)]TJ
/N7 1 Tf
4.044 0 TD
0 Tc
(\256ve)Tj
/N6 1 Tf
1.978 0 TD
[(nearest)-2400.2 (increase)-589.2 (is)-590 (allowed)-590.2 (if)]TJ
/N7 1 Tf
15.311 0 TD
(DE)Tj
/N10 1 Tf
1.555 0 TD
(,)Tj
/N6 1 Tf
1 0 TD
(0.2*)Tj
/N7 1 Tf
1.75 0 TD
(QE)Tj
/N6 1 Tf
1.96 0 TD
(and)Tj
/N7 1 Tf
2.034 0 TD
[(ET)-55 (AI)]TJ
/N10 1 Tf
2.389 0 TD
(,)Tj
/N6 1 Tf
6.5 0 0 6 201.28 124.5 Tm
(5)Tj
10 0 0 10 90.5 115 Tm
(neighbours.)Tj
/N7 1 Tf
22.75 0 TD
[(ET)-55 (A)]TJ
/N6 1 Tf
1.833 0 TD
[(0)-385 (\()-37 (initial)-385.1 (value)-385.1 (of)]TJ
/N7 1 Tf
7.743 0 TD
[(ET)-56 (AI)]TJ
/N6 1 Tf
2.259 0 TD
(\).)Tj
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 12 12
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(288)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
/N8 1 Tf
10 0 0 10 78 679 Tm
[(5.)-500 (Practical)-385.2 (aspects)]TJ
/N6 1 Tf
24 0 TD
[(1964;)-418.1 (Goodman)-418.2 (et)-418 (al.,)-418.1 (1993)-37.1 (\).)-418 (However,)-418.2 (in)-418 (view)-418.1 (of)]TJ
0 -1.2 TD
[(the)-423 (chaotic)-424.1 (nature)-424.1 (of)-424 (the)]TJ
/N7 1 Tf
10.783 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-424.1 (problem,)-424.2 (it)-424 (is)-424 (not)]TJ
-34.487 -1.2 TD
[(The)-332.1 (\256nal)-332.1 (section)-333.1 (is)-332 (devoted)-332.2 (to)-333 (practical)-332.2 (aspects)-333.2 (of)-2400 (justi\256ed)-408.2 (to)-409 (aim)-408 (for)-409.1 (the)-409 (highest)-408.2 (possible)-409.2 (accuracy)-409.2 (at)]TJ
/N7 1 Tf
-1 -1.2 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-751.1 (simulations,)-752.3 (and)-751.1 (also)-752.1 (summarizes)-752.3 (some)-2400.1 (the)-617.1 (expense)-618.2 (of)-618 (curtailing)-618.2 (the)-618 (integration)-618.2 (time)-618.1 (or)]TJ
-0.704 -1.2 TD
[(features)-385.2 (of)-385 (a)-385 (test)-385.1 (calculation.)-11991.3 (particle)-475.2 (number.)-476.2 (This)-476.1 (is)-475 (particularly)-476.2 (relevant)-476.2 (when)]TJ
24 -1.2 TD
[(using)-720.1 (an)-721 (approximate)-721.3 (model)-721.1 (for)-721.1 (the)-721 (interaction)]TJ
10 0 2.68 10 78 607 Tm
(5.1.)Tj
/N7 1 Tf
10 0 0 10 98.55 607 Tm
[(Performance)-385.3 (and)-441.1 (Accuracy)]TJ
/N6 1 Tf
21.945 0 TD
(potential.)Tj
1 -1.2 TD
[(The)-573.1 (most)-573.1 (noticeable)-573.2 (systematic)-573.2 (errors)-573.1 (are)-573 (con-)]TJ
-24 -1.2 TD
[(The)-322.1 (litmus)-322.1 (test)-322.1 (of)-322 (a)-323 (good)-322.1 (code)-322.1 (lies)-322.1 (in)-322 (its)-322 (ability)-323.1 (to)-2400 (nected)-280.1 (with)-280.1 (the)-281 (integration)-280.2 (of)-280 (binaries,)-281.2 (and)-280.1 (this)-281.1 (effect)]TJ
-1 -1.2 TD
[(produce)-447.2 (satisfactory)-447.3 (solutions)-447.2 (in)-447 (a)-447 (given)-447.1 (time.)-448.1 (The)-2400.1 (is)-308 (also)-308.1 (present)-308.2 (when)-308.1 (using)-309.1 (a)-308 (softening)-308.2 (parameter.)-197.2 (W)55 (e)]TJ
T*
[(CPU)-646.1 (time)-647.1 (requirement)-647.3 (is)-647 (particularly)-647.3 (crucial)-647.2 (for)-2400.1 (can)-356.1 (measure)-357.2 (the)-356 (characteristic)-357.3 (error)-356.1 (of)-357 (the)-357 (two-body)]TJ
/N7 1 Tf
T*
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-608.1 (simulations,)-608.3 (which)-608.1 (are)-608 (often)-608.1 (designed)-608.2 (to)-2400 (motion)-470.1 (by)-470 (studying)-471.2 (binaries)-470.2 (in)-471 (isolation,)-470.2 (using)-471.1 (the)]TJ
-0.704 -1.2 TD
[(make)-465.1 (full)-465.1 (use)-466.1 (of)-465 (the)-465 (available)-466.2 (resources,)-465.2 (as)-465 (in)-466 (the)-2400 (equivalent)-576.2 (formulation)-576.3 (with)-576.1 (one)-576.1 (force)-576.1 (polynomial)]TJ
T*
[(case)-363.1 (of)-364 (dedicated)-364.2 (workstations.)-364.3 (In)-363 (view)-364.1 (of)-364 (the)-364 (time-)-2400.1 (\()-37 (program)]TJ
/N7 1 Tf
28.184 0 TD
(NBODY)Tj
/N6 1 Tf
3.333 0 TD
[(1)-37 (\))0 (.)-427 (For)-426.1 (a)-426 (binary)-426.1 (with)-427.1 (eccentricity)]TJ
-31.517 -1.2 TD
[(consuming)-420.2 (nature)-420.1 (of)-420 (such)-420.1 (calculations,)-420.3 (code)-420.1 (design)-2400.1 (0.8)-391 (\()37 (and)-391.1 (no)-392 (softening)-37.2 (\))-391 (the)-391 (systematic)-392.2 (error)-391.1 (in)-392 (semi-)]TJ
/N10 1 Tf
6.5 0 0 6 503.81 504 Tm
(2)Tj
/N6 1 Tf
0.8892 0 TD
(5)Tj
10 0 0 10 78 499 Tm
[(must)-594.1 (inevitably)-594.2 (be)-594 (based)-595.1 (on)-594 (a)-594 (trade-off)-595.2 (between)-2400.2 (major)-301.1 (axis)-302.1 (per)-302.1 (revolution)-302.2 (is)]TJ
/N10 1 Tf
10 0 2.68 10 432.71 499 Tm
(d)Tj
/N7 1 Tf
10 0 0 10 438.26 499 Tm
(a)Tj
/N6 1 Tf
0.611 0 TD
(/)Tj
/N7 1 Tf
0.353 0 TD
(a)Tj
/N10 1 Tf
0.703 0 TD
0.334 Tc
(52)Tj
/N6 1 Tf
2.166 0 TD
0 Tc
(3)Tj
/N10 1 Tf
0.667 0 TD
(3)Tj
/N6 1 Tf
0.999 0 TD
[(10)-1297 (with)]TJ
/N10 1 Tf
6.5 0 0 6 418.87 492 Tm
(2)Tj
/N6 1 Tf
0.8892 0 TD
(6)Tj
10 0 0 10 78 487 Tm
[(speed)-385.1 (and)-385.1 (accuracy.)]TJ
/N10 1 Tf
10 0 2.68 10 318 487 Tm
(h)Tj
10 0 0 10 326.14 487 Tm
(5)Tj
/N6 1 Tf
1 0 TD
[(0.02)-753.1 (\()37 (o)0 (r)]TJ
/N10 1 Tf
4.552 0 TD
(2)Tj
/N6 1 Tf
1 0 TD
(6)Tj
/N10 1 Tf
0.666 0 TD
(3)Tj
/N6 1 Tf
1 0 TD
[(10)-1747 (with)]TJ
/N10 1 Tf
10 0 2.68 10 460.18 487 Tm
(h)Tj
10 0 0 10 468.33 487 Tm
(5)Tj
/N6 1 Tf
0.999 0 TD
[(0.01)-37.1 (\),)-754 (which)]TJ
-39.032 -1.2 TD
[(In)-593 (the)-593 (present)-593.2 (version,)-593.2 (we)-593 (have)-593.1 (made)-593.1 (a)-593 (com-)-2400.1 (corresponds)-361.3 (to)-361 (about)-361.1 (140)-362.1 (\()-37 (200)-37.1 (\))-361 (integration)-361.2 (steps)-362.1 (for)]TJ
-1 -1.2 TD
[(promise)-362.2 (by)-361 (de\256ning)-362.2 (the)-362 (basic)-362.1 (variables)]TJ
/N8 1 Tf
16.558 0 TD
(r)Tj
/N6 1 Tf
0.88 0 TD
(,)Tj
/N8 1 Tf
0.612 0 TD
(r)Tj
/N6 1 Tf
0.712 0 TD
(,)Tj
/N18 1 Tf
0.612 0 TD
(v)Tj
/N6 1 Tf
0.955 0 TD
(,)Tj
/N7 1 Tf
0.612 0 TD
(t)Tj
/N6 1 Tf
3.059 0 TD
[(each)-385.1 (component.)]TJ
6.5 0 0 6 248.58 460.5 Tm
(0)Tj
/N7 1 Tf
2.2585 0 TD
(t)Tj
/N6 1 Tf
2.1877 0 TD
1.5415 Tc
(00)Tj
10 0 0 10 78 451 Tm
0 Tc
[(\()37 (and)-462.1 (global)-463.1 (time)36.9 (\))-463 (i)0 (n)-463 (full)-463.1 (double)-463.1 (precision,)-463.2 (with)-463.1 (all)]TJ
0 -1.2 TD
[(other)-360.1 (variables)-360.2 (in)-360 (standard)-360.2 (precision.)-360.2 (This)-360.1 (gives)-360.1 (rise)]TJ
10 0 2.68 10 318 427.25 Tm
(5.2.)Tj
/N7 1 Tf
10 0 0 10 338.55 427.25 Tm
[(Sof)-19.1 (tening)]TJ
/N6 1 Tf
-26.055 -0.025 TD
[(to)-283 (a)-284 (faster)-284.1 (force)-284.1 (calculation)-284.2 (while)-284.1 (the)-284 (dominant)-284.2 (terms)]TJ
0 -1.2 TD
[(of)-283 (the)-284 (Taylor)-283.1 (series)-284.1 (are)-283 (retained)-284.2 (to)-283 (higher)-284.1 (accuracy)-284.2 (at)]TJ
25 -1.175 TD
[(The)-719.1 (force)-719.1 (law)-719 (\()-37 (1)-37 (\))-719 (is)-719 (based)-719.1 (on)-719 (the)-720.1 (softened)]TJ
-25 -0.025 TD
[(little)-347.1 (extra)-347.1 (cost.)-347.1 (Assuming)-348.2 (a)-347 (Fortran)-347.2 (77)-347 (compiler)-348.2 (\()37 (o)0 (r)]TJ
6.5 0 0 6 399.95 396 Tm
2.9277 Tc
[(22)2273.9 (1)2761.5 (/)2761.1 (2)]TJ
10 0 0 10 78 391 Tm
0 Tc
[(better)36.9 (\),)-562 (the)-563 (precision)-563.2 (of)-563 (the)-563 (code)-563.1 (may)-563.1 (readily)-563.1 (be)-2400 (potential)]TJ
/N10 1 Tf
28.022 0 TD
(2)Tj
/N7 1 Tf
1 0 TD
0.221 Tc
(Gm)Tj
/N6 1 Tf
2.043 0 TD
0.075 Tc
(/\()Tj
/N7 1 Tf
0.649 0 TD
0 Tc
(r)Tj
/N10 1 Tf
1.117 0 TD
(1)Tj
10 0 2.68 10 416.31 391 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 426.21 391 Tm
[(\))-1458 (which)-356.1 (was)-356.1 (introduced)]TJ
/N7 1 Tf
6.5 0 0 6 385.18 388.5 Tm
1.9943 Tc
[(ji)1938.5 (j)]TJ
/N6 1 Tf
10 0 0 10 78 379 Tm
0 Tc
[(changed)-688.2 (by)-689 (suitable)-689.2 (declarations,)-688.3 (taking)-689.1 (care)-689.1 (to)-2400 (in)-475 (order)-475.1 (to)-475 (model)-475.1 (the)-475 (interaction)-475.2 (between)-476.2 (galaxies)]TJ
0 -1.2 TD
[(match)-311.1 (the)-312 (array)-312.1 (sizes)-311.1 (of)-312 (the)-312 (saved)]TJ
/N7 1 Tf
14.177 0 TD
(COMMON)Tj
/N6 1 Tf
4.812 0 TD
[(blocks)-2400.1 (\()37 (Aarseth,)-387.2 (1963)-37.1 (\).)-388 (This)-387.1 (potential)-388.2 (represents)-387.2 (the)-388 (Plum-)]TJ
-18.989 -1.2 TD
[(\()37 (routine)]TJ
/N7 1 Tf
3.671 0 TD
-0.0001 Tc
[(MYDU)-37.2 (MP)]TJ
/N6 1 Tf
4.388 0 TD
0 Tc
[(\).)-542 (Moreover,)-542.2 (on)-542 (some)-542.1 (types)-542.1 (of)-2400 (mer)-407.1 (distribution,)-408.3 (where)-407.1 (the)-408 (softening)-407.2 (size)-408.1 (is)-408 (related)]TJ
-8.059 -1.2 TD
[(hardware,)-566.2 (the)-566 (CPU)-566.1 (time)-566.1 (may)-566.1 (not)-566.1 (depend)-567.1 (signi\256-)-2400.2 (to)-437 (the)-438 (half-mass)-438.2 (radius)-438.1 (by)]TJ
/N7 1 Tf
35.521 0 TD
(R)Tj
/N11 1 Tf
1.194 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
(1.3)Tj
/N10 1 Tf
10 0 2.68 10 469.49 343 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 473.93 343 Tm
[(.)-326 (W)55 (e)-438 (note)-438.1 (that)]TJ
/N7 1 Tf
6.5 0 0 6 439.63 340.5 Tm
(h)Tj
/N10 1 Tf
10 0 0 10 472.18 337 Tm
(])Tj
/N11 1 Tf
19 0 0 10 463.85 333.5 Tm
(\316)Tj
/N6 1 Tf
10 0 0 10 78 331 Tm
[(cantly)-385.1 (on)-385 (the)-385 (choice)-385.1 (of)-385 (precision.)-10050.2 (the)-299 (maximum)-299.2 (force)-299.1 (occurs)-299.1 (at)]TJ
/N7 1 Tf
36.159 0 TD
(r)Tj
/N10 1 Tf
0.593 0 TD
(5)Tj
10 0 2.68 10 455.52 331 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 461.07 331 Tm
[(/)-833 (2)0 (,)-299 (inside)-300.1 (which)]TJ
-37.307 -1.2 TD
[(Actual)-324.1 (CPU)-324.1 (times)-324.1 (are)-325 (problem)-324.2 (dependent)-324.2 (and)-325.1 (any)-2400.1 (the)-385.1 (interaction)-385.2 (tends)-385.1 (to)-385 (a)-385 (harmonic)-385.2 (oscillator.)]TJ
-1 -1.2 TD
[(empirical)-329.2 (relation)-329.2 (is)-329 (therefore)-329.2 (only)-329.1 (a)-329 (rough)-329.1 (guide.)-329.1 (In)-3400 (The)-697.1 (introduction)-697.3 (of)-697 (a)-697 (softened)-697.2 (potential)-697.2 (is)-698 (a)]TJ
T*
[(the)-475 (absence)-475.2 (of)-476 (unique)-475.1 (conversion)-476.2 (factors)-475.1 (for)-476 (other)-2400.1 (convenient)-443.3 (artifact)-443.2 (for)-443.1 (modelling)-443.2 (larger)-443.1 (systems)-444.2 (by)]TJ
T*
[(machines,)-296.2 (there)-297.1 (is)-296 (also)-297.1 (further)-296.1 (uncertainty)-297.2 (in)-297 (estimat-)-2400.2 (relatively)-399.2 (small)-400.1 (values)-400.1 (of)]TJ
/N7 1 Tf
34.93 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
[(,)-400 (thereby)-400.2 (reducing)-400.2 (close)]TJ
-35.597 -1.2 TD
[(ing)-425 (CPU)-426.1 (times.)-426.1 (Timing)-426.1 (tests)-426.1 (have)-426.1 (been)-426.1 (carried)-426.1 (out)-2400.1 (encounter)-448.2 (effects.)-449.2 (Considerations)-448.3 (based)-449.1 (on)-449 (uniform)]TJ
T*
[(for)-711.1 (Plummer)-712.2 (models)-711.2 (near)-712.1 (equilibrium)-711.2 (over)-712.1 (one)-2400.1 (systems)-339.2 (in)-339 (virial)-339.1 (equilibrium)-339.2 (lead)-339.1 (to)-339 (a)-339 (close)-340.1 (encoun-)]TJ
T*
[(crossing)-434.2 (time)-434.1 (with)]TJ
/N7 1 Tf
8.191 0 TD
(N)Tj
/N6 1 Tf
1.157 0 TD
[(in)-434 (the)-434 (range)-434.1 ([100,)-434.1 (2000])-435.1 (and)-2400.1 (ter)-346 (de\256nition)]TJ
/N7 1 Tf
20.234 0 TD
(r)Tj
/N11 1 Tf
1.172 0 TD
(.)Tj
/N6 1 Tf
1 0 TD
(4)Tj
/N7 1 Tf
0.684 0 TD
(R)Tj
/N6 1 Tf
1.134 0 TD
(/)Tj
/N7 1 Tf
0.352 0 TD
(N)Tj
/N6 1 Tf
1.069 0 TD
[(for)-347 (a)-347 (9)0 (0)-347 (degree)-347.1 (de\257ection)]TJ
6.5 0 0 6 378.27 244.5 Tm
0.0545 Tc
(cl)Tj
/N7 1 Tf
4.6969 0 TD
0 Tc
(h)Tj
/N6 1 Tf
10 0 0 10 78 235 Tm
[(softening)-543.2 (parameter)]TJ
/N10 1 Tf
10 0 2.68 10 166.07 235 Tm
(e)Tj
10 0 0 10 173.1 235 Tm
(5)Tj
/N6 1 Tf
1 0 TD
(4)Tj
/N7 1 Tf
0.5 0 TD
(R)Tj
/N6 1 Tf
1.146 0 TD
(/)Tj
/N7 1 Tf
0.353 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
[(.)-543 (A)-544 (least)-544.1 (square)-544.1 (\256t)-2400 (between)-311.2 (two)-312.1 (typical)-311.2 (particles.)-312.2 (On)-312 (the)-311 (other)-312.1 (hand,)-312.1 (the)]TJ
/N36 1 Tf
6.5 0 0 6 194.52 232.5 Tm
(v)Tj
/N6 1 Tf
10 0 0 10 78 223 Tm
[(including)-290.2 (all)-291 (points)-290.1 (gave)-291.1 (a)-290 (relation)-291.2 (for)-290.1 (the)-291 (computing)-2400.2 (need)-276.1 (for)-277.1 (suf\256cient)-277.2 (resolution)-277.2 (places)-276.1 (an)-277 (upper)-277.1 (limit)-277.1 (on)]TJ
6.5 0 0 6 206.7 216 Tm
0.056 Tc
(1.91)Tj
10 0 0 10 78 211 Tm
0 Tc
[(time)-298.1 (per)-298.1 (crossing)-298.2 (time)-298.1 (as)]TJ
/N7 1 Tf
10.488 0 TD
(T)Tj
/N10 1 Tf
0.937 0 TD
(~)Tj
/N7 1 Tf
0.667 0 TD
(N)Tj
/N6 1 Tf
2.358 0 TD
[(with)-298.1 (a)-298 (correlation)-2400.2 (the)-585 (amount)-586.2 (of)-586 (softening)-586.2 (for)-585 (a)-586 (given)-586.1 (problem.)-586.2 (A)]TJ
/N7 1 Tf
6.5 0 0 6 188.76 208.5 Tm
(c)Tj
/N6 1 Tf
10 0 0 10 78 199 Tm
[(coef\256cient)-710.2 (exceeding)-711.2 (0.9997.)-711.2 (Excluding)]TJ
/N7 1 Tf
18.229 0 TD
(N)Tj
/N10 1 Tf
0.871 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(100)-2400.1 (general)-283.2 (discussion)-284.2 (of)-284 (these)-284.1 (aspects)-284.1 (has)-284.1 (been)-284.1 (given)-284.1 (by)]TJ
-20.1 -1.2 TD
[(increased)-436.2 (the)-437 (exponent)-436.2 (to)-437 (1.96.)-436.1 (This)-437.1 (result)-436.1 (may)-437.1 (be)-2400 (several)-569.2 (authors)-570.2 (\()37 (e.g.)-459.1 (White,)-570.1 (1976;)-570.1 (Gerhard,)-570.2 (1981;)]TJ
T*
[(compared)-296.2 (with)-296.1 (an)-297 (older)-296.1 (test)-297.1 (for)]TJ
/N7 1 Tf
13.053 0 TD
(N)Tj
/N6 1 Tf
1.019 0 TD
[(in)-297 ([25,)-296.1 (250])-297.1 (which)-2400.1 (Governato)-434.2 (et)-434 (al.,)-434.1 (1991)-37.1 (\).)-434 (Although)-434.2 (the)-434.1 (present)-435.2 (code)]TJ
-14.072 -1.2 TD
[(gave)-385.1 (a)-385 (value)-385.1 (of)-385 (1.6)-385 (\()37 (Aarseth,)-385.2 (1985)-37.1 (\).)-8833 (has)-566.1 (been)-566.1 (designed)-566.2 (for)-567.1 (softened)-566.2 (potentials,)-566.2 (it)-567 (also)]TJ
1 -1.2 TD
[(The)-312.1 (question)-313.2 (of)-312 (accuracy)-313.2 (must)-312.1 (also)-313.1 (be)-313 (considered,)-2400.3 (works)-439.1 (formally)-440.2 (for)-440 (the)-439 (case)]TJ
/N10 1 Tf
10 0 2.68 10 439.95 151 Tm
(e)Tj
10 0 0 10 446.98 151 Tm
(5)Tj
/N6 1 Tf
1 0 TD
[(0)-440 (a)0 (s)-439 (long)-440.1 (as)-440 (there)]TJ
-37.898 -1.2 TD
[(although)-360.2 (it)-360 (is)-360 (not)-360.1 (an)-361 (easy)-360.1 (one.)-360.1 (It)-360 (is)-360 (well)-360.1 (known)-361.1 (that)-2400.1 (are)-515 (no)-515 (critical)-515.1 (encounters)-515.2 (or)-515 (persistent)-515.2 (binaries)-515.2 (of)]TJ
T*
[(the)-442 (numerical)-443.2 (solutions)-443.2 (for)-443.1 (the)-443 (point-mass)-443.2 (problem)-2400.2 (high)-385.1 (eccentricity.)]TJ
T*
[(diverge)-397.2 (on)-397 (a)-397 (relatively)-397.2 (short)-397.1 (time-scale)-397.2 (\()37 (e.g.)-398.1 (Miller,)-3400.2 (In)-297 (view)-298.1 (of)-298 (the)-298 (slow)-297.1 (asymptotic)-298.2 (convergence)-298.3 (of)-298 (the)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 13 13
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(289)Tj
10 0 0 10 78 679 Tm
[(standard)-296.2 (softened)-296.2 (potential,)-297.2 (it)-296 (is)-297 (desirable)-296.2 (to)-297 (consider)-3400.2 (Among)-367.2 (the)-368 (various)-367.2 (types)-368.1 (of)-367 (initial)-368.1 (conditions,)-368.3 (we)]TJ
0 -1.2 TD
[(expressions)-733.3 (with)-734.1 (a)-733 (steeper)]TJ
/N7 1 Tf
12.654 0 TD
(r)Tj
/N6 1 Tf
0.426 0 TD
[(-dependence)-733.3 (in)-734 (the)-2400 (include)-749.1 (an)-749 (example)-749.2 (of)-749 (generating)-749.2 (two)-749.1 (separate)]TJ
-13.08 -1.2 TD
[(transition)-569.2 (region.)-569.2 (One)-570.1 (such)-569.1 (alternative)-570.2 (is)]TJ
/N10 1 Tf
10 0 2.68 10 261.86 655 Tm
(f)Tj
10 0 0 10 274 655 Tm
0.334 Tc
(52)Tj
/N6 1 Tf
4.4 0 TD
0 Tc
[(subsystems)-360.3 (\()37 (routine)]TJ
/N7 1 Tf
8.406 0 TD
[(SU)-19 (BSYS)]TJ
/N6 1 Tf
3.408 0 TD
[(,)-361 (option)-361.1 (17)-37 (\))-361 (which)-361.1 (may)]TJ
6.5 0 0 6 268.53 652.5 Tm
(4)Tj
-25.1831 -0.75 TD
3.3277 Tc
[(44)2675.4 (1)3160 (/)3161.1 (4)]TJ
/N7 1 Tf
10 0 0 10 78 643 Tm
0 Tc
(Gm)Tj
/N6 1 Tf
1.555 0 TD
0.074 Tc
(/\()Tj
/N7 1 Tf
0.648 0 TD
0 Tc
(r)Tj
/N10 1 Tf
1.193 0 TD
(1)Tj
10 0 2.68 10 123.8 643 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 133.7 643 Tm
[(\))-1590 (which)-489.1 (has)-488.1 (been)-489.1 (used)-488.1 (for)-489.1 (simula-)-2400.2 (be)-360 (used)-360.1 (for)-360.1 (interacting)-361.2 (binary)-360.1 (experiments.)-360.3 (Here)-361.1 (the)]TJ
-5.57 -1.2 TD
[(tions)-376.1 (of)-376 (dwarf)-376.1 (galaxies)-377.2 (orbiting)-376.2 (the)-376 (Milky)-321.1 (W)56 (a)0 (y)-377 (\()-37 (Oh)-2400 (second)-458.1 (system)-459.1 (is)-458 (a)-459 (replica)-458.1 (of)-459 (the)-458 (\256rst)-459.1 (\()37 (after)-458.1 (it)-459 (has)]TJ
T*
[(et)-428 (al.,)-428.1 (1995)-37.1 (\).)-429 (Although)-428.2 (the)-428 (force)-429.1 (evaluation)-428.2 (is)-429 (now)-2400.1 (been)-279.1 (scaled)-279.1 (in)-279 (the)-279 (usual)-279.1 (way)-37.1 (\))-279 (and)-279.1 (the)-279.1 (two)-279.1 (clumps)-279.2 (are)]TJ
T*
[(more)-733.1 (expensive,)-733.2 (the)-733 (resulting)-733.2 (force)-733.1 (is)-733 (a)-734 (better)-2400.1 (assigned)-1159.2 (initial)-1160.1 (displacements)-1159.3 (\()]TJ
/N10 1 Tf
39.292 0 TD
(6)Tj
/N7 1 Tf
0.833 0 TD
(XCM)Tj
/N6 1 Tf
2.204 0 TD
[(\))-1160 (with)]TJ
-42.329 -1.2 TD
[(approximation)-303.3 (to)-303 (Newton's)-304.2 (Law)-303.1 (for)]TJ
/N7 1 Tf
14.959 0 TD
(r)Tj
/N10 1 Tf
0.593 0 TD
(.)Tj
10 0 2.68 10 243.51 595 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 247.95 595 Tm
[(.)-304 (I)0 (n)-303 (the)-304 (AC)-2400 (speci\256ed)-437.2 (orbital)-438.1 (eccentricity)-437.3 (\()]TJ
/N7 1 Tf
19.444 0 TD
(ECC)Tj
/N6 1 Tf
2.038 0 TD
[(\),)-437 (whereupon)-438.2 (the)]TJ
-38.477 -1.2 TD
[(scheme,)-679.2 (the)-680 (steeper)-679.2 (fall-off)-680.2 (actually)-679.2 (permits)-680.2 (the)-2400 (particle)-426.2 (number)-426.2 (and)-426.1 (total)-426.1 (mass)-426.1 (are)-426 (updated.)-426.2 (In)-427 (this)]TJ
T*
[(point-mass)-594.2 (expression)-594.2 (to)-594 (be)-594 (used)-594.1 (for)-594 (the)-595 (regular)-2400.2 (case,)-338.1 (there)-339.1 (is)-339 (no)-339 (well)-339.1 (de\256ned)-338.1 (density)-339.1 (centre,)-339.2 (and)-339.1 (the)]TJ
T*
[(force.)-498.1 (Implementation)-498.4 (is)-498 (straightforward,)-498.4 (following)-2400.2 (modi\256cation)-586.3 (of)-586 (the)-586 (neighbour)-586.2 (sphere)-586.1 (by)-586 (a)-587 (radial)]TJ
6.5 0 0 6 259.28 552 Tm
(2)Tj
10 0 0 10 78 547 Tm
[(identi\256cation)-385.3 (of)-385 (all)-385 (expressions)-385.3 (involving)]TJ
/N10 1 Tf
10 0 2.68 10 253.36 547 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 262.89 547 Tm
[(.)-5261 (velocity)-278.2 (factor)-278.1 (outside)-278.1 (the)-278 (core)-278.1 (should)-278.1 (be)-278 (omitted)-278.2 (\()37 (cf.)]TJ
-17.489 -1.2 TD
[(The)-372.1 (interpretation)-372.3 (of)-372 (the)-372 (softening)-372.2 (as)-372 (an)-373 (effective)-2400.2 (option)-541.1 (10)-541 (in)-541 (routine)]TJ
/N7 1 Tf
32.331 0 TD
(REGINT)Tj
/N6 1 Tf
3.648 0 TD
[(\).)-541 (Likewise,)-541.2 (the)-541 (de-)]TJ
-36.979 -1.2 TD
[(half-mass)-304.2 (radius)-304.1 (has)-305.1 (been)-304.1 (subject)-305.2 (to)-304 (some)-305.1 (confusion.)-2400.2 (termination)-435.2 (of)-435 (the)-436 (density)-435.2 (centre)-436.1 (and)-435.1 (the)-436 (half-mass)]TJ
T*
[(Although)-546.2 (it)-546 (has)-547.1 (been)-546.1 (traditional)-547.2 (to)-546 (generalize)-547.2 (the)-2400 (radius)-358.1 (should)-358.1 (be)-359 (modi\256ed)-358.2 (accordingly)-359.3 (\()-37 (i.e.)-358.1 (by)-359 (using)]TJ
T*
[(interaction)-341.2 (potential)-341.2 (for)-341.1 (two)-341.1 (unequal-mass)-341.3 (bodies)-342.1 (by)-2400 (two)-385.1 (separate)-385.2 (procedures)36.8 (\),)-385 (or)-385 (suppressed)-385.2 (altogether.)]TJ
6.5 0 0 6 126.63 492 Tm
5.3969 Tc
[(22)2581.5 (2)]TJ
10 0 0 10 78 487 Tm
0 Tc
(replacing)Tj
/N10 1 Tf
10 0 2.68 10 120.71 487 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 135.75 487 Tm
(with)Tj
/N10 1 Tf
10 0 2.68 10 159.04 487 Tm
(e)Tj
10 0 0 10 170.6 487 Tm
(1)Tj
10 0 2.68 10 180.59 487 Tm
(e)Tj
/N6 1 Tf
10 0 0 10 195.83 487 Tm
[(\()37 (e.g.)-439.1 (White,)-551.1 (1976)-37.1 (\),)-551 (the)-3400 (The)-364.1 (general)-364.2 (algorithm)-364.2 (of)-364 (the)-364 (AC)-364 (scheme)-365.2 (requires)]TJ
/N7 1 Tf
6.5 0 0 6 164.96 484.5 Tm
3.0374 Tc
(ij)Tj
/N6 1 Tf
10 0 0 10 78 475 Tm
0 Tc
[(corresponding)-434.3 (force)-434.1 (does)-435.1 (not)-434.1 (describe)-434.2 (correctly)-435.2 (the)-2400 (current)-351.2 (values)-351.1 (of)-351 (all)-351 (the)-351.1 (positions)-351.2 (at)-351 (each)-351.1 (total)-352.1 (force)]TJ
T*
[(motion)-530.1 (of)-531 (two)-531.1 (overlapping)-531.3 (Plummer)-531.2 (spheres.)-531.2 (The)-2400.1 (evaluation.)-319.2 (However,)-319.2 (the)-319 (frequency)-320.2 (of)-319 (full)]TJ
/N7 1 Tf
41.688 0 TD
(N)Tj
/N6 1 Tf
1.024 0 TD
(coordi-)Tj
-42.712 -1.2 TD
[(actual)-284.1 (force)-284.1 (law)-284 (of)-284 (such)-284.1 (interactions)-284.3 (is)-284 (rather)-284.1 (compli-)-2400.2 (nate)-406.1 (predictions)-406.2 (may)-407.1 (be)-406 (reduced)-406.2 (considerably)-407.3 (with-)]TJ
T*
[(cated)-408.1 (\()37 (cf.)-297 (Wielen,)-408.2 (1979)-37.1 (\),)-408 (but)-408.1 (alternatives)-408.3 (have)-408.1 (been)-2400.1 (out)-287.1 (unduly)-287.1 (affecting)-287.2 (the)-288 (accuracy)-287.2 (\()37 (option)-287.1 (14)-37 (\).)-287 (This)-288.1 (is)]TJ
T*
[(discussed)-484.2 (\()-37 (Dyer)-484.1 (and)-484.1 (Ip,)-485.1 (1993)-37.1 (\).)-484 (However,)-484.2 (this)-485.1 (still)-2400.1 (permissible)-343.3 (because)-343.2 (typical)-343.1 (neighbours)-343.3 (are)-344 (predicted)]TJ
T*
[(leaves)-353.1 (softened)-353.2 (potentials)-354.2 (as)-353 (a)-353 (useful)-354.1 (tool)-353.1 (for)-354 (reduc-)-2400.1 (a)-294 (number)-294.2 (of)-295 (times)-294.1 (at)-294 (each)-295.1 (irregular)-294.2 (force)-295.1 (summation,)]TJ
T*
[(ing)-453 (two-body)-454.2 (relaxation.)-453.2 (For)-454.1 (example,)-454.2 (collisionless)-2400.3 (thus)-436.1 (reducing)-437.2 (the)-436 (need)-437.1 (for)-437 (frequent)-436.2 (updating)-437.2 (of)-437 (all)]TJ
T*
[(simulations)-359.3 (of)-360 (collapsing)-359.2 (systems)-360.2 (may)-359.1 (relate)-360.1 (soften-)-2400.2 (members.)-366.2 (Consequently,)-366.3 (the)-366 (full)]TJ
/N7 1 Tf
37.742 0 TD
(N)Tj
/N6 1 Tf
1.07 0 TD
[(predictor)-366.2 (loop)-367.1 (is)]TJ
-38.812 -1.2 TD
[(ing)-385 (to)-385 (half-mass)-385.2 (radius)-385.1 (\()37 (cf.)-385 (Aarseth)-385.2 (et)-385 (al.,)-385.1 (1988)-37.1 (\).)-3535 (replaced)-459.2 (by)-459 (a)-460 (neighbour)-459.2 (prediction)-460.2 (if)-459 (the)-460 (member-)]TJ
24 -1.2 TD
(ship)Tj
/N7 1 Tf
2.402 0 TD
[(n)-1171 (exceeds)]TJ
/N6 1 Tf
5.552 0 TD
[(the)-735 (average)-735.2 (neighbour)-735.2 (number)]TJ
6.5 0 0 6 347.57 364.5 Tm
(1)Tj
10 0 2.68 10 78 355 Tm
(5.3.)Tj
/N7 1 Tf
10 0 0 10 98.55 355 Tm
[(Special)-385.2 (f)-19 (eatures)]TJ
/N6 1 Tf
21.945 0 TD
[(\()37 (updated)-322.2 (in)]TJ
/N7 1 Tf
4.885 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
[(\()-37 (1)0 (4)-37 (\))-323 (every)-322.1 (output,)-323.2 (provided)-323.2 (the)-323 (initial)]TJ
-6.108 -1.2 TD
[(value)-341.1 (is)-342 (non-zero)36.8 (\).)-342 (Another)-341.2 (reduction)-342.2 (of)-342 (the)-342 (numeri-)]TJ
-23 -1.2 TD
[(It)-283 (is)-284 (often)-283.1 (desirable)-284.2 (to)-284 (perform)-283.1 (large)-284.1 (simulations)-284.3 (in)-2400 (cal)-474.1 (effort)-475.1 (is)-475 (made)-474.1 (during)-475.1 (initialization)-475.3 (by)-475 (omitting)]TJ
-1 -1.2 TD
[(several)-374.2 (stages)-375.1 (by)-374 (saving)-375.1 (all)]TJ
/N7 1 Tf
11.759 0 TD
(COMMON)Tj
/N6 1 Tf
4.856 0 TD
[(variables)-375.2 (on)-2400 (distant)-498.1 (contributions)-499.3 (to)-499 (the)-498.1 (second)-499.1 (and)-499.1 (third)-499.1 (force)]TJ
-16.615 -1.2 TD
[(disc)-346.1 (or)-347 (tape.)-346.1 (This)-347.1 (can)-346.1 (be)-347 (done)-346.1 (by)-347 (specifying)-346.2 (the)-347 (run)-2400.1 (derivatives)-385.2 (in)-385 (\()-37 (6)-37 (\))-385 (\()-37 (i.e.)]TJ
/N7 1 Tf
33.538 0 TD
(R)Tj
/N10 1 Tf
0.796 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
(3)Tj
/N7 1 Tf
0.684 0 TD
(R)Tj
/N6 1 Tf
0.988 0 TD
(\).)Tj
/N7 1 Tf
6.5 0 0 6 444.6 304.5 Tm
(s)Tj
/N6 1 Tf
10 0 0 10 78 295 Tm
[(time)-620.1 (at)-620 (input)-620.1 (\()]TJ
/N7 1 Tf
6.712 0 TD
(TCOMP)Tj
/N6 1 Tf
3.463 0 TD
[(\),)-620 (together)-620.2 (with)-620.1 (option)-621.1 (1.)]TJ
-10.175 -1.2 TD
[(Alternatively,)-826.3 (on)-826 (Unix)-826.1 (machines)-826.2 (the)-826 (command)]TJ
10 0 2.68 10 318 283 Tm
(5.4.)Tj
/N7 1 Tf
10 0 0 10 338.55 283 Tm
[(Data)-385.1 (analysis)]TJ
/N6 1 Tf
-26.055 -1.2 TD
(`touch)Tj
/N7 1 Tf
3.011 0 TD
(STOP)Tj
/N6 1 Tf
2.426 0 TD
[(')-457 (creates)-457.1 (a)-456 (\256le)-457.1 (\()]TJ
/N7 1 Tf
6.954 0 TD
(STOP)Tj
/N6 1 Tf
2.463 0 TD
[(\))-457 (which)-457.1 (triggers)]TJ
-14.854 -1.2 TD
[(termination)-440.2 (at)-441 (the)-440 (next)-441.1 (timing)-441.1 (check)-440.1 (\()37 (every)]TJ
/N7 1 Tf
18.822 0 TD
[(NM)-56 (AX)]TJ
/N6 1 Tf
6.178 0 TD
[(The)-672.1 (emphasis)-673.2 (of)-672 (the)-673 (code)-672.1 (is)-673 (on)-672 (providing)-673.2 (a)]TJ
-25 -1.2 TD
[(steps)36.9 (\).)-21454 (versatile)-288.2 (integration)-288.2 (tool,)-289.1 (leaving)-288.1 (the)-289.1 (question)-288.2 (of)-289 (data)]TJ
1 -1.2 TD
[(A)-353 (standard)-354.2 (restart)-353.1 (is)-354 (made)-353.1 (after)-354.1 (reading)-353.2 (the)-354 (saved)-2400.1 (analysis)-287.2 (to)-287 (the)-287 (individual)-287.2 (user.)-287.1 (The)-287.1 (main)-287.1 (facility)-288.1 (here)]TJ
/N7 1 Tf
-1 -1.2 TD
(COMMON)Tj
/N6 1 Tf
4.829 0 TD
[(\256le)-331.1 (from)-330.1 (unit)-331.1 (1)-330 (\()37 (using)]TJ
/N7 1 Tf
9.393 0 TD
[(KST)-56.1 (ART)]TJ
/N10 1 Tf
3.65 0 TD
(5)Tj
/N6 1 Tf
0.888 0 TD
[(2)-37 (\))0 (.)-331 (For)-2400.1 (is)-358 (the)-359 (data)-358.1 (bank)-359.1 (\()37 (option)-358.1 (3)-37 (\))-359 (which)-358.1 (creates)-359.1 (a)-358 (\256le)-359.1 (\()37 (unit)]TJ
-18.76 -1.2 TD
[(increased)-512.2 (\257exibility,)-513.2 (some)-512.1 (of)-513 (the)-512 (input)-513.1 (parameters)-2400.2 (3)-37 (\))-290 (of)-291 (the)-290 (basic)-291.1 (variables)-291.2 (\()]TJ
/N7 1 Tf
34.339 0 TD
(m)Tj
/N6 1 Tf
0.722 0 TD
(,)Tj
/N8 1 Tf
0.54 0 TD
(r)Tj
/N6 1 Tf
0.444 0 TD
(,)Tj
/N18 1 Tf
0.541 0 TD
(v)Tj
/N6 1 Tf
0.884 0 TD
[(and)-290.1 (the)-291 (identity)-37.2 (\))-291 (for)]TJ
-37.47 -1.2 TD
[(can)-509.1 (be)-510 (changed)-509.2 (at)-510 (restart)-510.1 (time.)-509.1 (Depending)-510.2 (on)-510 (the)-2400 (each)-659.1 (particle)-659.2 (at)-659 (output)-659.1 (times)]TJ
/N7 1 Tf
37.571 0 TD
(TNEXT)Tj
/N6 1 Tf
3.661 0 TD
[(\()-37 (frequency)]TJ
-41.232 -1.2 TD
[(value)-471.1 (of)-471 (the)-471 (control)-471.2 (index,)-472.1 (routine)]TJ
/N7 1 Tf
15.186 0 TD
[(MODIF)-18.2 (Y)]TJ
/N6 1 Tf
4.304 0 TD
(reads)Tj
/N7 1 Tf
4.51 0 TD
[(NF)-18 (IX)]TJ
/N6 1 Tf
2.333 0 TD
[(\).)-277 (This)-277.1 (data)-277.1 (may)-278.1 (be)-277 (read)-277.1 (by)-277 (a)-277 (separate)-278.2 (program,)]TJ
-26.333 -1.2 TD
[(one)-317.1 (or)-318 (two)-318.1 (input)-318.1 (lines)-318.1 (\()37 (with)-317.1 (the)-318 (convention)-318.2 (that)-318.1 (only)-2400.1 (with)-321.1 (the)-321 (\256rst)-322.1 (record)-321.1 (\()]TJ
/N7 1 Tf
32.691 0 TD
(N)Tj
/N6 1 Tf
0.667 0 TD
(,)Tj
/N7 1 Tf
0.572 0 TD
(MODEL)Tj
/N6 1 Tf
3.444 0 TD
(,)Tj
/N7 1 Tf
0.571 0 TD
[(NR)18 (U)-37 (N)]TJ
/N6 1 Tf
2.778 0 TD
[(\))-322 (containing)]TJ
-40.723 -1.2 TD
[(non-zero)-385.2 (variables)-385.2 (are)-385 (altered)-37.1 (\):)-11091 (the)-385.1 (size)-385.1 (\()]TJ
/N7 1 Tf
27.843 0 TD
(N)Tj
/N6 1 Tf
0.759 0 TD
[(\))-385 (o)0 (f)-385 (the)-385 (subsequent)-385.3 (arrays.)]TJ
-3.602 -1.2 TD
[(The)-416.1 (general)-417.2 (output)-417.1 (on)-416 (unit)-417.1 (6)-417 (\()37 (routine)]TJ
/N7 1 Tf
16.155 0 TD
[(OU)-37 (TPU)-37.1 (T)]TJ
/N6 1 Tf
4.112 0 TD
(\))Tj
/N9 1 Tf
-44.977 -1.2 TD
(\267)Tj
/N7 1 Tf
0.96 0 TD
[(DELT)-55.1 (AT)]TJ
/N6 1 Tf
3.667 0 TD
(,)Tj
/N7 1 Tf
0.635 0 TD
(TNEXT)Tj
/N6 1 Tf
3.001 0 TD
(,)Tj
/N7 1 Tf
0.635 0 TD
(TCRIT)Tj
/N6 1 Tf
2.723 0 TD
(,)Tj
/N7 1 Tf
0.635 0 TD
(QE)Tj
/N6 1 Tf
1.333 0 TD
(,)Tj
/N7 1 Tf
0.691 0 TD
(J)Tj
/N6 1 Tf
0.444 0 TD
(,)Tj
/N7 1 Tf
0.635 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
(\()Tj
/N7 1 Tf
0.351 0 TD
(J)Tj
/N6 1 Tf
0.537 0 TD
[(\))-5907 (provides)-287.2 (a)-287 (summary)-287.2 (of)-287 (the)-287 (main)-287.1 (diagnostics.)-287.3 (Most)-287.1 (of)]TJ
-16.51 -1.2 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
[(KST)-55.1 (ART)]TJ
/N10 1 Tf
3.649 0 TD
(5)Tj
/N6 1 Tf
0.888 0 TD
[(3)-385 (o)0 (r)-385 (5)-37 (\).)-14694 (this)-283.1 (output)-283.1 (refers)-283.1 (to)]TJ
/N7 1 Tf
26.104 0 TD
(COMMON)Tj
/N6 1 Tf
4.764 0 TD
[(variables.)-283.2 (Among)-284.2 (the)]TJ
/N9 1 Tf
-36.661 -1.2 TD
(\267)Tj
/N7 1 Tf
0.96 0 TD
[(ET)-55 (AI)]TJ
/N6 1 Tf
2.166 0 TD
(,)Tj
/N7 1 Tf
0.635 0 TD
[(ET)-56 (AR)]TJ
/N6 1 Tf
3.462 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
[(KST)-56.1 (ART)]TJ
/N10 1 Tf
3.649 0 TD
(5)Tj
/N6 1 Tf
0.889 0 TD
[(4)-385 (o)0 (r)-385 (5)-37 (\).)-8430 (other)-483.1 (quantities)-483.2 (are)-483 (the)-483 (time)-483.1 (expressed)-483.2 (in)-483 (crossing)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 14 14
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N6 1 Tf
8 0 0 8 78 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
(290)Tj
/N7 1 Tf
18.0325 0 TD
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
6.5 0 0 6 174.9 684 Tm
(6)Tj
10 0 0 10 78 679 Tm
[(times)-575.1 (\()]TJ
/N7 1 Tf
3.038 0 TD
(TC)Tj
/N6 1 Tf
1.315 0 TD
[(\))-576 (and)-575.1 (in)-575 (10)-992 (yr)-575 (\()]TJ
/N7 1 Tf
7.977 0 TD
(T)Tj
/N6 1 Tf
0.667 0 TD
[(6)-37 (\))0 (,)-575 (half-mass)-576.2 (radius)-2400.1 (relative)-476.2 (energy)-477.1 (errors)-477.1 (\()-37 (Column)-476.2 (8)-37 (\))0 (.)-477 (The)-477.1 (main)-477.1 (error)]TJ
-12.997 -1.2 TD
(\()Tj
/N11 1 Tf
0.37 0 TD
(k)Tj
/N7 1 Tf
0.333 0 TD
(R)Tj
/N11 1 Tf
0.629 0 TD
(l)Tj
/N6 1 Tf
0.37 0 TD
[(\),)-280 (maximum)-280.2 (neighbour)-280.2 (density)-280.1 (contrast)-279.2 (\()]TJ
/N7 1 Tf
16.444 0 TD
[(CM)-56 (AX)]TJ
/N6 1 Tf
2.871 0 TD
[(\),)-2400 (occurred)-448.2 (at)]TJ
/N7 1 Tf
8.1 0 TD
(t)Tj
/N10 1 Tf
0.482 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
(2)Tj
/N7 1 Tf
0.5 0 TD
(T)Tj
/N6 1 Tf
1.657 0 TD
[(when)-449.1 (the)-449 (time-step)-449.2 (parameters)]TJ
6.5 0 0 6 395.1 664.5 Tm
0.056 Tc
(cr)Tj
10 0 0 10 78 655 Tm
0 Tc
[(time-weighted)-477.3 (neighbour)-478.2 (number)-478.2 (\()]TJ
/N11 1 Tf
14.69 0 TD
(k)Tj
/N7 1 Tf
0.333 0 TD
(Cn)Tj
/N11 1 Tf
1.204 0 TD
(l)Tj
/N6 1 Tf
0.37 0 TD
[(\),)-478 (centre-of-)-2400.2 (were)-532.1 (reduced)-533.2 (to)-533 (0.012)-533.1 (and)-532.1 (0.024)-533.1 (\()-37 (from)-533.1 (0.02)-533.1 (and)]TJ
-16.597 -1.2 TD
[(mass)-660.1 (displacements)-661.3 (\()]TJ
/N7 1 Tf
9.283 0 TD
(RCM)Tj
/N6 1 Tf
2.111 0 TD
(,)Tj
/N7 1 Tf
0.818 0 TD
(VCM)Tj
/N6 1 Tf
2.204 0 TD
[(\))-660 (and)]TJ
/N7 1 Tf
3.098 0 TD
(z)Tj
/N6 1 Tf
1.087 0 TD
[(angular)-2400.2 (0.04)-37.1 (\),)-564 (respectively;)-565.3 (this)-565.1 (was)-565.1 (followed)-565.2 (by)-565 (a)-565 (small)]TJ
-18.601 -1.2 TD
[(momentum)-385.2 (\()]TJ
/N7 1 Tf
5.292 0 TD
(AZ)Tj
/N6 1 Tf
1.26 0 TD
[(\).)-16865 (increase.)-457.2 (Note)-457.1 (that)-457.1 (the)-457 (half-mass)-457.2 (radius)-457.1 (\()]TJ
/N7 1 Tf
35.01 0 TD
[(RSC)-56.1 (ALE)]TJ
/N6 1 Tf
3.705 0 TD
(\))Tj
-44.267 -1.2 TD
[(Further)-414.2 (optional)-415.2 (diagnostic)-415.2 (output)-415.1 (is)-415 (provided)-415.2 (on)-2400 (should)-348.1 (be)-348 (updated)-348.2 (fairly)-348.1 (frequently)-348.2 (during)-348.1 (phases)-349.1 (of)]TJ
-1 -1.2 TD
[(unit)-316.1 (6)-317 (b)0 (y)-317 (routine)]TJ
/N7 1 Tf
7.156 0 TD
(BODIES)Tj
/N6 1 Tf
3.499 0 TD
[(.)-317 (Here)-317.1 (an)-317 (individual)-317.2 (line)-317.1 (is)-2400 (violent)-385.2 (relaxation)-385.2 (\()37 (cf.)-385 (\()-37 (1)0 (2)-37 (\))37 (\).)]TJ
-10.655 -1.2 TD
[(printed)-455.1 (for)-455 (each)-455.1 (particle)-455.2 (\()37 (using)-455.1 (option)-455.1 (9)-455 (t)0 (o)-455 (control)-3400.2 (The)-394.1 (test)-395.1 (calculation)-395.2 (required)-395.2 (a)-394 (total)-395.1 (CPU)-395.1 (time)-395.1 (of)]TJ
T*
[(the)-751 (amount)-37.2 (\).)-752 (Likewise,)-752.2 (a)-752 (search)-752.1 (for)-752.1 (signi\256cant)-2400.2 (35)-384 (s)-385 (o)0 (n)-385 (a)-385 (Sun)-385.1 (UltraSparc)-384.2 (1)-385 (workstation,)-385.3 (with)-385.1 (clock)]TJ
T*
[(binaries)-315.2 (is)-316 (made)-316.1 (at)-316 (each)-316.1 (output)-316.1 (time)-316.1 (or)-316 (at)-316 (a)-316 (speci\256ed)-2400.2 (speed)-311.1 (140)-311.1 (MHz)-311.1 (and)-312.1 (SPEC95)-311.2 (rating)-311.1 (of)-311 (7.9.)-312.1 (Although)]TJ
T*
(frequency,)Tj
/N7 1 Tf
4.662 0 TD
[(NF)-18 (IX)]TJ
/N6 1 Tf
2.655 0 TD
(\()Tj
/N7 1 Tf
0.296 0 TD
(KZ)Tj
/N6 1 Tf
1.223 0 TD
0.037 Tc
(\(6\))Tj
/N10 1 Tf
1.295 0 TD
0 Tc
(5)Tj
/N6 1 Tf
0.889 0 TD
[(1)-414 (o)0 (r)-415 (2)-37 (\).)-414 (Each)-414.1 (output)-415.1 (line)-2400.1 (the)-369 (AC)-369 (method)-370.2 (gains)-369.1 (in)-370 (ef\256ciency)-369.2 (with)-370.1 (respect)-369.2 (to)-370 (a)]TJ
-11.02 -1.2 TD
[(contains)-280.2 (the)-280 (identity)-281.2 (of)-280 (components)-281.3 (and)-280.1 (their)-281.1 (masses,)-2400.2 (single)-359.1 (polynomial)-360.3 (formulation)-360.3 (as)]TJ
/N7 1 Tf
37.939 0 TD
(N)Tj
/N6 1 Tf
1.082 0 TD
[(increases,)-360.2 (it)-360 (can)]TJ
-39.021 -1.2 TD
[(binding)-308.2 (energy)-308.1 (per)-308.1 (unit)-309.1 (mass,)-308.1 (semi-major)-308.3 (axis,)-309.1 (mean)-2400.1 (also)-530.1 (be)-530 (used)-530.1 (for)-530 (relatively)-530.2 (small)-530.1 (systems.)-530.2 (Thus)-531.1 (a)]TJ
T*
[(motion,)-359.2 (separation,)-360.3 (central)-360.2 (distance,)-360.2 (eccentricity)-360.3 (and)-2400.1 (second)-455.1 (similar)-455.1 (example)-456.2 (with)]TJ
/N7 1 Tf
36.542 0 TD
(N)Tj
/N10 1 Tf
0.871 0 TD
(5)Tj
/N6 1 Tf
1 0 TD
[(25)-455 (conserved)-456.2 (the)]TJ
/N10 1 Tf
6.5 0 0 6 433.14 516 Tm
(2)Tj
/N6 1 Tf
0.8892 0 TD
(5)Tj
10 0 0 10 78 511 Tm
[(neighbour)-385.2 (number.)-16255.2 (total)-323.1 (energy)-324.1 (to)-323 (about)-323.1 (3)]TJ
/N10 1 Tf
33.459 0 TD
(3)Tj
/N6 1 Tf
1 0 TD
[(10)-1317 (\()37 (using)]TJ
/N7 1 Tf
5.104 0 TD
[(NNBM)-55.1 (AX)]TJ
/N10 1 Tf
4.148 0 TD
(5)Tj
/N6 1 Tf
0.889 0 TD
(10)Tj
-43.6 -1.2 TD
[(Additional)-322.2 (information)-323.3 (about)-322.1 (the)-323 (radii)-322.1 (of)-323 (speci\256ed)-2400.2 (and)]TJ
/N10 1 Tf
10 0 2.68 10 337.68 499 Tm
(e)Tj
10 0 0 10 344.71 499 Tm
(5)Tj
/N6 1 Tf
1 0 TD
[(0.25)-37.1 (\))-524 (after)-524.1 (10389)-525.1 (and)-524.1 (5134)-524.1 (irregular)-525.2 (and)]TJ
-27.671 -1.2 TD
[(mass)-461.1 (percentiles,)-462.3 (including)-461.2 (the)-462 (half-mass)-461.2 (radius,)-462.1 (is)-2400 (regular)-385.2 (steps,)-385.1 (respectively.)]TJ
T*
[(provided)-373.2 (by)-374 (routine)]TJ
/N7 1 Tf
8.509 0 TD
[(L)-56 (AGR)]TJ
/N6 1 Tf
2.929 0 TD
[(\()37 (option)-374.1 (7)-37 (\))-374 (and)-374.1 (is)-374 (printed)]TJ
-11.438 -1.2 TD
[(on)-440 (unit)-441.1 (6)-441 (and)-111.1 (/)-111 (o)0 (r)-441 (7)0 (,)-441 (depending)-441.2 (on)-440 (the)-441 (value)-441.1 (of)-441 (the)]TJ
10 0 2.68 10 318 463 Tm
(5.6.)Tj
/N7 1 Tf
10 0 0 10 338.55 463 Tm
[(Program)-385.2 (modi\256cations)]TJ
/N6 1 Tf
-26.055 -1.2 TD
[(option.)-399.2 (Further)-399.2 (analysis)-399.2 (or)-400 (plotting)-399.2 (routines)-399.2 (may)-400.1 (be)]TJ
T*
[(called)-444.1 (from)-445.1 (routine)]TJ
/N7 1 Tf
8.499 0 TD
[(OU)-37 (TPU)-37.1 (T)]TJ
/N6 1 Tf
3.963 0 TD
[(,)-444 (since)-445.1 (all)-445 (the)-445 (current)-3400.2 (The)-303.1 (variety)-303.1 (of)-303 (problems)-303.2 (suitable)-303.2 (for)-303.1 (direct)]TJ
/N7 1 Tf
30.101 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
(-body)Tj
-43.267 -1.2 TD
[(coordinates)-465.3 (and)-466.1 (velocities)-465.2 (\()]TJ
/N8 1 Tf
11.579 0 TD
(r,)Tj
/N18 1 Tf
1.16 0 TD
(v)Tj
/N6 1 Tf
0.556 0 TD
[(\))-465 (are)-466 (known)-465.1 (at)-466 (this)-2400.1 (simulations)-276.3 (is)-277 (so)-277 (large)-277.1 (that)-277.1 (one)-276.1 (code)-277.1 (cannot)-277.1 (deal)-277.1 (with)]TJ
-13.295 -1.2 TD
[(stage.)-21695.1 (all)-582 (the)-582 (requirements.)-582.3 (However,)-582.2 (the)-582.1 (basic)-582.1 (solution)]TJ
24 -1.2 TD
[(method)-348.2 (is)-348 (suf\256ciently)-348.2 (\257exible)-348.2 (for)-348 (new)-348.1 (procedures)-348.2 (to)]TJ
10 0 2.68 10 78 391 Tm
(5.5.)Tj
/N7 1 Tf
10 0 0 10 98.55 391 Tm
[(Test)-385.1 (calculation)]TJ
/N6 1 Tf
21.945 0 TD
[(be)-385 (included.)]TJ
1 -1.2 TD
[(Although)-411.2 (the)-412 (present)-412.2 (code)-411.1 (has)-412.1 (been)-412.1 (designed)-412.2 (for)]TJ
-24 -1.2 TD
[(It)-419 (is)-419 (instructive)-419.2 (to)-420 (illustrate)-419.2 (the)-419 (general)-420.2 (workings)-2400.2 (scalar)-308.1 (machines,)-308.2 (it)-308 (can)-308.1 (readily)-308.1 (be)-308 (modi\256ed)-308.2 (to)-308 (exploit)]TJ
-1 -1.2 TD
[(of)-453 (the)-454 (code)-454.1 (by)-454 (quoting)-453.2 (a)-454 (test)-454.1 (calculation,)-454.3 (although)-2400.2 (special)-420.2 (features)-421.2 (available)-420.2 (on)-421 (vector)-420.1 (processors.)-421.3 (The)]TJ
T*
[(strict)-372.1 (reproducibility)-372.3 (may)-372.1 (not)-372.1 (be)-372 (achieved)-372.2 (on)-372 (differ-)-2400.1 (main)-622.1 (speed-up)-622.2 (occurs)-622.1 (for)-622.1 (long)-622.1 (loops,)-622.1 (where)-622.1 (the)]TJ
T*
[(ent)-614.1 (machines.)-503.2 (W)56 (e)-615 (choose)-614.1 (input)-614.1 (parameters)-614.2 (for)-615.1 (a)-2400 (optimum)-347.2 (size)-348.1 (is)-348 (sometimes)-348.2 (`quantized')-348.3 (to)-348 (powers)-348.2 (of)]TJ
T*
[(collapsing)-299.2 (system)-300.1 (of)-300 (250)-300.1 (particles)-299.2 (\()37 (cf.)-300 (test)-300.1 (input)-300.1 (\256le)36.9 (\).)-2400 (64)-414 (\()37 (e.g.)-414.1 (the)-415 (CRA)110.9 (Y)-359 (supercomputer)36.7 (\).)-414 (Thus)-415.1 (it)-414 (may)-415.1 (be)]TJ
T*
[(Some)-395.1 (selected)-395.2 (variables)-395.2 (are)-395.1 (displayed)-395.2 (in)-395 (Table)-395.1 (3)-395 (a)0 (t)-2400 (advantageous)-459.3 (to)-459 (increase)-460.2 (the)-459 (size)-460.1 (of)-459 (the)-460 (neighbour)]TJ
T*
[(every)-385.1 (other)-385.1 (output)-385.1 (time,)-385.1 (using)-385.1 (code)-385.1 (notation.)-5247.2 (array;)-619.1 (further)-620.1 (discussion)-619.2 (can)-620.1 (be)-619 (found)-620.1 (elsewhere)]TJ
1 -1.2 TD
[(Comparison)-471.3 (of)-471 (the)-471 (irregular)-471.2 (and)-471.1 (regular)-472.2 (integra-)-2400.2 (\()-37 (M)0.1 (akino,)-602.2 (1986;)-602.1 (Aarseth)-602.2 (and)-602.1 (Inagaki,)-602.2 (1986)-37.1 (\).)-603 (The)]TJ
-1 -1.2 TD
[(tion)-341.1 (steps)-342.1 (\()-37 (Columns)-341.2 (2)-342 (and)-342.1 (3)-37 (\))-341 (shows)-342.1 (a)-341 (ratio)-342.1 (of)-342 (about)-2400.1 (total)-401.1 (force)-401.1 (loop)-402.1 (itself)-401.1 (should)-401.1 (be)-402 (simpli\256ed)-401.2 (by)-402 (omit-)]TJ
T*
[(6,)-460 (for)-460.1 (typical)-460.1 (average)-460.2 (neighbour)-460.2 (numbers)-461.2 (\()-37 (Column)-2400.2 (ting)-359.1 (the)-360 (velocity-dependent)-360.5 (part)-360.1 (which)-360.1 (becomes)-360.2 (less)]TJ
T*
[(4)-37 (\))-384 (of)-384 (10.)-384.1 (In)-385 (spite)-384.1 (of)-384 (the)-385 (violent)-384.2 (relaxation,)-384.2 (the)-385 (total)-2400.1 (effective)-559.2 (with)-560.1 (increasing)-560.2 (neighbour)-560.2 (number.)-560.2 (Even)]TJ
T*
[(energy)-381.1 (\()-37 (Column)-382.2 (7)-37 (\))-382 (is)-382 (quite)-382.1 (stable,)-382.1 (with)-382.1 (fairly)-382.1 (small)-2400.1 (for)-376 (scalar)-376.1 (machines,)-376.2 (the)-376.1 (implementation)-376.4 (of)-376 (a)-377 (hierar-)]TJ
8 0 0 8 78 210 Tm
[(Table)-384.3 (3)]TJ
0 -1.25 TD
[(Summary)-384.8 (of)-384.5 (test)-384.8 (calculation)]TJ
ET
1 i
78 195 15 -0.5 re
f 
93 195 15 -0.5 re
f 
108 195 15 -0.5 re
f 
123 195 15 -0.5 re
f 
138 195 15 -0.5 re
f 
153 195 15 -0.5 re
f 
168 195 15 -0.5 re
f 
183 195 15 -0.5 re
f 
198 195 15 -0.5 re
f 
213 195 15 -0.5 re
f 
228 195 15 -0.5 re
f 
243 195 15 -0.5 re
f 
258 195 15 -0.5 re
f 
273 195 15 -0.5 re
f 
288 195 15 -0.5 re
f 
303 195 15 -0.5 re
f 
318 195 15 -0.5 re
f 
333 195 15 -0.5 re
f 
348 195 15 -0.5 re
f 
363 195 15 -0.5 re
f 
378 195 15 -0.5 re
f 
393 195 15 -0.5 re
f 
408 195 15 -0.5 re
f 
423 195 15 -0.5 re
f 
438 195 15 -0.5 re
f 
453 195 15 -0.5 re
f 
468 195 15 -0.5 re
f 
483 195 15 -0.5 re
f 
498 195 15 -0.5 re
f 
513 195 21 -0.5 re
f 
BT
8 0 0 8 78 185 Tm
[(TIME)-4856 (NSTEPI)-4857.3 (NSTEPR)]TJ
/N11 1 Tf
24.1275 0 TD
(k)Tj
/N6 1 Tf
0.3325 0 TD
(NB)Tj
/N11 1 Tf
1.3887 0 TD
(l)Tj
/N6 1 Tf
5.19 0 TD
(Q)Tj
/N11 1 Tf
6.6075 0 TD
(k)Tj
/N6 1 Tf
0.3325 0 TD
(R)Tj
/N11 1 Tf
0.6675 0 TD
(l)Tj
/N6 1 Tf
5.6075 0 TD
8.384 Tc
[(ED)8384 (E)]TJ
ET
78 180 15 -0.5 re
f 
93 180 15 -0.5 re
f 
108 180 15 -0.5 re
f 
123 180 15 -0.5 re
f 
138 180 15 -0.5 re
f 
153 180 15 -0.5 re
f 
168 180 15 -0.5 re
f 
183 180 15 -0.5 re
f 
198 180 15 -0.5 re
f 
213 180 15 -0.5 re
f 
228 180 15 -0.5 re
f 
243 180 15 -0.5 re
f 
258 180 15 -0.5 re
f 
273 180 15 -0.5 re
f 
288 180 15 -0.5 re
f 
303 180 15 -0.5 re
f 
318 180 15 -0.5 re
f 
333 180 15 -0.5 re
f 
348 180 15 -0.5 re
f 
363 180 15 -0.5 re
f 
378 180 15 -0.5 re
f 
393 180 15 -0.5 re
f 
408 180 15 -0.5 re
f 
423 180 15 -0.5 re
f 
438 180 15 -0.5 re
f 
453 180 15 -0.5 re
f 
468 180 15 -0.5 re
f 
483 180 15 -0.5 re
f 
498 180 15 -0.5 re
f 
513 180 21 -0.5 re
f 
BT
8 0 0 8 82 170 Tm
0 Tc
[(0.0)-8050 (0)-7746.3 (0)-5581.2 (13)-5911.3 (0.0)-5357.5 (1.87)]TJ
/N10 1 Tf
43.7537 0 TD
(2)Tj
/N6 1 Tf
0.8888 0 TD
[(0.25008)-4856.3 (0.000000)]TJ
-44.6425 -1.25 TD
[(2.8)-6050 (44387)-6246.3 (5010)-5581.3 (13)-5911.3 (0.38)-4857.5 (1.27)]TJ
/N10 1 Tf
43.7537 0 TD
(2)Tj
/N6 1 Tf
0.8888 0 TD
[(0.25008)-4856.3 (0.000007)]TJ
-44.6425 -1.25 TD
[(5.7)-5550 (227263)-5746.3 (37293)-6081.3 (7)-5911.3 (0.59)-4857.5 (0.76)]TJ
/N10 1 Tf
43.7537 0 TD
(2)Tj
/N6 1 Tf
0.8888 0 TD
[(0.25003)-4856.3 (0.000054)]TJ
-44.6425 -1.25 TD
[(8.5)-5550 (353397)-5746.3 (60890)-6081.3 (9)-5911.3 (0.58)-4857.5 (0.66)]TJ
/N10 1 Tf
43.7537 0 TD
(2)Tj
/N6 1 Tf
0.8888 0 TD
[(0.25002)-4856.3 (0.000011)]TJ
-45.1425 -1.25 TD
[(11.3)-5550 (476792)-5746.3 (83805)-6081.3 (9)-5911.3 (0.58)-4857.5 (0.65)]TJ
/N10 1 Tf
44.2537 0 TD
(2)Tj
/N6 1 Tf
0.8888 0 TD
[(0.25001)-4856.3 (0.000005)]TJ
-45.1425 -1.25 TD
[(14.1)-5550 (601234)-5246.3 (105861)-5581.3 (10)-5911.3 (0.62)-4857.5 (0.61)]TJ
/N10 1 Tf
44.2537 0 TD
(2)Tj
/N6 1 Tf
0.8888 0 TD
[(0.25000)-4856.3 (0.000009)]TJ
ET
78 115 15 -0.5 re
f 
93 115 15 -0.5 re
f 
108 115 15 -0.5 re
f 
123 115 15 -0.5 re
f 
138 115 15 -0.5 re
f 
153 115 15 -0.5 re
f 
168 115 15 -0.5 re
f 
183 115 15 -0.5 re
f 
198 115 15 -0.5 re
f 
213 115 15 -0.5 re
f 
228 115 15 -0.5 re
f 
243 115 15 -0.5 re
f 
258 115 15 -0.5 re
f 
273 115 15 -0.5 re
f 
288 115 15 -0.5 re
f 
303 115 15 -0.5 re
f 
318 115 15 -0.5 re
f 
333 115 15 -0.5 re
f 
348 115 15 -0.5 re
f 
363 115 15 -0.5 re
f 
378 115 15 -0.5 re
f 
393 115 15 -0.5 re
f 
408 115 15 -0.5 re
f 
423 115 15 -0.5 re
f 
438 115 15 -0.5 re
f 
453 115 15 -0.5 re
f 
468 115 15 -0.5 re
f 
483 115 15 -0.5 re
f 
498 115 15 -0.5 re
f 
513 115 21 -0.5 re
f 
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Page: 15 15
%%BeginPageSetup
userdict /pgsave save put
PDFVars begin PDF begin PDFVars/InitAll get exec
%%EndPageSetup
33 33 546 744 RC
BT
/N7 1 Tf
8 0 0 8 222.26 705 Tm
0 g
/N13 /ExtGState findRes gs
0 Tc
0 Tw
(S)Tj
/N6 1 Tf
8 0 2.144 8 226.26 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 228.7 705 Tm
(J)Tj
/N6 1 Tf
8 0 2.144 8 232.25 705 Tm
(.)Tj
/N7 1 Tf
8 0 0 8 237.78 705 Tm
(Aarseth)Tj
/N6 1 Tf
3.6063 0 TD
(/)Tj
/N7 1 Tf
0.7375 0 TD
[(New)-440.8 (Astronomy)]TJ
/N6 1 Tf
8 0 2.144 8 328.02 705 Tm
[(6)-385 (\()-37 (2001)-37.5 (\))-384.5 (277)]TJ
8 0 0 8 373.29 705 Tm
(\261)Tj
8 0 2.144 8 377.73 705 Tm
(291)Tj
8 0 0 8 522 705 Tm
(291)Tj
10 0 0 10 78 679 Tm
[(chical)-279.1 (time-step)-280.2 (scheme)-280.2 (would)-279.1 (be)-280 (bene\256cial)-280.2 (\()-37 (M)0.1 (cMil-)-2400.2 (relevant)-332.2 (particle)-333.2 (coordinates)-332.3 (can)-333.1 (then)-333.1 (be)-332 (written)-333.1 (to)-333 (a)]TJ
0 -1.2 TD
[(lan,)-385.1 (1986;)-385.1 (Makino,)-385.2 (1991b)18.9 (\).)-12670 (separate)-280.2 (\256le,)-280.1 (using)-281.1 (scaled)-280.1 (integer)-280.1 (format)-281.1 (of)-280 (two)-281.1 (bytes)]TJ
1 -1.2 TD
[(Since)-289.1 (the)-289 (square)-289.1 (root)-290.1 (calculation)-289.2 (is)-289 (by)-289 (far)-289 (the)-290 (most)-2400.1 (to)-487 (save)-487.1 (memory.)-487.2 (The)-487.1 (actual)-487.1 (movie)-487.1 (production)-487.2 (de-)]TJ
-1 -1.2 TD
[(time-consuming)-317.4 (part)-317.1 (of)-317 (a)-318 (direct)]TJ
/N7 1 Tf
13.195 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-317.1 (code,)-317.1 (it)-318 (may)-2400.1 (pends)-326.1 (on)-326 (available)-326.2 (software;)-326.2 (by)-326 (now)-326.1 (it)-326 (is)-326 (possible)-327.2 (to)]TJ
-13.899 -1.2 TD
[(be)-550 (desirable)-550.2 (to)-550 (consider)-550.2 (alternative)-550.2 (procedures.)-550.3 (A)-2400 (make)-408.1 (nice)-409.1 (movies)-408.1 (on)-409 (a)-409 (P)0 (C)-408 (using)-409.1 (standard)-409.2 (graphics)]TJ
T*
[(fast)-348.1 (algorithm)-348.2 (based)-348.1 (on)-348 (a)-348 (non-uniform)-348.3 (look-up)-348.2 (table)-2400.1 (packages.)]TJ
6.5 0 0 6 109.33 612 Tm
(3)Tj
10 0 0 10 78 607 Tm
[(for)-523 (1)-111 (/)]TJ
/N7 1 Tf
2.652 0 TD
(r)Tj
/N6 1 Tf
1.365 0 TD
[(has)-523.1 (proved)-524.1 (effective)-523.2 (on)-523 (scalar)-523.1 (machines,)]TJ
-4.017 -1.2 TD
[(where)-682.1 (indirect)-683.2 (addressing)-683.2 (is)-683 (not)-683.1 (a)-683 (problem)-683.2 (\()37 (cf.)]TJ
T*
[(Aarseth)-400.2 (et)-401 (al.,)-400.1 (1993)-37.1 (\).)-401 (This)-400.1 (algorithm)-401.2 (would)-400.1 (also)-401.1 (be)]TJ
/N8 1 Tf
24 0 TD
(References)Tj
/N6 1 Tf
-24 -1.2 TD
[(suitable)-628.2 (for)-629 (the)-628 (regular)-629.2 (force)-628.1 (calculation)-629.2 (without)]TJ
T*
[(signi\256cant)-385.2 (loss)-385.1 (of)-385 (precision.)]TJ
8 0 0 8 318 559 Tm
[(Aarseth,)-385 (S.J.,)-385 (1963.)-385 (MNRAS)-384.1 (126,)-385 (223.)]TJ
0 -1.25 TD
[(Aarseth,)-715 (S.J.,)-715 (1985.)-716.3 (In:)-715.3 (Brackbill,)-715.6 (J.U.,)-715.3 (Cohen,)-715.3 (B.I.)-716.3 (\()-37 (Eds.)37.5 (\),)]TJ
10 0 0 10 88 547 Tm
[(The)-499.1 (code)-499.1 (may)-499.1 (readily)-499.1 (be)-499 (modi\256ed)-499.2 (to)-499 (include)-499.2 (a)]TJ
8 0 0 8 328 539 Tm
[(Multiple)-385 (Time)-384 (Scales.)-385 (Academic)-386.1 (Press,)-384 (New)-329.5 (Y)54.5 (ork,)-384.5 (p.)-385 (377.)]TJ
10 0 0 10 78 535 Tm
[(population)-621.2 (of)-622 (massless)-621.2 (test)-622.1 (particles.)-621.2 (Now)-622.1 (all)]TJ
/N7 1 Tf
20.933 0 TD
(N)Tj
/N6 1 Tf
8 0 0 8 318 529 Tm
[(Aarseth,)-386.3 (S.J.,)-386.3 (Inagaki,)-386 (S.,)-385.3 (1986.)-386.3 (In:)-386.5 (Hut,)-386.3 (P)111 (.)0 (,)-386.3 (McMillan,)-386.3 (S.)-386.5 (\()-37 (Eds.)37.5 (\),)]TJ
10 0 0 10 78 523 Tm
[(particles)-308.2 (may)-308.1 (be)-308 (integrated)-308.2 (in)-308 (the)-308 (standard)-308.2 (way,)-309.1 (with)]TJ
8 0 0 8 328 519 Tm
[(The)-547.5 (Use)-548.8 (of)-548.3 (Supercomputers)-547.3 (in)-548.3 (Stellar)-547.8 (Dynamics.)-548.8 (Springer-)]TJ
10 0 0 10 78 511 Tm
[(the)-367 (force)-367.1 (loops)-368.1 (performed)-367.2 (over)-367.1 (a)-368 (smaller)-367.2 (number)-368.2 (of)]TJ
8 0 0 8 328 509 Tm
[(V)112 (erlag,)-384.8 (New)-329.5 (Y)54.5 (ork,)-384.5 (p.)-385 (203.)]TJ
5.3525 -1.2188 TD
(\302)Tj
10 0 0 10 78 499 Tm
[(massive)-276.2 (bodies.)-165.2 (When)-276.1 (modelling)-276.2 (close)-276.1 (interactions,)-277.3 (it)]TJ
8 0 0 8 318 499 Tm
[(Aarseth,)-385 (S.J.,)-385 (Henon,)-384 (M.,)-274.8 (Wielen,)-384.5 (R.,)-385.5 (1974.)-385 (A&A)-384.3 (37,)-385 (183.)]TJ
0 -1.25 TD
[(Aarseth,)-385 (S.J.,)-385 (Lin,)-384.8 (D)37 (.N.C.,)-384.8 (Papaloizou,)-384.8 (J.,)-384.8 (1988.)-385 (ApJ)-385.3 (324,)-385 (288.)]TJ
10 0 0 10 78 487 Tm
[(is)-442 (sometimes)-443.2 (desirable)-443.2 (to)-443 (include)-443.2 (partially)-443.2 (inelastic)]TJ
8 0 0 8 318 479 Tm
[(Aarseth,)-385 (S.J.,)-385 (Palmer,)-384.5 (P)111 (.L.,)-385.3 (Lin,)-384.8 (D)37 (.N.C.,)-384.8 (1993.)-385 (ApJ)-385.3 (403,)-385 (351.)]TJ
10 0 0 10 78 475 Tm
[(effects.)-318.2 (The)-318.1 (collision)-318.2 (determination)-318.3 (would)-318.1 (be)-318 (similar)]TJ
8 0 0 8 318 469 Tm
[(Ahmad,)-384.8 (A.,)-384.3 (Cohen,)-385.3 (L.,)-385.3 (1973.)-385 (J.)-384.8 (Comput.)-385.8 (Phys.)-385 (12,)-385 (389.)]TJ
10 0 0 10 78 463 Tm
[(to)-305 (the)-305 (coalescence)-305.3 (procedure)-305.2 (but)-305.1 (the)-305 (velocity)-305.2 (of)-305 (each)]TJ
8 0 0 8 318 459 Tm
[(Casertano,)-384.8 (S.,)-385.3 (Hut,)-385 (P)112.2 (.)0 (,)-385 (1985.)-385 (ApJ)-385.3 (298,)-385 (80.)]TJ
10 0 0 10 78 451 Tm
[(component)-387.3 (should)-388.1 (be)-387 (modi\256ed)-388.2 (by)-387 (the)-388 (coef\256cient)-388.2 (of)]TJ
8 0 0 8 318 449 Tm
[(Dyer,)-384.8 (C.C.,)-384.8 (Ip,)-384.5 (P)111 (.S.S.,)-385.5 (1993.)-385 (ApJ)-385.3 (409,)-385 (60.)]TJ
10 0 0 10 78 439 Tm
[(restitution)-385.2 (\()37 (Aarseth)-385.2 (et)-385 (al.,)-385.1 (1993)-37.1 (\).)]TJ
8 0 0 8 318 439 Tm
[(Gerhard,)-384 (O.E.,)-385.8 (1981.)-385 (MNRAS)-385.3 (197,)-385 (179.)]TJ
T*
[(Goodman,)-384.8 (J.,)-384.8 (Heggie,)-384.5 (D)37 (.C.,)-385.5 (Hut,)-385 (P)111 (.)0 (,)-385 (1993.)-385 (ApJ)-385.3 (415,)-385 (715.)]TJ
10 0 0 10 88 427 Tm
[(The)-499.1 (effect)-499.1 (of)-499 (an)-500 (external)-499.2 (potential)-499.2 (may)-499.1 (also)-500.1 (be)]TJ
8 0 0 8 318 419 Tm
[(Governato,)-384.1 (F.,)-385.3 (Bhatia,)-385.3 (R.,)-385.5 (Chinkarini,)-384.6 (G.,)-385.5 (1991.)-385 (ApJ)-384 (371,)-385 (L15.)]TJ
10 0 0 10 78 415 Tm
[(studied)-566.1 (as)-566 (a)-566 (perturbation)-566.3 (of)-566 (the)-566 (internal)-567.2 (motions.)]TJ
8 0 0 8 318 409 Tm
[(Heggie,)-550.8 (D)37 (.C.,)-551.8 (Mathieu,)-550.8 (R.D)36.5 (.,)-551.3 (1986.)-551.3 (In:)-551.5 (Hut,)-551.3 (P)111 (.)0 (,)-552.5 (McMillan,)-551.3 (S.)]TJ
10 0 0 10 78 403 Tm
[(This)-353.1 (description)-353.2 (may)-353.1 (be)-353 (used)-353.1 (for)-353.1 (star)-353.1 (clusters)-354.2 (inside)]TJ
8 0 0 8 328 399 Tm
[(\()-37 (Eds.)37.5 (\),)-707 (The)-706.3 (Use)-707.5 (of)-707 (Supercomputers)-706.1 (in)-707 (Stellar)-707.8 (Dynamics.)]TJ
10 0 0 10 78 391 Tm
[(a)-298 (galaxy)-299.1 (or)-299 (dwarf)-299.1 (galaxies)-299.2 (orbiting)-298.2 (a)-299 (large)-299.1 (galaxy.)-299.2 (In)]TJ
8 0 0 8 328 389 Tm
[(Springer-)111.9 (V)110.7 (erlag,)-384.8 (New)-329.5 (Y)55.7 (ork,)-385.8 (p.)-385 (233.)]TJ
10 0 0 10 78 379 Tm
[(the)-363 (case)-364.1 (of)-364 (open)-364.1 (clusters,)-363.2 (the)-364 (assumption)-364.3 (of)-364 (circular)]TJ
8 0 0 8 318 379 Tm
[(Makino,)-456.5 (J.,)-457.3 (1986.)-457.5 (In:)-456.5 (Hut,)-457.5 (P)111 (.)0 (,)-457.5 (McMillan,)-457.6 (S.)-456.5 (\()-37 (Eds.)37.5 (\),)-458.3 (The)-456.3 (Use)-457.5 (of)]TJ
1.25 -1.25 TD
[(Supercomputers)-628.6 (in)-628.3 (Stellar)-629 (Dynamics.)-628.8 (Springer-)111.9 (V)110.8 (erlag,)-628.5 (New)]TJ
10 0 0 10 78 367 Tm
[(motion)-578.1 (near)-578.1 (the)-578 (plane)-578.1 (of)-578 (symmetry)-578.2 (permits)-578.2 (sim-)]TJ
8 0 0 8 328 359 Tm
[(Y)55.8 (ork,)-384.5 (p.)-385 (151.)]TJ
10 0 0 10 78 355 Tm
[(pli\256ed)-496.1 (expressions)-496.3 (for)-497.1 (the)-496 (tidal)-497.1 (force)-496.1 (\()37 (cf.)-497 (Aarseth,)]TJ
8 0 0 8 318 349 Tm
[(Makino,)-384 (J.,)-386 (1991a.)-384.8 (ApJ)-385.3 (369,)-385 (200.)]TJ
10 0 0 10 78 343 Tm
[(1985)-37.1 (\).)-737 (For)-737.1 (more)-737.1 (general)-738.2 (types)-737.1 (of)-737 (orbits,)-737.1 (it)-738 (is)]TJ
8 0 0 8 318 339 Tm
[(Makino,)-384 (J.,)-386 (1991b.)-385 (P)112.2 (ASJ)-385.5 (43,)-385 (859.)]TJ
10 0 0 10 78 331 Tm
[(convenient)-331.2 (to)-332 (employ)-332.2 (local)-332.1 (rotating)-332.2 (coordinates)-332.3 (with)]TJ
8 0 0 8 318 329 Tm
[(Makino,)-384 (J.,)-386 (Aarseth,)-385 (S.J.,)-385 (1992.)-385 (P)112.2 (ASJ)-385.5 (44,)-385 (141.)]TJ
10 0 0 10 78 319 Tm
[(respect)-385.2 (to)-385 (a)-385 (guiding)-385.2 (centre)-385.1 (\()-37 (O)0 (h)-385 (e)0 (t)-385 (al.,)-385.1 (1992)-37.1 (\).)]TJ
8 0 0 8 318 319 Tm
[(Makino,)-384 (J.,)-386 (Hut,)-385 (P)112.2 (.)0 (,)-385 (1988.)-385 (ApJS)-385.5 (68,)-385 (833.)]TJ
T*
[(McMillan,)-296.3 (S.L.)110.7 (W)110.2 (.)0 (,)-296.3 (1986.)-297.5 (In:)-297.8 (Hut,)-297.5 (P)111 (.)0 (,)-297.5 (McMillan,)-296.3 (S.)-297.8 (\()-37 (Eds.)37.5 (\),)-298.3 (The)-297.5 (Use)]TJ
10 0 0 10 88 307 Tm
[(Cosmological)-468.3 (modelling)-468.2 (by)-468 (direct)]TJ
/N7 1 Tf
14.761 0 TD
(N)Tj
/N6 1 Tf
0.704 0 TD
[(-body)-469.1 (meth-)]TJ
8 0 0 8 328 299 Tm
[(of)-384.5 (Supercomputers)-384.8 (in)-385.8 (Stellar)-384 (Dynamics.)-385.1 (Springer-)110.7 (V)110.7 (erlag,)-384.8 (New)]TJ
10 0 0 10 78 295 Tm
[(ods)-325.1 (is)-325 (limited)-325.1 (to)-325 (much)-325.1 (smaller)-325.2 (particle)-325.2 (numbers)-326.2 (than)]TJ
8 0 0 8 328 289 Tm
[(Y)55.8 (ork,)-384.5 (p.)-385 (156.)]TJ
10 0 0 10 78 283 Tm
[(can)-428.1 (be)-428 (studied)-428.1 (by)-429 (FFT)-428.1 (or)-428 (tree)-428.1 (codes.)-428.1 (The)-429.1 (standard)]TJ
8 0 0 8 318 279 Tm
[(Miller,)-385 (R.H.,)-384.8 (1964.)-385 (ApJ)-385.3 (140,)-385 (250.)]TJ
10 0 0 10 78 271 Tm
[(AC)-276 (code)-277.1 (can)-277.1 (be)-277 (used)-276.1 (for)-277.1 (cosmological)-277.3 (simulations)-277.3 (as)]TJ
8 0 0 8 318 269 Tm
[(Oh,)-384.3 (K.S.,)-385.8 (Lin,)-384.8 (D)37 (.N.C.,)-384.8 (Aarseth,)-385 (S.J.,)-385 (1992.)-385 (ApJ)-385.3 (386,)-385 (506.)]TJ
10 0 0 10 78 259 Tm
[(it)-293 (stands)-293.1 (\()-37 (i.e.)]TJ
/N7 1 Tf
5.528 0 TD
(Q)Tj
/N10 1 Tf
0.944 0 TD
(.)Tj
/N6 1 Tf
0.999 0 TD
[(1)-37 (\))0 (.)-294 (However,)-293.2 (it)-293 (is)-294 (more)-293.1 (ef\256cient)-294.2 (to)]TJ
8 0 0 8 318 259 Tm
[(Oh,)-384.3 (K.S.,)-385.8 (Lin,)-384.8 (D)37 (.N.C.,)-384.8 (Aarseth,)-385 (S.J.,)-385 (1995.)-385 (ApJ)-385.3 (442,)-385 (142.)]TJ
0 -1.25 TD
[(Press,)-317.8 (W)111.5 (.H.,)-430.5 (1986.)-428.8 (In:)-430.3 (Hut,)-428.8 (P)111 (.)0 (,)-430 (McMillan,)-428.8 (S.)-430.3 (\()-37 (Eds.)37.5 (\),)-429.5 (The)-430 (Use)-428.8 (of)]TJ
10 0 0 10 78 247 Tm
[(employ)-734.2 (comoving)-734.2 (equations)-735.2 (of)-734 (motion.)-734.2 (Such)-735.1 (a)]TJ
8 0 0 8 328 239 Tm
[(Supercomputers)-628.6 (in)-628.3 (Stellar)-629 (Dynamics.)-628.8 (Springer-)111.9 (V)110.8 (erlag,)-628.5 (New)]TJ
10 0 0 10 78 235 Tm
[(formulation)-434.3 (has)-434.1 (been)-434.1 (described)-434.2 (elsewhere)-435.2 (\()37 (Aarseth,)]TJ
8 0 0 8 328 229 Tm
[(Y)55.8 (ork,)-384.5 (p.)-385 (184.)]TJ
10 0 0 10 78 223 Tm
[(1985)-37.1 (\))-397 (and)-398.1 (is)-397 (available)-398.2 (as)-397 (a)-398 (separate)-397.2 (program)-398.2 (called)]TJ
8 0 0 8 318 219 Tm
[(Spurzem,)-385.1 (R.,)-384.3 (1991.)-385 (Personal)-384.8 (communication.)]TJ
/N7 1 Tf
10 0 0 10 78 211 Tm
[(COMO)36.9 (V)0 (E)]TJ
/N6 1 Tf
4.129 0 TD
(.)Tj
8 0 0 8 318 209 Tm
[(Spurzem,)-385.1 (R.,)-384.3 (1999.)-385 (J.)-384.8 (Comp.)-385 (Appl.)-385 (Maths.)-385 (109,)-385 (407.)]TJ
10 0 0 10 88 199 Tm
[(Finally,)-439.2 (we)-439 (mention)-439.2 (the)-439 (generation)-439.2 (of)-439 (output)-440.1 (for)]TJ
8 0 0 8 318 199 Tm
[(White,)-384.8 (S.D)36.7 (.M.,)-384.8 (1976.)-385 (MNRAS)-385.3 (177,)-385 (717.)]TJ
0 -1.25 TD
[(Wielen,)-384.5 (R.,)-385.5 (1979.)-385 (MitAG)-384.8 (45,)-385 (16.)]TJ
10 0 0 10 78 187 Tm
[(computer)-373.2 (movies.)-374.2 (This)-373.1 (requires)-374.2 (monitoring)-373.2 (an)-374 (addi-)]TJ
0 -1.2 TD
[(tional)-596.1 (time-scale)-596.2 (after)-596.1 (each)-596.1 (integration)-596.2 (cycle.)-597.1 (All)]TJ
ET
PDFVars/TermAll get exec end end
userdict /pgsave get restore
showpage
%%PageTrailer
%%EndPage
%%Trailer
%%EOF
back to top