Oil Film Thickness Predictions on Roller Bearings Dipped in Oil Baths Jeff Bode MEAE 4960 April 10, 2001 1 Table of Contents: List of Symbols Used: ................................................................................................................................... 3 Abstract: ........................................................................................................................................................ 4 Introduction: ................................................................................................................................................. 4 Problem Description and Mathematical Formulation: ............................................................................. 4 Numerical Approaches ................................................................................................................................. 7 Results and Discussion ................................................................................................................................. 8 Error Analysis............................................................................................................................................... 9 Discussion ...................................................................................................................................................... 9 Conclusion ....................................................................................................................................................10 Bibliography: ...............................................................................................................................................11 Appendix I: Program .................................................................................................................................12 Appendix II: Samples of Output ...............................................................................................................15 2 List of Symbols Used: c p Ca F g R U x y Constant of integration Capillary Length Change in pressure Capillary Number Surface Tension Oil thickness as measured from bearing surface to air Adhering oil film thickness Ratio of oil film thickness to adhering oil film thickness Acceleration due to gravity Viscosity Radius of curvature of oil film between oil bath and bearing surface Withdrawal Speed vertical distance from bearing surface to oil bath horizontal distance from bearing surface (not limited by oil/air line) 3 Abstract: Roller bearings are used in many applications in many different industries. During the overhauling process of many machines, it becomes necessary to remove roller bearings for preservation, as bearing material is highly susceptible to corrosion. In order to preserve the bearings, they are dipped in an oil bath and then sealed in a plastic or other non-permeable bag or container. It is the intent of this paper to analyze whether the amount of oil film accumulated on an aerospace bearing may be correlated to the equations for the static meniscus or the entrained fluid. Introduction: There is a continual drive within industry to decrease quality escapes and eliminate waste. When a bearing is left unpreserved for more than a few hours, atmospheric corrosion is likely to occur, rendering the bearing unusable. The financial impact of this can be anything from a three dollar bearing replacement in a common household tool to a ten thousand dollar aerospace bearing replacement with the loss of critical time in locating spare assets for replacement. This can hold up a machine build that can be billed at $5000 per hour of delay when on a scheduled contract. This paper will assess the effects of removal of roller bearings from oil baths to determine the thickness of the oil film on the bearing material. The objective is to determine whether there is a correlation between the oil film thickness and the static meniscus, and whether this correlation could have any impact to oil film thickness on bearings. This correlation could be used to develop practices to help prevent bearing material corrosion damage. This analysis was conducted using FORTRAN numerical analysis. There were several numerical integrations that needed to occur in order to arrive at the predicted oil film coating thickness. These integrations were performed using the Runge-Kutta Method for Systems of Differential Equations. The goal is to solve a third order differential equation using three separate linear differential equations. Because this will still require an initial guess for the film thickness, this becomes an iterative problem. Problem Description and Mathematical Formulation: The roller bearings were modeled as an infinite plate being withdrawn from an oil bath. The geometries involved with every detail involved with the roller bearings are such that it would be impractical to model the intricacies of these complex parts. Also, because this is a generic exercise to possibly apply this analysis to various bearings, a specific bearing geometry is not required to complete the analysis. The final formulation for flat plate geometry is also known, so that the analysis may be numerically validated. 4 The velocity profile is represented by the equation: d 3 y 2 u U y 3 dx 2 Using this formula, the oil flow rate per unit width of plate (or as we assume here – circumference of the roller bearing) is shown as: x ~ d 3 3 Q udy U dx 3 3 0 As x approaches infinity, the oil film flow rate may be shown as ~ Q U f ~ The substitution of these 2 equations for Q yields: d 3 3U 3U f 3 dx The goal of this derivation is to determine the initial conditions required for integrating the value of with certain initial conditions. 3 The value of delta at x = 0 is numerically impossible to achieve. This is because the static meniscus equation does not apply here. The best that we can do from a numerical integration method is to use as small a value of x as practical. But let us understand what it is that must be solved. For this derivation, constant temperature is assumed. This gives us the formulation for the variable (x) shown in the above equation. 5 U is being approximated as 0.2 m/s. The quantity 3U may then be deemed a constant. The material properties of the oil were taken at a temperature of 300 K. The following values were used in the analysis: = 0.486 N*s/m2 = 30.23 N/m = 884.1 kg/m3 Also, at or very near x = 0, F , 3 d 3 3U 0 dx 3 Consequently, 2 d 3 3U 0 dx 3 Because at x = 0, 3U 3U d 0 dx 3 2 2 3 This would mean that d 3 dx 3 C1 Probstein argues that the application of static equilibrium makes p gx constant and therefore, ' ' gx 0 3 2 2 1 ' Rearranging gives: gx 1 ' 2 2 '' The results are shown graphically below: 3 Delta Double Prime Initial Condition Delta Double Prime 8.E+08 6.E+08 4.E+08 2.E+08 0.E+00 0 0.001 0.002 X (Meters Up Plate) 0.003 It is important to understand the physical significance of ' ' . This is the change in the rate of change of the thickness of the oil film on the plate. Its integral, ' , is the change in the oil film thickness as a function of x. At x = 0, this value is negative infinity. A value of infinity is not useful for a numerical integration, so we apply a constant of –1 when 6 we integrate ' ' . ' 1 ' 2 gx 2 1 2 Algebraic manipulation then yields: 2 g 2 x 4 gx 2 1 4 2 ' 2 g 2 x 4 gx 2 1 1 2 4 Delta Prime Initial Condition as a Function of X 0 0.001 0.002 0.003 0 Delta Prime It is also noted that the derivation to get to the above expression required the use of the negative, instead of positive ' . We shall only use the negative value of the above expression for the numerical calculations. The reason being that the change in delta as x increases is negative. The graphical representation of this is shown to the right. -2000 -4000 -6000 -8000 X (Meters Up Plate) Numerical Approaches The computation of the initial value of then becomes quite complex, and not very useful. Therefore, this initial value will need to be approximated. The x value used for computation was 0.0001m. The following values were obtained from the above formulas: ' ' 0.0001 5904022 =3 ' 0.0001 590.389 =2 0.0001 .064684 =1 Though these are the approximations for the initial conditions, the full equations will be used to determine the 3 governing equations in the numerical integration. The program will also require an inputted guess for F. When the initial guess yields an answer that supports the guess, the solution is obtained. u1 u2 ' u3 ' ' u1 ' ' u2 ' ' ' u3 ' ' ' ' 7 The 3 equations input into the Runge-Kutta Method for Differential Equations are: f 1 t , x1 , x 2 , x 3 x 2 f 2 t , x1 , x 2 , x 3 x 3 f 3 t , x1 , x 2 , x 3 .00964604697321 x1 F x1 3 The Runge-Kutta program Alg057.for supplied with the class textbook was modified to show the initial values put into the program, as well as adjust the order of the overall problem from a second order differential equation to a third order differential equation. Results and Discussion Using initial conditions for alpha previously listed, it was shown that the value of ' ' did not change during the iterations, ' increased steadily, and decreased until it numerically crossed the plate at a value of x = .0002m with an initial guess of .0001 for F . t(i) 1E-04 0.00012 0.00014 0.00016 0.00018 0.0002 0.00022 0.00024 0.00026 0.00028 0.0003 w1(i) w2(i) w3(i) 0.064684004 -590.38898 5904022 0.054057028 -472.30853 5904022 0.045791663 -354.22809 5904022 0.039887905 -236.14764 5904022 0.036345758 -118.0672 5904022 0.035165217 0.013244629 5904022 0.036346287 118.09369 5904022 0.039888963 236.17413 5904022 0.04579325 354.25458 5904022 0.054059148 472.33502 5904022 0.064686656 590.41547 5904022 This shows a dominance of the w3 term ( ' ' ) on the overall iteration process. It becomes clear that an error exists in the initial approximation of ' ' . An increase in the precision of the initial condition to x=0.00001 only amplifies the impact of the initial approximation ' ' . 1 0.12800545 0.00001 2 -5903.8311 ' 0.00001 3 590383230 ' ' 0.00001 8 t(i) 1E-05 3.9E-05 6.8E-05 9.7E-05 0.000126 0.000155 0.000184 0.000213 0.000242 0.000271 0.0003 w1(i) w2(i) w3(i) 0.128005 -5903.831 590383230 0.205051 11217.28 590383230 0.778608 28338.4 590383230 1.848678 45459.52 590383230 3.41526 62580.63 590383230 5.478355 79701.75 590383230 8.037962 96822.87 590383230 11.09408 113944 590383230 14.64671 131065.1 590383230 18.69586 148186.2 590383230 23.24152 165307.3 590383230 The value of delta reaches its minimum between the first and second iteration. Error Analysis Probstein uses the following equation to derive the exact value of F : f c 0.946Ca 2 3 Where Ca U c g and f 0.00121668201825m The use of this value for the initial guess of f does not significantly affect the output of the program. The value of ' ' still dominates the output. The program’s predicted value of x to this value is still closest to ~0.0002m which actually only reaches a minimum value that correlates to a value of f equal to 0.035165m. This gives an error of 2790%. This result then causes the reevaluation of the initial conditions. The initial conditions for ' ' and ' are numerically determined. However, the initial condition for is the only input that is guesstimated. This input is therefore the condition under suspicion of detrimentally affecting the analysis. (0.0001)= 0.31m Discussion 0.002 Delta (Meters) The initial results cause scrutiny of the initial conditions. The initial conditions for ' ' and ' are numerically determined and have a basis for their estimates. However, 0.0015 0.001 0.0005 0 0.0189 0.019 0.0191 0.0192 0.0193 X (meters up plate) 0.0194 9 0.0195 had no basis for its estimate. This input was originally estimated as ~6.4cm. Subsequent iterations with differing values of at x = 0.0001m produced a more acceptable input in around 31cm. However, this still could not produce the results desired. The output of the series of first order differential equations was greatly affected by the value of ' ' . The magnitude of the initial condition value for swayed the rest of the output. So that the ' became positive at values greater than x=0.0002 m. This should never have happened. ' should have remained negative for any value of x. Delta Double Prime (0.0001)=0.31m 5904900 5904800 5904700 5904600 5904500 5904400 5904300 5904200 5904100 5904000 5903900 0.0189 0.019 0.0191 0.0192 0.0193 0.0194 0.0195 Probstein reports that the value where ' goes to zero is the transition from the static meniscus region to the lubrication / entrained fluid region. ' was not able to be calculated to a value of zero anywhere near the correlating value of f . Values for ' ' were mostly unchanging until the region extremely close to the plate were analyzed, and this graph shows a curve beginning near value of = 0. X (Meters up plate) Conclusion The goal of obtaining a correlation between the oil film thickness on a bearing surface after withdrawal from an oil bath was unsuccessful. The correlation for a flat plate being withdrawn from an oil bath was the first step towards attaining that goal. It was clear that the inputted initial conditions had a huge effect on the accuracy of the analysis. Though initially, the large value of ' ' was the initial suspect for the large errors being obtained, it was noted that the initial value of was just as important in obtaining a correct solution. The use of the Runge-Kutta Method for Systems of Differential Equations was able to be applied to the system of equations derived for this analysis, but the validity of the initial conditions prevented accurate results from being obtained. Physical and chemical analysis of these boundary conditions would be needed to obtain some accurate predictions on oil film thickness. 10 Bibliography: Burden and Faires. Numerical Analysis, California, Brooks/Cole, 2001, pp. 313-322. Levich, Veniamin G. Physicochemical Hydrodynamics, Englewood Cliffs NJ, 1962, pp. 675-683. Probstein, Ronald F. Physicochemical Hydrodynamics, Boston, Butterworths, pp. 280285. 11 Appendix I: Program C********************************************************************** * C * C RUNGE-KUTTA FOR SYSTEMS OF DIFFERENTIAL EQUATIONS ALGORITHM 5.7 * C * C********************************************************************** * C C C C TO APPROXIMATE THE SOLUTION OF THE MTH-ORDER SYSTEM OF FIRSTC ORDER INITIAL-VALUE PROBLEMS C UJ' = FJ(T,U1,U2,...,UM), J=1,2,...,M C A <= T <= B, UJ(A)=ALPHAJ, J=1,2,...,M C AT (N+1) EQUALLY SPACED NUMBERS IN THE INTERVAL [A,B]. C C INPUT ENDPOINTS A,B; NUMBER OF EQUATIONS M; INTIAL C CONDITIONS ALPHA1,...,ALPHAM; INTEGER N. C C OUTPUT APPROXIMATIONS WJ TO UJ(T) AT THE (N+1) VALUES OF T. C CHARACTER NAME1*30,AA*1 INTEGER OUP,FLAG LOGICAL OK c WRITE(6,*) 'ENTER GUESS FOR DELTA SUB F' c READ(5,*) C C CHANGE FUNCTIONF F1, F2 AND F3 FOR A NEW PROBLEM F1(T,X1,X2,X3)=X2 F2(T,X1,X2,X3)=X3 F3(T,X1,X2,X3)=-0.00964604697321*(X1-.0012)/(X1*X1*X1) C DEFINE FUNCTIONS F1,...,FM WRITE(6,*) 'This is the Runge-Kutta Method for systems with m=3.' WRITE(6,*) 'Have the functions F1, F2, and F3 been defined?' WRITE(6,*) 'Enter Y or N ' WRITE(6,*) ' ' READ(5,*) AA IF(( AA .EQ. 'Y' ) .OR. ( AA .EQ. 'y' )) THEN OK = .FALSE. 10 IF (OK) GOTO 11 WRITE(6,*) 'Input left and right endpoints separated by' WRITE(6,*) 'blank' WRITE(6,*) ' ' READ(5,*) A, B IF (A.GE.B) THEN WRITE(6,*) 'Left endpoint must be less' WRITE(6,*) 'than right endpoint' ELSE OK = .TRUE. ENDIF GOTO 10 11 OK = .FALSE. 12 12 13 6 C C WRITE(6,*) 'Input the three initial conditions.' WRITE(6,*) ' ' READ(5,*) ALPHA1, ALPHA2, ALPHA3 IF (OK) GOTO 13 WRITE(6,*) 'Input a positive integer for the number' WRITE(6,*) 'of subintervals ' WRITE(6,*) ' ' READ(5,*) N IF ( N .LE. 0 ) THEN WRITE(6,*) 'Must be positive integer ' ELSE OK = .TRUE. ENDIF GOTO 12 CONTINUE ELSE WRITE(6,*) 'The program will end so that the functions' WRITE(6,*) 'F1, F2 and F3 can be created ' OK = .FALSE. ENDIF IF(.NOT.OK) GOTO 400 WRITE(6,*) 'Select output destination: ' WRITE(6,*) '1. Screen ' WRITE(6,*) '2. Text file ' WRITE(6,*) 'Enter 1 or 2 ' WRITE(6,*) ' ' READ(5,*) FLAG IF ( FLAG .EQ. 2 ) THEN WRITE(6,*) 'Input the file name in the form - ' WRITE(6,*) 'drive:name.ext' WRITE(6,*) 'with the name contained within quotes' WRITE(6,*) 'as example: ''A:OUTPUT.DTA'' ' WRITE(6,*) ' ' READ(5,*) NAME1 OUP = 3 OPEN(UNIT=OUP,FILE=NAME1,STATUS='NEW') ELSE OUP = 6 ENDIF WRITE(OUP,*) 'RUNGE-KUTTA METHOD FOR SYSTEMS' WRITE(OUP,*) 'FUNCTIONS USED ARE:' WRITE(OUP,*) 'F1(T,X1,X2,X3)=X2' WRITE(OUP,*) 'F2(T,X1,X2,X3)=X3' WRITE(OUP,*) 'F3(T,X1,X2,X3)=-0.00964604697321*(X1-.0012)/(X1*X +1*X1)' WRITE(OUP,*) 'ALPHA1=',ALPHA1 WRITE(OUP,*) 'ALPHA2=',ALPHA2 WRITE(OUP,*) 'ALPHA3=',ALPHA3 WRITE(OUP,*) 'LIMITS ARE ',A,' TO ',B WRITE(OUP,*) 'WITH ',N,' SUBINTERVALS' WRITE(OUP,6) FORMAT(12X,'t(i)',11X,'w1(i)',11X,'w2(i)',11X,'w3(i)') STEP 1 H=(B-A)/N T=A STEP 2 W1=ALPHA1 13 C C C C C C C C C 110 C 400 1 W2=ALPHA2 W3=ALPHA3 STEP 3 WRITE(OUP,1) T,W1,W2,W3 STEP 4 DO 110 I=1,N STEP 5 X11=H*F1(T,W1,W2,W3) X12=H*F2(T,W1,W2,W3) X13=H*F3(T,W1,W2,W3) STEP 6 X21=H*F1(T+H/2,W1+X11/2,W2+X12/2,W3+X13/2) X22=H*F2(T+H/2,W1+X11/2,W2+X12/2,W3+X13/2) X23=H*F3(T+H/2,W1+X11/2,W2+X12/2,W3+X13/2) STEP 7 X31=H*F1(T+H/2,W1+X21/2,W2+X22/2,W3+X23/2) X32=H*F2(T+H/2,W1+X21/2,W2+X22/2,W3+X23/2) X33=H*F3(T+H/2,W1+X21/2,W2+X22/2,W3+x23/2) STEP 8 X41=H*F1(T+H,W1+X31,W2+X32,W3+X33) X42=H*F2(T+H,W1+X31,W2+X32,W3+X33) X43=H*F3(T+H,W1+X31,W2+X32,W3+X33) STEP 9 W1=W1+(X11+2*X21+2*X31+X41)/6 W2=W2+(X12+2*X22+2*X32+X42)/6 W3=W3+(X13+2*X23+2*X33+X43)/6 STEP 10 T=A+I*H STEP 11 WRITE(OUP,1) T,W1,W2,W3 CONTINUE STEP 12 CLOSE(UNIT=5) CLOSE(UNIT=OUP) IF(OUP.NE.6) CLOSE(UNIT=6) STOP FORMAT(3(1X,E15.8)) END 14 Appendix II: Samples of Output RUNGE-KUTTA METHOD FOR SYSTEMS FUNCTIONS USED ARE: F1(T,X1,X2,X3)=X2 F2(T,X1,X2,X3)=X3 F3(T,X1,X2,X3)=-0.00964604697321*(X1-.0350)/(X1*X 1*X1) ALPHA1= 6.46840E-02 ALPHA2= -590.389 ALPHA3= 590402. LIMITS ARE 1.00000E-04 TO 3.00000E-04 WITH 100 SUBINTERVALS t(i) w1(i) w2(i) w3(i) 0.99999997E-04 0.64684004E-01 -0.59038898E+03 0.59040219E+06 0.10200000E-03 0.63504405E-01 -0.58920819E+03 0.59040219E+06 0.10400000E-03 0.62327169E-01 -0.58802740E+03 0.59040219E+06 0.10600000E-03 0.61152294E-01 -0.58684662E+03 0.59040219E+06 0.10800000E-03 0.59979782E-01 -0.58566583E+03 0.59040219E+06 0.10999999E-03 0.58809631E-01 -0.58448505E+03 0.59040219E+06 0.11199999E-03 0.57641841E-01 -0.58330426E+03 0.59040219E+06 0.11399999E-03 0.56476414E-01 -0.58212347E+03 0.59040219E+06 0.11600000E-03 0.55313349E-01 -0.58094269E+03 0.59040219E+06 0.11800000E-03 0.54152645E-01 -0.57976190E+03 0.59040219E+06 0.12000000E-03 0.52994303E-01 -0.57858112E+03 0.59040219E+06 0.12200000E-03 0.51838323E-01 -0.57740033E+03 0.59040219E+06 0.12400000E-03 0.50684705E-01 -0.57621954E+03 0.59040219E+06 0.12600000E-03 0.49533445E-01 -0.57503876E+03 0.59040219E+06 0.12800000E-03 0.48384547E-01 -0.57385797E+03 0.59040219E+06 0.13000000E-03 0.47238011E-01 -0.57267719E+03 0.59040219E+06 0.13200000E-03 0.46093836E-01 -0.57149640E+03 0.59040219E+06 0.13400000E-03 0.44952024E-01 -0.57031561E+03 0.59040219E+06 0.13600000E-03 0.43812573E-01 -0.56913483E+03 0.59040219E+06 0.13800000E-03 0.42675484E-01 -0.56795404E+03 0.59040219E+06 0.13999999E-03 0.41540757E-01 -0.56677325E+03 0.59040219E+06 0.14200000E-03 0.40408392E-01 -0.56559247E+03 0.59040219E+06 0.14399999E-03 0.39278388E-01 -0.56441168E+03 0.59040219E+06 0.14600001E-03 0.38150746E-01 -0.56323090E+03 0.59040219E+06 0.14799999E-03 0.37025467E-01 -0.56205011E+03 0.59040219E+06 0.14999999E-03 0.35902549E-01 -0.56086932E+03 0.59040219E+06 0.15199999E-03 0.34781992E-01 -0.55968854E+03 0.59040219E+06 0.15399999E-03 0.33663794E-01 -0.55850775E+03 0.59040219E+06 0.15599999E-03 0.32547958E-01 -0.55732697E+03 0.59040219E+06 0.15800000E-03 0.31434484E-01 -0.55614618E+03 0.59040219E+06 0.16000000E-03 0.30323371E-01 -0.55496539E+03 0.59040219E+06 0.16200000E-03 0.29214621E-01 -0.55378461E+03 0.59040219E+06 0.16400000E-03 0.28108232E-01 -0.55260382E+03 0.59040219E+06 0.16600000E-03 0.27004205E-01 -0.55142303E+03 0.59040219E+06 0.16800000E-03 0.25902539E-01 -0.55024225E+03 0.59040219E+06 0.17000000E-03 0.24803236E-01 -0.54906146E+03 0.59040219E+06 0.17200000E-03 0.23706295E-01 -0.54788068E+03 0.59040219E+06 0.17400000E-03 0.22611715E-01 -0.54669989E+03 0.59040219E+06 0.17600000E-03 0.21519495E-01 -0.54551910E+03 0.59040219E+06 0.17799999E-03 0.20429637E-01 -0.54433832E+03 0.59040219E+06 0.18000000E-03 0.19342141E-01 -0.54315753E+03 0.59040219E+06 0.18199999E-03 0.18257007E-01 -0.54197675E+03 0.59040219E+06 15 0.18400000E-03 0.18599999E-03 0.18800001E-03 0.18999999E-03 0.19200001E-03 0.19399999E-03 0.19600001E-03 0.19799999E-03 0.19999999E-03 0.20200000E-03 0.20400000E-03 0.20600000E-03 0.20800000E-03 0.21000000E-03 0.21200000E-03 0.21400000E-03 0.21600000E-03 0.21800000E-03 0.21999999E-03 0.22200000E-03 0.22399999E-03 0.22600000E-03 0.22799999E-03 0.23000001E-03 0.23199999E-03 0.23400001E-03 0.23599999E-03 0.23800001E-03 0.23999999E-03 0.24200001E-03 0.24400000E-03 0.24600001E-03 0.24800000E-03 0.24999998E-03 0.25200000E-03 0.25399998E-03 0.25600000E-03 0.25799999E-03 0.26000000E-03 0.26199999E-03 0.26400000E-03 0.26599999E-03 0.26800000E-03 0.26999999E-03 0.27200000E-03 0.27399999E-03 0.27600001E-03 0.27799999E-03 0.28000001E-03 0.28199999E-03 0.28400001E-03 0.28599999E-03 0.28800001E-03 0.29000000E-03 0.29200001E-03 0.29400000E-03 0.29599998E-03 0.17174235E-01 0.16093824E-01 0.15015774E-01 0.13940087E-01 0.12866760E-01 0.11795795E-01 0.10727191E-01 0.96609499E-02 0.85970694E-02 0.75355507E-02 0.64763939E-02 0.54195984E-02 0.43651648E-02 0.33130925E-02 0.22633818E-02 0.12160328E-02 0.17104519E-03 -0.87158068E-03 -0.19118447E-02 -0.29497470E-02 -0.39852876E-02 -0.50184666E-02 -0.60492838E-02 -0.70777396E-02 -0.81038335E-02 -0.91275657E-02 -0.10148936E-01 -0.11167944E-01 -0.12184591E-01 -0.13198877E-01 -0.14210800E-01 -0.15220362E-01 -0.16227562E-01 -0.17232399E-01 -0.18234875E-01 -0.19234989E-01 -0.20232741E-01 -0.21228133E-01 -0.22221163E-01 -0.23211831E-01 -0.24200138E-01 -0.25186082E-01 -0.26169665E-01 -0.27150886E-01 -0.28129745E-01 -0.29106243E-01 -0.30080378E-01 -0.31052152E-01 -0.32021564E-01 -0.32988615E-01 -0.33953305E-01 -0.34915633E-01 -0.35875600E-01 -0.36833204E-01 -0.37788447E-01 -0.38741328E-01 -0.39691847E-01 -0.54079596E+03 -0.53961517E+03 -0.53843439E+03 -0.53725360E+03 -0.53607281E+03 -0.53489203E+03 -0.53371124E+03 -0.53253046E+03 -0.53134967E+03 -0.53016888E+03 -0.52898810E+03 -0.52780731E+03 -0.52662653E+03 -0.52544574E+03 -0.52426495E+03 -0.52308417E+03 -0.52190338E+03 -0.52072247E+03 -0.51954163E+03 -0.51836078E+03 -0.51717993E+03 -0.51599908E+03 -0.51481824E+03 -0.51363739E+03 -0.51245654E+03 -0.51127567E+03 -0.51009479E+03 -0.50891391E+03 -0.50773303E+03 -0.50655215E+03 -0.50537128E+03 -0.50419040E+03 -0.50300952E+03 -0.50182864E+03 -0.50064777E+03 -0.49946689E+03 -0.49828601E+03 -0.49710513E+03 -0.49592426E+03 -0.49474338E+03 -0.49356250E+03 -0.49238162E+03 -0.49120074E+03 -0.49001987E+03 -0.48883899E+03 -0.48765811E+03 -0.48647723E+03 -0.48529636E+03 -0.48411548E+03 -0.48293460E+03 -0.48175372E+03 -0.48057285E+03 -0.47939197E+03 -0.47821109E+03 -0.47703021E+03 -0.47584933E+03 -0.47466846E+03 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040219E+06 0.59040231E+06 0.59042606E+06 0.59043769E+06 0.59043731E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 0.59043725E+06 16 0.29800000E-03 -0.40640004E-01 -0.47348758E+03 0.29999999E-03 -0.41585799E-01 -0.47230670E+03 0.59043725E+06 0.59043725E+06 RUNGE-KUTTA METHOD FOR SYSTEMS FUNCTIONS USED ARE: F1(T,X1,X2,X3)=((20578.06384*T**4-286.901124711*T**2124711*t**220578.06384*T**4))**.5 F2(T,X1,X2,X3)=286.901*T*((1+X2**2)**1.5) F3(T,X1,X2,X3)=-0.00964604697321*(X1-.0012)/(X1*X 1*X1) ALPHA1= 0.310000 ALPHA2= -590.000 ALPHA3= 5.90402E+06 LIMITS ARE 1.00000E-04 TO 2.40000E-02 WITH 1000 SUBINTERVALS t(i) w1(i) w2(i) w3(i) 0.99999997E-04 0.31000000E+00 -0.59000000E+03 0.59040220E+07 0.12390000E-03 0.29736018E+00 -0.47633777E+03 0.59040220E+07 0.14779999E-03 0.28695172E+00 -0.39936487E+03 0.59040220E+07 0.17170000E-03 0.27810499E+00 -0.34379791E+03 0.59040220E+07 0.19560001E-03 0.27041230E+00 -0.30180133E+03 0.59040220E+07 0.21950000E-03 0.26360717E+00 -0.26894626E+03 0.59040220E+07 0.24339999E-03 0.25750589E+00 -0.24254143E+03 0.59040220E+07 0.26730000E-03 0.25197643E+00 -0.22085735E+03 0.59040220E+07 0.29120001E-03 0.24692076E+00 -0.20273203E+03 0.59040220E+07 0.31510001E-03 0.24226408E+00 -0.18735587E+03 0.59040220E+07 0.33899999E-03 0.23794799E+00 -0.17414752E+03 0.59040220E+07 0.36290000E-03 0.23392604E+00 -0.16267876E+03 0.59040220E+07 0.38680001E-03 0.23016070E+00 -0.15262715E+03 0.59040220E+07 0.41070001E-03 0.22662118E+00 -0.14374533E+03 0.59040220E+07 0.43459999E-03 0.22328192E+00 -0.13584030E+03 0.59040220E+07 0.45850000E-03 0.22012147E+00 -0.12875934E+03 0.59040220E+07 0.48240001E-03 0.21712165E+00 -0.12237997E+03 0.59040220E+07 0.50630001E-03 0.21426691E+00 -0.11660284E+03 0.59040220E+07 0.53020002E-03 0.21154389E+00 -0.11134652E+03 0.59040220E+07 0.55409997E-03 0.20894095E+00 -0.10654361E+03 0.59040220E+07 0.57799998E-03 0.20644796E+00 -0.10213787E+03 0.59040220E+07 0.60189998E-03 0.20405599E+00 -0.98081993E+02 0.59040220E+07 0.62579999E-03 0.20175718E+00 -0.94335892E+02 0.59040220E+07 0.64970000E-03 0.19954453E+00 -0.90865387E+02 0.59040220E+07 0.67360001E-03 0.19741185E+00 -0.87641136E+02 0.59040220E+07 0.69750001E-03 0.19535354E+00 -0.84637833E+02 0.59040220E+07 0.72140002E-03 0.19336458E+00 -0.81833511E+02 0.59040220E+07 0.74530003E-03 0.19144046E+00 -0.79209030E+02 0.59040220E+07 0.76919998E-03 0.18957709E+00 -0.76747635E+02 0.59040220E+07 0.79309999E-03 0.18777074E+00 -0.74434570E+02 0.59040220E+07 0.81699999E-03 0.18601803E+00 -0.72256828E+02 0.59040220E+07 0.84090000E-03 0.18431588E+00 -0.70202866E+02 0.59040220E+07 0.86480001E-03 0.18266143E+00 -0.68262421E+02 0.59040220E+07 0.88870001E-03 0.18105210E+00 -0.66426338E+02 0.59040220E+07 0.91260002E-03 0.17948548E+00 -0.64686417E+02 0.59040220E+07 0.93650003E-03 0.17795938E+00 -0.63035294E+02 0.59040220E+07 0.96040004E-03 0.17647174E+00 -0.61466343E+02 0.59040220E+07 0.98429993E-03 0.17502068E+00 -0.59973576E+02 0.59040220E+07 0.10082000E-02 0.17360444E+00 -0.58551575E+02 0.59040220E+07 0.10320999E-02 0.17222139E+00 -0.57195423E+02 0.59040220E+07 0.10560000E-02 0.17087001E+00 -0.55900650E+02 0.59040220E+07 17 0.10799000E-02 0.11037999E-02 0.11277000E-02 0.11515999E-02 0.11755000E-02 0.11993999E-02 0.12233000E-02 0.12472000E-02 0.12710999E-02 0.12950000E-02 0.13188999E-02 0.13428000E-02 0.13666999E-02 0.13906000E-02 0.14144999E-02 0.14383999E-02 0.14623000E-02 0.14861999E-02 0.15101000E-02 0.15339999E-02 0.15579000E-02 0.15817999E-02 0.16057000E-02 0.16296000E-02 0.16534999E-02 0.16774000E-02 0.17012999E-02 0.17252000E-02 0.17490999E-02 0.17730000E-02 0.17968999E-02 0.18208000E-02 0.18447000E-02 0.18685999E-02 0.18925000E-02 0.19163999E-02 0.19403000E-02 0.19642001E-02 0.19881001E-02 0.20120000E-02 0.20359000E-02 0.20598001E-02 0.20837002E-02 0.21076000E-02 0.21315000E-02 0.21554001E-02 0.21793002E-02 0.22032000E-02 0.22271001E-02 0.22510001E-02 0.22749000E-02 0.22988000E-02 0.23227001E-02 0.23466002E-02 0.23705000E-02 0.23944001E-02 0.24183001E-02 0.16954888E+00 0.16825669E+00 0.16699217E+00 0.16575418E+00 0.16454163E+00 0.16335350E+00 0.16218883E+00 0.16104668E+00 0.15992624E+00 0.15882666E+00 0.15774721E+00 0.15668714E+00 0.15564579E+00 0.15462250E+00 0.15361665E+00 0.15262766E+00 0.15165499E+00 0.15069808E+00 0.14975645E+00 0.14882961E+00 0.14791711E+00 0.14701851E+00 0.14613339E+00 0.14526136E+00 0.14440203E+00 0.14355505E+00 0.14272004E+00 0.14189669E+00 0.14108469E+00 0.14028370E+00 0.13949345E+00 0.13871366E+00 0.13794404E+00 0.13718434E+00 0.13643429E+00 0.13569367E+00 0.13496223E+00 0.13423975E+00 0.13352601E+00 0.13282081E+00 0.13212396E+00 0.13143525E+00 0.13075449E+00 0.13008149E+00 0.12941609E+00 0.12875812E+00 0.12810741E+00 0.12746380E+00 0.12682715E+00 0.12619729E+00 0.12557410E+00 0.12495743E+00 0.12434714E+00 0.12374311E+00 0.12314521E+00 0.12255331E+00 0.12196730E+00 -0.54663181E+02 -0.53479294E+02 -0.52345581E+02 -0.51258919E+02 -0.50216438E+02 -0.49215496E+02 -0.48253662E+02 -0.47328682E+02 -0.46438480E+02 -0.45581131E+02 -0.44754848E+02 -0.43957973E+02 -0.43188965E+02 -0.42446384E+02 -0.41728893E+02 -0.41035240E+02 -0.40364258E+02 -0.39714848E+02 -0.39085991E+02 -0.38476723E+02 -0.37886147E+02 -0.37313412E+02 -0.36757721E+02 -0.36218327E+02 -0.35694519E+02 -0.35185635E+02 -0.34691044E+02 -0.34210152E+02 -0.33742397E+02 -0.33287251E+02 -0.32844208E+02 -0.32412792E+02 -0.31992550E+02 -0.31583054E+02 -0.31183897E+02 -0.30794691E+02 -0.30415070E+02 -0.30044683E+02 -0.29683199E+02 -0.29330299E+02 -0.28985682E+02 -0.28649057E+02 -0.28320152E+02 -0.27998703E+02 -0.27684458E+02 -0.27377178E+02 -0.27076635E+02 -0.26782610E+02 -0.26494892E+02 -0.26213282E+02 -0.25937584E+02 -0.25667616E+02 -0.25403200E+02 -0.25144169E+02 -0.24890356E+02 -0.24641607E+02 -0.24397774E+02 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 18 0.24422000E-02 0.24661000E-02 0.24900001E-02 0.25139002E-02 0.25378000E-02 0.25617001E-02 0.25856001E-02 0.26095000E-02 0.26334000E-02 0.26573001E-02 0.26812002E-02 0.27051000E-02 0.27290001E-02 0.27529001E-02 0.27768000E-02 0.28007000E-02 0.28246001E-02 0.28485002E-02 0.28724000E-02 0.28963001E-02 0.29202001E-02 0.29441002E-02 0.29680000E-02 0.29919001E-02 0.30158001E-02 0.30397000E-02 0.30636000E-02 0.30875001E-02 0.31114002E-02 0.31353000E-02 0.31592001E-02 0.31831001E-02 0.32070000E-02 0.32309000E-02 0.32548001E-02 0.32787002E-02 0.33026000E-02 0.33265001E-02 0.33504001E-02 0.33743000E-02 0.33982000E-02 0.34221001E-02 0.34460002E-02 0.34699000E-02 0.34938001E-02 0.35177001E-02 0.35416002E-02 0.35655000E-02 0.35894001E-02 0.36133002E-02 0.36372000E-02 0.36611001E-02 0.36850001E-02 0.37089002E-02 0.37328000E-02 0.37567001E-02 0.37806001E-02 0.12138706E+00 0.12081248E+00 0.12024345E+00 0.11967985E+00 0.11912160E+00 0.11856859E+00 0.11802072E+00 0.11747790E+00 0.11694004E+00 0.11640704E+00 0.11587882E+00 0.11535530E+00 0.11483639E+00 0.11432201E+00 0.11381208E+00 0.11330654E+00 0.11280529E+00 0.11230828E+00 0.11181542E+00 0.11132666E+00 0.11084193E+00 0.11036115E+00 0.10988427E+00 0.10941122E+00 0.10894194E+00 0.10847636E+00 0.10801445E+00 0.10755613E+00 0.10710135E+00 0.10665006E+00 0.10620221E+00 0.10575774E+00 0.10531659E+00 0.10487873E+00 0.10444411E+00 0.10401267E+00 0.10358437E+00 0.10315917E+00 0.10273702E+00 0.10231788E+00 0.10190170E+00 0.10148845E+00 0.10107808E+00 0.10067055E+00 0.10026583E+00 0.99863872E-01 0.99464647E-01 0.99068113E-01 0.98674238E-01 0.98282978E-01 0.97894311E-01 0.97508192E-01 0.97124591E-01 0.96743479E-01 0.96364826E-01 0.95988594E-01 0.95614754E-01 -0.24158709E+02 -0.23924274E+02 -0.23694338E+02 -0.23468771E+02 -0.23247450E+02 -0.23030254E+02 -0.22817072E+02 -0.22607792E+02 -0.22402308E+02 -0.22200518E+02 -0.22002321E+02 -0.21807625E+02 -0.21616337E+02 -0.21428368E+02 -0.21243631E+02 -0.21062044E+02 -0.20883528E+02 -0.20708004E+02 -0.20535398E+02 -0.20365641E+02 -0.20198658E+02 -0.20034384E+02 -0.19872753E+02 -0.19713703E+02 -0.19557171E+02 -0.19403097E+02 -0.19251425E+02 -0.19102098E+02 -0.18955065E+02 -0.18810270E+02 -0.18667664E+02 -0.18527197E+02 -0.18388821E+02 -0.18252491E+02 -0.18118160E+02 -0.17985786E+02 -0.17855326E+02 -0.17726738E+02 -0.17599981E+02 -0.17475019E+02 -0.17351812E+02 -0.17230324E+02 -0.17110519E+02 -0.16992363E+02 -0.16875820E+02 -0.16760860E+02 -0.16647449E+02 -0.16535557E+02 -0.16425152E+02 -0.16316206E+02 -0.16208689E+02 -0.16102573E+02 -0.15997833E+02 -0.15894441E+02 -0.15792371E+02 -0.15691597E+02 -0.15592095E+02 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 19 0.38045000E-02 0.38284000E-02 0.38523001E-02 0.38762002E-02 0.39001000E-02 0.39240001E-02 0.39479001E-02 0.39717997E-02 0.39956998E-02 0.40195999E-02 0.40434999E-02 0.40674000E-02 0.40913001E-02 0.41151997E-02 0.41390997E-02 0.41629998E-02 0.41868999E-02 0.42107999E-02 0.42347000E-02 0.42586001E-02 0.42824997E-02 0.43063997E-02 0.43302998E-02 0.43541999E-02 0.43780999E-02 0.44020000E-02 0.44259001E-02 0.44497997E-02 0.44736997E-02 0.44975998E-02 0.45214999E-02 0.45453999E-02 0.45693000E-02 0.45932001E-02 0.46170997E-02 0.46409997E-02 0.46648998E-02 0.46887998E-02 0.47126999E-02 0.47366000E-02 0.47605000E-02 0.47843996E-02 0.48082997E-02 0.48321998E-02 0.48560998E-02 0.48799999E-02 0.49039000E-02 0.49278000E-02 0.49516996E-02 0.49755997E-02 0.49994998E-02 0.50233998E-02 0.50472999E-02 0.50712000E-02 0.50951000E-02 0.51189996E-02 0.51428997E-02 0.95243283E-01 0.94874144E-01 0.94507307E-01 0.94142750E-01 0.93780436E-01 0.93420342E-01 0.93062446E-01 0.92706718E-01 0.92353128E-01 0.92001654E-01 0.91652274E-01 0.91304958E-01 0.90959683E-01 0.90616427E-01 0.90275168E-01 0.89935884E-01 0.89598544E-01 0.89263134E-01 0.88929631E-01 0.88598013E-01 0.88268258E-01 0.87940343E-01 0.87614246E-01 0.87289952E-01 0.86967446E-01 0.86646698E-01 0.86327694E-01 0.86010419E-01 0.85694849E-01 0.85380971E-01 0.85068762E-01 0.84758207E-01 0.84449284E-01 0.84141985E-01 0.83836287E-01 0.83532169E-01 0.83229624E-01 0.82928628E-01 0.82629174E-01 0.82331240E-01 0.82034811E-01 0.81739880E-01 0.81446424E-01 0.81154428E-01 0.80863878E-01 0.80574766E-01 0.80287069E-01 0.80000781E-01 0.79715885E-01 0.79432368E-01 0.79150215E-01 0.78869417E-01 0.78589961E-01 0.78311831E-01 0.78035019E-01 0.77759504E-01 0.77485286E-01 -0.15493842E+02 -0.15396814E+02 -0.15300988E+02 -0.15206342E+02 -0.15112854E+02 -0.15020503E+02 -0.14929268E+02 -0.14839129E+02 -0.14750068E+02 -0.14662063E+02 -0.14575096E+02 -0.14489150E+02 -0.14404206E+02 -0.14320248E+02 -0.14237257E+02 -0.14155217E+02 -0.14074112E+02 -0.13993926E+02 -0.13914643E+02 -0.13836248E+02 -0.13758727E+02 -0.13682065E+02 -0.13606247E+02 -0.13531260E+02 -0.13457089E+02 -0.13383723E+02 -0.13311148E+02 -0.13239350E+02 -0.13168318E+02 -0.13098039E+02 -0.13028502E+02 -0.12959694E+02 -0.12891604E+02 -0.12824222E+02 -0.12757535E+02 -0.12691534E+02 -0.12626207E+02 -0.12561545E+02 -0.12497538E+02 -0.12434175E+02 -0.12371446E+02 -0.12309342E+02 -0.12247854E+02 -0.12186974E+02 -0.12126690E+02 -0.12066996E+02 -0.12007882E+02 -0.11949340E+02 -0.11891361E+02 -0.11833939E+02 -0.11777063E+02 -0.11720728E+02 -0.11664925E+02 -0.11609646E+02 -0.11554884E+02 -0.11500632E+02 -0.11446883E+02 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 20 0.51667998E-02 0.51906998E-02 0.52145999E-02 0.52385000E-02 0.52624000E-02 0.52862996E-02 0.53101997E-02 0.53340998E-02 0.53579998E-02 0.53818999E-02 0.54058000E-02 0.54297000E-02 0.54535996E-02 0.54774997E-02 0.55013997E-02 0.55252998E-02 0.55491999E-02 0.55730999E-02 0.55970000E-02 0.56209001E-02 0.56447997E-02 0.56686997E-02 0.56925998E-02 0.57164999E-02 0.57403999E-02 0.57643000E-02 0.57882001E-02 0.58120997E-02 0.58359997E-02 0.58598998E-02 0.58837999E-02 0.59076999E-02 0.59316000E-02 0.59555001E-02 0.59793997E-02 0.60032997E-02 0.60271998E-02 0.60510999E-02 0.60749999E-02 0.60989000E-02 0.61228001E-02 0.61466997E-02 0.61705997E-02 0.61944998E-02 0.62183999E-02 0.62422999E-02 0.62662000E-02 0.62901000E-02 0.63139996E-02 0.63378997E-02 0.63617998E-02 0.63856998E-02 0.64095999E-02 0.64335000E-02 0.64574000E-02 0.64812996E-02 0.65051997E-02 0.77212341E-01 0.76940663E-01 0.76670244E-01 0.76401070E-01 0.76133125E-01 0.75866401E-01 0.75600885E-01 0.75336568E-01 0.75073443E-01 0.74811496E-01 0.74550718E-01 0.74291095E-01 0.74032620E-01 0.73775284E-01 0.73519073E-01 0.73263980E-01 0.73009998E-01 0.72757117E-01 0.72505325E-01 0.72254613E-01 0.72004974E-01 0.71756393E-01 0.71508862E-01 0.71262382E-01 0.71016937E-01 0.70772514E-01 0.70529111E-01 0.70286721E-01 0.70045330E-01 0.69804937E-01 0.69565527E-01 0.69327094E-01 0.69089629E-01 0.68853132E-01 0.68617590E-01 0.68382993E-01 0.68149336E-01 0.67916609E-01 0.67684807E-01 0.67453921E-01 0.67223944E-01 0.66994876E-01 0.66766702E-01 0.66539414E-01 0.66313013E-01 0.66087484E-01 0.65862827E-01 0.65639034E-01 0.65416090E-01 0.65193996E-01 0.64972751E-01 0.64752340E-01 0.64532757E-01 0.64314000E-01 0.64096063E-01 0.63878939E-01 0.63662618E-01 -0.11393630E+02 -0.11340866E+02 -0.11288585E+02 -0.11236778E+02 -0.11185441E+02 -0.11134567E+02 -0.11084149E+02 -0.11034183E+02 -0.10984660E+02 -0.10935575E+02 -0.10886924E+02 -0.10838699E+02 -0.10790896E+02 -0.10743509E+02 -0.10696532E+02 -0.10649961E+02 -0.10603788E+02 -0.10558011E+02 -0.10512623E+02 -0.10467620E+02 -0.10422997E+02 -0.10378748E+02 -0.10334870E+02 -0.10291358E+02 -0.10248207E+02 -0.10205412E+02 -0.10162970E+02 -0.10120874E+02 -0.10079123E+02 -0.10037711E+02 -0.99966345E+01 -0.99558887E+01 -0.99154701E+01 -0.98753748E+01 -0.98355989E+01 -0.97961388E+01 -0.97569895E+01 -0.97181482E+01 -0.96796122E+01 -0.96413765E+01 -0.96034384E+01 -0.95657940E+01 -0.95284395E+01 -0.94913731E+01 -0.94545898E+01 -0.94180870E+01 -0.93818617E+01 -0.93459101E+01 -0.93102303E+01 -0.92748175E+01 -0.92396698E+01 -0.92047844E+01 -0.91701584E+01 -0.91357880E+01 -0.91016712E+01 -0.90678043E+01 -0.90341854E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 21 0.65290998E-02 0.63447103E-01 -0.90008116E+01 0.59040220E+07 0.65529998E-02 0.63232377E-01 -0.89676800E+01 0.59040220E+07 0.65768999E-02 0.63018441E-01 -0.89347878E+01 0.59040220E+07 0.66008000E-02 0.62805288E-01 -0.89021330E+01 0.59040220E+07 0.66247000E-02 0.62592916E-01 -0.88697128E+01 0.59040220E+07 0.66485996E-02 0.62381316E-01 -0.88375244E+01 0.59040220E+07 0.66724997E-02 0.62170483E-01 -0.88055658E+01 0.59040220E+07 0.66963998E-02 0.61960410E-01 -0.87738342E+01 0.59040220E+07 0.67202998E-02 0.61751094E-01 -0.87423267E+01 0.59040220E+07 0.67441999E-02 0.61542526E-01 -0.87110415E+01 0.59040220E+07 0.67681000E-02 0.61334703E-01 -0.86799765E+01 0.59040220E+07 0.67920000E-02 0.61127622E-01 -0.86491289E+01 0.59040220E+07 0.68158996E-02 0.60921274E-01 -0.86184969E+01 0.59040220E+07 0.68397997E-02 0.60715657E-01 -0.85880775E+01 0.59040220E+07 0.68636998E-02 0.60510762E-01 -0.85578690E+01 0.59040220E+07 0.68875998E-02 0.60306586E-01 -0.85278692E+01 0.59040220E+07 0.69114999E-02 0.60103126E-01 -0.84980755E+01 0.59040220E+07 0.69354000E-02 0.59900377E-01 -0.84684868E+01 0.59040220E+07 0.69593000E-02 0.59698332E-01 -0.84391003E+01 0.59040220E+07 0.69832001E-02 0.59496988E-01 -0.84099131E+01 0.59040220E+07 0.70070997E-02 0.59296336E-01 -0.83809242E+01 0.59040220E+07 0.70309998E-02 0.59096377E-01 -0.83521318E+01 0.59040220E+07 0.70548998E-02 0.58897104E-01 -0.83235331E+01 0.59040220E+07 0.70787999E-02 0.58698513E-01 -0.82951269E+01 0.59040220E+07 0.71027000E-02 0.58500595E-01 -0.82669106E+01 0.59040220E+07 0.71266000E-02 0.58303352E-01 -0.82388821E+01 0.59040220E+07 0.71505001E-02 0.58106776E-01 -0.82110405E+01 0.59040220E+07 0.71743997E-02 0.57910863E-01 -0.81833830E+01 0.59040220E+07 0.71982997E-02 0.57715610E-01 -0.81559086E+01 0.59040220E+07 0.72221998E-02 0.57521012E-01 -0.81286144E+01 0.59040220E+07 0.72460999E-02 0.57327062E-01 -0.81014996E+01 0.59040220E+07 0.72699999E-02 0.57133757E-01 -0.80745621E+01 0.59040220E+07 0.72939000E-02 0.56941096E-01 -0.80478001E+01 0.59040220E+07 0.73178001E-02 0.56749072E-01 -0.80212116E+01 0.59040220E+07 0.73416997E-02 0.56557681E-01 -0.79947953E+01 0.59040220E+07 0.73655997E-02 0.56366920E-01 -0.79685497E+01 0.59040220E+07 0.73894998E-02 0.56176785E-01 -0.79424729E+01 0.59040220E+07 0.74133999E-02 0.55987269E-01 -0.79165630E+01 0.59040220E+07 0.74372999E-02 0.55798370E-01 -0.78908186E+01 0.59040220E+07 0.74612000E-02 0.55610087E-01 -0.78652382E+01 0.59040220E+07 0.74851001E-02 0.55422410E-01 -0.78398204E+01 0.59040220E+07 0.75089997E-02 0.55235341E-01 -0.78145633E+01 0.59040220E+07 0.75328997E-02 0.55048872E-01 -0.77894654E+01 0.59040220E+07 0.75567998E-02 0.54863002E-01 -0.77645254E+01 0.59040220E+07 0.75806999E-02 0.54677725E-01 -0.77397418E+01 0.59040220E+07 0.76045999E-02 0.54493040E-01 -0.77151127E+01 0.59040220E+07 0.76285000E-02 0.54308940E-01 -0.76906371E+01 0.59040220E+07 0.76524001E-02 0.54125424E-01 -0.76663136E+01 0.59040220E+07 0.76762997E-02 0.53942490E-01 -0.76421404E+01 0.59040220E+07 0.77001997E-02 0.53760130E-01 -0.76181164E+01 0.59040220E+07 0.77240998E-02 0.53578343E-01 -0.75942402E+01 0.59040220E+07 0.77479999E-02 0.53397126E-01 -0.75705104E+01 0.59040220E+07 0.77718999E-02 0.53216472E-01 -0.75469255E+01 0.59040220E+07 0.77958000E-02 0.53036381E-01 -0.75234842E+01 0.59040220E+07 0.78197001E-02 0.52856848E-01 -0.75001855E+01 0.59040220E+07 0.78435997E-02 0.52677870E-01 -0.74770274E+01 0.59040220E+07 0.78675002E-02 0.52499443E-01 -0.74540095E+01 0.59040220E+07 22 0.78913998E-02 0.79153003E-02 0.79391999E-02 0.79630995E-02 0.79870000E-02 0.80108996E-02 0.80348002E-02 0.80586998E-02 0.80826003E-02 0.81064999E-02 0.81303995E-02 0.81543000E-02 0.81781996E-02 0.82021002E-02 0.82259998E-02 0.82499003E-02 0.82737999E-02 0.82976995E-02 0.83216000E-02 0.83454996E-02 0.83694002E-02 0.83932998E-02 0.84172003E-02 0.84410999E-02 0.84649995E-02 0.84889000E-02 0.85127996E-02 0.85367002E-02 0.85605998E-02 0.85845003E-02 0.86083999E-02 0.86322995E-02 0.86562000E-02 0.86800996E-02 0.87040002E-02 0.87278998E-02 0.87518003E-02 0.87756999E-02 0.87995995E-02 0.88235000E-02 0.88473996E-02 0.88713001E-02 0.88951997E-02 0.89191003E-02 0.89429999E-02 0.89668995E-02 0.89908000E-02 0.90146996E-02 0.90386001E-02 0.90624997E-02 0.90864003E-02 0.91102999E-02 0.91341995E-02 0.91581000E-02 0.91819996E-02 0.92059001E-02 0.92297997E-02 0.52321564E-01 0.52144233E-01 0.51967442E-01 0.51791191E-01 0.51615477E-01 0.51440295E-01 0.51265642E-01 0.51091515E-01 0.50917909E-01 0.50744824E-01 0.50572254E-01 0.50400198E-01 0.50228652E-01 0.50057616E-01 0.49887083E-01 0.49717054E-01 0.49547523E-01 0.49378488E-01 0.49209949E-01 0.49041897E-01 0.48874334E-01 0.48707258E-01 0.48540663E-01 0.48374549E-01 0.48208911E-01 0.48043747E-01 0.47879055E-01 0.47714833E-01 0.47551077E-01 0.47387782E-01 0.47224950E-01 0.47062576E-01 0.46900660E-01 0.46739198E-01 0.46578187E-01 0.46417624E-01 0.46257507E-01 0.46097834E-01 0.45938604E-01 0.45779813E-01 0.45621458E-01 0.45463540E-01 0.45306053E-01 0.45148995E-01 0.44992365E-01 0.44836160E-01 0.44680376E-01 0.44525012E-01 0.44370070E-01 0.44215545E-01 0.44061434E-01 0.43907732E-01 0.43754440E-01 0.43601558E-01 0.43449081E-01 0.43297008E-01 0.43145336E-01 -0.74311299E+01 -0.74083877E+01 -0.73857813E+01 -0.73633099E+01 -0.73409719E+01 -0.73187661E+01 -0.72966919E+01 -0.72747474E+01 -0.72529316E+01 -0.72312436E+01 -0.72096825E+01 -0.71882467E+01 -0.71669354E+01 -0.71457472E+01 -0.71246815E+01 -0.71037369E+01 -0.70829124E+01 -0.70622072E+01 -0.70416198E+01 -0.70211496E+01 -0.70007954E+01 -0.69805560E+01 -0.69604306E+01 -0.69404187E+01 -0.69205189E+01 -0.69007301E+01 -0.68810515E+01 -0.68614821E+01 -0.68420215E+01 -0.68226681E+01 -0.68034215E+01 -0.67842803E+01 -0.67652440E+01 -0.67463117E+01 -0.67274828E+01 -0.67087560E+01 -0.66901307E+01 -0.66716061E+01 -0.66531811E+01 -0.66348553E+01 -0.66166277E+01 -0.65984974E+01 -0.65804634E+01 -0.65625253E+01 -0.65446825E+01 -0.65269337E+01 -0.65092788E+01 -0.64917164E+01 -0.64742460E+01 -0.64568672E+01 -0.64395790E+01 -0.64223804E+01 -0.64052715E+01 -0.63882508E+01 -0.63713179E+01 -0.63544722E+01 -0.63377128E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 23 0.92537003E-02 0.92775999E-02 0.93014995E-02 0.93254000E-02 0.93492996E-02 0.93732001E-02 0.93970997E-02 0.94210003E-02 0.94448999E-02 0.94687995E-02 0.94927000E-02 0.95165996E-02 0.95405001E-02 0.95643997E-02 0.95883003E-02 0.96121999E-02 0.96360995E-02 0.96600000E-02 0.96838996E-02 0.97078001E-02 0.97316997E-02 0.97556002E-02 0.97794998E-02 0.98033994E-02 0.98273000E-02 0.98511996E-02 0.98751001E-02 0.98989997E-02 0.99229002E-02 0.99467998E-02 0.99706994E-02 0.99946000E-02 0.10018500E-01 0.10042400E-01 0.10066300E-01 0.10090200E-01 0.10114100E-01 0.10137999E-01 0.10161900E-01 0.10185800E-01 0.10209700E-01 0.10233600E-01 0.10257500E-01 0.10281400E-01 0.10305299E-01 0.10329200E-01 0.10353100E-01 0.10377000E-01 0.10400900E-01 0.10424800E-01 0.10448700E-01 0.10472599E-01 0.10496500E-01 0.10520400E-01 0.10544300E-01 0.10568200E-01 0.10592100E-01 0.42994063E-01 0.42843189E-01 0.42692710E-01 0.42542625E-01 0.42392932E-01 0.42243626E-01 0.42094707E-01 0.41946176E-01 0.41798029E-01 0.41650262E-01 0.41502874E-01 0.41355867E-01 0.41209236E-01 0.41062977E-01 0.40917091E-01 0.40771574E-01 0.40626425E-01 0.40481646E-01 0.40337231E-01 0.40193178E-01 0.40049486E-01 0.39906155E-01 0.39763182E-01 0.39620567E-01 0.39478306E-01 0.39336398E-01 0.39194841E-01 0.39053634E-01 0.38912773E-01 0.38772259E-01 0.38632087E-01 0.38492262E-01 0.38352776E-01 0.38213629E-01 0.38074821E-01 0.37936348E-01 0.37798211E-01 0.37660409E-01 0.37522938E-01 0.37385795E-01 0.37248984E-01 0.37112497E-01 0.36976337E-01 0.36840502E-01 0.36704991E-01 0.36569800E-01 0.36434930E-01 0.36300376E-01 0.36166139E-01 0.36032218E-01 0.35898611E-01 0.35765316E-01 0.35632331E-01 0.35499658E-01 0.35367291E-01 0.35235234E-01 0.35103481E-01 -0.63210392E+01 -0.63044510E+01 -0.62879472E+01 -0.62715268E+01 -0.62551899E+01 -0.62389355E+01 -0.62227631E+01 -0.62066717E+01 -0.61906610E+01 -0.61747303E+01 -0.61588793E+01 -0.61431069E+01 -0.61274128E+01 -0.61117964E+01 -0.60962572E+01 -0.60807943E+01 -0.60654073E+01 -0.60500956E+01 -0.60348587E+01 -0.60196962E+01 -0.60046077E+01 -0.59895921E+01 -0.59746494E+01 -0.59597788E+01 -0.59449797E+01 -0.59302516E+01 -0.59155941E+01 -0.59010067E+01 -0.58864884E+01 -0.58720393E+01 -0.58576589E+01 -0.58433466E+01 -0.58291016E+01 -0.58149238E+01 -0.58008127E+01 -0.57867675E+01 -0.57727880E+01 -0.57588739E+01 -0.57450242E+01 -0.57312388E+01 -0.57175174E+01 -0.57038593E+01 -0.56902642E+01 -0.56767316E+01 -0.56632609E+01 -0.56498518E+01 -0.56365042E+01 -0.56232171E+01 -0.56099906E+01 -0.55968237E+01 -0.55837164E+01 -0.55706682E+01 -0.55576787E+01 -0.55447478E+01 -0.55318747E+01 -0.55190592E+01 -0.55063004E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 24 0.10616000E-01 0.10639899E-01 0.10663800E-01 0.10687700E-01 0.10711600E-01 0.10735500E-01 0.10759400E-01 0.10783300E-01 0.10807199E-01 0.10831100E-01 0.10855000E-01 0.10878900E-01 0.10902800E-01 0.10926700E-01 0.10950600E-01 0.10974500E-01 0.10998400E-01 0.11022300E-01 0.11046200E-01 0.11070100E-01 0.11094000E-01 0.11117900E-01 0.11141800E-01 0.11165700E-01 0.11189600E-01 0.11213500E-01 0.11237400E-01 0.11261300E-01 0.11285200E-01 0.11309100E-01 0.11333000E-01 0.11356900E-01 0.11380800E-01 0.11404700E-01 0.11428600E-01 0.11452500E-01 0.11476400E-01 0.11500300E-01 0.11524200E-01 0.11548100E-01 0.11572000E-01 0.11595900E-01 0.11619800E-01 0.11643700E-01 0.11667600E-01 0.11691500E-01 0.11715400E-01 0.11739300E-01 0.11763200E-01 0.11787100E-01 0.11811000E-01 0.11834900E-01 0.11858799E-01 0.11882700E-01 0.11906600E-01 0.11930500E-01 0.11954400E-01 0.34972034E-01 0.34840889E-01 0.34710046E-01 0.34579501E-01 0.34449257E-01 0.34319308E-01 0.34189656E-01 0.34060299E-01 0.33931237E-01 0.33802468E-01 0.33673991E-01 0.33545800E-01 0.33417899E-01 0.33290286E-01 0.33162959E-01 0.33035915E-01 0.32909159E-01 0.32782681E-01 0.32656487E-01 0.32530572E-01 0.32404937E-01 0.32279577E-01 0.32154497E-01 0.32029692E-01 0.31905159E-01 0.31780899E-01 0.31656910E-01 0.31533193E-01 0.31409744E-01 0.31286564E-01 0.31163653E-01 0.31041007E-01 0.30918628E-01 0.30796513E-01 0.30674661E-01 0.30553069E-01 0.30431738E-01 0.30310668E-01 0.30189857E-01 0.30069303E-01 0.29949006E-01 0.29828964E-01 0.29709175E-01 0.29589640E-01 0.29470358E-01 0.29351328E-01 0.29232547E-01 0.29114015E-01 0.28995734E-01 0.28877698E-01 0.28759910E-01 0.28642366E-01 0.28525067E-01 0.28408011E-01 0.28291199E-01 0.28174628E-01 0.28058296E-01 -0.54935985E+01 -0.54809532E+01 -0.54683638E+01 -0.54558301E+01 -0.54433517E+01 -0.54309282E+01 -0.54185591E+01 -0.54062438E+01 -0.53939824E+01 -0.53817744E+01 -0.53696198E+01 -0.53575177E+01 -0.53454680E+01 -0.53334703E+01 -0.53215246E+01 -0.53096299E+01 -0.52977862E+01 -0.52859936E+01 -0.52742510E+01 -0.52625585E+01 -0.52509155E+01 -0.52393222E+01 -0.52277780E+01 -0.52162824E+01 -0.52048354E+01 -0.51934366E+01 -0.51820855E+01 -0.51707821E+01 -0.51595259E+01 -0.51483164E+01 -0.51371536E+01 -0.51260371E+01 -0.51149669E+01 -0.51039419E+01 -0.50929627E+01 -0.50820289E+01 -0.50711398E+01 -0.50602951E+01 -0.50494947E+01 -0.50387387E+01 -0.50280261E+01 -0.50173573E+01 -0.50067315E+01 -0.49961491E+01 -0.49856091E+01 -0.49751115E+01 -0.49646564E+01 -0.49542432E+01 -0.49438715E+01 -0.49335413E+01 -0.49232521E+01 -0.49130039E+01 -0.49027963E+01 -0.48926291E+01 -0.48825021E+01 -0.48724151E+01 -0.48623681E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 25 0.11978300E-01 0.12002200E-01 0.12026099E-01 0.12050000E-01 0.12073900E-01 0.12097800E-01 0.12121700E-01 0.12145600E-01 0.12169500E-01 0.12193399E-01 0.12217300E-01 0.12241200E-01 0.12265100E-01 0.12289000E-01 0.12312900E-01 0.12336800E-01 0.12360699E-01 0.12384600E-01 0.12408500E-01 0.12432400E-01 0.12456300E-01 0.12480200E-01 0.12504100E-01 0.12527999E-01 0.12551900E-01 0.12575800E-01 0.12599700E-01 0.12623600E-01 0.12647500E-01 0.12671400E-01 0.12695299E-01 0.12719200E-01 0.12743100E-01 0.12767000E-01 0.12790900E-01 0.12814800E-01 0.12838700E-01 0.12862599E-01 0.12886500E-01 0.12910400E-01 0.12934300E-01 0.12958200E-01 0.12982100E-01 0.13006000E-01 0.13029899E-01 0.13053800E-01 0.13077700E-01 0.13101600E-01 0.13125500E-01 0.13149400E-01 0.13173300E-01 0.13197199E-01 0.13221100E-01 0.13245000E-01 0.13268900E-01 0.13292800E-01 0.13316700E-01 0.27942205E-01 0.27826352E-01 0.27710738E-01 0.27595360E-01 0.27480219E-01 0.27365312E-01 0.27250640E-01 0.27136201E-01 0.27021995E-01 0.26908020E-01 0.26794275E-01 0.26680760E-01 0.26567474E-01 0.26454415E-01 0.26341584E-01 0.26228977E-01 0.26116597E-01 0.26004441E-01 0.25892509E-01 0.25780799E-01 0.25669310E-01 0.25558043E-01 0.25446996E-01 0.25336169E-01 0.25225559E-01 0.25115168E-01 0.25004994E-01 0.24895037E-01 0.24785293E-01 0.24675764E-01 0.24566449E-01 0.24457347E-01 0.24348456E-01 0.24239779E-01 0.24131311E-01 0.24023052E-01 0.23915004E-01 0.23807164E-01 0.23699531E-01 0.23592105E-01 0.23484886E-01 0.23377871E-01 0.23271061E-01 0.23164455E-01 0.23058051E-01 0.22951851E-01 0.22845851E-01 0.22740053E-01 0.22634454E-01 0.22529054E-01 0.22423854E-01 0.22318851E-01 0.22214046E-01 0.22109438E-01 0.22005025E-01 0.21900808E-01 0.21796785E-01 -0.48523602E+01 -0.48423920E+01 -0.48324623E+01 -0.48225718E+01 -0.48127198E+01 -0.48029060E+01 -0.47931304E+01 -0.47833924E+01 -0.47736921E+01 -0.47640295E+01 -0.47544041E+01 -0.47448153E+01 -0.47352633E+01 -0.47257481E+01 -0.47162690E+01 -0.47068262E+01 -0.46974192E+01 -0.46880479E+01 -0.46787119E+01 -0.46694112E+01 -0.46601458E+01 -0.46509151E+01 -0.46417193E+01 -0.46325579E+01 -0.46234307E+01 -0.46143379E+01 -0.46052790E+01 -0.45962539E+01 -0.45872622E+01 -0.45783038E+01 -0.45693784E+01 -0.45604858E+01 -0.45516262E+01 -0.45427990E+01 -0.45340042E+01 -0.45252419E+01 -0.45165114E+01 -0.45078130E+01 -0.44991460E+01 -0.44905105E+01 -0.44819064E+01 -0.44733338E+01 -0.44647923E+01 -0.44562812E+01 -0.44478006E+01 -0.44393506E+01 -0.44309311E+01 -0.44225416E+01 -0.44141822E+01 -0.44058528E+01 -0.43975530E+01 -0.43892827E+01 -0.43810415E+01 -0.43728294E+01 -0.43646464E+01 -0.43564925E+01 -0.43483672E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 26 0.13340600E-01 0.13364499E-01 0.13388400E-01 0.13412300E-01 0.13436200E-01 0.13460100E-01 0.13484000E-01 0.13507900E-01 0.13531799E-01 0.13555700E-01 0.13579600E-01 0.13603500E-01 0.13627400E-01 0.13651300E-01 0.13675200E-01 0.13699099E-01 0.13723000E-01 0.13746900E-01 0.13770800E-01 0.13794700E-01 0.13818600E-01 0.13842500E-01 0.13866400E-01 0.13890300E-01 0.13914200E-01 0.13938100E-01 0.13962000E-01 0.13985900E-01 0.14009800E-01 0.14033700E-01 0.14057600E-01 0.14081500E-01 0.14105400E-01 0.14129300E-01 0.14153200E-01 0.14177100E-01 0.14201000E-01 0.14224900E-01 0.14248800E-01 0.14272700E-01 0.14296600E-01 0.14320500E-01 0.14344400E-01 0.14368300E-01 0.14392200E-01 0.14416100E-01 0.14440000E-01 0.14463900E-01 0.14487800E-01 0.14511700E-01 0.14535600E-01 0.14559500E-01 0.14583400E-01 0.14607300E-01 0.14631200E-01 0.14655100E-01 0.14679000E-01 0.21692956E-01 0.21589320E-01 0.21485876E-01 0.21382624E-01 0.21279564E-01 0.21176694E-01 0.21074014E-01 0.20971524E-01 0.20869222E-01 0.20767108E-01 0.20665180E-01 0.20563439E-01 0.20461883E-01 0.20360515E-01 0.20259330E-01 0.20158330E-01 0.20057512E-01 0.19956877E-01 0.19856425E-01 0.19756153E-01 0.19656062E-01 0.19556152E-01 0.19456422E-01 0.19356871E-01 0.19257499E-01 0.19158304E-01 0.19059286E-01 0.18960444E-01 0.18861780E-01 0.18763291E-01 0.18664977E-01 0.18566836E-01 0.18468870E-01 0.18371077E-01 0.18273456E-01 0.18176008E-01 0.18078731E-01 0.17981626E-01 0.17884690E-01 0.17787924E-01 0.17691327E-01 0.17594900E-01 0.17498640E-01 0.17402548E-01 0.17306624E-01 0.17210865E-01 0.17115273E-01 0.17019846E-01 0.16924582E-01 0.16829485E-01 0.16734552E-01 0.16639780E-01 0.16545173E-01 0.16450727E-01 0.16356444E-01 0.16262321E-01 0.16168360E-01 -0.43402705E+01 -0.43322020E+01 -0.43241620E+01 -0.43161497E+01 -0.43081656E+01 -0.43002090E+01 -0.42922802E+01 -0.42843790E+01 -0.42765050E+01 -0.42686582E+01 -0.42608385E+01 -0.42530460E+01 -0.42452803E+01 -0.42375412E+01 -0.42298284E+01 -0.42221422E+01 -0.42144823E+01 -0.42068481E+01 -0.41992402E+01 -0.41916580E+01 -0.41841016E+01 -0.41765704E+01 -0.41690650E+01 -0.41615849E+01 -0.41541295E+01 -0.41466994E+01 -0.41392941E+01 -0.41319137E+01 -0.41245580E+01 -0.41172266E+01 -0.41099195E+01 -0.41026368E+01 -0.40953784E+01 -0.40881438E+01 -0.40809331E+01 -0.40737462E+01 -0.40665832E+01 -0.40594435E+01 -0.40523272E+01 -0.40452342E+01 -0.40381646E+01 -0.40311179E+01 -0.40240941E+01 -0.40170932E+01 -0.40101151E+01 -0.40031595E+01 -0.39962265E+01 -0.39893160E+01 -0.39824278E+01 -0.39755619E+01 -0.39687178E+01 -0.39618957E+01 -0.39550955E+01 -0.39483171E+01 -0.39415603E+01 -0.39348249E+01 -0.39281111E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 27 0.14702900E-01 0.14726800E-01 0.14750700E-01 0.14774600E-01 0.14798500E-01 0.14822400E-01 0.14846300E-01 0.14870200E-01 0.14894100E-01 0.14918000E-01 0.14941900E-01 0.14965800E-01 0.14989700E-01 0.15013600E-01 0.15037500E-01 0.15061400E-01 0.15085299E-01 0.15109200E-01 0.15133100E-01 0.15157000E-01 0.15180900E-01 0.15204800E-01 0.15228700E-01 0.15252599E-01 0.15276500E-01 0.15300400E-01 0.15324300E-01 0.15348200E-01 0.15372100E-01 0.15396000E-01 0.15419899E-01 0.15443800E-01 0.15467700E-01 0.15491600E-01 0.15515500E-01 0.15539400E-01 0.15563300E-01 0.15587199E-01 0.15611100E-01 0.15635001E-01 0.15658900E-01 0.15682800E-01 0.15706701E-01 0.15730601E-01 0.15754500E-01 0.15778400E-01 0.15802300E-01 0.15826199E-01 0.15850101E-01 0.15874000E-01 0.15897900E-01 0.15921799E-01 0.15945699E-01 0.15969601E-01 0.15993500E-01 0.16017400E-01 0.16041299E-01 0.16074559E-01 0.15980916E-01 0.15887434E-01 0.15794110E-01 0.15700944E-01 0.15607935E-01 0.15515084E-01 0.15422390E-01 0.15329852E-01 0.15237469E-01 0.15145242E-01 0.15053170E-01 0.14961251E-01 0.14869487E-01 0.14777876E-01 0.14686417E-01 0.14595111E-01 0.14503957E-01 0.14412954E-01 0.14322103E-01 0.14231401E-01 0.14140850E-01 0.14050448E-01 0.13960196E-01 0.13870092E-01 0.13780137E-01 0.13690329E-01 0.13600669E-01 0.13511155E-01 0.13421788E-01 0.13332566E-01 0.13243491E-01 0.13154560E-01 0.13065774E-01 0.12977133E-01 0.12888635E-01 0.12800280E-01 0.12712068E-01 0.12623998E-01 0.12536071E-01 0.12448286E-01 0.12360642E-01 0.12273138E-01 0.12185776E-01 0.12098553E-01 0.12011469E-01 0.11924525E-01 0.11837719E-01 0.11751052E-01 0.11664523E-01 0.11578131E-01 0.11491877E-01 0.11405759E-01 0.11319778E-01 0.11233932E-01 0.11148223E-01 0.11062648E-01 -0.39214184E+01 -0.39147470E+01 -0.39080968E+01 -0.39014676E+01 -0.38948591E+01 -0.38882716E+01 -0.38817048E+01 -0.38751585E+01 -0.38686328E+01 -0.38621273E+01 -0.38556423E+01 -0.38491774E+01 -0.38427327E+01 -0.38363080E+01 -0.38299031E+01 -0.38235180E+01 -0.38171527E+01 -0.38108072E+01 -0.38044813E+01 -0.37981746E+01 -0.37918873E+01 -0.37856193E+01 -0.37793705E+01 -0.37731409E+01 -0.37669301E+01 -0.37607384E+01 -0.37545655E+01 -0.37484112E+01 -0.37422755E+01 -0.37361584E+01 -0.37300599E+01 -0.37239797E+01 -0.37179177E+01 -0.37118740E+01 -0.37058485E+01 -0.36998410E+01 -0.36938515E+01 -0.36878798E+01 -0.36819260E+01 -0.36759899E+01 -0.36700714E+01 -0.36641705E+01 -0.36582870E+01 -0.36524210E+01 -0.36465721E+01 -0.36407406E+01 -0.36349263E+01 -0.36291289E+01 -0.36233487E+01 -0.36175854E+01 -0.36118388E+01 -0.36061091E+01 -0.36003962E+01 -0.35946996E+01 -0.35890198E+01 -0.35833564E+01 -0.35777094E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 28 0.16065201E-01 0.16089100E-01 0.16113000E-01 0.16136900E-01 0.16160799E-01 0.16184701E-01 0.16208600E-01 0.16232500E-01 0.16256399E-01 0.16280299E-01 0.16304201E-01 0.16328100E-01 0.16352000E-01 0.16375899E-01 0.16399801E-01 0.16423700E-01 0.16447600E-01 0.16471500E-01 0.16495399E-01 0.16519301E-01 0.16543200E-01 0.16567100E-01 0.16590999E-01 0.16614899E-01 0.16638801E-01 0.16662700E-01 0.16686600E-01 0.16710499E-01 0.16734401E-01 0.16758300E-01 0.16782200E-01 0.16806100E-01 0.16829999E-01 0.16853901E-01 0.16877800E-01 0.16901700E-01 0.16925599E-01 0.16949499E-01 0.16973400E-01 0.16997300E-01 0.17021200E-01 0.17045099E-01 0.17069001E-01 0.17092900E-01 0.17116800E-01 0.17140700E-01 0.17164599E-01 0.17188501E-01 0.17212400E-01 0.17236300E-01 0.17260199E-01 0.17284099E-01 0.17308000E-01 0.17331900E-01 0.17355800E-01 0.17379699E-01 0.17403601E-01 0.10977209E-01 0.10891903E-01 0.10806732E-01 0.10721694E-01 0.10636789E-01 0.10552017E-01 0.10467377E-01 0.10382870E-01 0.10298494E-01 0.10214250E-01 0.10130136E-01 0.10046153E-01 0.99623008E-02 0.98785777E-02 0.97949840E-02 0.97115198E-02 0.96281841E-02 0.95449770E-02 0.94618984E-02 0.93789473E-02 0.92961229E-02 0.92134262E-02 0.91308560E-02 0.90484116E-02 0.89660930E-02 0.88839000E-02 0.88018319E-02 0.87198885E-02 0.86380700E-02 0.85563753E-02 0.84748045E-02 0.83933575E-02 0.83120335E-02 0.82308324E-02 0.81497533E-02 0.80687972E-02 0.79879621E-02 0.79072490E-02 0.78266570E-02 0.77461856E-02 0.76658349E-02 0.75856037E-02 0.75054928E-02 0.74255010E-02 0.73456285E-02 0.72658747E-02 0.71862396E-02 0.71067228E-02 0.70273238E-02 0.69480422E-02 0.68688779E-02 0.67898305E-02 0.67109000E-02 0.66320854E-02 0.65533868E-02 0.64748041E-02 0.63963369E-02 -0.35720787E+01 -0.35664642E+01 -0.35608659E+01 -0.35552838E+01 -0.35497177E+01 -0.35441675E+01 -0.35386333E+01 -0.35331149E+01 -0.35276122E+01 -0.35221252E+01 -0.35166540E+01 -0.35111983E+01 -0.35057580E+01 -0.35003331E+01 -0.34949236E+01 -0.34895294E+01 -0.34841504E+01 -0.34787865E+01 -0.34734378E+01 -0.34681039E+01 -0.34627850E+01 -0.34574811E+01 -0.34521921E+01 -0.34469178E+01 -0.34416580E+01 -0.34364130E+01 -0.34311826E+01 -0.34259667E+01 -0.34207652E+01 -0.34155781E+01 -0.34104054E+01 -0.34052467E+01 -0.34001024E+01 -0.33949721E+01 -0.33898559E+01 -0.33847537E+01 -0.33796656E+01 -0.33745914E+01 -0.33695309E+01 -0.33644843E+01 -0.33594513E+01 -0.33544321E+01 -0.33494265E+01 -0.33444345E+01 -0.33394558E+01 -0.33344905E+01 -0.33295388E+01 -0.33246002E+01 -0.33196750E+01 -0.33147631E+01 -0.33098643E+01 -0.33049786E+01 -0.33001058E+01 -0.32952461E+01 -0.32903993E+01 -0.32855654E+01 -0.32807443E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 29 0.17427500E-01 0.17451400E-01 0.17475300E-01 0.17499199E-01 0.17523101E-01 0.17547000E-01 0.17570900E-01 0.17594799E-01 0.17618699E-01 0.17642600E-01 0.17666500E-01 0.17690400E-01 0.17714299E-01 0.17738201E-01 0.17762100E-01 0.17786000E-01 0.17809900E-01 0.17833799E-01 0.17857701E-01 0.17881600E-01 0.17905500E-01 0.17929399E-01 0.17953299E-01 0.17977200E-01 0.18001100E-01 0.18025000E-01 0.18048899E-01 0.18072801E-01 0.18096700E-01 0.18120600E-01 0.18144500E-01 0.18168399E-01 0.18192301E-01 0.18216200E-01 0.18240100E-01 0.18263999E-01 0.18287899E-01 0.18311800E-01 0.18335700E-01 0.18359600E-01 0.18383499E-01 0.18407401E-01 0.18431300E-01 0.18455200E-01 0.18479099E-01 0.18502999E-01 0.18526901E-01 0.18550800E-01 0.18574700E-01 0.18598599E-01 0.18622501E-01 0.18646400E-01 0.18670300E-01 0.18694200E-01 0.18718099E-01 0.18742001E-01 0.18765900E-01 0.63179848E-02 0.62397472E-02 0.61616241E-02 0.60836151E-02 0.60057202E-02 0.59279385E-02 0.58502704E-02 0.57727150E-02 0.56952722E-02 0.56179422E-02 0.55407239E-02 0.54636174E-02 0.53866226E-02 0.53097392E-02 0.52329665E-02 0.51563042E-02 0.50797523E-02 0.50033107E-02 0.49269786E-02 0.48507559E-02 0.47746426E-02 0.46986383E-02 0.46227425E-02 0.45469552E-02 0.44712760E-02 0.43957043E-02 0.43202401E-02 0.42448835E-02 0.41696336E-02 0.40944908E-02 0.40194541E-02 0.39445236E-02 0.38696991E-02 0.37949802E-02 0.37203669E-02 0.36458585E-02 0.35714549E-02 0.34971558E-02 0.34229611E-02 0.33488704E-02 0.32748836E-02 0.32010004E-02 0.31272203E-02 0.30535434E-02 0.29799691E-02 0.29064973E-02 0.28331277E-02 0.27598601E-02 0.26866943E-02 0.26136299E-02 0.25406668E-02 0.24678048E-02 0.23950434E-02 0.23223825E-02 0.22498220E-02 0.21773614E-02 0.21050004E-02 -0.32759361E+01 -0.32711406E+01 -0.32663577E+01 -0.32615874E+01 -0.32568297E+01 -0.32520847E+01 -0.32473521E+01 -0.32426319E+01 -0.32379241E+01 -0.32332287E+01 -0.32285454E+01 -0.32238743E+01 -0.32192154E+01 -0.32145686E+01 -0.32099340E+01 -0.32053113E+01 -0.32007005E+01 -0.31961017E+01 -0.31915147E+01 -0.31869397E+01 -0.31823764E+01 -0.31778250E+01 -0.31732852E+01 -0.31687570E+01 -0.31642404E+01 -0.31597354E+01 -0.31552420E+01 -0.31507599E+01 -0.31462893E+01 -0.31418300E+01 -0.31373820E+01 -0.31329453E+01 -0.31285198E+01 -0.31241055E+01 -0.31197023E+01 -0.31153104E+01 -0.31109295E+01 -0.31065595E+01 -0.31022005E+01 -0.30978525E+01 -0.30935154E+01 -0.30891891E+01 -0.30848734E+01 -0.30805688E+01 -0.30762749E+01 -0.30719914E+01 -0.30677187E+01 -0.30634565E+01 -0.30592051E+01 -0.30549641E+01 -0.30507336E+01 -0.30465133E+01 -0.30423036E+01 -0.30381041E+01 -0.30339150E+01 -0.30297363E+01 -0.30255678E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 30 0.18789800E-01 0.18813699E-01 0.18837599E-01 0.18861501E-01 0.18885400E-01 0.18909300E-01 0.18933199E-01 0.18957101E-01 0.18981000E-01 0.19004900E-01 0.19028800E-01 0.19052699E-01 0.19076601E-01 0.19100500E-01 0.19124400E-01 0.19148299E-01 0.19172199E-01 0.19196101E-01 0.19220000E-01 0.19243900E-01 0.19267799E-01 0.19291701E-01 0.19315600E-01 0.19339500E-01 0.19363400E-01 0.19387299E-01 0.19411201E-01 0.19435100E-01 0.19459000E-01 0.19482899E-01 0.19506799E-01 0.19530701E-01 0.19554600E-01 0.19578500E-01 0.19602399E-01 0.19626301E-01 0.19650200E-01 0.19674100E-01 0.19698000E-01 0.19721899E-01 0.19745801E-01 0.19769700E-01 0.19793600E-01 0.19817499E-01 0.19841399E-01 0.19865301E-01 0.19889200E-01 0.19913100E-01 0.19936999E-01 0.19960901E-01 0.19984800E-01 0.20008700E-01 0.20032600E-01 0.20056499E-01 0.20080401E-01 0.20104300E-01 0.20128200E-01 0.20327391E-02 0.19605770E-02 0.18885139E-02 0.18165496E-02 0.17446838E-02 0.16729163E-02 0.16012470E-02 0.15296754E-02 0.14582014E-02 0.13868248E-02 0.13155453E-02 0.12443627E-02 0.11732767E-02 0.11022871E-02 0.10313938E-02 0.96059637E-03 0.88989467E-03 0.81928849E-03 0.74877759E-03 0.67836168E-03 0.60804060E-03 0.53781411E-03 0.46768200E-03 0.39764403E-03 0.32769999E-03 0.25784964E-03 0.18809276E-03 0.11842914E-03 0.48858550E-04 -0.20619220E-04 -0.90004389E-04 -0.15929718E-03 -0.22849781E-03 -0.29760649E-03 -0.36662343E-03 -0.43554886E-03 -0.50438300E-03 -0.57312602E-03 -0.64177817E-03 -0.71033963E-03 -0.77881064E-03 -0.84719138E-03 -0.91548206E-03 -0.98368293E-03 -0.10517942E-02 -0.11198160E-02 -0.11877486E-02 -0.12555922E-02 -0.13233470E-02 -0.13910132E-02 -0.14585910E-02 -0.15260805E-02 -0.15934821E-02 -0.16607959E-02 -0.17280221E-02 -0.17951609E-02 -0.18622125E-02 -0.30214093E+01 -0.30172610E+01 -0.30131228E+01 -0.30089948E+01 -0.30048769E+01 -0.30007689E+01 -0.29966707E+01 -0.29925826E+01 -0.29885044E+01 -0.29844360E+01 -0.29803774E+01 -0.29763286E+01 -0.29722896E+01 -0.29682603E+01 -0.29642406E+01 -0.29602306E+01 -0.29562302E+01 -0.29522393E+01 -0.29482579E+01 -0.29442861E+01 -0.29403236E+01 -0.29363706E+01 -0.29324269E+01 -0.29284925E+01 -0.29245675E+01 -0.29206517E+01 -0.29167452E+01 -0.29128480E+01 -0.29089599E+01 -0.29050808E+01 -0.29012110E+01 -0.28973503E+01 -0.28934987E+01 -0.28896558E+01 -0.28858221E+01 -0.28819971E+01 -0.28781812E+01 -0.28743742E+01 -0.28705759E+01 -0.28667865E+01 -0.28630059E+01 -0.28592341E+01 -0.28554709E+01 -0.28517165E+01 -0.28479707E+01 -0.28442335E+01 -0.28405049E+01 -0.28367848E+01 -0.28330734E+01 -0.28293703E+01 -0.28256757E+01 -0.28219895E+01 -0.28183119E+01 -0.28146427E+01 -0.28109818E+01 -0.28073292E+01 -0.28036847E+01 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040220E+07 0.59040225E+07 0.59040230E+07 0.59040240E+07 0.59040255E+07 0.59040275E+07 0.59040315E+07 0.59040400E+07 0.59040615E+07 0.59041370E+07 0.59048345E+07 0.59647720E+07 0.59582145E+07 0.59580285E+07 0.59579815E+07 0.59579625E+07 0.59579525E+07 0.59579465E+07 0.59579430E+07 0.59579405E+07 0.59579385E+07 0.59579370E+07 0.59579360E+07 0.59579350E+07 0.59579345E+07 0.59579340E+07 0.59579335E+07 0.59579330E+07 0.59579325E+07 0.59579320E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 31 0.20152099E-01 0.20175999E-01 0.20199900E-01 0.20223800E-01 0.20247700E-01 0.20271599E-01 0.20295501E-01 0.20319400E-01 0.20343300E-01 0.20367200E-01 0.20391099E-01 0.20415001E-01 0.20438900E-01 0.20462800E-01 0.20486699E-01 0.20510599E-01 0.20534500E-01 0.20558400E-01 0.20582300E-01 0.20606199E-01 0.20630101E-01 0.20654000E-01 0.20677900E-01 0.20701800E-01 0.20725699E-01 0.20749601E-01 0.20773500E-01 0.20797400E-01 0.20821299E-01 0.20845199E-01 0.20869100E-01 0.20893000E-01 0.20916900E-01 0.20940799E-01 0.20964701E-01 0.20988600E-01 0.21012500E-01 0.21036400E-01 0.21060299E-01 0.21084201E-01 0.21108100E-01 0.21132000E-01 0.21155899E-01 0.21179799E-01 0.21203700E-01 0.21227600E-01 0.21251500E-01 0.21275399E-01 0.21299301E-01 0.21323200E-01 0.21347100E-01 0.21371000E-01 0.21394899E-01 0.21418801E-01 0.21442700E-01 0.21466600E-01 0.21490499E-01 -0.19291772E-02 -0.19960550E-02 -0.20628462E-02 -0.21295510E-02 -0.21961695E-02 -0.22627020E-02 -0.23291486E-02 -0.23955097E-02 -0.24617855E-02 -0.25279757E-02 -0.25940810E-02 -0.26601015E-02 -0.27260373E-02 -0.27918885E-02 -0.28576555E-02 -0.29233384E-02 -0.29889373E-02 -0.30544524E-02 -0.31198838E-02 -0.31852319E-02 -0.32504969E-02 -0.33156790E-02 -0.33807782E-02 -0.34457948E-02 -0.35107289E-02 -0.35755807E-02 -0.36403504E-02 -0.37050382E-02 -0.37696443E-02 -0.38341687E-02 -0.38986118E-02 -0.39629736E-02 -0.40272544E-02 -0.40914542E-02 -0.41555734E-02 -0.42196121E-02 -0.42835707E-02 -0.43474492E-02 -0.44112476E-02 -0.44749659E-02 -0.45386045E-02 -0.46021640E-02 -0.46656444E-02 -0.47290456E-02 -0.47923676E-02 -0.48556109E-02 -0.49187755E-02 -0.49818619E-02 -0.50448696E-02 -0.51077995E-02 -0.51706512E-02 -0.52334252E-02 -0.52961218E-02 -0.53587407E-02 -0.54212823E-02 -0.54837470E-02 -0.55461344E-02 -0.28000486E+01 -0.27964206E+01 -0.27928009E+01 -0.27891893E+01 -0.27855859E+01 -0.27819905E+01 -0.27784033E+01 -0.27748241E+01 -0.27712531E+01 -0.27676899E+01 -0.27641349E+01 -0.27605877E+01 -0.27570484E+01 -0.27535169E+01 -0.27499933E+01 -0.27464776E+01 -0.27429698E+01 -0.27394695E+01 -0.27359772E+01 -0.27324924E+01 -0.27290154E+01 -0.27255461E+01 -0.27220845E+01 -0.27186306E+01 -0.27151840E+01 -0.27117450E+01 -0.27083137E+01 -0.27048898E+01 -0.27014735E+01 -0.26980646E+01 -0.26946630E+01 -0.26912689E+01 -0.26878822E+01 -0.26845028E+01 -0.26811309E+01 -0.26777661E+01 -0.26744087E+01 -0.26710584E+01 -0.26677155E+01 -0.26643798E+01 -0.26610513E+01 -0.26577299E+01 -0.26544156E+01 -0.26511085E+01 -0.26478083E+01 -0.26445153E+01 -0.26412292E+01 -0.26379502E+01 -0.26346781E+01 -0.26314130E+01 -0.26281550E+01 -0.26249039E+01 -0.26216595E+01 -0.26184220E+01 -0.26151915E+01 -0.26119678E+01 -0.26087508E+01 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 32 0.21514399E-01 0.21538300E-01 0.21562200E-01 0.21586100E-01 0.21609999E-01 0.21633901E-01 0.21657800E-01 0.21681700E-01 0.21705600E-01 0.21729499E-01 0.21753401E-01 0.21777300E-01 0.21801200E-01 0.21825099E-01 0.21849001E-01 0.21872900E-01 0.21896800E-01 0.21920700E-01 0.21944599E-01 0.21968501E-01 0.21992400E-01 0.22016300E-01 0.22040199E-01 0.22064099E-01 0.22088001E-01 0.22111900E-01 0.22135800E-01 0.22159699E-01 0.22183601E-01 0.22207500E-01 0.22231400E-01 0.22255300E-01 0.22279199E-01 0.22303101E-01 0.22327000E-01 0.22350900E-01 0.22374799E-01 0.22398699E-01 0.22422601E-01 0.22446500E-01 0.22470400E-01 0.22494299E-01 0.22518201E-01 0.22542100E-01 0.22566000E-01 0.22589900E-01 0.22613799E-01 0.22637701E-01 0.22661600E-01 0.22685500E-01 0.22709399E-01 0.22733299E-01 0.22757201E-01 0.22781100E-01 0.22805000E-01 0.22828899E-01 0.22852801E-01 -0.56084450E-02 -0.56706793E-02 -0.57328371E-02 -0.57949186E-02 -0.58569238E-02 -0.59188530E-02 -0.59807063E-02 -0.60424837E-02 -0.61041857E-02 -0.61658123E-02 -0.62273638E-02 -0.62888404E-02 -0.63502421E-02 -0.64115687E-02 -0.64728209E-02 -0.65339985E-02 -0.65951021E-02 -0.66561317E-02 -0.67170872E-02 -0.67779687E-02 -0.68387766E-02 -0.68995110E-02 -0.69601722E-02 -0.70207599E-02 -0.70812749E-02 -0.71417168E-02 -0.72020860E-02 -0.72623827E-02 -0.73226066E-02 -0.73827584E-02 -0.74428380E-02 -0.75028455E-02 -0.75627812E-02 -0.76226452E-02 -0.76824375E-02 -0.77421586E-02 -0.78018080E-02 -0.78613861E-02 -0.79208938E-02 -0.79803299E-02 -0.80396961E-02 -0.80989916E-02 -0.81582163E-02 -0.82173711E-02 -0.82764551E-02 -0.83354693E-02 -0.83944136E-02 -0.84532881E-02 -0.85120928E-02 -0.85708285E-02 -0.86294943E-02 -0.86880913E-02 -0.87466193E-02 -0.88050785E-02 -0.88634687E-02 -0.89217899E-02 -0.89800432E-02 -0.26055408E+01 -0.26023374E+01 -0.25991406E+01 -0.25959506E+01 -0.25927672E+01 -0.25895905E+01 -0.25864205E+01 -0.25832572E+01 -0.25801005E+01 -0.25769503E+01 -0.25738068E+01 -0.25706697E+01 -0.25675392E+01 -0.25644152E+01 -0.25612977E+01 -0.25581865E+01 -0.25550818E+01 -0.25519836E+01 -0.25488918E+01 -0.25458062E+01 -0.25427270E+01 -0.25396543E+01 -0.25365877E+01 -0.25335274E+01 -0.25304735E+01 -0.25274258E+01 -0.25243843E+01 -0.25213490E+01 -0.25183198E+01 -0.25152969E+01 -0.25122800E+01 -0.25092692E+01 -0.25062647E+01 -0.25032661E+01 -0.25002737E+01 -0.24972873E+01 -0.24943068E+01 -0.24913323E+01 -0.24883640E+01 -0.24854016E+01 -0.24824452E+01 -0.24794946E+01 -0.24765499E+01 -0.24736111E+01 -0.24706783E+01 -0.24677513E+01 -0.24648302E+01 -0.24619148E+01 -0.24590051E+01 -0.24561014E+01 -0.24532034E+01 -0.24503112E+01 -0.24474247E+01 -0.24445438E+01 -0.24416687E+01 -0.24387991E+01 -0.24359353E+01 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 33 0.22876700E-01 0.22900600E-01 0.22924500E-01 0.22948399E-01 0.22972301E-01 0.22996200E-01 0.23020100E-01 0.23043999E-01 0.23067899E-01 0.23091801E-01 0.23115700E-01 0.23139600E-01 0.23163499E-01 0.23187401E-01 0.23211300E-01 0.23235200E-01 0.23259100E-01 0.23282999E-01 0.23306901E-01 0.23330800E-01 0.23354700E-01 0.23378599E-01 0.23402499E-01 0.23426400E-01 0.23450300E-01 0.23474200E-01 0.23498099E-01 0.23522001E-01 0.23545900E-01 0.23569800E-01 0.23593700E-01 0.23617599E-01 0.23641501E-01 0.23665400E-01 0.23689300E-01 0.23713199E-01 0.23737099E-01 0.23761000E-01 0.23784900E-01 0.23808800E-01 0.23832699E-01 0.23856601E-01 0.23880500E-01 0.23904400E-01 0.23928300E-01 0.23952199E-01 0.23976101E-01 0.24000000E-01 -0.90382276E-02 -0.90963440E-02 -0.91543924E-02 -0.92123728E-02 -0.92702853E-02 -0.93281297E-02 -0.93859071E-02 -0.94436165E-02 -0.95012588E-02 -0.95588341E-02 -0.96163424E-02 -0.96737836E-02 -0.97311577E-02 -0.97884657E-02 -0.98457066E-02 -0.99028815E-02 -0.99599902E-02 -0.10017033E-01 -0.10074009E-01 -0.10130920E-01 -0.10187765E-01 -0.10244544E-01 -0.10301257E-01 -0.10357906E-01 -0.10414489E-01 -0.10471007E-01 -0.10527460E-01 -0.10583848E-01 -0.10640171E-01 -0.10696430E-01 -0.10752624E-01 -0.10808754E-01 -0.10864819E-01 -0.10920821E-01 -0.10976758E-01 -0.11032631E-01 -0.11088440E-01 -0.11144186E-01 -0.11199868E-01 -0.11255487E-01 -0.11311042E-01 -0.11366534E-01 -0.11421964E-01 -0.11477330E-01 -0.11532634E-01 -0.11587874E-01 -0.11643052E-01 -0.11698168E-01 -0.24330771E+01 -0.24302244E+01 -0.24273775E+01 -0.24245360E+01 -0.24217002E+01 -0.24188700E+01 -0.24160452E+01 -0.24132259E+01 -0.24104121E+01 -0.24076037E+01 -0.24048009E+01 -0.24020035E+01 -0.23992116E+01 -0.23964250E+01 -0.23936439E+01 -0.23908679E+01 -0.23880975E+01 -0.23853323E+01 -0.23825727E+01 -0.23798182E+01 -0.23770690E+01 -0.23743250E+01 -0.23715863E+01 -0.23688529E+01 -0.23661246E+01 -0.23634017E+01 -0.23606839E+01 -0.23579714E+01 -0.23552639E+01 -0.23525617E+01 -0.23498647E+01 -0.23471727E+01 -0.23444858E+01 -0.23418040E+01 -0.23391273E+01 -0.23364556E+01 -0.23337889E+01 -0.23311272E+01 -0.23284705E+01 -0.23258188E+01 -0.23231721E+01 -0.23205304E+01 -0.23178937E+01 -0.23152621E+01 -0.23126352E+01 -0.23100133E+01 -0.23073962E+01 -0.23047841E+01 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 0.59579315E+07 This is the output when I tried alternate formulas for F1 and F2 (the equations are shown below). RUNGE-KUTTA METHOD FOR SYSTEMS FUNCTIONS USED ARE: F1(T,X1,X2,X3)=((20578.06384*T**4-286.901124711*T**2124711*t**220578.06384*T**4))**.5 34 F2(T,X1,X2,X3)=286.901*T*((1+X2**2)**1.5) F3(T,X1,X2,X3)=-0.00964604697321*(X1-.0012)/(X1*X 1*X1) ALPHA1= 6.46840E-02 ALPHA2= -590.389 ALPHA3= 5.90402E+06 LIMITS ARE 1.00000E-04 TO 1.00000E-03 WITH 10 SUBINTERVALS t(i) w1(i) w2(i) w3(i) 0.99999997E-04 0.64684004E-01 -0.59038898E+03 0.59040220E+07 0.18999999E-03 0.29629294E-01 -0.27709256E+03 0.59040220E+07 0.28000001E-03 0.85913576E-02 -0.19948599E+03 0.59040220E+07 0.37000002E-03 -0.71573816E-02 -0.15449405E+03 0.59040140E+07 0.46000001E-03 -0.19672878E-01 -0.12566929E+03 0.59040140E+07 0.55000000E-03 -0.30034926E-01 -0.10576426E+03 0.59040140E+07 0.64000004E-03 -0.38867485E-01 -0.91239487E+02 0.59040140E+07 0.73000003E-03 -0.46560280E-01 -0.80191368E+02 0.59040140E+07 0.82000002E-03 -0.53371966E-01 -0.71513130E+02 0.59040140E+07 0.91000000E-03 -0.59482604E-01 -0.64520065E+02 0.59040140E+07 0.99999993E-03 -0.65022424E-01 -0.58766853E+02 0.59040140E+07 35