%=SNX 2.10 USN 21:007:49561 USN 16:328:68648 16:329:68453 R 00083 2 C E S * * Created on: 2021.01.07-13:46:01 local time * Created at: United States Naval Observatory * Created by: ( ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT < > SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 5.4.0-58-generic INPUT VLBI experiment crds86, database $16NOV23XN version 004 -FILE/REFERENCE * * ----------------------------------------------------------------------------- * +FILE/COMMENT Format Description: http://gemini.gsfc.nasa.gov/solve_root/help/sinex.html Solution description: n/a >>> FORMAT DESCRIPTION <<< >>> ################## <<< Sinex output implementation in the VLBI Analysis software system Calc/Solve Leonid Petrov John Gipson (CALIBRATION blocks) 2019.11.14 Abstract This document describes how Calc/Solve writes down a listing of a VLBI solution in Sinex format. Questions and comments about this guide should be sent to: Dan MacMillan (Daniel.S.MacMillan@nasa.gov) David Gordon (David.Gordon-1@nasa.gov) John Gipson (John.M.Gipson@nasa.gov) Table of contents: 1 ................ Overview 2 ................ Deviations from the SINEX 1.00 standard 2.1 ........... New block SOLUTION/CONSTRAINT_EQUATION_INFO 2.2 ........... New block SOLUTION/CONSTRAINT_EQUATION_MATRIX 2.3 ........... New block SOLUTION/CONSTRAINT_EQUATION_VECTOR 2.4 ........... New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX 2.5 ........... New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK 2.6 ........... New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK 2.7 ........... New block NUTATION/DATA 2.8 ........... New block PRECESSION/DATA 2.9 ........... New block SOURCE/ID 2.10 .......... New block SOLUTION/CALIBRATION_ESTIMATE 2.11 .......... New block SOLUTION/DECOMPOSED_CALIBRATION 3 ................ Deviations from the SINEX 2.10 standard 4 ................ Implementation in Solve 4.1 ........... Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.2 ........... Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists 4.3 ........... Treatment of station with discontinuous motion 4.4 ........... Restrictions ________________________________________________________________________________ 1 Overview ========== SINEX stands for "Solution INdependent EXchange format". This format was developed by Blewitt et al. (1994) http://www.dgfi.badw-muenchen.de/gps/sinex.html and http://alpha.fesg.tu-muenchen.de/iers/sinex/sinex_v2_appendix1.pdf for facilitating the task of combining several GPS solutions. Original design of Sinex format was made for solving this specific task. However, later this format evolved towards to a common machine-readable form of solution listings for other space geodesy techniques, VLBI and SLR, and attempts were made for overcoming flaws of the original design. This process of evolution is not yet completed, therefore, different software systems implement a little bit different flavors of Sinex format. Listings in Sinex format produced by Solve contain information about stations, sources, estimates of the parameters, their covariance matrix, constraint equation, right-hand side of constraint equations and weight matrix of constraint equations. In addition to these results, a portion of the decomposed normal matrix and normal vector can be included in the listing as well. A user has control which blocks should be included in the listing. The current implementation of the Sinex format does not allow to include in the listing any parameter which was solved for. Only some type of parameters, like station position, EOP, etc can be included. However, a user has total control which parameters among the parameters of the supported type are to be included or not included in the listing. 2 Deviations from the SINEX 1.00 standard ========================================= Solve currently writes listing either in Sinex 2.10 format or in Sinex 2.20 format. Deviations from the Sinex 1.00 standard are as follows: 1) Eight new blocks were added: SOLUTION/CONSTRAINT_EQUATION_INFO SOLUTION/CONSTRAINT_EQUATION_MATRIX SOLUTION/CONSTRAINT_EQUATION_VECTOR SOLUTION/CONSTRAINT_WEIGHT_MATRIX The purpose of these four blocks is to overcome the flaw of original design of Sinex format and provide complete information about all constraints used in the solution. SOLUTION/DECOMPOSED_NORMAL_MATRIX SOLUTION/DECOMPOSED_NORMAL_VECTOR The purpose of these blocks is to provide information about transformed normal equations before applying constraints. NB: one of the three items: covariance matrix, constraint equations and decomposed normal equations is redundant: having two of them one can derive the third one. NUTATION/DATA PRECESSION/DATA The purpose of this section is to provide information about used nutation/precession model and to define parameter "estimates of nutation angles". John Gipson added two blocks to allow users to 'back-out' the effect of calibrations. SOLUTION/CALIBRATION_ESTIMATE SOLUTION/DECOMPOSED_CALIBRATION 2) SOLUTION/STATISTICS block has new items: WEIGHTED SQUARE SUM OF O-C sum { y(T) * w * y } WRMS OF POSTFIT RESIDUALS sum { (A*e - y)(T) * w * (A*e - y) )/Sp ( w ) where y -- the difference between the observed time delay and theoretical; A -- matrix of equations of conditions; e -- vector of the parameter adjustments; w -- weight matrix; Sp -- stands for the mathematical operation of computing trace of a matrix: the sum of diagonal elements. Summing is done over all observations used in parameter estimation. Comment: field WEIGHTED SQUARE SUM OF O-C is not computed in global mode. Meaning of other parameters: NUMBER OF OBSERVATIONS total number of used observables NUMBER OF UNKNOWNS total number of unknowns, including those, which are not shown in the Sinex listing SQUARE SUM OF RESIDUALS (VTPV) sum { (A*e - y)(T) * w * (A*e - y) ) VARIANCE FACTOR sum { (A*e - y)(T) * w * (A*e - y) )}/ ( N - M - Sp( Cov(A) * B(T) * z * B ) ) where Cov(A) -- covariance matrix of the entire solution (NB: Sinex listing may have only a portion of the solution) B -- matrix of equations of constraints; z -- weight matrix of constraints; N -- total number of equations of conditions (observables); M -- total number of unknowns. 3) The blocks which keep element of matrices do not have fields "Second Matrix Element" and "Third Matrix Element". The purpose of this change is to facilitate the process of creation of the listing and to reduce significantly the probability of errors. 4) SOLUTION/MATRIX_APRIORI is not provided. The reason is that Solve does not operate the notion of apriori covariance matrix. And it also uses singular constraints which cannot be reduced to the form of apriori covariance matrix. Since full information about constraints is provided in other blocks, SOLUTION/MATRIX_APRIORI is considered as an obsolete block. 2.1 New block SOLUTION/CONSTRAINT_EQUATION_INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__I_N_F_O__B_L_O_C_K_____________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Constraint | Identifier of the constraint | 1X,A8 | | Equation | | | | Identifier | | | |________________|___________________________________|______________| | | | | | Constraint | Index of vector constraint. | 1X,I5 | | Equation | 1 for scalar constraint. | | | Sub-index | | | | | | | |________________|___________________________________|______________| | | | | | Constraint | Description of the constraint | 1X,A40 | | Equation | | | | Description | | | |________________|___________________________________|______________| This block provides description of constraint equations. Matrix of constraint equations has dimension N_cns * N_par, where N_cns -- the number of constraint equations, N_par -- number of estimated parameters. The first field of the CONSTRAINT_EQUATION_INFO keeps the index of the constraint, the second field keeps constraint identifier. Currently, the following constraint identifiers are supported: NNT_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_POS -- net rotation on station position. This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta r )/ |r|^2 * R_e here r -- vector of station coordinate; Delta r -- vector of adjustments to station position R_e -- Earth's equatorial radius. Units: dimensionless NNT_VEL -- net rotation on station velocity. This vector constraint defines three equations: 1: sum { Delta_X } = const 2: sum { Delta_Y } = const 3: sum { Delta_Y } = const where Delta_X, Delta_Y, Delta_Z are X, Y and Z component of the adjustment to station position. NNR_VEL -- net rotation on station velocity This vector constraint defines three equations: 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation defined as Phi = ( r x Delta v )/ |r|^2 * R_e here r -- vector of station coordinates; Delta r -- vector of adjustments to station velocity; R_e -- Earth's equatorial radius. Units: 1/yr NNR_SRC -- net rotation on source coordinates 1: sum { Phi_X } = const 2: sum { Phi_Y } = const 3: sum { Phi_Y } = const where Phi_X, Phi_Y and Phi_Z are the components of the vector of a small rotation EOP_XPL -- constraint on X pole coordinate EOP_YPL -- constraint on Y pole coordinate EOP_UT1 -- constraint on UT1 angle EOR_XPL -- constraint on X pole rate EOR_YPL -- constraint on Y pole rate EOR_UT1 -- constraint on UT1 rate VEL_U -- constraint on Up topocentric coordinate of station velocity VEL_E -- constraint on East topocentric coordinate of station velocity VEL_N -- constraint on North topocentric coordinate of station velocity VEL_X -- constraint on X coordinate of station velocity VEL_Y -- constraint on Y coordinate of station velocity VEL_Z -- constraint on Z coordinate of station velocity STA_U -- constraint on Up topocentric coordinate of station position STA_E -- constraint on East topocentric coordinate of station position STA_N -- constraint on North topocentric coordinate of station position STA_X -- constraint on X coordinate of station position STA_Y -- constraint on Y coordinate of station position STA_Z -- constraint on Z coordinate of station position BLC_VAL -- constraint on baseline clocks DCL_ORG -- constraint on declination of the set of certain sources GRD_OFF -- constraint on atmosphere path delay gradient offset NUT_OFF -- constraint on offset of nutation in longitude and nutation in obliquity OAT_RAT -- constraint on rate of changes of atmosphere path delay OCL_RAT -- constraint on clock drift RAS_ORG -- constraint on right ascension of the set of certain sources SRC_COO -- constraint on source right ascension and declination STA_ORG -- constraint on position of certain stations STA_TIE -- constraint on differences in position of several sites VEL_DIR -- constraint on horizontal projection of the differences in velocities of two stations VEL_ORG -- constraint on velocities of certain stations VEL_SET -- constraint on linear combination of velocity components VEL_TIE -- constraint on differences in velocities of several sites VEL_VER -- constraint on vertical component of station velocity Constraints on segmented parameters STA_PWC -- constraint on site velocity in the the case when site position is modeled by linear spline GRD_RAT -- constraint on atmosphere path delay gradient rate ATM_RAT -- constraint on atmosphere path delay rate between segments CLO_RAT -- constraint on clock rate between segments UT1_RAT -- constraint on UT1 rate in the case of linear spline EOP parametrization XPL_RAT -- constraint on X pole coordinate in the case of linear spline EOP parametrization YPL_RAT -- constraint on Y pole coordinate in the case of linear spline EOP parametrization Constraint equation sub-index is 1 for scalar constraint, like EOP_XPL and runs over components of vector constraints, like NNT_POS (1,2,3 in this example). 2.2 New block SOLUTION/CONSTRAINT_EQUATION_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keep matrix of constraint equations. Equations are organized by rows. Zero elements are omitted. _____________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__E_Q_U_A_T_I_O_N__B_L_O_C_K_____| | | | | |__Field___________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | equation row | equation matrix. It must match | | | Index | the index of the constraint | | | | equation. | | |__________________|___________________________________|______________| | | | | | Constraint | Column index for the Constraint | 1X,I5 | | equation | Equation. It must match the | | | column index | parameter index in the | | | | SOLUTION/ESTIMATE block for the | | | | same parameter. | | |__________________|___________________________________|______________| | | | | | Constraint | Matrix element at the location | 1X,E21.14 | | matrix element | (row index, column index). | | |__________________|___________________________________|______________| 2.3 New block SOLUTION/CONSTRAINT_EQUATION_VECTOR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block keeps the right-hand side of constraint equations. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__C_O_N_S_T_R_A_I_T__V_A_L_U_E__B_L_O_C_K_________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Constraint | Row index for the constraint | 1X,I5 | | Equation Row | equation vector. It must match | | | | the index of the constraint | | | | equation. | | |________________|___________________________________|______________| | | | | | Right hand | Value of right hand part of the | | side value | constraint equation. | 1X,E21.15 | |________________|___________________________________|______________| | | | | | Sigma | Reciprocal weight which is | | | | ascribed to this constraint | 1X,E21.15 | | | equation. | | |________________|___________________________________|______________| | | | 48 | |______________| 2.4 New block SOLUTION/CONSTRAINT_WEIGHT_MATRIX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains the elements of the weight matrix of constraint equations. Zero elements are omitted. ______________________________________________________________________ |_____________C_O_N_S_T_R_A_I_N_T___W_E_I_G_H_T___M_A_T_R_I_X__________| | | |__Field__________________Description_______________________Format_____| | | | | | Row index of the | Row index for the weight | 1X,I5 | | weight matrix | constraint matrix. It matches | | | of constraint | the index of the constraint | | | equations | equation. | | |___________________|___________________________________|______________| | | | | | Column index of | Column index for the weight | 1X,I5 | | the weight matrix | constraint matrix. It matches the | | | of constraint | index of the constraint equation | | | equations | | | |___________________|___________________________________|______________| | | | | | Weight matrix of | Matrix element at the location | 1X,E21.14 | | constraint | (row index, column index). | | | equations element | | | |___________________|___________________________________|______________| 2.5 New block SOLUTION/DECOMPOSED_NORMAL_MATRIX BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block described all parameters adjusted in the solution, decomposed normal matrix is equivalent to the full normal matrix. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal matrix D_ii is defined as D_ii = N_ii - N_ei(T) * (C_ee + N_ee){-1} * N_ei where N_ii -- the block of normal matrix which corresponds to the equations included in the SOLUTION/ESTIMATE list; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters included in the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes D_ii as D_ii = (V_ii){-1} - C_ii where V_ii -- covariance matrix of the parameters mentioned in SOLUTION/ESTIMATE list; C_ii -- the block of normal matrix of constraints which corresponds to the parameters in SOLUTION/ESTIMATE list. It is assumed that C_ei = 0 C_ei -- the block of normal matrix of constraints which corresponds to the product of equations of constraints of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__M_A_T_R_I_X___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Decomposed | Row index for the normal matrix. | 1X,I5 | | normal matrix | It must match the parameter index | | | row index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Column index for the normal matrix| 1X,I5 | | normal matrix | It must match the parameter index | | | column index | in the SOLUTION/ESTIMATE block | | | | for the same parameter. | | |________________|___________________________________|______________| | | | | | Decomposed | Matrix element at the location | 1X,E21.14 | | normal matrix | (row index, column index). | | | element | | | |________________|___________________________________|______________| 2.6 New block SOLUTION/DECOMPOSED_NORMAL_VECTOR BLOCK ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block contains decomposed right hand parts of normal equations for the subset of parameters described in the SOLUTION/ESTIMATE block. In the case if the SOLUTION/ESTIMATE block describes all parameters adjusted in the solution, the decomposed normal vector is equivalent to the full normal vector. In the case if the SOLUTION/ESTIMATE block describes only a subset of parameters, then the decomposed normal vector d_i is defined as d_i = n_i - N_ei(T) * (C_ee + N_ee){-1} * n_e where n_i -- the block of normal vector which corresponds to the equations listed in the SOLUTION/ESTIMATE; n_e -- the block of the normal vector which corresponds to the omitted parameters; N_ee -- the block of normal matrix which corresponds to omitted parameters; N_ei -- the block of normal matrix which corresponds to the product of equations of conditions of the omitted parameters and parameters from the SOLUTION/ESTIMATE list. C_ee -- the block of normal matrix of constraints which corresponds to omitted parameters; Solve computes d_i as d_i = D_i * e_i where e_i -- vector of the estimates of the parameters from the SOLUTION/ESTIMATE list. ___________________________________________________________________ |__S_O_L_U_T_I_O_N__D_E_C_O_M_P_O_S_E_D__N_O_R_M_A_L__V_E_C_T_O_R___| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Estimated | Index of the estimated parameter. | 1X,I5 | | Parameter | | | | Index | | | | | | | |________________|___________________________________|______________| | | | | | Element of | Element of the decomposed normal | 1X,E21.14 | | decomposed | ( Row Number , Column Number ). | | | normal vector | ( Row Number , Column Number ). | | |________________|___________________________________|______________| | | | 28 | |______________| 2.7 New block NUTATION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes which apriori nutation model is used and what is the reference model to which the nutation angles are referred. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Nutat. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | REN2000 | | | | IAU1980 | | | | IERS1996 | | | | IAU2000a | | | | IAU2000b | | |________________|___________________________________|______________| | | | | | [Nut. Usage] | Usage flag: APR or REF | 1X,A3 | | | APR means that the previous | | | | field kept the nutation model | | | | used for apriori. | | | | REF means that the previous | | | | field kept the nutation model | | | | used as a reference. | | | | NONE means that the total | | | | nutation angles are presented | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A66 | |________________|___________________________________|______________| | | | 80 | |______________| 2.8 New block PRECESSION/DATA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block describes the apriori precession constant which was used. ___________________________________________________________________ |_________________N_U_T_A_T_I_O_N___D_A_T_A___L_I_N_E_______________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | [Prec. Code] | Code for nutation reference | 1X,A8 | | | NONE | | | | IAU1980 | | | | IAU2000 | | |________________|___________________________________|______________| | | | | | Comments | | 1X,A70 | |________________|___________________________________|______________| | | | 80 | |______________| Nutation angles can be presented either as nutation in obliquity and nutation in longitude in accordance to Newcomb-Andoyer formalism or as nutation X, nutation Y in accordance to Ginot-Capitaine formalism. Contrary to claims of Dr. Capitaine, both approaches are equivalent. 2.9 New block SOURCE/ID ~~~~~~~~~~~~~~~~~~~~~~~ ___________________________________________________________________ |_____________R_A_D_I_O___S_O_U_R_C_E___D_A_T_A___L_I_N_E___________| | | | | |__Field_________|______Description__________________|___Format_____| | | | | | Source Code | Call sign for a source | 1X,A4 | |________________|___________________________________|______________| | | | | | IERS name | IERS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | ICRF name | ICRF name of the radio source | 1X,A16 | |________________|___________________________________|______________| | | | | | IAU name | IAU J2000.0 name of the radio | 1X,A10 | | | source | | |________________|___________________________________|______________| | | | | | IVS name | IVS name of the radio source | 1X,A8 | |________________|___________________________________|______________| | | | | | Comments | Comments or other names of the | 1X,A29 | | | radio source | | |________________|___________________________________|______________| | | | 80 | |______________| 2.10 New block SOLUTION/CALIBRATION_ESTIMATE ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The purpose of this block is to allow users to 'back-out' the effects of a calibration. The format is almost identical to the SOLUTION/ESTIMATE block. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B When the normal equations are inverted we get: A' = N^-1 B + N^-1 del_B = A + del_A The solution contribution block gives the values for the 'del_A' term. The format of this block is almost identical to SOLUTION/ESTIMATE block. The first few lines look look something like this: +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7641 A 1 19:155:16735 m 2 1.12094296576514D-05 0.00000D+00 2 STAY 7641 A 1 19:155:16735 m 2 -1.64886779400689D-04 0.00000D+00 3 STAZ 7641 A 1 19:155:16735 m 2 -7.99174504030867D-04 0.00000D+00 4 STAX 7297 A 1 19:155:14114 m 2 -1.28824231979959D-03 0.00000D+00 5 STAY 7297 A 1 19:155:14114 m 2 1.26091351520643D-03 0.00000D+00 6 STAZ 7297 A 1 19:155:14114 m 2 -6.42471735486039D-04 0.00000D+00 .... -SOLUTION/CALIBRATION_ESTIMATE The sigmas are 0 because it is assumed there is no uncertainty in the calibration. Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/ESTIMATE block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * Then there will be a SOLUTION/ESTIMATE block * There will also be a SOLUTION/CALIBRATION_ESTIMATE block. The relation between Solution 1 and Solution 2 is: SOLUTION/ESTIMATE(1) = SOLUTION/ESTIMATE(2)-SOLUTION/CALIBRATION_ESTIMATE(2) 2.11 New block SOLUTION/DECOMPOSED_CALIBRATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This block is similar to the SOLUTION/DECOMPOSED_NORMAL_VECTOR block. It provides a means of backing out the effect of a calibration. Suppose that the normal equations without the calibration are: N A = B The effect of the calibration is to modify the RHS of this to give: N A' = B+ del_B The DECOMPOSED_NORMAL_VECTOR block gives the effective B vector after the nuisance parameters have been squeezed out. The DECOMPOSED_CALIBRATION block gives the value of the effect del_B vector after the nuisance parameters have been squeezed out. The format of the first few lines look like: +SOLUTION/DECOMPOSED_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -9.08414333456434D+06 2 -2.78630680723758D+07 3 1.27314635010659D+07 4 7.21652034185454D+06 5 8.03838945195598D+07 6 -1.02827125834327D+08 7 -4.42092453014595D+07 .... +SOLUTION/DECOMPOSED_CALIBRATION Suppose we have two solutions in sinex format. Solution 1 does not include the effect of the calibration. * There will only be SOLUTION/DECOMPOSED_NORMAL_VECTOR block. Solution 2 includes the effect of the calibration, and we have included the CALBIRATION information. * There will be a SOLUTION/DECOMPOSED_NORMAL_VECTOR block. * There will also be SOLUTION/DECOMPOSED_CALIBRATION block. Note that: SOLUTION/DECOMPOSED_NORMAL_VECTOR(1) = SOLUTION/DECOMPOSED_NORMAL_VECTOR(2)-SOLUTION/DECOMPOSED_CALIBRATION(2) 3 Deviations from the SINEX 2.10 standard ========================================= Sinex listing in 2.20 format has different names for parameters in accordance to an anonymous document circulated in 2008 known as "Proposal 2". 4 Implementation in Solve ========================= Solve normally produces the listing in its own so-called "spool-format". In addition to the spool listing, Solve has a limited ability to generate listings in Sinex format. It can write the listing in Sinex format when it runs in batch mode. Description of the keyword Sinex in the control language can be found in http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html#section3.13 When a user requests to apply specific constraints, Solve does not modify normal matrix immediately. Procedures of imposing constraints collect all constraint equation coefficients, weights, right hand part equations as well as constraint description in an intermediate data structure. After collecting all information about constraints Solve "applies" constraints by modifying normal matrix and normal matrix. If a Sinex output option is specified, then Solve passes this intermediate data structure to the routine which writes listing down and, thus, this subroutine has access to full information about the constraints. Solve allows a user to specify which items among ESTIMATES, COVARIANCES, CONSTRAINTS, DECOMPOSED_NORMAL_EQUATIONS or all of them are to be included in the listing together with mandatory blocks. Solve allows a user to specify which parameters are to be included in the output. Currently, Solve does not allow to include any parameter in the listing, but only one from the pre-defined list of supported parameter. 4.1 Syntax of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ INCLUDE_PARAM and EXCLIDE_PARAM files contain the parameter lists. List consists of one or more lines with Solve intrinsic 20-characters long parameter names. The lines which starts from # are considered as comments. Wild-card symbols * and ? can be included. Solve check the name of each estimated parameter against INCLUDE_PARAM list. If the name matches with at least one line (except comment) then the name is flagged as "included". After that Solve check each parameter against EXCLUDE_PARM list. If it matches with at least one line (except comment) then it is flagged as "excluded". All parameters which are flagged as "included" and are not flagged as "excluded" will be included in the Sinex output. The list of intrinsic parameter names: Parameters which can be put in the listing in Sinex format: ssssssss X COMPONENT X-coordinate of station position at reference epoch ssssssss Y COMPONENT Y-coordinate of station position at reference epoch ssssssss Z COMPONENT Z-coordinate of station position at reference epoch ssssssss X VELOCITY X-coordinate of station velocity ssssssss Y VELOCITY Y-coordinate of station velocity ssssssss Z VELOCITY Z-coordinate of station velocity ssssssss Xyymmdd-COO X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-COO Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-COO Z-coordinate of station position at epoch yymmdd ssssssss Xyymmdd-POS X-coordinate of station position at epoch yymmdd ssssssss Yyymmdd-POS Y-coordinate of station position at epoch yymmdd ssssssss Zyymmdd-POS Z-coordinate of station position at epoch yymmdd ssssssss AXIS OFFSET axis offset of the ssssssss station X WOBBLE 0yymmddhhmm X-coordinate of pole position at epoch yymmddhhmm X WOBBLE 1yymmddhhmm Time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 0yymmddhhmm Y-coordinate of pole position at epoch yymmddhhmm Y WOBBLE 1yymmddhhmm Time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 0yymmddhhmm UT1 angle at epoch yymmddhhmm UT1-TAI 1yymmddhhmm First time derivative of UT1 angle at epoch yymmddhhmm LONGITUDE NUTATION Nutation in longitude OBLIQUITY NUTATION Nutation in obliquity qqqqqqqq RIGHT ASCEN Right ascension at J2000.0 epoch qqqqqqqq DECLINATION Declination at J2000.0 epoch qqqqqqqq RIGHT ASC V Proper motion in right ascension qqqqqqqq DEC VELO Proper motion in declination Other parameters which the current version of Solve cannot put in the listing in Sinex format: ssssssssA0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssa0yymmddhhmm Atmosphere path delay at epoch yymmddhhmm ssssssssC0yymmddhhmm Global clock offset at epoch yymmddhhmm ssssssssC1yymmddhhmm Global clock rate at epoch yymmddhhmm ssssssssC2yymmddhhmm Global clock rate drift at epoch yymmddhhmm ssssssss--ssssssss C baseline dependent clocks ssssssssNGyymmddhhmm Atmosphere gradient in north direction ssssssssEGyymmddhhmm Atmosphere gradient in east direction X WOBBLE 2yymmddhhmm Second time derivative of X pole coordinate at yymmddhhmm Y WOBBLE 2yymmddhhmm Second time derivative of Y pole coordinate at yymmddhhmm UT1-TAI 2yymmddhhmm Second time derivative of UT1 angle at epoch yymmddhhmm Gamma Relativistic PPN parameter gamma where "ssssssss" stands for the IVS station name "qqqqqqqq" stands for the IVS source name "yyddmmhhss" stands for time epoch like 980729113459 -- July 29, 1998 11 hours 34 minutes 59 seconds. 4.2 Examples of INCLUDE_PARAM and EXCLUDE_PARAM lists ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1. daily_inc.bsc # # -- Include parameters which will be put in Sinex listing # # The following parameters are to be included in the Sinex listing: # # 1) Station coordinates # 2) pole coordinates # 3) UT1 # 4) rate of change of pole coordinates # 5) rate of change of UT1 # 6) daily nutation angles # ?????????X COMPONENT ?????????Y COMPONENT ?????????Z COMPONENT ?????????X??????-COO ?????????Y??????-COO ?????????Z??????-COO ?????????X??????-POS ?????????Y??????-POS ?????????Z??????-POS X WOBBLE 0* X WOBBLE 1* Y WOBBLE 0* Y WOBBLE 1* UT1-TAI 0* UT1-TAI 1* LONGITUDE NUTATION OBLIQUITY NUTATION 2. daily_exc.bsc # # -- Exclude parameters which will be put in Sinex listing # # Nothing to exclude # 3. daily_esc_notigo.bsc # # -- Exclude parameters which will be put in Sinex listing # # All parameters related to station TIGOCONC are excluded # # (NB: no common constraint equations with other stations can be # imposed if computation of the decomposed normal matrix is required ) # TIGOCONC* 4.3 Treatment of station with discontinuous motion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ It is an empirical fact that some stations has a quasi-instant motion due to seismic events, rails repair and other reasons of instability of VLBI site positions. It is an analyst who determines the appropriate model for handing such stations. In the case if an analyst trusts to results of the measurements of such a motion by an independent technique, f.e. results of local survey before and after rails repairing, then position of the station is modeled by one parameter, and the motion of the station is described by the set of eccentricity values at the epochs before and after the motion. If an analyst does not trust to independent measurements, or such measurements are unavailable, f.e. in the case of seismic motion, then coordinates of such station are described by a model X = a1*B0(t0,t1) + a2*B0(t1,t2) + ... + b*(t-tref) where B0 -- a basis spline of the 0-th order on the range t0, t1 ( it is 1 at the range [t0, t1], and 0 otherwise ) tref -- reference epoch; t0 -- epoch of the first observations; t1, t2 ... -- epoch of discontinuities. Parameters a1, a2 ... have the same parameter name STAX, STAY, STAZ, but they are distinguished by sub-index 1,2... in the field SBIN (former name SOLN). This field is used in sections SITE/EPOCHS, SITE/APRIORI, SITE/ESTIMATES. If the station did not have discontinuity in the motion than SBIN always has the value 1. The modern approach is to model non-liner site position with B-spline or order 0,1,2,3. Sinex format does not allow to put in the listing estimates of B-spline of order higher than 0. 4.4 Restrictions ~~~~~~~~~~~~~~~~ The current implementation (2002.10.04) cannot write the listing in Sinex format in several cases: 1) Constraint NO_NET_TRANSLATION is not supported. Use NO_NET_TRANSLATION_POSITION instead of that. 2) Suppressions VELOCITIES NO STATIONS NO SOURCES NO PROPER_MOTIONS NO 3) Solve cannot put in the listing site position modeled by linear spline. 4) Currently, Solve can include in Sinex listing global parameters if it runs in global mode and local parameters if it runs in independent mode. It cannot include local parameters if it runs in global mode. This restriction may be lifted in the future. 5) Solve cannot include in the listing in Sinex format second and higher order UT1 and polar motion time derivatives. 6) Solve cannot include user parameters in the listing in Sinex format, but can include user constraints. 7) No common constraints between included and not included parameters can be imposed if computation of decomposed normal matrix is required. Solve will issue a warning if a constraint equation has non-zero elements for the parameters from both groups of included and not included parameters in the case if computation of a decomposed normal matrix is required, and will issue an error message and stop if the decomposed normal matrix is to be included in the sinex listing. >>> Solution Control file <<< >>> ##################### <<< Refer to http://gemini.gsfc.nasa.gov/solve_root/help/solve_guide_03.html for description the syntax of Mark5 VLBI analysis software control files Local file name: snx2020d_95to20_00.cnt File length: 15101 Modification date: 2021.01.07_02:10:05 ************************************************************************** *** *** 2020d Sinex global solution -- M.Johnson *** last modified: 01/06/2021 *** *** Solution: snx2020d_95to20_00.cnt *** *** ARC list: snx2020d_95to20.arc *** Weights: usno2020Nov21_base.wgt *** Atmosphere: 20 minutes *** Clocks: 60 minutes *** EOP off./rate: XYU/XYU *** Nutation: offset *** Gradient: 6 hours *** Sources: local *** Stations: local *** Axis offsets: no *** Data: delay only *** Elev. cutoff: 5 degrees *** EOP mod file: last_usno_finalF.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data/vgosDb CGM NONE NONE MERGE_CGM NONE ARC_FILES NONE ID USNO export Sinex solution for EOP * TRAIN NO GLO_PARLIM 2560 INC_PARLIM 128 SORT YES STATIONS ALPHABET SOURCES RIGHT_ASCENSION * USER_PROGRAM NONE USER_PARTIALS NONE USER_CONSTRAINTS NONE * WEIGHTS REQUIRE /data/solve/solutions/itrf2020_2020d/usno2020Nov21_base.wgt BY_BASELINE * WEIGHTS IN * FAST_MODE B3D FAST_DBG MONITOR FAST_COV SEG SAVING_RATE 100 SUPMET PRE98 QUALCODE_LIMIT 5 WARNING NO * SINGULARITY_CHECK ACTION REPARAM/EXCLUDE \ * SINGULARITY_CHECK ACTION WARNING \ STAMIN 8 \ SOUMIN 4 \ BASMIN 3 * SOURCE_WEIGHTS NO ELEVATION_DEPENDENT_NOISE NO EMULATION NO *** *** This section specifies parameters to be estimated (adjusted). *** $FLAGS * ATMOSPHERES MOST 20 CLOCKS MOST 60 * GRADIENTS YES 6 *?GRADIENTS YES 6 EXCEPT NO \ *? AIRA AUSTINTX AZORES BERMUDA BLKBUTTE \ *? BLOOMIND BREST CARNUSTY CARROLGA CHICHI10 \ *? CHLBOLTN CTVASBAY CTVASTJ DAITO DEADMANL \ *? DSS15 ELY FLAGSTAF FORTORDS FORT_ORD \ *? FTD_7900 GBT-VLBA GGAO7108 GIFU11 GIFU3 \ *? GOLDVENU GORF7102 GRASSE HALEAKAL HOFN \ *? HOHENFRG HOHNBERG JPL_MV1 KAINAN KANOZAN \ *? KARLBURG KASHIM11 KIRSBERG KODIAK KOGANEI \ *? KOGANEI3 KWAJAL26 LEONRDOK MAMMOTHL MARCUS \ *? MARPOINT MCD_7850 METSAHOV METSHOVI MIAMI20 \ *? MILESMON MIURA MIYAZAKI MIZNAO10 MIZUSGSI \ *? MOJ_7288 MON_PEAK MV2ONSLA NOBEY_6M NOME \ *? NRAO85_1 OCOTILLO OHIGGINS ONSALA85 OVR_7853 \ *? PARKES PBLOSSOM PENTICTN PINFLATS PLATTVIL \ *? PRESIDIO PT_REYES PVERDES QUINCY ROBLED32 \ *? SAGARA SANPAULA SEATTLE1 SESHAN25 SEST \ *? SHANGHAI SINTOTU SINTOTU3 SNDPOINT SOURDOGH \ *? SUWON SYOWA TATEYAMA TITIJIMA TOMAKO11 \ *? TOULOUSE TROMSONO TRYSILNO TIDBIN64 TIGOWTZL \ *? TSUKUBA TSUKU3 URUMQI USSURISK USUDA64 \ *? VERNAL VICTORIA VLA VLA-N8 WHTHORSE \ *? YAKATAGA YEBES YELLOWKN YLOW7296 YUMA * UT1/PM POLYNOMIAL OFFSET XYU RATE XYU 2ND_ORDER --- MIDDLE * * Use the following to put the X/Y precession/nutation into the * individual Sinex files. * NUTATION XY_OFFSET *?NUTATION OFFSET * BASELINE_CLOCKS IN * SOURCES YES REF_EPOCH 2015.01.01 STATIONS YES REF_EPOCH 2010.01.01 VELOCITIES NO PROPER_MOTIONS NO HI_FREQ_EOP NO PRECESSION NO RELATIVITY NO AXIS NO *** *** This section determines what output BATCH produces. *** $OUTPUT RESET YES FORWARD NO BASELINES YES MINIMUM NO SCREEN NO COVARIANCES NO CORRELATIONS NO STATION_TABLE NO POS_ELLIPSES NO MOD_FILES NO RESIDUALS NONE MINIMIZE_SIGMAS NO *?SINEX NO SINEX YES \ FORMAT_VERSION 2.10 \ ALLOW_OVERWRITE NO \ GLOBAL NO \ LOCAL YES \ SEGMENTED NO \ ESTIMATES YES \ DECOMPOSED_NORMAL_EQUATIONS YES \ CONSTRAINTS YES \ COVARIANCES YES \ LOADING_EFFECT YES \ INCLUDE_PARAM /data/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data/solve/solutions/itrf2020_2020d/snx95to20/_usn2020d.snx \ ACKNOWLEDGMENTS_FILE /data/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data/solve/oper/sinex/ivs_daily_com.bsc NORMAL_MATRIX NO SEG_OUTPUT NO MAPPED_EOP_OUTPUT NO APRIORI_ZENDEL NO CRES_EMULATION NO NRD_TABLE YES CHI_SQUARE_TABLE NO LISTING_OPTIONS SRC_STAT LONG \ SEG_STYLE POST2005 *** *** Some parameters can be treated either as global or as *** session parameters. This section tells BATCH how to *** treat these parameters (YES = global). *** $CARRY SOURCES NO STATIONS NO AXIS NO *** *** This section determines which data is included in the solution. *** $DATA SOURCES YES EXCEPT \ * * 9 lensed sources (gravitational lenses) * 0218+357 0218+35A 0218+35B 1830-211 1830-21A 1830-21B 1422+231 1422+23C \ 0132-097 \ * * 1 source with really bad data (not sure why?) * 2224-308 \ * * 1 pulsar XU Vel * 0833-450 \ * * 5 radio stars with no data * HD32918 HD132742 HD146361 SIGCRB UXARI \ * * 3 radio stars with data (but they are stars) * HR1099 LSI61303 HR5907 \ * * 1 Not sure what this is, but has good data * * LANA \ * * 1 SN * SN1993J \ * * 238 sources with less than 4 (0,1,2,4) observations in crf2020d_01 * 0008-300 0012-008 UG00192 4C+00.02 OB338 0032+276 0036-216 0040+517 \ NGC0253 0045-255 0056-187 0103+337 0104-487 0106+130 0118-684 0118-488 \ 0117+117 0119-011 0126-531 0131-450 0131-367 0141-609 0141+339 0153-663 \ 0154+410 0201-440 0206-625 0207-078 0232-507 M77 0253-218 NGC1167 \ 0324-489 0328-272 0333-276 0335+225 0340-600 0340-493 0340+044 0355-636 \ 0358-620 0400-613 0409-752 0409-526 0412-779 0409+000 0411+245 0423+183 \ 0428+205 0446+074 0459+791 0511+009 0512-129 0515-674 0512+249 0535+677 \ 0548-090 NGC2110 0611+139 MRK003 NGC2146 0633-263 0705+025 0712-037 \ 0722+284 0731-465 0730+353 UG03927 0743+182 0758+120 0802-276 0806-483 \ 0808-491 0810-180 0811-477 0809+483 0810+563 0817+472 0830+115 0831-445 \ 0833+441 4C+32.26 0839+157 0844-557 0846+184 0844+387 0854+178 0855+143 \ 0902+343 0906-474 0905+524 0912+171 0915+099 0918+167 0920+168 0923+102 \ 0922+364 0932-194 0937-282 0948-860 0941-080 M82 0951+699 0956+015 \ NGC3079 1001+123 1001+621 1007+135 1017+109 1020-103 1026-179 1030-590 \ 1036-697 1043-290 1045+155 1046-026 1047-597 1046+588 1050+341 1051+391 \ NGC3690 1132-000 1216-062 M106 NGC4278 1221+248 1225-023 1224-854 \ 1237+246 1239-044 1243-412 1245-197 1252+039 1254+226 1305-241 1313+200 \ 1316-12A 1317+143 1319-652 1320-407 1331+512 1332+317 1338+332 1341+144 \ 1344-135 1414+652 1414-596 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 1516-129 1529+441 1528-509 1538-584 1556-580 \ 1557-515 1616-029 1622+238 1623-243 3C343 3C343.1 1646+217 NGC6240 \ 1701-132 1707-376 1713+218 1717-236 SGR-A 1742-283 1744-299 1745-235 \ 1749-300 1750+093 1752-217 NGC6500 1805-214 1810+522 1813-241 1817+512 \ 1827-360 1846-168 1848+333 1851+030 1854-663 1858-143 NAQL93 1910-560 \ 1920+154 1921+14B 1926+050 1930-028 1934+207 1950-270 1955-210 2000-045 \ 2003+104 2004+064 2016-615 2022-582 2027+383 NGC6946 2039-631 2047-655 \ 2102+003 2101-715 2122-148 2134+237 2135-209 2134-470 2144+568 2152-505 \ 2154-183 2157-133 2205-002 2205-683 2209+184 2210-104 2226-411 2227-210 \ 2226-634 2235-556 2245-059 2303-673 2310-417 2311-632 2314-625 2318-195 \ 2324-009 2325+293 2344+092 2345-611 2348-010 2355+042 * STATIONS YES EXCEPT \ * * --- Duplicate names (used for polarization tests) * NOTOX WIDE85_3 VLBA85_3 MOJAVLBA LEFT85_1 \ HARTDBBC YEBESDBC YEBDBBC ONSALAAN YEBEDBBC \ OHIGGADS WETTDBBC LEFTKOK LEFT85_3 NYALDBBC \ NOTDBBC NOTOVDIF WETTVDIF * TYPE GROUP_DELAYS_ONLY ELEVATION 5.0 WVR_MASK NO EVERY NO NORATE_FLAG NO *** *** This section determines which contributions BATCH applies to a *** session. Contributions are corrections to delay and delay rate which *** were computed and stored in the superfile but not yet added to the *** theoretical delay and/or delay rate. *** $CONTRIBUTIONS SET WobXCont SET WobYCont SET EarthTid * Contribution for mean pole model is now in MAPPING section * SET Pol_Tide * SET PTideOld * SET Feed_Rot SET OPTLCont SET Ocean * Apply IERS2003 hi freq model for X,Y,UT1,nutation * if applied must turn off HI_FREQ_EOP * SET XpYpNutn * Apply IERS2020 hi freq model for X,Y,UT1,nutation now in MAPPING section * SET XpYpOrth * SET UT1Ortho SET XpYpLib SET UT1Libra *** *** This section specifies which station-dependent calibrations (e.g., *** cable, Chao) and zenith path delay calibrations (e.g. NMFDRFLY, *** CFAKBDRY) BATCH applies. It also determines whether BATCH applies the *** ionosphere calibration and rejects observations with bad or missing *** S-band ionospheric values. *** $CALIBRATIONS ION ON RESET YES KEEP cable KEEP pcal_rmv DISABLE NMFDRFLY *** *** This section determines which mode calibration should be applied to *** each session. Mode calibrations are the calibrations which depend *** on a) band and b) observable type. *** $MODE_CALIBRATIONS SET NONE *** *** This section specifies which partials with respect to atmosphere wet *** path delay BATCH should use. *** $PARTIALS SET NMFWTFLY OFF SET GRADMAP CH 0.0032 0.0032 *** *** This section replaces a-priori calculated from a standard theoretical *** model and read from the sessions' superfiles with alternate a-priori. *** This process is called mapping. *** $MAPPING GALACTIC_ABERRATION 5.8 POLETIDE IERS2022 STATIONS itrf2014_usno.sit VELOCITIES itrf2014_usno.vel SOURCES trf2020d_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF.erp SPL UT1S NUTATION_SERIES NONE NUTATION2006 NO PIECE_WISE_STA NONE PRESSURE_LOADING NONE EPISODIC_MOTION NONE * HI_FREQ_EOP hf1102a HI_FREQ_EOP NONE HARMONIC_EOP NONE AXIS_OFFSET gsfc_itrf2020_2020Apr01.axo ECCENTRICITY ECCDAT_itrf2020.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE POSITION_VARIATIONS \ /data/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ /data/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE *?POSITION_VARIATIONS \ * Ocean loading applied in CONTRIBUTIONS section *? /data1/solve/oper/apriori/2007b_oclo.hps HARMONIC_MODEL SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/aplo_bds/ TIME_SERIES SPLINE IF_AVAILABLE \ *? /data1/solve/oper/apriori/vsgd_aplo_s1_s2_noib.hps HARMONIC_MODEL SPLINE IF_AVAILABLE ANTENNA_THERMAL MODEL AVERAGE \ /data/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data/vmf/vmf1/trp/tot HFEOP_XYU /data/solve/save_files/desai_model_jgrb51665-sup-0002-ds01.txt *** *** This section constrains specific parameter estimates. *** $CONSTRAINTS ATMOSPHERES MOST 50.0 CLOCKS MOST 5.0 GRADIENTS YES 0.5 2.0 * BASELINE_CLOCKS YES SIGMA 5.D-7 EARTH_ORIENTATION YES SIGMA 45.0 45.0 3.0 RATES SIGMA 45.0 45.0 3.0 NUTATION NO * PIECE_WISE_STA NO SOURCES YES SIGMA 1.D-6 STATIONS NO NUVEL_COVAR NO VELOCITIES NO * NO_NET_TRANSLATION NO NO_NET_TRANSLATION_POSITION LOCAL SIGMA 1.D-4 ALL UNIFORM YES NO_NET_ROTATION_POSITION LOCAL SIGMA 1.D-4 UNIFORM YES NO_NET_TRANSLATION_VELOCITY NO NO_NET_ROTATION_VELOCITY NO * NO_NET_ROTATION_SOURCE LOCAL SIGMA 1.D-10 UNIFORM YES NO_NET_ROTATION_SOURCE LOCAL SIGMA 5.D-11 WEIGHTED YES *** *** This section has two purposes. It suppresses specific global *** parameters. It also imposes certain restrictions on the estimates *** BATCH produces. For example, BATCH can produce identical velocity *** estimates for a group of (closely located) stations. *** $SUPPRESSION VELOCITY_TIE NO VELOCITIES NO STATIONS NO RIGHT_ASCENSION NO DECLINATION NO STATION_ORIGIN NO SOURCES NO PROPER_MOTIONS NO PRECESSION NO RELATIVITY NO DIRECTION NO VELOCITY_ORIGIN NO STATION_TIE NO *** *** This section lists the session names which are to participate in the *** solution. Suppression solutions do not process sessions, but must *** specify a session in this section in order to activate the proper *** BATCH paths. *** $ARCS ARCFILE ./snx2020d_95to20.arc -FILE/COMMENT * * ----------------------------------------------------------------------------- * +INPUT/ACKNOWLEDGEMENTS USN U.S. Naval Observatory, VLBI analysis group -INPUT/ACKNOWLEDGEMENTS * * ----------------------------------------------------------------------------- * +SITE/ID *Code PT Domes____ T Station description___ Approx_lon_ Approx_lat_ App_h__ 7232 A 30302S001 R HARTRAO Hartebeesthoe 27 41 07.4 -25 53 23.1 1416.5 7374 A 50116S007 R HOBART12 12-m at Hobar 147 26 17.3 -42 48 20.1 41.9 7242 A 50116S002 R HOBART26 Hobart, Tasma 147 26 25.9 -42 48 12.9 66.0 7375 A 59968S001 R KATH12M 12-m at Kathe 132 09 08.5 -14 22 31.7 190.0 7376 A 50107S012 R YARRA12M 12-m at Yarra 115 20 44.3 -29 02 49.7 249.1 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0048-427 J005109.5-422633 J0051-4226 0048-427 0002 0107-610 J010915.4-604948 J0109-6049 0107-610 0003 0230-790 J022934.9-784745 J0229-7847 0230-790 0004 0302-623 J030350.6-621125 J0303-6211 0302-623 0005 0332-403 J033413.6-400825 J0334-4008 0332-403 0006 0402-362 J040353.7-360501 J0403-3605 0402-362 0007 0437-454 J043900.8-452222 J0439-4522 0437-454 0008 0506-612 J050643.9-610940 J0506-6109 0506-612 0009 0522-611 J052234.4-610757 J0522-6107 0522-611 0010 0524-485 J052616.6-483036 J0526-4830 0524-485 0011 0534-340 J053628.4-340111 J0536-3401 0534-340 0012 0549-575 J055009.5-573224 J0550-5732 0549-575 0013 1004-500 J100614.0-501813 J1006-5018 1004-500 0014 1034-374 J103653.4-374415 J1036-3744 1034-374 0015 1143-696 J114553.6-695401 J1145-6954 1143-696 0016 1156-663 J115918.3-663539 J1159-6635 1156-663 0017 1313-333 J131607.9-333859 J1316-3338 1313-333 0018 1349-439 J135256.5-441240 J1352-4412 1349-439 0019 1424-418 J142756.2-420619 J1427-4206 1424-418 0020 1451-400 J145432.9-401232 J1454-4012 1451-400 0021 1604-333 J160734.7-333108 J1607-3331 1604-333 0022 1619-680 J162418.4-680912 J1624-6809 1619-680 0023 1633-810 J164257.3-810835 J1642-8108 1633-810 0024 1659-621 J170336.5-621240 J1703-6212 1659-621 0025 1758-651 J180323.4-650736 J1803-6507 1758-651 0026 1815-553 J181945.3-552120 J1819-5521 1815-553 0027 1831-711 J183728.7-710843 J1837-7108 1831-711 0028 1933-400 J193716.2-395801 J1937-3958 1933-400 0029 1954-388 J195759.8-384506 J1957-3845 1954-388 0030 2052-474 J205616.3-471447 J2056-4714 2052-474 0031 2123-463 J212630.7-460547 J2126-4605 2123-463 0032 2204-540 J220743.7-534633 J2207-5346 2204-540 0033 2232-488 J223513.2-483558 J2235-4835 2232-488 0034 2244-372 J224703.9-365746 J2247-3657 2244-372 0035 2300-683 J230343.5-680737 J2303-6807 2300-683 0036 2333-415 J233633.9-411521 J2336-4115 2333-415 0037 2353-686 J235600.6-682003 J2356-6820 2353-686 0038 2357-318 J235935.4-313343 J2359-3133 2357-318 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 7232 A 1 R 16:328:68648 16:329:68453 ----VLBI Station---- --NM- -----NA---- 7374 A 1 R 16:328:68648 16:329:68453 ----VLBI Station---- --NM- -----NA---- 7242 A 1 R 16:328:76404 16:329:68453 ----VLBI Station---- --NM- -----NA---- 7375 A 1 R 16:328:69199 16:329:68453 ----VLBI Station---- --NM- -----NA---- 7376 A 1 R 16:328:68648 16:329:68453 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 7232 A 1 R 16:328:68648 16:329:68453 ----VLBI Station---- --NM- 7374 A 1 R 16:328:68648 16:329:68453 ----VLBI Station---- --NM- 7242 A 1 R 16:328:76404 16:329:68453 ----VLBI Station---- --NM- 7375 A 1 R 16:328:69199 16:329:68453 ----VLBI Station---- --NM- 7376 A 1 R 16:328:68648 16:329:68453 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 7232 A 1 R 16:328:68648 16:329:68453 XYZ 0.0000 0.0000 0.0000 7374 A 1 R 16:328:68648 16:329:68453 XYZ 0.0000 0.0000 0.0000 7242 A 1 R 16:328:76404 16:329:68453 XYZ 0.0000 0.0000 0.0000 7375 A 1 R 16:328:69199 16:329:68453 XYZ 0.0000 0.0000 0.0000 7376 A 1 R 16:328:68648 16:329:68453 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 7232 A 1 R 16:328:68648 16:329:68453 16:329:31247 7374 A 1 R 16:328:68648 16:329:68453 16:329:32604 7242 A 1 R 16:328:76404 16:329:68453 16:329:33741 7375 A 1 R 16:328:69199 16:329:68453 16:329:33062 7376 A 1 R 16:328:68648 16:329:68453 16:329:31486 -SOLUTION/EPOCHS * * ----------------------------------------------------------------------------- * +NUTATION/DATA IAU2006/2000 Precession/Nutation apriori nutation modelwas used NONE REF Total nutation angles are reported in estimation block -NUTATION/DATA * * ----------------------------------------------------------------------------- * +PRECESSION/DATA CAPITAINE2003 apriori precession constant and obliquity rates were used -PRECESSION/DATA * * ----------------------------------------------------------------------------- * +SOLUTION/STATISTICS * Units for WRMS: sec NUMBER OF OBSERVATIONS 862 NUMBER OF UNKNOWNS 556 WEIGHTED SQUARE SUM OF O-C 8.61805771633297D+12 SQUARE SUM OF RESIDUALS (VTPV) 5.11968929371802D+02 VARIANCE FACTOR 8.56399597365850D-01 WRMS OF POSTFIT RESIDUALS 2.71728235729883D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 7232 A 1 16:329:31247 m 2 5.08544275620572D+06 0.00000D+00 2 STAY 7232 A 1 16:329:31247 m 2 2.66826386446844D+06 0.00000D+00 3 STAZ 7232 A 1 16:329:31247 m 2 -2.76869668584512D+06 0.00000D+00 4 STAX 7374 A 1 16:329:32604 m 2 -3.94999093438508D+06 0.00000D+00 5 STAY 7374 A 1 16:329:32604 m 2 2.52242123687021D+06 0.00000D+00 6 STAZ 7374 A 1 16:329:32604 m 2 -4.31170787095708D+06 0.00000D+00 7 STAX 7242 A 1 16:329:33741 m 2 -3.95023750638508D+06 0.00000D+00 8 STAY 7242 A 1 16:329:33741 m 2 2.52234770887021D+06 0.00000D+00 9 STAZ 7242 A 1 16:329:33741 m 2 -4.31156171795708D+06 0.00000D+00 10 STAX 7375 A 1 16:329:33062 m 2 -4.14735478638266D+06 0.00000D+00 11 STAY 7375 A 1 16:329:33062 m 2 4.58154235744033D+06 0.00000D+00 12 STAZ 7375 A 1 16:329:33062 m 2 -1.57330299373263D+06 0.00000D+00 13 STAX 7376 A 1 16:329:31486 m 2 -2.38889632408662D+06 0.00000D+00 14 STAY 7376 A 1 16:329:31486 m 2 5.04335003404703D+06 0.00000D+00 15 STAZ 7376 A 1 16:329:31486 m 2 -3.07859066950224D+06 0.00000D+00 16 RS_RA 0001 A 1 16:329:25350 rad 2 2.23220471478993D-01 0.00000D+00 17 RS_DE 0001 A 1 16:329:25350 rad 2 -7.40762789493813D-01 0.00000D+00 18 RS_RA 0002 A 1 16:329:25350 rad 2 3.02194684707040D-01 0.00000D+00 19 RS_DE 0002 A 1 16:329:25350 rad 2 -1.06168601398564D+00 0.00000D+00 20 RS_RA 0003 A 1 16:329:25350 rad 2 6.52676534399795D-01 0.00000D+00 21 RS_DE 0003 A 1 16:329:25350 rad 2 -1.37524964612810D+00 0.00000D+00 22 RS_RA 0004 A 1 16:329:25350 rad 2 8.02170148317918D-01 0.00000D+00 23 RS_DE 0004 A 1 16:329:25350 rad 2 -1.08542777579707D+00 0.00000D+00 24 RS_RA 0005 A 1 16:329:25350 rad 2 9.34744134096382D-01 0.00000D+00 25 RS_DE 0005 A 1 16:329:25350 rad 2 -7.00581938670084D-01 0.00000D+00 26 RS_RA 0006 A 1 16:329:25350 rad 2 1.06419632347285D+00 0.00000D+00 27 RS_DE 0006 A 1 16:329:25350 rad 2 -6.29782246780302D-01 0.00000D+00 28 RS_RA 0007 A 1 16:329:25350 rad 2 1.21742930654965D+00 0.00000D+00 29 RS_DE 0007 A 1 16:329:25350 rad 2 -7.91907091868705D-01 0.00000D+00 30 RS_RA 0008 A 1 16:329:25350 rad 2 1.33837582834801D+00 0.00000D+00 31 RS_DE 0008 A 1 16:329:25350 rad 2 -1.06746758109686D+00 0.00000D+00 32 RS_RA 0009 A 1 16:329:25350 rad 2 1.40749353933513D+00 0.00000D+00 33 RS_DE 0009 A 1 16:329:25350 rad 2 -1.06696405229866D+00 0.00000D+00 34 RS_RA 0010 A 1 16:329:25350 rad 2 1.42365571232360D+00 0.00000D+00 35 RS_DE 0010 A 1 16:329:25350 rad 2 -8.46663057685142D-01 0.00000D+00 36 RS_RA 0011 A 1 16:329:25350 rad 2 1.46814423233320D+00 0.00000D+00 37 RS_DE 0011 A 1 16:329:25350 rad 2 -5.93758434355905D-01 0.00000D+00 38 RS_RA 0012 A 1 16:329:25350 rad 2 1.52785978606293D+00 0.00000D+00 39 RS_DE 0012 A 1 16:329:25350 rad 2 -1.00426437402923D+00 0.00000D+00 40 RS_RA 0013 A 1 16:329:25350 rad 2 2.64519260298038D+00 0.00000D+00 41 RS_DE 0013 A 1 16:329:25350 rad 2 -8.77965921452726D-01 0.00000D+00 42 RS_RA 0014 A 1 16:329:25350 rad 2 2.77895974819538D+00 0.00000D+00 43 RS_DE 0014 A 1 16:329:25350 rad 2 -6.58643944848504D-01 0.00000D+00 44 RS_RA 0015 A 1 16:329:25350 rad 2 3.08004246640085D+00 0.00000D+00 45 RS_DE 0015 A 1 16:329:25350 rad 2 -1.21999386307591D+00 0.00000D+00 46 RS_RA 0017 A 1 16:329:25350 rad 2 3.47378596541399D+00 0.00000D+00 47 RS_DE 0017 A 1 16:329:25350 rad 2 -5.87299281511362D-01 0.00000D+00 48 RS_RA 0019 A 1 16:329:25350 rad 2 3.78709522815648D+00 0.00000D+00 49 RS_DE 0019 A 1 16:329:25350 rad 2 -7.34877851233692D-01 0.00000D+00 50 RS_RA 0022 A 1 16:329:25350 rad 2 4.29485073681818D+00 0.00000D+00 51 RS_DE 0022 A 1 16:329:25350 rad 2 -1.18950247012124D+00 0.00000D+00 52 RS_RA 0024 A 1 16:329:25350 rad 2 4.46633691637334D+00 0.00000D+00 53 RS_DE 0024 A 1 16:329:25350 rad 2 -1.08578875982219D+00 0.00000D+00 54 RS_RA 0025 A 1 16:329:25350 rad 2 4.72718767561796D+00 0.00000D+00 55 RS_DE 0025 A 1 16:329:25350 rad 2 -1.13667845463240D+00 0.00000D+00 56 RS_RA 0026 A 1 16:329:25350 rad 2 4.79859366597075D+00 0.00000D+00 57 RS_DE 0026 A 1 16:329:25350 rad 2 -9.66140317419300D-01 0.00000D+00 58 RS_RA 0027 A 1 16:329:25350 rad 2 4.87592014541336D+00 0.00000D+00 59 RS_DE 0027 A 1 16:329:25350 rad 2 -1.24172203319637D+00 0.00000D+00 60 RS_RA 0028 A 1 16:329:25350 rad 2 5.13681068311146D+00 0.00000D+00 61 RS_DE 0028 A 1 16:329:25350 rad 2 -6.97557453488387D-01 0.00000D+00 62 RS_RA 0029 A 1 16:329:25350 rad 2 5.22724796703014D+00 0.00000D+00 63 RS_DE 0029 A 1 16:329:25350 rad 2 -6.76345898741821D-01 0.00000D+00 64 RS_RA 0030 A 1 16:329:25350 rad 2 5.48152357087295D+00 0.00000D+00 65 RS_DE 0030 A 1 16:329:25350 rad 2 -8.24608088721846D-01 0.00000D+00 66 RS_RA 0031 A 1 16:329:25350 rad 2 5.61346642232283D+00 0.00000D+00 67 RS_DE 0031 A 1 16:329:25350 rad 2 -8.04538084025840D-01 0.00000D+00 68 RS_RA 0032 A 1 16:329:25350 rad 2 5.79331016910609D+00 0.00000D+00 69 RS_DE 0032 A 1 16:329:25350 rad 2 -9.38569323785091D-01 0.00000D+00 70 RS_RA 0033 A 1 16:329:25350 rad 2 5.91326543217389D+00 0.00000D+00 71 RS_DE 0033 A 1 16:329:25350 rad 2 -8.48224172040318D-01 0.00000D+00 72 RS_RA 0034 A 1 16:329:25350 rad 2 5.96494759445818D+00 0.00000D+00 73 RS_DE 0034 A 1 16:329:25350 rad 2 -6.45123646544880D-01 0.00000D+00 74 RS_RA 0035 A 1 16:329:25350 rad 2 6.03764399741137D+00 0.00000D+00 75 RS_DE 0035 A 1 16:329:25350 rad 2 -1.18904163745798D+00 0.00000D+00 76 RS_RA 0036 A 1 16:329:25350 rad 2 6.18093701805684D+00 0.00000D+00 77 RS_DE 0036 A 1 16:329:25350 rad 2 -7.20054897547946D-01 0.00000D+00 78 RS_RA 0037 A 1 16:329:25350 rad 2 6.26578156790232D+00 0.00000D+00 79 RS_DE 0037 A 1 16:329:25350 rad 2 -1.19265848685451D+00 0.00000D+00 80 RS_RA 0038 A 1 16:329:25350 rad 2 6.28140300189111D+00 0.00000D+00 81 RS_DE 0038 A 1 16:329:25350 rad 2 -5.50863844963855D-01 0.00000D+00 82 NUT_X ---- - 1 16:329:25260 mas 2 3.35532879151121D+05 0.00000D+00 83 NUT_Y ---- - 1 16:329:25260 mas 2 -9.51308524827724D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 7232 A 1 16:329:31247 m 2 5.08544263884594D+06 5.76056D-02 2 STAY 7232 A 1 16:329:31247 m 2 2.66826388889564D+06 7.98423D-03 3 STAZ 7232 A 1 16:329:31247 m 2 -2.76869670218438D+06 6.02608D-03 4 STAX 7374 A 1 16:329:32604 m 2 -3.94999090468655D+06 1.87331D-02 5 STAY 7374 A 1 16:329:32604 m 2 2.52242126614349D+06 1.69283D-02 6 STAZ 7374 A 1 16:329:32604 m 2 -4.31170782163716D+06 2.37728D-02 7 STAX 7242 A 1 16:329:33741 m 2 -3.95023747836590D+06 1.79413D-02 8 STAY 7242 A 1 16:329:33741 m 2 2.52234774929507D+06 1.71718D-02 9 STAZ 7242 A 1 16:329:33741 m 2 -4.31156168476090D+06 2.36149D-02 10 STAX 7375 A 1 16:329:33062 m 2 -4.14735474147220D+06 1.97759D-02 11 STAY 7375 A 1 16:329:33062 m 2 4.58154233495066D+06 1.91301D-02 12 STAZ 7375 A 1 16:329:33062 m 2 -1.57330311401404D+06 3.43883D-02 13 STAX 7376 A 1 16:329:31486 m 2 -2.38889630935543D+06 5.63613D-03 14 STAY 7376 A 1 16:329:31486 m 2 5.04334996241045D+06 2.33129D-02 15 STAZ 7376 A 1 16:329:31486 m 2 -3.07859061539841D+06 1.68657D-02 16 RS_RA 0001 A 1 16:329:25350 rad 2 2.23220473206844D-01 1.09764D-09 17 RS_DE 0001 A 1 16:329:25350 rad 2 -7.40762770858069D-01 6.73221D-09 18 RS_RA 0002 A 1 16:329:25350 rad 2 3.02194690806491D-01 3.87965D-09 19 RS_DE 0002 A 1 16:329:25350 rad 2 -1.06168600287855D+00 3.26112D-09 20 RS_RA 0003 A 1 16:329:25350 rad 2 6.52676548431286D-01 1.05104D-08 21 RS_DE 0003 A 1 16:329:25350 rad 2 -1.37524964478556D+00 9.48451D-10 22 RS_RA 0004 A 1 16:329:25350 rad 2 8.02170159518987D-01 5.02086D-09 23 RS_DE 0004 A 1 16:329:25350 rad 2 -1.08542776860343D+00 3.02737D-09 24 RS_RA 0005 A 1 16:329:25350 rad 2 9.34744137617841D-01 1.98151D-09 25 RS_DE 0005 A 1 16:329:25350 rad 2 -7.00581918062656D-01 8.79015D-09 26 RS_RA 0006 A 1 16:329:25350 rad 2 1.06419632855710D+00 1.90114D-09 27 RS_DE 0006 A 1 16:329:25350 rad 2 -6.29782222239867D-01 1.03219D-08 28 RS_RA 0007 A 1 16:329:25350 rad 2 1.21742931368037D+00 2.78878D-09 29 RS_DE 0007 A 1 16:329:25350 rad 2 -7.91907071836409D-01 7.98766D-09 30 RS_RA 0008 A 1 16:329:25350 rad 2 1.33837584076035D+00 5.24180D-09 31 RS_DE 0008 A 1 16:329:25350 rad 2 -1.06746757066676D+00 4.76815D-09 32 RS_RA 0009 A 1 16:329:25350 rad 2 1.40749355540958D+00 7.30285D-09 33 RS_DE 0009 A 1 16:329:25350 rad 2 -1.06696404443843D+00 7.42504D-09 34 RS_RA 0010 A 1 16:329:25350 rad 2 1.42365571971021D+00 3.12107D-09 35 RS_DE 0010 A 1 16:329:25350 rad 2 -8.46663038925833D-01 7.70687D-09 36 RS_RA 0011 A 1 16:329:25350 rad 2 1.46814423716404D+00 2.15276D-09 37 RS_DE 0011 A 1 16:329:25350 rad 2 -5.93758402700707D-01 1.23101D-08 38 RS_RA 0012 A 1 16:329:25350 rad 2 1.52785979741203D+00 4.86103D-09 39 RS_DE 0012 A 1 16:329:25350 rad 2 -1.00426435904415D+00 6.32028D-09 40 RS_RA 0013 A 1 16:329:25350 rad 2 2.64519260541893D+00 1.98205D-09 41 RS_DE 0013 A 1 16:329:25350 rad 2 -8.77965892372109D-01 1.05311D-08 42 RS_RA 0014 A 1 16:329:25350 rad 2 2.77895975066239D+00 1.73245D-09 43 RS_DE 0014 A 1 16:329:25350 rad 2 -6.58643909389602D-01 1.44969D-08 44 RS_RA 0015 A 1 16:329:25350 rad 2 3.08004246266937D+00 3.68081D-09 45 RS_DE 0015 A 1 16:329:25350 rad 2 -1.21999384485964D+00 6.63501D-09 46 RS_RA 0017 A 1 16:329:25350 rad 2 3.47378596439203D+00 1.70865D-09 47 RS_DE 0017 A 1 16:329:25350 rad 2 -5.87299242764741D-01 1.55036D-08 48 RS_RA 0019 A 1 16:329:25350 rad 2 3.78709522222758D+00 2.46803D-09 49 RS_DE 0019 A 1 16:329:25350 rad 2 -7.34877821705656D-01 1.22393D-08 50 RS_RA 0022 A 1 16:329:25350 rad 2 4.29485071879512D+00 8.92760D-09 51 RS_DE 0022 A 1 16:329:25350 rad 2 -1.18950245937905D+00 4.82514D-09 52 RS_RA 0024 A 1 16:329:25350 rad 2 4.46633689630737D+00 7.18325D-09 53 RS_DE 0024 A 1 16:329:25350 rad 2 -1.08578874789966D+00 5.24169D-09 54 RS_RA 0025 A 1 16:329:25350 rad 2 4.72718765591529D+00 8.03517D-09 55 RS_DE 0025 A 1 16:329:25350 rad 2 -1.13667844333215D+00 3.71327D-09 56 RS_RA 0026 A 1 16:329:25350 rad 2 4.79859365776008D+00 6.04619D-09 57 RS_DE 0026 A 1 16:329:25350 rad 2 -9.66140301042220D-01 5.90239D-09 58 RS_RA 0027 A 1 16:329:25350 rad 2 4.87592011789967D+00 1.05280D-08 59 RS_DE 0027 A 1 16:329:25350 rad 2 -1.24172202708079D+00 2.26047D-09 60 RS_RA 0028 A 1 16:329:25350 rad 2 5.13681067737742D+00 2.72874D-09 61 RS_DE 0028 A 1 16:329:25350 rad 2 -6.97557431633741D-01 8.54786D-09 62 RS_RA 0029 A 1 16:329:25350 rad 2 5.22724796179254D+00 2.58248D-09 63 RS_DE 0029 A 1 16:329:25350 rad 2 -6.76345879712376D-01 8.62204D-09 64 RS_RA 0030 A 1 16:329:25350 rad 2 5.48152356393157D+00 2.71563D-09 65 RS_DE 0030 A 1 16:329:25350 rad 2 -8.24608076928594D-01 5.76284D-09 66 RS_RA 0031 A 1 16:329:25350 rad 2 5.61346641626950D+00 2.39577D-09 67 RS_DE 0031 A 1 16:329:25350 rad 2 -8.04538070209509D-01 5.77648D-09 68 RS_RA 0032 A 1 16:329:25350 rad 2 5.79331016561982D+00 2.60569D-09 69 RS_DE 0032 A 1 16:329:25350 rad 2 -9.38569313490627D-01 3.72704D-09 70 RS_RA 0033 A 1 16:329:25350 rad 2 5.91326542608004D+00 1.73135D-09 71 RS_DE 0033 A 1 16:329:25350 rad 2 -8.48224161134802D-01 4.71721D-09 72 RS_RA 0034 A 1 16:329:25350 rad 2 5.96494759192038D+00 1.20431D-09 73 RS_DE 0034 A 1 16:329:25350 rad 2 -6.45123625782776D-01 8.24794D-09 74 RS_RA 0035 A 1 16:329:25350 rad 2 6.03764399116282D+00 3.15737D-09 75 RS_DE 0035 A 1 16:329:25350 rad 2 -1.18904163667686D+00 1.45320D-09 76 RS_RA 0036 A 1 16:329:25350 rad 2 6.18093701676577D+00 1.19309D-09 77 RS_DE 0036 A 1 16:329:25350 rad 2 -7.20054881528047D-01 6.78146D-09 78 RS_RA 0037 A 1 16:329:25350 rad 2 6.26578156458382D+00 2.39370D-09 79 RS_DE 0037 A 1 16:329:25350 rad 2 -1.19265848543826D+00 1.05699D-09 80 RS_RA 0038 A 1 16:329:25350 rad 2 6.28140300276566D+00 1.20120D-09 81 RS_DE 0038 A 1 16:329:25350 rad 2 -5.50863821626192D-01 9.95429D-09 82 NUT_X ---- - 1 16:329:25260 mas 2 3.35534851211985D+05 8.10064D-01 83 NUT_Y ---- - 1 16:329:25260 mas 2 -9.51332728196725D+03 4.94623D-01 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 7232 A 1 16:329:31247 m 2 -2.30640255296847D-03 0.00000D+00 2 STAY 7232 A 1 16:329:31247 m 2 1.73736890466724D-04 0.00000D+00 3 STAZ 7232 A 1 16:329:31247 m 2 -5.61026224851192D-04 0.00000D+00 4 STAX 7374 A 1 16:329:32604 m 2 1.01858836016742D-03 0.00000D+00 5 STAY 7374 A 1 16:329:32604 m 2 7.45785832409579D-04 0.00000D+00 6 STAZ 7374 A 1 16:329:32604 m 2 9.49083392920261D-04 0.00000D+00 7 STAX 7242 A 1 16:329:33741 m 2 9.99080236881996D-04 0.00000D+00 8 STAY 7242 A 1 16:329:33741 m 2 6.11019144820385D-04 0.00000D+00 9 STAZ 7242 A 1 16:329:33741 m 2 1.08940279836573D-03 0.00000D+00 10 STAX 7375 A 1 16:329:33062 m 2 -3.15541220592649D-04 0.00000D+00 11 STAY 7375 A 1 16:329:33062 m 2 -7.86964522224203D-04 0.00000D+00 12 STAZ 7375 A 1 16:329:33062 m 2 -2.10446469599192D-03 0.00000D+00 13 STAX 7376 A 1 16:329:31486 m 2 6.04290690188793D-04 0.00000D+00 14 STAY 7376 A 1 16:329:31486 m 2 -7.43546838228924D-04 0.00000D+00 15 STAZ 7376 A 1 16:329:31486 m 2 6.27028631660673D-04 0.00000D+00 16 RS_RA 0001 A 1 16:329:25350 rad 2 3.27178546682905D-11 0.00000D+00 17 RS_DE 0001 A 1 16:329:25350 rad 2 1.57124704602691D-10 0.00000D+00 18 RS_RA 0002 A 1 16:329:25350 rad 2 9.86512010412935D-11 0.00000D+00 19 RS_DE 0002 A 1 16:329:25350 rad 2 1.07098168572448D-11 0.00000D+00 20 RS_RA 0003 A 1 16:329:25350 rad 2 4.20919447133125D-10 0.00000D+00 21 RS_DE 0003 A 1 16:329:25350 rad 2 -7.80112155529868D-11 0.00000D+00 22 RS_RA 0004 A 1 16:329:25350 rad 2 1.58078803095809D-10 0.00000D+00 23 RS_DE 0004 A 1 16:329:25350 rad 2 4.36798844459342D-11 0.00000D+00 24 RS_RA 0005 A 1 16:329:25350 rad 2 1.23079182951479D-11 0.00000D+00 25 RS_DE 0005 A 1 16:329:25350 rad 2 2.37006456124105D-10 0.00000D+00 26 RS_RA 0006 A 1 16:329:25350 rad 2 -8.46849641974648D-12 0.00000D+00 27 RS_DE 0006 A 1 16:329:25350 rad 2 2.85895728078909D-10 0.00000D+00 28 RS_RA 0007 A 1 16:329:25350 rad 2 4.11912164821503D-11 0.00000D+00 29 RS_DE 0007 A 1 16:329:25350 rad 2 2.20334658534006D-10 0.00000D+00 30 RS_RA 0008 A 1 16:329:25350 rad 2 1.87984851676279D-10 0.00000D+00 31 RS_DE 0008 A 1 16:329:25350 rad 2 1.13048369234043D-10 0.00000D+00 32 RS_RA 0009 A 1 16:329:25350 rad 2 1.87354785708092D-10 0.00000D+00 33 RS_DE 0009 A 1 16:329:25350 rad 2 1.39956154908518D-10 0.00000D+00 34 RS_RA 0010 A 1 16:329:25350 rad 2 5.39015249890807D-11 0.00000D+00 35 RS_DE 0010 A 1 16:329:25350 rad 2 2.04833910195570D-10 0.00000D+00 36 RS_RA 0011 A 1 16:329:25350 rad 2 -3.09895180585239D-11 0.00000D+00 37 RS_DE 0011 A 1 16:329:25350 rad 2 3.33665826375065D-10 0.00000D+00 38 RS_RA 0012 A 1 16:329:25350 rad 2 1.47420400741602D-10 0.00000D+00 39 RS_DE 0012 A 1 16:329:25350 rad 2 1.39762102660003D-10 0.00000D+00 40 RS_RA 0013 A 1 16:329:25350 rad 2 8.06540285325522D-11 0.00000D+00 41 RS_DE 0013 A 1 16:329:25350 rad 2 2.47702919449647D-10 0.00000D+00 42 RS_RA 0014 A 1 16:329:25350 rad 2 1.56987547848101D-11 0.00000D+00 43 RS_DE 0014 A 1 16:329:25350 rad 2 3.33662744160140D-10 0.00000D+00 44 RS_RA 0015 A 1 16:329:25350 rad 2 1.26250527183145D-10 0.00000D+00 45 RS_DE 0015 A 1 16:329:25350 rad 2 1.62952071685722D-10 0.00000D+00 46 RS_RA 0017 A 1 16:329:25350 rad 2 -3.05167907125696D-11 0.00000D+00 47 RS_DE 0017 A 1 16:329:25350 rad 2 3.86222659208456D-10 0.00000D+00 48 RS_RA 0019 A 1 16:329:25350 rad 2 -6.22791756394959D-11 0.00000D+00 49 RS_DE 0019 A 1 16:329:25350 rad 2 3.25038664020281D-10 0.00000D+00 50 RS_RA 0022 A 1 16:329:25350 rad 2 -1.68306514207843D-10 0.00000D+00 51 RS_DE 0022 A 1 16:329:25350 rad 2 1.16824535978762D-10 0.00000D+00 52 RS_RA 0024 A 1 16:329:25350 rad 2 -1.28607440636629D-10 0.00000D+00 53 RS_DE 0024 A 1 16:329:25350 rad 2 1.39206764583569D-10 0.00000D+00 54 RS_RA 0025 A 1 16:329:25350 rad 2 -1.47702912867460D-10 0.00000D+00 55 RS_DE 0025 A 1 16:329:25350 rad 2 8.88986574651168D-11 0.00000D+00 56 RS_RA 0026 A 1 16:329:25350 rad 2 -8.68644316224261D-11 0.00000D+00 57 RS_DE 0026 A 1 16:329:25350 rad 2 1.54409466030213D-10 0.00000D+00 58 RS_RA 0027 A 1 16:329:25350 rad 2 -1.71490245802160D-10 0.00000D+00 59 RS_DE 0027 A 1 16:329:25350 rad 2 5.70609086487592D-11 0.00000D+00 60 RS_RA 0028 A 1 16:329:25350 rad 2 -2.93612288952631D-11 0.00000D+00 61 RS_DE 0028 A 1 16:329:25350 rad 2 2.25366189354343D-10 0.00000D+00 62 RS_RA 0029 A 1 16:329:25350 rad 2 -1.43057472563381D-11 0.00000D+00 63 RS_DE 0029 A 1 16:329:25350 rad 2 2.37547425914987D-10 0.00000D+00 64 RS_RA 0030 A 1 16:329:25350 rad 2 -1.00668602998887D-11 0.00000D+00 65 RS_DE 0030 A 1 16:329:25350 rad 2 1.36378908416540D-10 0.00000D+00 66 RS_RA 0031 A 1 16:329:25350 rad 2 3.51898505749464D-14 0.00000D+00 67 RS_DE 0031 A 1 16:329:25350 rad 2 1.31608275932249D-10 0.00000D+00 68 RS_RA 0032 A 1 16:329:25350 rad 2 -1.24137705419862D-11 0.00000D+00 69 RS_DE 0032 A 1 16:329:25350 rad 2 1.77689773586878D-11 0.00000D+00 70 RS_RA 0033 A 1 16:329:25350 rad 2 1.78115182733580D-11 0.00000D+00 71 RS_DE 0033 A 1 16:329:25350 rad 2 1.01183995142174D-10 0.00000D+00 72 RS_RA 0034 A 1 16:329:25350 rad 2 2.15336690010238D-11 0.00000D+00 73 RS_DE 0034 A 1 16:329:25350 rad 2 2.01821575036774D-10 0.00000D+00 74 RS_RA 0035 A 1 16:329:25350 rad 2 3.09516350214662D-11 0.00000D+00 75 RS_DE 0035 A 1 16:329:25350 rad 2 -3.96312477039481D-11 0.00000D+00 76 RS_RA 0036 A 1 16:329:25350 rad 2 2.13997028666080D-11 0.00000D+00 77 RS_DE 0036 A 1 16:329:25350 rad 2 1.46654249513802D-10 0.00000D+00 78 RS_RA 0037 A 1 16:329:25350 rad 2 7.81771524762673D-11 0.00000D+00 79 RS_DE 0037 A 1 16:329:25350 rad 2 -5.71814327278232D-11 0.00000D+00 80 RS_RA 0038 A 1 16:329:25350 rad 2 1.69424334076864D-11 0.00000D+00 81 RS_DE 0038 A 1 16:329:25350 rad 2 2.47826856776236D-10 0.00000D+00 82 NUT_X ---- - 1 16:329:25260 mas 2 4.18667319483576D-02 0.00000D+00 83 NUT_Y ---- - 1 16:329:25260 mas 2 -7.45411450255616D-04 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 3.31840092890825D-03 2 1 -4.23119812492233D-04 2 2 6.37479659554752D-05 3 1 2.77344956611243D-04 3 2 -4.16732468085777D-05 3 3 3.63136925739137D-05 4 1 -1.01382095676944D-03 4 2 1.26462648014621D-04 4 3 -9.15087966578572D-05 4 4 3.50929789703152D-04 5 1 -7.51409040480139D-04 5 2 9.78909996307665D-05 5 3 -6.68510012624591D-05 5 4 2.12722375434006D-04 5 5 2.86565718923195D-04 6 1 -9.28800666676483D-04 6 2 1.25555249731443D-04 6 3 -7.67913347222648D-05 6 4 3.16452539304268D-04 6 5 5.25938687477876D-05 6 6 5.65145209564859D-04 7 1 -9.66399269022630D-04 7 2 1.17757267348330D-04 7 3 -8.44786082105021D-05 7 4 2.73097921278145D-04 7 5 2.41394710870653D-04 7 6 2.24283168773582D-04 7 7 3.21891418903477D-04 8 1 -7.69941610566716D-04 8 2 1.06100077829703D-04 8 3 -6.61413250211415D-05 8 4 2.51027808352053D-04 8 5 7.84846959584833D-05 8 6 3.94155748542485D-04 8 7 1.98380842278103D-04 8 8 2.94872017863179D-04 9 1 -9.11408409325323D-04 9 2 1.12977984956655D-04 9 3 -7.88310148806364D-05 9 4 2.44965525652275D-04 9 5 3.84350548171006D-04 9 6 -3.27678130920686D-05 9 7 3.11110983646157D-04 9 8 4.81237554174432D-05 9 9 5.57661884158325D-04 10 1 -1.09194972318467D-03 10 2 1.44158388471406D-04 10 3 -8.15979850228198D-05 10 4 3.18337548142808D-04 10 5 2.47101142243639D-04 10 6 3.14029867142419D-04 10 7 3.05467604090773D-04 10 8 2.60223792698194D-04 10 9 2.96888170895327D-04 10 10 3.91086019283795D-04 11 1 9.21782882082957D-04 11 2 -9.53440503767006D-05 11 3 4.29214631423578D-05 11 4 -2.69398157716262D-04 11 5 -2.10046572313650D-04 11 6 -2.63552496361256D-04 11 7 -2.65880297283092D-04 11 8 -2.10910996918503D-04 11 9 -2.63300287939539D-04 11 10 -3.19776374988044D-04 11 11 3.65962012163335D-04 12 1 1.77476522379266D-03 12 2 -2.66729028227808D-04 12 3 1.90154601242584D-04 12 4 -5.43779279587706D-04 12 5 -4.33067422291530D-04 12 6 -5.25387971831911D-04 12 7 -5.08486165430018D-04 12 8 -4.46078838359480D-04 12 9 -5.04984505532370D-04 12 10 -5.94590352802489D-04 12 11 3.86244717475702D-04 12 12 1.18255746787758D-03 13 1 -2.46221652036381D-04 13 2 3.47442657953780D-05 13 3 -1.97627768105105D-05 13 4 7.14559811288798D-05 13 5 5.01884069889187D-05 13 6 7.40348582935155D-05 13 7 6.59426785625793D-05 13 8 6.03069251800152D-05 13 9 5.84433464300961D-05 13 10 7.70578189237910D-05 13 11 -6.67275485550131D-05 13 12 -1.27905573724031D-04 13 13 3.17659409306784D-05 14 1 1.02268499828306D-03 14 2 -1.72390984680170D-04 14 3 1.31743706155626D-04 14 4 -3.20813271600601D-04 14 5 -2.52895441496925D-04 14 6 -3.08747245291803D-04 14 7 -2.91650910696342D-04 14 8 -2.68546153694664D-04 14 9 -2.82147049820571D-04 14 10 -3.31706968431548D-04 14 11 1.50344740078831D-04 14 12 7.59622453759972D-04 14 13 -7.85124613079080D-05 14 14 5.43489656893389D-04 15 1 -2.11908167778743D-04 15 2 6.98696015828936D-05 15 3 -7.08425082930722D-05 15 4 7.38725270629001D-05 15 5 6.29726017684216D-05 15 6 6.98095816940521D-05 15 7 5.75733228272159D-05 15 8 6.99394191385855D-05 15 9 5.89290196078047D-05 15 10 6.52718718412396D-05 15 11 9.76896934225260D-05 15 12 -3.42348605717421D-04 15 13 1.51904196959293D-05 15 14 -3.00472870764551D-04 15 15 2.84452848762869D-04 16 1 -3.41293246685910D-11 16 2 4.37284943030918D-12 16 3 -3.00760868276727D-12 16 4 1.06416216554820D-11 16 5 7.88733949121437D-12 16 6 9.18849690742902D-12 16 7 9.88019886814334D-12 16 8 7.55200024748158D-12 16 9 9.55314696400633D-12 16 10 1.09474460978186D-11 16 11 -9.05783330528997D-12 16 12 -1.83959138074178D-11 16 13 2.66003375491227D-12 16 14 -1.07542759052260D-11 16 15 2.66197914423693D-12 16 16 1.20481682346053D-18 17 1 -3.76465040971345D-10 17 2 4.97867401089546D-11 17 3 -3.31246257552747D-11 17 4 1.16023597871018D-10 17 5 8.71033875777249D-11 17 6 1.08805996411304D-10 17 7 1.08503437770039D-10 17 8 9.05903877836302D-11 17 9 1.04126114505842D-10 17 10 1.24306267630526D-10 17 11 -1.01597623836939D-10 17 12 -2.12593238497272D-10 17 13 2.76311334837536D-11 17 14 -1.25882463467531D-10 17 15 3.27865681368862D-11 17 16 4.28511916755817D-18 17 17 4.53226750061052D-17 18 1 -9.24179640244887D-11 18 2 1.15332550023533D-11 18 3 -8.37291508365021D-12 18 4 2.93002328068809D-11 18 5 2.19736696686868D-11 18 6 2.37353902500426D-11 18 7 2.71114509439932D-11 18 8 2.01039554054160D-11 18 9 2.78090077354938D-11 18 10 2.90022183987882D-11 18 11 -2.50424461611120D-11 18 12 -5.03503278353023D-11 18 13 7.00398306904460D-12 18 14 -2.85683398035091D-11 18 15 7.17899253599451D-12 18 16 1.60301516300672D-18 18 17 1.08292626730230D-17 18 18 1.50516555929770D-17 19 1 -1.23673700275613D-10 19 2 1.61653821520211D-11 19 3 -1.10616554177157D-11 19 4 3.80760015999310D-11 19 5 2.74949013579544D-11 19 6 3.61537186298294D-11 19 7 3.61551155055617D-11 19 8 2.93052289972501D-11 19 9 3.22820605760449D-11 19 10 4.04594971130630D-11 19 11 -3.22039581971986D-11 19 12 -6.85946707508512D-11 19 13 8.98291031510700D-12 19 14 -4.07613951801429D-11 19 15 1.12208213183430D-11 19 16 1.54866240975062D-18 19 17 1.49979038372800D-17 19 18 4.48620188920058D-18 19 19 1.06349178540863D-17 20 1 -5.18719277852086D-10 20 2 6.61747806170031D-11 20 3 -4.46133624437850D-11 20 4 1.58555950956249D-10 20 5 1.25263590700788D-10 20 6 1.41596382039468D-10 20 7 1.52934440816262D-10 20 8 1.18839073200817D-10 20 9 1.54004921248956D-10 20 10 1.70382343024924D-10 20 11 -1.46849043196298D-10 20 12 -2.88248914104616D-10 20 13 3.68456795330899D-11 20 14 -1.63427803496339D-10 20 15 3.72621225222883D-11 20 16 4.83586011803629D-18 20 17 6.00692525701118D-17 20 18 1.71317481216591D-17 20 19 1.91288853947086D-17 20 20 1.10468894355018D-16 21 1 2.19068438508875D-11 21 2 -2.86505201620762D-12 21 3 2.13406126181715D-12 21 4 -7.25926843964360D-12 21 5 -5.76076439224596D-12 21 6 -7.94099479938037D-12 21 7 -6.54549336334980D-12 21 8 -6.45494614401821D-12 21 9 -6.41286876902317D-12 21 10 -7.04960832703130D-12 21 11 6.71128379066634D-12 21 12 1.43238786064940D-11 21 13 -1.05234962524790D-12 21 14 8.36960026548567D-12 21 15 -2.10401743941210D-12 21 16 -1.33828517537938D-19 21 17 -2.80585901842333D-18 21 18 -4.70717605470069D-19 21 19 -7.86279309003547D-19 21 20 -3.37326792216936D-18 21 21 8.99559692253025D-19 22 1 -2.34569515367686D-10 22 2 3.07137675027944D-11 22 3 -2.01556170185102D-11 22 4 7.18764748600463D-11 22 5 5.60490904248321D-11 22 6 6.51695876660733D-11 22 7 6.74105912362586D-11 22 8 5.43127154769376D-11 22 9 6.77711887787818D-11 22 10 7.79862019500428D-11 22 11 -6.50308854487819D-11 22 12 -1.31529711170977D-10 22 13 1.72958947564254D-11 22 14 -7.60445202788330D-11 22 15 1.87449384498426D-11 22 16 2.12764913365745D-18 22 17 2.72241405446289D-17 22 18 7.00263183294380D-18 22 19 8.70571723375496D-18 22 20 4.30117346776608D-17 22 21 -1.83996359281288D-18 22 22 2.52090239939215D-17 23 1 -1.64228664541259D-10 23 2 2.23236831793930D-11 23 3 -1.44605817463168D-11 23 4 4.96705986129402D-11 23 5 3.89231153745128D-11 23 6 4.57244669995558D-11 23 7 4.68685685940432D-11 23 8 3.84475734517563D-11 23 9 4.67406844985879D-11 23 10 5.50669413324742D-11 23 11 -4.34124730079383D-11 23 12 -9.41241892689536D-11 23 13 1.26223761387899D-11 23 14 -5.62816099679006D-11 23 15 1.61200365740945D-11 23 16 1.63365107785730D-18 23 17 1.90140514698304D-17 23 18 4.63359866747667D-18 23 19 6.21431562733176D-18 23 20 2.65387387821820D-17 23 21 -1.03898593606477D-18 23 22 1.27785734398467D-17 23 23 9.16498817669384D-18 24 1 -1.05316699500477D-10 24 2 1.40060984303228D-11 24 3 -9.04644193259396D-12 24 4 3.20941599542631D-11 24 5 2.34645250487823D-11 24 6 3.05677169435375D-11 24 7 3.00604768036971D-11 24 8 2.53480061593759D-11 24 9 2.79656375077189D-11 24 10 3.50140555270991D-11 24 11 -2.81657572329962D-11 24 12 -5.82801774899880D-11 24 13 8.14780265239428D-12 24 14 -3.46527872568451D-11 24 15 8.79347623142621D-12 24 16 1.22107663595162D-18 24 17 1.20768322143329D-17 24 18 3.02456106483776D-18 24 19 3.97045755480818D-18 24 20 1.62629563220690D-17 24 21 -5.04387745059463D-19 24 22 7.58500390778370D-18 24 23 5.43511583873506D-18 24 24 3.92636788182422D-18 25 1 -4.93589267534908D-10 25 2 6.61707172253594D-11 25 3 -4.35255203516775D-11 25 4 1.50840741350593D-10 25 5 1.15764614941312D-10 25 6 1.43049897146267D-10 25 7 1.41995254511910D-10 25 8 1.19147626232740D-10 25 9 1.37677334095524D-10 25 10 1.64053896753142D-10 25 11 -1.33056020580543D-10 25 12 -2.82539560783650D-10 25 13 3.66985705070404D-11 25 14 -1.68026388489040D-10 25 15 4.53389123067845D-11 25 16 5.23406757155382D-18 25 17 5.78538823143879D-17 25 18 1.39762474407839D-17 25 19 1.89057568531446D-17 25 20 7.94291072486299D-17 25 21 -3.71022611095928D-18 25 22 3.60182097606797D-17 25 23 2.52995605441503D-17 25 24 1.60959256313301D-17 25 25 7.72667464624735D-17 26 1 -9.87995684710126D-11 26 2 1.33025680103609D-11 26 3 -8.50375946202681D-12 26 4 3.00647521804084D-11 26 5 2.20084058889119D-11 26 6 2.89929237418054D-11 26 7 2.80177707212168D-11 26 8 2.41029492863292D-11 26 9 2.60923835295673D-11 26 10 3.31379830271843D-11 26 11 -2.62598240695379D-11 26 12 -5.53118877272004D-11 26 13 7.57884270386637D-12 26 14 -3.31540299556229D-11 26 15 8.73054281809670D-12 26 16 1.00098893144321D-18 26 17 1.15257944018833D-17 26 18 2.61549811608712D-18 26 19 3.87553554086335D-18 26 20 1.53589041543956D-17 26 21 -4.58540900782347D-19 26 22 7.36269143659850D-18 26 23 5.17319567162881D-18 26 24 3.47413699463303D-18 26 25 1.51904510341588D-17 26 26 3.61431914406396D-18 27 1 -5.79748849798313D-10 27 2 7.79549130021283D-11 27 3 -5.12261476183436D-11 27 4 1.76925796765443D-10 27 5 1.36217516783066D-10 27 6 1.68713372274713D-10 27 7 1.66797996238000D-10 27 8 1.40593753700926D-10 27 9 1.61854750187358D-10 27 10 1.92820175822086D-10 27 11 -1.56378934772065D-10 27 12 -3.33319269813953D-10 27 13 4.32039219034716D-11 27 14 -1.98386557677487D-10 27 15 5.39786006251934D-11 27 16 5.95840503506329D-18 27 17 6.77067425495516D-17 27 18 1.62476529401705D-17 27 19 2.20402761402958D-17 27 20 9.32753908441250D-17 27 21 -4.36387165780168D-18 27 22 4.23225829445764D-17 27 23 2.98109692692951D-17 27 24 1.88989717509922D-17 27 25 9.00112965878694D-17 27 26 1.78769891617401D-17 27 27 1.06541792037839D-16 28 1 -1.50727832542104D-10 28 2 2.00718444988925D-11 28 3 -1.31145432733509D-11 28 4 4.61996520655175D-11 28 5 3.42538415950894D-11 28 6 4.43119838316573D-11 28 7 4.31590800804667D-11 28 8 3.68271357895566D-11 28 9 4.07479586528930D-11 28 10 5.02544097094773D-11 28 11 -4.06713136978280D-11 28 12 -8.51108021841422D-11 28 13 1.11144219031913D-11 28 14 -5.04814107957399D-11 28 15 1.31656649058566D-11 28 16 1.39101520811667D-18 28 17 1.76459255748781D-17 28 18 4.08986419551516D-18 28 19 5.82638357052882D-18 28 20 2.50967549646019D-17 28 21 -1.01409195072782D-18 28 22 1.14507323431136D-17 28 23 7.79518870415219D-18 28 24 5.00904140280017D-18 28 25 2.32101763037205D-17 28 26 4.87162082795329D-18 28 27 2.73009020984118D-17 28 28 7.77727126621807D-18 29 1 -4.46549646496747D-10 29 2 6.00312009823292D-11 29 3 -3.92826284957804D-11 29 4 1.35857643742131D-10 29 5 1.05290692258453D-10 29 6 1.28280428730270D-10 29 7 1.28403483309174D-10 29 8 1.07173894584128D-10 29 9 1.25679169045878D-10 29 10 1.48925838590673D-10 29 11 -1.20434276749562D-10 29 12 -2.56103546402466D-10 29 13 3.33619368673812D-11 29 14 -1.52061054322738D-10 29 15 4.14275043094934D-11 29 16 4.49219456460532D-18 29 17 5.20031495929667D-17 29 18 1.25010576922785D-17 29 19 1.68139386999280D-17 29 20 7.24681323690091D-17 29 21 -3.24207974654850D-18 29 22 3.28896076620921D-17 29 23 2.32944394544234D-17 29 24 1.45273329115112D-17 29 25 6.90575780160141D-17 29 26 1.37330193587942D-17 29 27 8.13309858348832D-17 29 28 2.12722497731094D-17 29 29 6.38027212783511D-17 30 1 -2.69737994277187D-10 30 2 3.57006819537946D-11 30 3 -2.42349966255165D-11 30 4 8.37581537189912D-11 30 5 6.16391692238169D-11 30 6 8.01108801770642D-11 30 7 7.79510439009320D-11 30 8 6.61223751167882D-11 30 9 7.29592629876732D-11 30 10 8.83808695999938D-11 30 11 -7.20523625066026D-11 30 12 -1.53727636472000D-10 30 13 1.96474651601046D-11 30 14 -9.14096860268668D-11 30 15 2.48929512887498D-11 30 16 2.49223007829041D-18 30 17 3.15327221763046D-17 30 18 7.80853362054012D-18 30 19 1.01784275454678D-17 30 20 4.63485881758657D-17 30 21 -2.23215625588120D-18 30 22 2.06334236975570D-17 30 23 1.37325827956038D-17 30 24 8.63339282261755D-18 30 25 4.16562548981244D-17 30 26 8.29363677897471D-18 30 27 4.90412363143977D-17 30 28 1.30131716706852D-17 30 29 3.76172599648958D-17 30 30 2.74764920215650D-17 31 1 -2.58190494913105D-10 31 2 3.47483399490285D-11 31 3 -2.30616821478676D-11 31 4 7.80373249927862D-11 31 5 6.12713882637598D-11 31 6 7.17969115465990D-11 31 7 7.51778555739749D-11 31 8 6.07976699380740D-11 31 9 7.41840919544178D-11 31 10 8.56227485926195D-11 31 11 -6.82984342395947D-11 31 12 -1.48083290929656D-10 31 13 1.93521664410129D-11 31 14 -8.85186716908529D-11 31 15 2.51645180565425D-11 31 16 2.55806299357012D-18 31 17 3.00470366099744D-17 31 18 7.50045123303273D-18 31 19 9.74614344984268D-18 31 20 4.30433965348226D-17 31 21 -1.68028835904806D-18 31 22 1.92095300718281D-17 31 23 1.34930294251759D-17 31 24 8.45246364484614D-18 31 25 4.00158209847403D-17 31 26 8.05557625936457D-18 31 27 4.71286768261735D-17 31 28 1.22774901497648D-17 31 29 3.65669465189431D-17 31 30 2.25692635380098D-17 31 31 2.27352478690397D-17 32 1 -2.91951425054699D-10 32 2 3.86931094689064D-11 32 3 -2.63316447115316D-11 32 4 8.94860056654916D-11 32 5 6.59062647281646D-11 32 6 8.67454446119449D-11 32 7 8.52680381361501D-11 32 8 7.19049659925491D-11 32 9 7.87139414654529D-11 32 10 9.63950271656278D-11 32 11 -7.75364125799622D-11 32 12 -1.67448852334542D-10 32 13 2.08018732209447D-11 32 14 -9.89677635553988D-11 32 15 2.83215685831891D-11 32 16 2.71915968915949D-18 32 17 3.42125947873732D-17 32 18 8.25339711386762D-18 32 19 1.12182468075252D-17 32 20 5.02520850508271D-17 32 21 -2.39229135403956D-18 32 22 2.27281369208925D-17 32 23 1.50408172864100D-17 32 24 9.16977973381687D-18 32 25 4.50234675777016D-17 32 26 8.69731182160004D-18 32 27 5.28845219250031D-17 32 28 1.39291369309260D-17 32 29 4.07225200168211D-17 32 30 2.52348291519252D-17 32 31 2.35923981684390D-17 32 32 5.33316415579660D-17 33 1 -2.76914921077897D-10 33 2 3.62476421630440D-11 33 3 -2.47116755113156D-11 33 4 8.46263437213579D-11 33 5 6.33910097155738D-11 33 6 8.16642671368899D-11 33 7 8.17215037065583D-11 33 8 6.77921177699670D-11 33 9 7.60507039701814D-11 33 10 9.15011479187122D-11 33 11 -7.50204062510570D-11 33 12 -1.58038084812186D-10 33 13 1.90654476273824D-11 33 14 -9.24101138543533D-11 33 15 2.50353375519090D-11 33 16 2.65599434346543D-18 33 17 3.22866283886047D-17 33 18 7.95615504287670D-18 33 19 1.05230734831781D-17 33 20 4.68719725664934D-17 33 21 -2.07116171981799D-18 33 22 2.12495534429338D-17 33 23 1.45868902494019D-17 33 24 8.76441705362572D-18 33 25 4.25804150012783D-17 33 26 8.28931599261943D-18 33 27 5.00867437378882D-17 33 28 1.29734844290473D-17 33 29 3.88949903138241D-17 33 30 2.34897573157806D-17 33 31 2.25641396251101D-17 33 32 3.89726669260901D-17 33 33 5.51312229379225D-17 34 1 -1.67395263904661D-10 34 2 2.21105742845010D-11 34 3 -1.46225138856741D-11 34 4 5.15045321261257D-11 34 5 3.81435035614465D-11 34 6 4.90587490974936D-11 34 7 4.82665580938143D-11 34 8 4.08801989612392D-11 34 9 4.55783365448458D-11 34 10 5.55809002566090D-11 34 11 -4.53119803990097D-11 34 12 -9.43477667233303D-11 34 13 1.20429813629591D-11 34 14 -5.58221630794663D-11 34 15 1.43335092923566D-11 34 16 1.45014149627473D-18 34 17 1.96819084083210D-17 34 18 4.52490454377105D-18 34 19 6.48911070504863D-18 34 20 2.82456463046215D-17 34 21 -1.21560893180730D-18 34 22 1.28300933208198D-17 34 23 8.56667478449089D-18 34 24 5.45202382819204D-18 34 25 2.57652226091607D-17 34 26 5.36489858820519D-18 34 27 3.02654056798740D-17 34 28 8.28090838996845D-18 34 29 2.33460620748610D-17 34 30 1.45598178869062D-17 34 31 1.36292890996551D-17 34 32 1.55676176173178D-17 34 33 1.44524450722037D-17 34 34 9.74107083312259D-18 35 1 -4.28075010440832D-10 35 2 5.79820050803097D-11 35 3 -3.77555235708869D-11 35 4 1.30244481005301D-10 35 5 9.99385135538922D-11 35 6 1.24974874186518D-10 35 7 1.22365602602134D-10 35 8 1.04075572137462D-10 35 9 1.18559746731633D-10 35 10 1.43273887787031D-10 35 11 -1.14799244219318D-10 35 12 -2.46944082504815D-10 35 13 3.21903027915844D-11 35 14 -1.47196433549472D-10 35 15 4.11658605837341D-11 35 16 4.24220891070615D-18 35 17 4.99978884606872D-17 35 18 1.19986703319498D-17 35 19 1.61845571363813D-17 35 20 7.00532626528840D-17 35 21 -3.16837277505878D-18 35 22 3.21668919952605D-17 35 23 2.24403946527589D-17 35 24 1.40007979769762D-17 35 25 6.65276508630950D-17 35 26 1.32604001390469D-17 35 27 7.83399887439523D-17 35 28 2.03576520727264D-17 35 29 6.06121426246564D-17 35 30 3.65228111763190D-17 35 31 3.51424649334757D-17 35 32 3.94439256485169D-17 35 33 3.75426759764525D-17 35 34 2.24575571722329D-17 35 35 5.93958509500655D-17 36 1 -1.04711492395248D-10 36 2 1.41702401443755D-11 36 3 -9.02785465070568D-12 36 4 3.19627816453351D-11 36 5 2.32128966516505D-11 36 6 3.12416431204290D-11 36 7 2.95921658488751D-11 36 8 2.60988057977054D-11 36 9 2.74896515393200D-11 36 10 3.53920540036866D-11 36 11 -2.78529601365699D-11 36 12 -5.92347111481534D-11 36 13 7.76428599199446D-12 36 14 -3.56288623392828D-11 36 15 9.53152036726817D-12 36 16 8.28773241293066D-19 36 17 1.23849249924728D-17 36 18 2.53359672026398D-18 36 19 4.28949275663430D-18 36 20 1.67270235430373D-17 36 21 -6.08726104936277D-19 36 22 7.74776468042862D-18 36 23 5.48839698966426D-18 36 24 3.53018743073476D-18 36 25 1.61602284906656D-17 36 26 3.58567574434720D-18 36 27 1.89695934485661D-17 36 28 5.31868422341516D-18 36 29 1.45139389010934D-17 36 30 9.02034909105277D-18 36 31 8.50170366751908D-18 36 32 9.68170277154425D-18 36 33 9.00151040087890D-18 36 34 5.99183228675237D-18 36 35 1.41318942302395D-17 36 36 4.63435759390236D-18 37 1 -6.86079781600851D-10 37 2 9.27482859966554D-11 37 3 -6.03673624826260D-11 37 4 2.08188716259202D-10 37 5 1.61679096111567D-10 37 6 1.99386595398679D-10 37 7 1.97003326004552D-10 37 8 1.66553866145309D-10 37 9 1.92363755563169D-10 37 10 2.29789678735891D-10 37 11 -1.85361331258519D-10 37 12 -3.96356133090204D-10 37 13 5.10968756604961D-11 37 14 -2.35619154909722D-10 37 15 6.49746587239445D-11 37 16 6.87099752703766D-18 37 17 8.02389989640718D-17 37 18 1.89633444564712D-17 37 19 2.59210333019305D-17 37 20 1.11477543381516D-16 37 21 -5.17311602484967D-18 37 22 5.05504701712131D-17 37 23 3.55947751077033D-17 37 24 2.22797218867567D-17 37 25 1.06547267203664D-16 37 26 2.11116376779595D-17 37 27 1.25444641218907D-16 37 28 3.24341033764239D-17 37 29 9.70071480713188D-17 37 30 5.81990467503326D-17 37 31 5.60731193009670D-17 37 32 6.27864239357436D-17 37 33 5.96017706321753D-17 37 34 3.60950303499313D-17 37 35 9.33586676851799D-17 37 36 2.28800258909023D-17 37 37 1.51538948047923D-16 38 1 -2.56617214013898D-10 38 2 3.42781382041167D-11 38 3 -2.32980888518578D-11 38 4 7.89870823453408D-11 38 5 5.87682241206631D-11 38 6 7.39552879964713D-11 38 7 7.43395689643721D-11 38 8 6.16688060574971D-11 38 9 7.04117239849972D-11 38 10 8.46581975523360D-11 38 11 -6.68067366631570D-11 38 12 -1.47018019954749D-10 38 13 1.86319898741234D-11 38 14 -8.79082608542520D-11 38 15 2.59495002189437D-11 38 16 2.39507432031621D-18 38 17 3.00107817807319D-17 38 18 6.98816798096041D-18 38 19 9.89415098001149D-18 38 20 4.23465249830091D-17 38 21 -1.95343554182928D-18 38 22 1.93629305617769D-17 38 23 1.31190157944850D-17 38 24 8.10554936334896D-18 38 25 3.92971381668510D-17 38 26 7.72365662776766D-18 38 27 4.61420451155105D-17 38 28 1.22391047432562D-17 38 29 3.54466031119938D-17 38 30 2.19045647028217D-17 38 31 2.05905680791125D-17 38 32 2.52150758360970D-17 38 33 2.25509585307464D-17 38 34 1.35824006098230D-17 38 35 3.42700278394560D-17 38 36 8.68171647393626D-18 38 37 5.47942212574541D-17 38 38 2.36296024026516D-17 39 1 -3.46099497942310D-10 39 2 4.62263085326693D-11 39 3 -3.08717953057651D-11 39 4 1.05607258171217D-10 39 5 8.15789638343777D-11 39 6 9.82772287767520D-11 39 7 1.00460804431781D-10 39 8 8.24663310385244D-11 39 9 9.81483771180834D-11 39 10 1.14899578563535D-10 39 11 -9.24103419646898D-11 39 12 -1.98607589275805D-10 39 13 2.51313436166782D-11 39 14 -1.17860872282706D-10 39 15 3.30544982562065D-11 39 16 3.35933206193190D-18 39 17 4.03197238791290D-17 39 18 9.76520984921296D-18 39 19 1.31114371695286D-17 39 20 5.71315502138285D-17 39 21 -2.51063430803483D-18 39 22 2.60922975832974D-17 39 23 1.82122968987714D-17 39 24 1.11253187901905D-17 39 25 5.32691042472313D-17 39 26 1.05466340501928D-17 39 27 6.26879991169536D-17 39 28 1.63428716319283D-17 39 29 4.85675018832555D-17 39 30 2.92461179462376D-17 39 31 2.82537944240119D-17 39 32 3.23119123203759D-17 39 33 3.09342103151965D-17 39 34 1.81358467265955D-17 39 35 4.67387004040749D-17 39 36 1.14206208066072D-17 39 37 7.47196790338920D-17 39 38 2.93170129717609D-17 39 39 3.99459451231532D-17 40 1 -6.52315653555497D-11 40 2 9.15026645997883D-12 40 3 -6.30527880959662D-12 40 4 1.99643889862180D-11 40 5 1.66693885456481D-11 40 6 1.61572279207992D-11 40 7 1.88369690689644D-11 40 8 1.38463699244285D-11 40 9 2.00222161920377D-11 40 10 2.12065158438407D-11 40 11 -1.53669623646313D-11 40 12 -3.83938799127968D-11 40 13 5.22370173807744D-12 40 14 -2.42989195281657D-11 40 15 8.51986310058423D-12 40 16 4.67099666623176D-19 40 17 7.70056987433912D-18 40 18 1.51365604181487D-18 40 19 2.73625673878785D-18 40 20 8.66553254177014D-18 40 21 -5.61541354849761D-19 40 22 3.87166060021488D-18 40 23 3.39423178220345D-18 40 24 1.80801463757737D-18 40 25 1.01364611207162D-17 40 26 1.73113471750814D-18 40 27 1.18491369343391D-17 40 28 2.79455368860737D-18 40 29 9.18904799784632D-18 40 30 5.12565964106702D-18 40 31 5.16975817894699D-18 40 32 5.95110671808777D-18 40 33 5.84526259592951D-18 40 34 3.18154165279110D-18 40 35 8.61317581638404D-18 40 36 2.10918485905917D-18 40 37 1.39152847335160D-17 40 38 5.08188103385959D-18 40 39 6.73120507697898D-18 40 40 3.92851675032699D-18 41 1 -5.89169055933301D-10 41 2 7.82064252250297D-11 41 3 -5.18217079220519D-11 41 4 1.78613552169862D-10 41 5 1.37874055075316D-10 41 6 1.68849847766586D-10 41 7 1.71978003618388D-10 41 8 1.41512176333532D-10 41 9 1.65959723041847D-10 41 10 1.95437163887107D-10 41 11 -1.59823218874576D-10 41 12 -3.35366999830987D-10 41 13 4.31394222987532D-11 41 14 -1.97768762380191D-10 41 15 5.23803993817929D-11 41 16 5.93672400889194D-18 41 17 6.86291286441773D-17 41 18 1.66121143088911D-17 41 19 2.22913453463483D-17 41 20 9.59867660850610D-17 41 21 -4.43168993621125D-18 41 22 4.32584425645787D-17 41 23 3.01440254105917D-17 41 24 1.87382139062401D-17 41 25 9.03833533063323D-17 41 26 1.76590197423528D-17 41 27 1.06290009233220D-16 41 28 2.73912251968043D-17 41 29 8.19162945432854D-17 41 30 4.95784848332910D-17 41 31 4.75548545492591D-17 41 32 5.42002886957522D-17 41 33 5.17150361179898D-17 41 34 3.05162874910597D-17 41 35 7.87264128840283D-17 41 36 1.89781423018809D-17 41 37 1.26257732840061D-16 41 38 4.75744857626984D-17 41 39 6.43029446633194D-17 41 40 1.20041607413855D-17 41 41 1.10903121919468D-16 42 1 -3.82914697971000D-11 42 2 5.59634319588346D-12 42 3 -3.75608959800217D-12 42 4 1.14801970485773D-11 42 5 1.06944826004748D-11 42 6 8.59935140552306D-12 42 7 1.09533961203190D-11 42 8 7.48507039108084D-12 42 9 1.27689968664620D-11 42 10 1.24268778760092D-11 42 11 -8.80007134565494D-12 42 12 -2.31132684086913D-11 42 13 3.43108608506003D-12 42 14 -1.49755778706513D-11 42 15 5.50122554497026D-12 42 16 1.01151524907099D-19 42 17 4.49143901317668D-18 42 18 1.01854938154011D-18 42 19 1.62609669163554D-18 42 20 5.35101360790447D-18 42 21 -2.68938021850590D-19 42 22 2.16828246455541D-18 42 23 2.16411108684390D-18 42 24 9.55738746396900D-19 42 25 6.07892203592503D-18 42 26 9.22644953254523D-19 42 27 7.11705268957443D-18 42 28 1.58760244732781D-18 42 29 5.58841399464964D-18 42 30 2.97210032091934D-18 42 31 3.22345536732040D-18 42 32 3.42565141489982D-18 42 33 3.66302257168149D-18 42 34 1.83314358293533D-18 42 35 5.26032854503316D-18 42 36 1.27375386627877D-18 42 37 8.32418568096183D-18 42 38 2.81908742389470D-18 42 39 4.07621340420570D-18 42 40 2.47434958269254D-18 42 41 6.86145313166720D-18 42 42 3.00139346093358D-18 43 1 -8.07777634186690D-10 43 2 1.07517979464376D-10 43 3 -7.09853535484616D-11 43 4 2.44701938040295D-10 43 5 1.90892996671417D-10 43 6 2.30414662529006D-10 43 7 2.35488556834141D-10 43 8 1.93928443822940D-10 43 9 2.30308583833402D-10 43 10 2.68476346766264D-10 43 11 -2.20015800745528D-10 43 12 -4.61827296528875D-10 43 13 5.91095211084949D-11 43 14 -2.72322651582524D-10 43 15 7.20911902691175D-11 43 16 8.11147361520498D-18 43 17 9.43003293966444D-17 43 18 2.25899587701048D-17 43 19 3.06214983015376D-17 43 20 1.30714506850471D-16 43 21 -6.11292889350717D-18 43 22 5.92221102618006D-17 43 23 4.15785721373107D-17 43 24 2.57047861091364D-17 43 25 1.24277247535546D-16 43 26 2.42637086963786D-17 43 27 1.46193358839082D-16 43 28 3.75615279681656D-17 43 29 1.12705212574925D-16 43 30 6.77039625034108D-17 43 31 6.52237915023625D-17 43 32 7.44825495150164D-17 43 33 7.14611604273683D-17 43 34 4.18050482339236D-17 43 35 1.08240907581973D-16 43 36 2.60799275822237D-17 43 37 1.73657929312319D-16 43 38 6.51578177753760D-17 43 39 8.84146171587578D-17 43 40 1.65349245443892D-17 43 41 1.50817122822950D-16 43 42 1.01917264855984D-17 43 43 2.10160071336977D-16 44 1 9.32028549650962D-11 44 2 -1.09206329385793D-11 44 3 6.43368053381004D-12 44 4 -2.79743017461574D-11 44 5 -1.75936754765903D-11 44 6 -3.17589664186016D-11 44 7 -2.71036335520880D-11 44 8 -2.52959128702053D-11 44 9 -2.10360411298247D-11 44 10 -3.15382227691447D-11 44 11 3.06833725921764D-11 44 12 4.61922526819379D-11 44 13 -6.58653286056398D-12 44 14 2.31266456493455D-11 44 15 1.68759373806651D-13 44 16 -1.01454179092079D-18 44 17 -1.02196241924161D-17 44 18 -3.59798304852513D-18 44 19 -2.95045615693712D-18 44 20 -2.03654540200000D-17 44 21 4.03641931912493D-19 44 22 -8.50554955296096D-18 44 23 -4.37293744511815D-18 44 24 -3.31263513708866D-18 44 25 -1.33157302232420D-17 44 26 -3.12653009705753D-18 44 27 -1.57323558060073D-17 44 28 -4.80398211226801D-18 44 29 -1.19887340645365D-17 44 30 -8.61080858266644D-18 44 31 -7.35961976285304D-18 44 32 -8.64757743874334D-18 44 33 -7.55029509723577D-18 44 34 -5.39885868645482D-18 44 35 -1.17847913283718D-17 44 36 -3.28503702759483D-18 44 37 -1.87727368219814D-17 44 38 -7.83903890021905D-18 44 39 -1.01760044188540D-17 44 40 1.09733382176938D-18 44 41 -1.75736120261165D-17 44 42 1.33207536024529D-18 44 43 -2.29422238622455D-17 44 44 1.35483715438534D-17 45 1 -3.66760518080908D-10 45 2 4.87106430062344D-11 45 3 -3.26553946750626D-11 45 4 1.11530108079994D-10 45 5 8.68478173837906D-11 45 6 1.03804781841686D-10 45 7 1.07215707080754D-10 45 8 8.69141748386902D-11 45 9 1.04567155003572D-10 45 10 1.21461955378569D-10 45 11 -9.85713791186580D-11 45 12 -2.09887531865409D-10 45 13 2.65522597267579D-11 45 14 -1.23900691227110D-10 45 15 3.41718842755968D-11 45 16 3.81831561969692D-18 45 17 4.28961152761094D-17 45 18 1.05069012055109D-17 45 19 1.39758198143556D-17 45 20 5.95679662555582D-17 45 21 -2.83097779459205D-18 45 22 2.66589709748023D-17 45 23 1.87513125474181D-17 45 24 1.15738534051545D-17 45 25 5.64429498858410D-17 45 26 1.08226900590332D-17 45 27 6.63079613826993D-17 45 28 1.69087940091160D-17 45 29 5.11339737018751D-17 45 30 3.07915240153838D-17 45 31 2.96073786065007D-17 45 32 3.36768941794057D-17 45 33 3.22215809074076D-17 45 34 1.88324772124514D-17 45 35 4.91009972839528D-17 45 36 1.15513221118223D-17 45 37 7.87419610177913D-17 45 38 2.94380609261483D-17 45 39 3.99381632919547D-17 45 40 7.70001660571490D-18 45 41 6.81824640673265D-17 45 42 4.65265367810558D-18 45 43 9.36562701414787D-17 45 44 -9.56198202261344D-18 45 45 4.40233218661978D-17 46 1 4.48137267229659D-11 46 2 -5.59916140058090D-12 46 3 3.85137800171016D-12 46 4 -1.37027493690214D-11 46 5 -9.10438932611640D-12 46 6 -1.35822238131050D-11 46 7 -1.35625056033481D-11 46 8 -1.15112159860902D-11 46 9 -1.13205738303399D-11 46 10 -1.50145116463525D-11 46 11 1.21764482749864D-11 46 12 2.43241310160978D-11 46 13 -2.53376465034816D-12 46 14 1.40384724787594D-11 46 15 -3.27265898628423D-12 46 16 -7.34086102377287D-19 46 17 -5.36601202470260D-18 46 18 -1.00371638451391D-18 46 19 -1.86329569728447D-18 46 20 -6.37611439256102D-18 46 21 2.81180609776281D-19 46 22 -3.21242685023240D-18 46 23 -2.02639425780404D-18 46 24 -1.75648418314193D-18 46 25 -6.61297129177725D-18 46 26 -1.76717093503632D-18 46 27 -7.72978717000190D-18 46 28 -2.33247760876605D-18 46 29 -5.78519035481382D-18 46 30 -3.72159043866225D-18 46 31 -3.29768641794929D-18 46 32 -4.04224720405930D-18 46 33 -3.50941804701800D-18 46 34 -2.55925799781948D-18 46 35 -5.53149852434489D-18 46 36 -1.76225387056612D-18 46 37 -9.16831318035835D-18 46 38 -3.87750828387537D-18 46 39 -4.70485933791450D-18 46 40 -1.22833537060342D-19 46 41 -8.54814953218686D-18 46 42 5.68261166604175D-19 46 43 -1.14824442779636D-17 46 44 2.91199451046490D-18 46 45 -5.32199002958308D-18 46 46 2.91949563372976D-18 47 1 -8.67202320364534D-10 47 2 1.15159697969839D-10 47 3 -7.63767567621993D-11 47 4 2.62948528054751D-10 47 5 2.07827768791462D-10 47 6 2.44329619024602D-10 47 7 2.53365777584957D-10 47 8 2.06162455295541D-10 47 9 2.51610758460250D-10 47 10 2.87824091350018D-10 47 11 -2.37072825551119D-10 47 12 -4.96796504455020D-10 47 13 6.30626167770933D-11 47 14 -2.92075893462463D-10 47 15 7.72349450476626D-11 47 16 8.98113928937267D-18 47 17 1.01409451653209D-16 47 18 2.46397760094485D-17 47 19 3.29009006273262D-17 47 20 1.40379459828936D-16 47 21 -6.47422620577490D-18 47 22 6.31919843430061D-17 47 23 4.46275756290228D-17 47 24 2.75830541843154D-17 47 25 1.33731253022486D-16 47 26 2.59148519165565D-17 47 27 1.57299709021118D-16 47 28 4.01620419063915D-17 47 29 1.21245175298362D-16 47 30 7.25000638269982D-17 47 31 7.01347336746951D-17 47 32 7.90531336197008D-17 47 33 7.58843237625155D-17 47 34 4.45947403117436D-17 47 35 1.16405897077630D-16 47 36 2.76200687176693D-17 47 37 1.86711365070751D-16 47 38 6.92713140505170D-17 47 39 9.46274322720808D-17 47 40 1.73659349746854D-17 47 41 1.60327096326412D-16 47 42 1.04612569449349D-17 47 43 2.20678296972745D-16 47 44 -2.42994083971446D-17 47 45 1.00543295938102D-16 47 46 -1.15680737118383D-17 47 47 2.40361755318630D-16 48 1 1.16617792365254D-10 48 2 -1.49786006565421D-11 48 3 1.00422550954637D-11 48 4 -3.58829792648519D-11 48 5 -2.57327678427787D-11 48 6 -3.41572214273814D-11 48 7 -3.40833629951631D-11 48 8 -2.83956462770793D-11 48 9 -3.11488704483976D-11 48 10 -3.85953456320880D-11 48 11 3.19242832207499D-11 48 12 6.41215302810035D-11 48 13 -8.05582019890944D-12 48 14 3.71827075807827D-11 48 15 -8.85788517565383D-12 48 16 -1.45839153856318D-18 48 17 -1.36821225863854D-17 48 18 -3.19898911441519D-18 48 19 -4.59882482227927D-18 48 20 -1.81342906291769D-17 48 21 7.80802921628095D-19 48 22 -8.32700060412066D-18 48 23 -5.64202067291749D-18 48 24 -4.00359526586661D-18 48 25 -1.75242730973889D-17 48 26 -3.87028120933072D-18 48 27 -2.05264717201992D-17 48 28 -5.62261602419292D-18 48 29 -1.56401892500581D-17 48 30 -9.70688138152098D-18 48 31 -9.00497344710836D-18 48 32 -1.04743200781181D-17 48 33 -9.65491639331789D-18 48 34 -6.24252915490490D-18 48 35 -1.49814768035433D-17 48 36 -4.05789551808125D-18 48 37 -2.42792493264619D-17 48 38 -9.42642129402129D-18 48 39 -1.22358743028514D-17 48 40 -1.91129387732908D-18 48 41 -2.13735996936858D-17 48 42 -7.09039299239837D-19 48 43 -2.90804095464099D-17 48 44 4.73482307747922D-18 48 45 -1.35484799412346D-17 48 46 3.08544835452413D-18 48 47 -3.09267236937272D-17 48 48 6.09119508254958D-18 49 1 -6.84380863991101D-10 49 2 9.10602048106131D-11 49 3 -6.02045521255795D-11 49 4 2.08341250000891D-10 49 5 1.62808417080769D-10 49 6 1.94518041859775D-10 49 7 1.98512579578021D-10 49 8 1.63175618923414D-10 49 9 1.95979305030690D-10 49 10 2.27781473740044D-10 49 11 -1.86392557748476D-10 49 12 -3.91945587219930D-10 49 13 4.97445599632304D-11 49 14 -2.30650737101119D-10 49 15 6.16543977279758D-11 49 16 7.22548950800811D-18 49 17 8.01143826292912D-17 49 18 1.95088681231943D-17 49 19 2.60896086894415D-17 49 20 1.10389843685913D-16 49 21 -4.98138917947180D-18 49 22 4.97726136995622D-17 49 23 3.52905666990573D-17 49 24 2.18330348491561D-17 49 25 1.05625903641221D-16 49 26 2.04945120530648D-17 49 27 1.24184233921615D-16 49 28 3.16659161585635D-17 49 29 9.57562748854313D-17 49 30 5.70972940203144D-17 49 31 5.53801033494422D-17 49 32 6.21147102060557D-17 49 33 5.97310764662318D-17 49 34 3.51031143091626D-17 49 35 9.19568304477862D-17 49 36 2.17339617565299D-17 49 37 1.47377137392854D-16 49 38 5.43595177218173D-17 49 39 7.44737121910184D-17 49 40 1.35764713100739D-17 49 41 1.26123195819900D-16 49 42 8.14803516226151D-18 49 43 1.73474227542545D-16 49 44 -1.88408064349363D-17 49 45 7.92461505189123D-17 49 46 -9.10240978527377D-18 49 47 1.88237782071364D-16 49 48 -2.42357428668960D-17 49 49 1.49799624255068D-16 50 1 4.89072064341000D-10 50 2 -6.47384209584810D-11 50 3 4.25474723138389D-11 50 4 -1.49089800637144D-10 50 5 -1.14816851119886D-10 50 6 -1.41380604293614D-10 50 7 -1.41483751992811D-10 50 8 -1.17815281207425D-10 50 9 -1.37570964248249D-10 50 10 -1.62613943766655D-10 50 11 1.34632039799448D-10 50 12 2.77953964387978D-10 50 13 -3.58838832468648D-11 50 14 1.62737678806158D-10 50 15 -4.15511689506245D-11 50 16 -5.43112205581063D-18 50 17 -5.73271617063404D-17 50 18 -1.45153392115714D-17 50 19 -1.84904541947398D-17 50 20 -8.10021840256464D-17 50 21 3.74558771446016D-18 50 22 -3.59890931679822D-17 50 23 -2.47909916596914D-17 50 24 -1.56901657649004D-17 50 25 -7.53670437445547D-17 50 26 -1.46203920462577D-17 50 27 -8.84909269429840D-17 50 28 -2.27603622470344D-17 50 29 -6.81105123170271D-17 50 30 -4.13788136911444D-17 50 31 -3.93705500459940D-17 50 32 -4.47290684380720D-17 50 33 -4.23210783192253D-17 50 34 -2.53137298125388D-17 50 35 -6.54880041667571D-17 50 36 -1.54156669737609D-17 50 37 -1.05045402307440D-16 50 38 -3.89280087346522D-17 50 39 -5.26569320892175D-17 50 40 -9.50977393646006D-18 50 41 -8.98405077286543D-17 50 42 -5.51376642616824D-18 50 43 -1.23191891677985D-16 50 44 1.49615571730637D-17 50 45 -5.68095180554808D-17 50 46 7.07738634135060D-18 50 47 -1.33232303191114D-16 50 48 1.84428856439993D-17 50 49 -1.05451371851489D-16 50 50 7.97020039462242D-17 51 1 -2.64092954283204D-10 51 2 3.56520360235332D-11 51 3 -2.31612848730435D-11 51 4 8.00644354383182D-11 51 5 6.15572548692535D-11 51 6 7.49418695280053D-11 51 7 7.54597790836537D-11 51 8 6.25571598459749D-11 51 9 7.36383198634975D-11 51 10 8.86512095520842D-11 51 11 -7.01579770134698D-11 51 12 -1.50751869207683D-10 51 13 1.99172407209251D-11 51 14 -8.96079941795260D-11 51 15 2.53336514427783D-11 51 16 2.96573595187769D-18 51 17 3.09843259915751D-17 51 18 7.50183372623223D-18 51 19 1.01780889359865D-17 51 20 4.18336552340721D-17 51 21 -1.79164771246516D-18 51 22 1.92965034306162D-17 51 23 1.37033732475035D-17 51 24 8.63245351658757D-18 51 25 4.07652084498768D-17 51 26 8.12254032597887D-18 51 27 4.78772726119851D-17 51 28 1.23300186152610D-17 51 29 3.70080978722083D-17 51 30 2.20032367080945D-17 51 31 2.14073995174382D-17 51 32 2.38889136802414D-17 51 33 2.27864676251735D-17 51 34 1.35695113155008D-17 51 35 3.55868599510695D-17 51 36 8.44645167532215D-18 51 37 5.68826055479146D-17 51 38 2.09517058358203D-17 51 39 2.85654254623607D-17 51 40 5.12841081079277D-18 51 41 4.82602401040553D-17 51 42 2.90112466279548D-18 51 43 6.62620310375736D-17 51 44 -7.15880026744397D-18 51 45 3.02156310766015D-17 51 46 -3.67920204960312D-18 51 47 7.16043062484654D-17 51 48 -9.48864111411948D-18 51 49 5.68357545092972D-17 51 50 -4.07911265002408D-17 51 51 2.32820103494525D-17 52 1 3.80976720548567D-10 52 2 -5.10027633475856D-11 52 3 3.28941126889442D-11 52 4 -1.15669894035066D-10 52 5 -8.98766736265652D-11 52 6 -1.09265878427231D-10 52 7 -1.09106174041922D-10 52 8 -9.12088808212467D-11 52 9 -1.07386385026163D-10 52 10 -1.27580607658336D-10 52 11 1.04337127088223D-10 52 12 2.16774320411253D-10 52 13 -2.86195400216578D-11 52 14 1.27750450857446D-10 52 15 -3.30172630998943D-11 52 16 -4.17965515188939D-18 52 17 -4.48149638667268D-17 52 18 -1.07959876616854D-17 52 19 -1.45253290822675D-17 52 20 -6.05934645499840D-17 52 21 2.95466021847102D-18 52 22 -2.74763115767302D-17 52 23 -1.92641464464899D-17 52 24 -1.22350730016455D-17 52 25 -5.86282989587280D-17 52 26 -1.14940419779455D-17 52 27 -6.88342623748792D-17 52 28 -1.76824000871782D-17 52 29 -5.29178604137631D-17 52 30 -3.18599743793804D-17 52 31 -3.03825884431193D-17 52 32 -3.44314903475540D-17 52 33 -3.25177723744317D-17 52 34 -1.96365608426301D-17 52 35 -5.08375788816394D-17 52 36 -1.21275989962875D-17 52 37 -8.16657638348968D-17 52 38 -3.00347001222864D-17 52 39 -4.05344288459000D-17 52 40 -7.90959085382410D-18 52 41 -6.93445058720043D-17 52 42 -4.67887269843234D-18 52 43 -9.53676414640046D-17 52 44 9.72827091142732D-18 52 45 -4.36039369175215D-17 52 46 4.88957533554587D-18 52 47 -1.03474661718869D-16 52 48 1.34605779429776D-17 52 49 -8.22022375825707D-17 52 50 5.90767561967894D-17 52 51 -3.21696823899382D-17 52 52 5.15991518174269D-17 53 1 -2.88169128877211D-10 53 2 3.87249709504862D-11 53 3 -2.52800167381136D-11 53 4 8.75718285020180D-11 53 5 6.69915961943795D-11 53 6 8.27871869854871D-11 53 7 8.26715712226638D-11 53 8 6.90335557298288D-11 53 9 8.00113693836263D-11 53 10 9.63199407483354D-11 53 11 -7.71737755510350D-11 53 12 -1.64389448667827D-10 53 13 2.16053490430493D-11 53 14 -9.75760001463868D-11 53 15 2.68715402280013D-11 53 16 3.28636728401817D-18 53 17 3.36488291930426D-17 53 18 8.37108443638861D-18 53 19 1.10470244359076D-17 53 20 4.68235681472810D-17 53 21 -1.84969134723650D-18 53 22 2.13945602024100D-17 53 23 1.50522879170119D-17 53 24 9.54835912749482D-18 53 25 4.45937739794066D-17 53 26 8.98129889240406D-18 53 27 5.24023575125123D-17 53 28 1.35921450516907D-17 53 29 4.05287728675046D-17 53 30 2.41705895249652D-17 53 31 2.35474644380807D-17 53 32 2.62125532251485D-17 53 33 2.50358064860715D-17 53 34 1.49390234547027D-17 53 35 3.89967143438736D-17 53 36 9.34177961313561D-18 53 37 6.22702333484231D-17 53 38 2.29713138188324D-17 53 39 3.14213285020150D-17 53 40 5.31470200342257D-18 53 41 5.28033738196280D-17 53 42 2.95197569204188D-18 53 43 7.24680877041748D-17 53 44 -8.69844530788531D-18 53 45 3.29057719858521D-17 53 46 -4.33527879134717D-18 53 47 7.77881117048696D-17 53 48 -1.06006445096976D-17 53 49 6.13906778467132D-17 53 50 -4.41908908269253D-17 53 51 2.38859291437263D-17 53 52 -3.27539961292491D-17 53 53 2.74753659983182D-17 54 1 4.40773464107214D-10 54 2 -5.92385205795044D-11 54 3 3.80394448006712D-11 54 4 -1.33612181870617D-10 54 5 -1.03464813818063D-10 54 6 -1.27144118696725D-10 54 7 -1.25873698932464D-10 54 8 -1.05886147324542D-10 54 9 -1.23220540686932D-10 54 10 -1.48140112185462D-10 54 11 1.20267158084956D-10 54 12 2.51324662277498D-10 54 13 -3.31469026177208D-11 54 14 1.48321499154426D-10 54 15 -3.90006697087767D-11 54 16 -4.93846043089269D-18 54 17 -5.18291927447451D-17 54 18 -1.26220837402072D-17 54 19 -1.68489777174896D-17 54 20 -7.06060130900719D-17 54 21 3.27106019710604D-18 54 22 -3.20769735674095D-17 54 23 -2.25153162482531D-17 54 24 -1.42871174541421D-17 54 25 -6.80797116462219D-17 54 26 -1.34048025370347D-17 54 27 -7.99267690232139D-17 54 28 -2.05498339738085D-17 54 29 -6.15610387655447D-17 54 30 -3.69226615552968D-17 54 31 -3.54229398672898D-17 54 32 -3.99192174781021D-17 54 33 -3.77784896857037D-17 54 34 -2.27453111214719D-17 54 35 -5.91848515385065D-17 54 36 -1.40533426218798D-17 54 37 -9.48934008040416D-17 54 38 -3.47618935621013D-17 54 39 -4.71165308588395D-17 54 40 -8.96027410170864D-18 54 41 -8.01291359464717D-17 54 42 -5.24370647682743D-18 54 43 -1.10186927334963D-16 54 44 1.15186259326814D-17 54 45 -5.02388675511961D-17 54 46 5.68129567045479D-18 54 47 -1.19256359956262D-16 54 48 1.55222797026279D-17 54 49 -9.45849942983450D-17 54 50 6.83978172907986D-17 54 51 -3.70582804205466D-17 54 52 5.48208069288524D-17 54 53 -3.96455368418819D-17 54 54 6.45640018657677D-17 55 1 -2.03831810458989D-10 55 2 2.74571871241028D-11 55 3 -1.79974782404886D-11 55 4 6.20273224096529D-11 55 5 4.69848839111822D-11 55 6 5.87099547017315D-11 55 7 5.84445930866297D-11 55 8 4.88959062306917D-11 55 9 5.59986261122823D-11 55 10 6.79850698692103D-11 55 11 -5.39713008093114D-11 55 12 -1.16213075099745D-10 55 13 1.53744996475233D-11 55 14 -6.93664383262834D-11 55 15 1.95024195094162D-11 55 16 2.29525344398431D-18 55 17 2.37527846061681D-17 55 18 5.80522896285588D-18 55 19 7.81228210436377D-18 55 20 3.28866413328502D-17 55 21 -1.30687792092988D-18 55 22 1.51769333559244D-17 55 23 1.06399990950742D-17 55 24 6.83196353700695D-18 55 25 3.15057500837564D-17 55 26 6.45820366985075D-18 55 27 3.70287563284526D-17 55 28 9.70317333512981D-18 55 29 2.86535130733596D-17 55 30 1.71553582803458D-17 55 31 1.66585693731950D-17 55 32 1.85931747300771D-17 55 33 1.76265596590383D-17 55 34 1.06537893371791D-17 55 35 2.75860405608065D-17 55 36 6.71538972160292D-18 55 37 4.40365444530665D-17 55 38 1.63698721983111D-17 55 39 2.22428029235459D-17 55 40 3.74115597032320D-18 55 41 3.73273988534950D-17 55 42 2.01473101071542D-18 55 43 5.12015245035802D-17 55 44 -6.13108007676821D-18 55 45 2.31879330742937D-17 55 46 -3.21543801213649D-18 55 47 5.47530085669187D-17 55 48 -7.57795770988629D-18 55 49 4.32095551424623D-17 55 50 -3.09120116437693D-17 55 51 1.68543297816771D-17 55 52 -2.39060253665012D-17 55 53 1.86684306436687D-17 55 54 -2.76252738134299D-17 55 55 1.37883978151701D-17 56 1 2.75156097176401D-10 56 2 -3.77738922650124D-11 56 3 2.41892735749039D-11 56 4 -8.31514304188320D-11 56 5 -6.43115161882732D-11 56 6 -7.79801637545508D-11 56 7 -7.78436265388834D-11 56 8 -6.53305067622020D-11 56 9 -7.65750195056842D-11 56 10 -9.35156200771801D-11 56 11 7.19057477019271D-11 56 12 1.58818207129493D-10 56 13 -2.06450424762509D-11 56 14 9.55095952543367D-11 56 15 -2.84531357550394D-11 56 16 -3.06770621784020D-18 56 17 -3.24145007521652D-17 56 18 -7.64901288698925D-18 56 19 -1.07731768313815D-17 56 20 -4.26883883362688D-17 56 21 1.79830128330049D-18 56 22 -1.97240813322438D-17 56 23 -1.41698684912349D-17 56 24 -9.06829122256087D-18 56 25 -4.24348094197011D-17 56 26 -8.64001801084787D-18 56 27 -4.97641127089477D-17 56 28 -1.29369753397777D-17 56 29 -3.83131324317426D-17 56 30 -2.27747779266558D-17 56 31 -2.20674727092376D-17 56 32 -2.46387860090702D-17 56 33 -2.33419408828861D-17 56 34 -1.42848621383813D-17 56 35 -3.68334170819947D-17 56 36 -9.13348766481544D-18 56 37 -5.90139593657647D-17 56 38 -2.15991936919082D-17 56 39 -2.92308700476606D-17 56 40 -5.91040430589042D-18 56 41 -4.94481721134696D-17 56 42 -3.56807956130334D-18 56 43 -6.81297931187061D-17 56 44 6.41722585169922D-18 56 45 -3.08483363596016D-17 56 46 3.42526825589427D-18 56 47 -7.36291373675337D-17 56 48 9.46627405178681D-18 56 49 -5.84993152271319D-17 56 50 4.16497903191716D-17 56 51 -2.31291602757234D-17 56 52 3.37712706194133D-17 56 53 -2.48086804524283D-17 56 54 3.90221707219800D-17 56 55 -1.74855618685160D-17 56 56 3.65564532230288D-17 57 1 -3.16770078880233D-10 57 2 4.21555946041573D-11 57 3 -2.78870513890233D-11 57 4 9.67430355699710D-11 57 5 7.29093826779469D-11 57 6 9.34625993368754D-11 57 7 9.16362160994051D-11 57 8 7.75506091010806D-11 57 9 8.66992194817577D-11 57 10 1.04883259070128D-10 57 11 -8.59131049593132D-11 57 12 -1.80466976059976D-10 57 13 2.35070215513342D-11 57 14 -1.06702237631256D-10 57 15 2.81927906938515D-11 57 16 3.51807031739440D-18 57 17 3.69384744984140D-17 57 18 9.16427900344359D-18 57 19 1.20072453109781D-17 57 20 5.18960579607668D-17 57 21 -2.21157550820480D-18 57 22 2.36057063634347D-17 57 23 1.64144915983608D-17 57 24 1.04651654812357D-17 57 25 4.89835667123433D-17 57 26 9.84103207304641D-18 57 27 5.76272293954864D-17 57 28 1.49883547188934D-17 57 29 4.45021470974278D-17 57 30 2.67871026770437D-17 57 31 2.58350663125453D-17 57 32 2.90303296825805D-17 57 33 2.76420929464761D-17 57 34 1.65221697484760D-17 57 35 4.28173929907256D-17 57 36 1.02819102410195D-17 57 37 6.84642756818830D-17 57 38 2.54237289464282D-17 57 39 3.46405105434064D-17 57 40 5.74377158925609D-18 57 41 5.83940980385100D-17 57 42 3.14291443069497D-18 57 43 8.00967367745145D-17 57 44 -9.97065350510303D-18 57 45 3.63708839105816D-17 57 46 -4.94559855510276D-18 57 47 8.58728772122818D-17 57 48 -1.18660204552603D-17 57 49 6.76847408161953D-17 57 50 -4.87522139067631D-17 57 51 2.61237992861072D-17 57 52 -3.73623923263083D-17 57 53 2.89575365092484D-17 57 54 -4.35072320963110D-17 57 55 2.04868584339944D-17 57 56 -2.40777092517951D-17 57 57 3.48382066181337D-17 58 1 5.77383929969720D-10 58 2 -7.81334544415964D-11 58 3 4.98317197685100D-11 58 4 -1.74592303837032D-10 58 5 -1.36478124426903D-10 58 6 -1.67166021816765D-10 58 7 -1.64458345489739D-10 58 8 -1.39364392366228D-10 58 9 -1.62085284644114D-10 58 10 -1.94586585271006D-10 58 11 1.57790362502562D-10 58 12 3.31447957591897D-10 58 13 -4.37460039673705D-11 58 14 1.96184463406428D-10 58 15 -5.20300111133310D-11 58 16 -6.43726045799132D-18 58 17 -6.79588262257183D-17 58 18 -1.62819017968038D-17 58 19 -2.19542116677483D-17 58 20 -9.22211035750690D-17 58 21 4.42575965480540D-18 58 22 -4.20891492440254D-17 58 23 -2.95889137521458D-17 58 24 -1.87053058958790D-17 58 25 -8.95291445190850D-17 58 26 -1.75247764827178D-17 58 27 -1.05176390847035D-16 58 28 -2.69177918993694D-17 58 29 -8.10296657382868D-17 58 30 -4.84367596724642D-17 58 31 -4.65257569358828D-17 58 32 -5.24196709170122D-17 58 33 -4.95161368516267D-17 58 34 -2.97593949577969D-17 58 35 -7.79203366690016D-17 58 36 -1.83092057896134D-17 58 37 -1.24985556740388D-16 58 38 -4.56111940745195D-17 58 39 -6.18804304221032D-17 58 40 -1.17239294175766D-17 58 41 -1.05197106950327D-16 58 42 -6.77232386851822D-18 58 43 -1.44767466514878D-16 58 44 1.47041748730817D-17 58 45 -6.58456820653375D-17 58 46 7.33369181318911D-18 58 47 -1.56651893457543D-16 58 48 2.00405485619103D-17 58 49 -1.24179676101167D-16 58 50 8.91749817732239D-17 58 51 -4.85949226522854D-17 58 52 7.15073198655671D-17 58 53 -5.21673334939298D-17 58 54 8.25357509285147D-17 58 55 -3.67388514469056D-17 58 56 5.15763281383536D-17 58 57 -5.70308489839735D-17 58 58 1.10839790947463D-16 59 1 -1.11979424416888D-10 59 2 1.51273180960302D-11 59 3 -1.00965971808248D-11 59 4 3.42515946430535D-11 59 5 2.51131505211956D-11 59 6 3.23904143009038D-11 59 7 3.20691890896508D-11 59 8 2.68093309200683D-11 59 9 2.98348036929059D-11 59 10 3.71769080432639D-11 59 11 -2.86435796004260D-11 59 12 -6.37825216757726D-11 59 13 8.48151943295717D-12 59 14 -3.84061380660313D-11 59 15 1.16541136241998D-11 59 16 1.31946248142074D-18 59 17 1.30136672020399D-17 59 18 3.24278808033528D-18 59 19 4.33150798402955D-18 59 20 1.84274609287647D-17 59 21 -6.21574346449188D-19 59 22 8.61262384917127D-18 59 23 5.96210384925294D-18 59 24 3.90789018136889D-18 59 25 1.73880940803877D-17 59 26 3.70626561072735D-18 59 27 2.04284745238708D-17 59 28 5.47314210455072D-18 59 29 1.58835915931828D-17 59 30 9.56038038695252D-18 59 31 9.31970945672812D-18 59 32 1.03946024734489D-17 59 33 9.78236220839211D-18 59 34 5.96216735753889D-18 59 35 1.53305927802521D-17 59 36 3.78996800184146D-18 59 37 2.43417237034741D-17 59 38 9.17541799160068D-18 59 39 1.24148849045369D-17 59 40 1.86153706112866D-18 59 41 2.05807588582082D-17 59 42 8.78537451636479D-19 59 43 2.81299812029413D-17 59 44 -3.72925138190498D-18 59 45 1.27348814053845D-17 59 46 -2.05650194483025D-18 59 47 2.98038648385412D-17 59 48 -4.40952432192215D-18 59 49 2.34476870099766D-17 59 50 -1.69976499725101D-17 59 51 9.24102616355007D-18 59 52 -1.26279887793646D-17 59 53 1.05175863877162D-17 59 54 -1.50227364770445D-17 59 55 7.52580367946330D-18 59 56 -9.41663762283322D-18 59 57 1.15974476162938D-17 59 58 -1.92388497594733D-17 59 59 5.10974123374743D-18 60 1 1.45040649659883D-10 60 2 -1.96345811557950D-11 60 3 1.26129486092475D-11 60 4 -4.41500531505455D-11 60 5 -3.33152551762399D-11 60 6 -4.12266124647895D-11 60 7 -4.10571196487297D-11 60 8 -3.43735765074147D-11 60 9 -3.96364943527611D-11 60 10 -4.86328097523260D-11 60 11 3.81858773813910D-11 60 12 8.17761573514153D-11 60 13 -1.12004679317562D-11 60 14 4.91373133968633D-11 60 15 -1.35263551339353D-11 60 16 -1.66568388946227D-18 60 17 -1.71075576160550D-17 60 18 -4.12147348540551D-18 60 19 -5.86701919081528D-18 60 20 -2.23229054502754D-17 60 21 7.19480073485638D-19 60 22 -1.04212243902394D-17 60 23 -7.60416102744626D-18 60 24 -4.96010615323833D-18 60 25 -2.23749118077287D-17 60 26 -4.81365310802956D-18 60 27 -2.62136190851390D-17 60 28 -6.97435978027974D-18 60 29 -2.01852230082276D-17 60 30 -1.19240889004867D-17 60 31 -1.17177027885200D-17 60 32 -1.28094955338349D-17 60 33 -1.23062241223761D-17 60 34 -7.66130907384472D-18 60 35 -1.93915485883839D-17 60 36 -5.11581086176282D-18 60 37 -3.09616959305229D-17 60 38 -1.12846841751774D-17 60 39 -1.54280762639343D-17 60 40 -3.11921945029824D-18 60 41 -2.57893750332738D-17 60 42 -1.97055607934984D-18 60 43 -3.55936531300675D-17 60 44 3.46257652027790D-18 60 45 -1.59344062729269D-17 60 46 1.86155865381299D-18 60 47 -3.83251089058350D-17 60 48 5.04541300679418D-18 60 49 -3.04272603690843D-17 60 50 2.15234593507233D-17 60 51 -1.20627213702530D-17 60 52 1.74035998822246D-17 60 53 -1.31412903467043D-17 60 54 2.01890720244679D-17 60 55 -9.24759127656623D-18 60 56 1.31547534328701D-17 60 57 -1.41553614613673D-17 60 58 2.63357500053155D-17 60 59 -5.13674199942083D-18 60 60 7.44600264816620D-18 61 1 -4.77070807836163D-10 61 2 6.34828862174648D-11 61 3 -4.17864233305606D-11 61 4 1.45543539601689D-10 61 5 1.12548813693091D-10 61 6 1.38234851655663D-10 61 7 1.38047878013131D-10 61 8 1.15555601024914D-10 61 9 1.34665505229273D-10 61 10 1.58366399311394D-10 61 11 -1.30815541044133D-10 61 12 -2.72719662186711D-10 61 13 3.51121397897888D-11 61 14 -1.60771291133522D-10 61 15 4.16067312628245D-11 61 16 5.09097614760111D-18 61 17 5.56224454526534D-17 61 18 1.37344837127100D-17 61 19 1.79354960462552D-17 61 20 7.83527897419632D-17 61 21 -3.48533330719671D-18 61 22 3.54460806213604D-17 61 23 2.45999590424392D-17 61 24 1.56026440457565D-17 61 25 7.37018955354387D-17 61 26 1.47003419374242D-17 61 27 8.67631616111614D-17 61 28 2.25247944007123D-17 61 29 6.68990049773967D-17 61 30 4.03569230714618D-17 61 31 3.87798734848390D-17 61 32 4.36579364380726D-17 61 33 4.15792779020631D-17 61 34 2.49210191646638D-17 61 35 6.43342007969227D-17 61 36 1.55262391434592D-17 61 37 1.03044253220272D-16 61 38 3.82449508036154D-17 61 39 5.21031698354667D-17 61 40 8.90769109201927D-18 61 41 8.81178862991561D-17 61 42 5.07724104558323D-18 61 43 1.20984637686608D-16 61 44 -1.49081769369366D-17 61 45 5.49267816494588D-17 61 46 -7.20350213147126D-18 61 47 1.29851258149900D-16 61 48 -1.77446828353178D-17 61 49 1.02325334451640D-16 61 50 -7.35125035511122D-17 61 51 3.91728520742724D-17 61 52 -5.66174901845620D-17 61 53 4.32546055234051D-17 61 54 -6.55263162627036D-17 61 55 3.05406055714703D-17 61 56 -4.02720526785392D-17 61 57 4.80795742807408D-17 61 58 -8.61236528171502D-17 61 59 1.69337295168156D-17 61 60 -2.11853907932479D-17 61 61 7.30659364596243D-17 62 1 1.35432739717403D-10 62 2 -1.81652144601574D-11 62 3 1.18552235032202D-11 62 4 -4.13847647124841D-11 62 5 -3.04469113823725D-11 62 6 -3.80009539226902D-11 62 7 -3.84785443251527D-11 62 8 -3.15968597485394D-11 62 9 -3.64205616461717D-11 62 10 -4.48339964720323D-11 62 11 3.50596671760528D-11 62 12 7.50121163186113D-11 62 13 -1.07352539189733D-11 62 14 4.51491315858258D-11 62 15 -1.24461311767463D-11 62 16 -1.50432216983682D-18 62 17 -1.58124533760124D-17 62 18 -3.91889910022907D-18 62 19 -5.46440147264887D-18 62 20 -2.09669891680740D-17 62 21 6.00602346140296D-19 62 22 -9.74974635976675D-18 62 23 -7.07637894883696D-18 62 24 -4.62985585750371D-18 62 25 -2.06829485642271D-17 62 26 -4.49292048432969D-18 62 27 -2.42116973981311D-17 62 28 -6.50386081953533D-18 62 29 -1.86783617121090D-17 62 30 -1.11224322653375D-17 62 31 -1.09105652231631D-17 62 32 -1.19213450770416D-17 62 33 -1.14099562484296D-17 62 34 -7.15259573746950D-18 62 35 -1.79569685327672D-17 62 36 -4.79559137656721D-18 62 37 -2.85756802620381D-17 62 38 -1.05070301110955D-17 62 39 -1.43051039310012D-17 62 40 -2.96437503211836D-18 62 41 -2.37998914013216D-17 62 42 -1.93759708124608D-18 62 43 -3.28013946698373D-17 62 44 3.20968270144639D-18 62 45 -1.46546346996581D-17 62 46 1.59500883796026D-18 62 47 -3.52123692931102D-17 62 48 4.55979076149229D-18 62 49 -2.79244406915545D-17 62 50 1.97380499960853D-17 62 51 -1.10831888179311D-17 62 52 1.57332362762884D-17 62 53 -1.20735000302925D-17 62 54 1.85463570380995D-17 62 55 -8.59424966132395D-18 62 56 1.20344346930015D-17 62 57 -1.30539252697798D-17 62 58 2.41811190541346D-17 62 59 -4.81542950856943D-18 62 60 6.65424163604477D-18 62 61 -1.94786392943078D-17 62 62 6.66922098977918D-18 63 1 -4.80406305267191D-10 63 2 6.41729985386651D-11 63 3 -4.19329517143257D-11 63 4 1.46133060047773D-10 63 5 1.13292796930052D-10 63 6 1.38577487023319D-10 63 7 1.38493273396405D-10 63 8 1.16026993608015D-10 63 9 1.35796201523485D-10 63 10 1.60115647939267D-10 63 11 -1.31530840293886D-10 63 12 -2.74839218416771D-10 63 13 3.56634419497575D-11 63 14 -1.61961485984606D-10 63 15 4.23994957479451D-11 63 16 5.08915271138293D-18 63 17 5.59140801933616D-17 63 18 1.39671992183736D-17 63 19 1.80106252835973D-17 63 20 7.94124491774303D-17 63 21 -3.42431281446788D-18 63 22 3.58482049202107D-17 63 23 2.48562812777215D-17 63 24 1.57305623745144D-17 63 25 7.41811150480081D-17 63 26 1.48193419370831D-17 63 27 8.73362029005293D-17 63 28 2.27120828410136D-17 63 29 6.73951194795990D-17 63 30 4.06733544771573D-17 63 31 3.91469166827097D-17 63 32 4.39798638054965D-17 63 33 4.18988577930649D-17 63 34 2.51211514820272D-17 63 35 6.48514252250346D-17 63 36 1.56841748789580D-17 63 37 1.03763501693894D-16 63 38 3.85286164609391D-17 63 39 5.25537674939717D-17 63 40 8.95891143707955D-18 63 41 8.87785126381299D-17 63 42 5.20490248973504D-18 63 43 1.21848283742248D-16 63 44 -1.52730645520265D-17 63 45 5.53049893333600D-17 63 46 -7.14604873713686D-18 63 47 1.30690353850289D-16 63 48 -1.77975709880682D-17 63 49 1.02992123629125D-16 63 50 -7.38909282821867D-17 63 51 3.94539872317032D-17 63 52 -5.72970259587458D-17 63 53 4.34260573623375D-17 63 54 -6.59739291509338D-17 63 55 3.08726166746768D-17 63 56 -4.07375974272326D-17 63 57 4.82260996547769D-17 63 58 -8.66730765203985D-17 63 59 1.70455840331199D-17 63 60 -2.13896754170660D-17 63 61 7.27642986153997D-17 63 62 -1.95964946809776D-17 63 63 7.43395670817694D-17 64 1 1.43377132829688D-10 64 2 -1.96598982694196D-11 64 3 1.26210370942936D-11 64 4 -4.35899766572580D-11 64 5 -3.32227239432538D-11 64 6 -4.17233645297767D-11 64 7 -4.05065170328925D-11 64 8 -3.47258570721929D-11 64 9 -3.91618044089570D-11 64 10 -4.81549967367221D-11 64 11 3.77769215769356D-11 64 12 8.25009362694056D-11 64 13 -1.11254155663078D-11 64 14 4.98313370412338D-11 64 15 -1.42371750402124D-11 64 16 -1.59467073074784D-18 64 17 -1.69141842075196D-17 64 18 -4.04499705599464D-18 64 19 -5.66222137338708D-18 64 20 -2.27464397552195D-17 64 21 8.27162377545821D-19 64 22 -1.06358420396294D-17 64 23 -7.60819942961805D-18 64 24 -4.94229139829975D-18 64 25 -2.24121515834492D-17 64 26 -4.76370415317611D-18 64 27 -2.63202698207210D-17 64 28 -6.99067989907218D-18 64 29 -2.03240652171040D-17 64 30 -1.20819403893951D-17 64 31 -1.17976389132554D-17 64 32 -1.29768278422304D-17 64 33 -1.23508149172858D-17 64 34 -7.66687741811552D-18 64 35 -1.95753954945597D-17 64 36 -5.01920236634196D-18 64 37 -3.12131920918144D-17 64 38 -1.13671222538343D-17 64 39 -1.55202671579815D-17 64 40 -2.98215735590978D-18 64 41 -2.58239628685005D-17 64 42 -1.82088697194121D-18 64 43 -3.56284701695910D-17 64 44 3.54518398231263D-18 64 45 -1.58901438410796D-17 64 46 1.83189621949528D-18 64 47 -3.82073536351075D-17 64 48 4.90990335204199D-18 64 49 -3.02221853122637D-17 64 50 2.12958700716393D-17 64 51 -1.18479364608368D-17 64 52 1.69656338024862D-17 64 53 -1.30993642687308D-17 64 54 1.98535733648899D-17 64 55 -9.31746518089007D-18 64 56 1.27551397798798D-17 64 57 -1.42503763795568D-17 64 58 2.62523079231019D-17 64 59 -5.23956678191638D-18 64 60 6.98915946061488D-18 64 61 -2.13409925139584D-17 64 62 6.47578526022009D-18 64 63 -2.15192924097531D-17 64 64 7.37462348003257D-18 65 1 -3.19500131817058D-10 65 2 4.24132374971110D-11 65 3 -2.81153920110379D-11 65 4 9.74825833620654D-11 65 5 7.43641351368975D-11 65 6 9.27700006891357D-11 65 7 9.28433797976982D-11 65 8 7.74757239295260D-11 65 9 8.89766498347153D-11 65 10 1.06022662867591D-10 65 11 -8.66506925952250D-11 65 12 -1.81973846496940D-10 65 13 2.31509103079611D-11 65 14 -1.07602175452464D-10 65 15 2.83431820606686D-11 65 16 3.34206670908502D-18 65 17 3.72205705036761D-17 65 18 9.12306632106990D-18 65 19 1.20581972036273D-17 65 20 5.24796185241009D-17 65 21 -2.31253117219217D-18 65 22 2.37953325840978D-17 65 23 1.64157869217569D-17 65 24 1.05249329587355D-17 65 25 4.92100303217009D-17 65 26 9.96938021455419D-18 65 27 5.79069367195642D-17 65 28 1.52106479511822D-17 65 29 4.46530648008322D-17 65 30 2.71375123879863D-17 65 31 2.59435642675248D-17 65 32 2.93623645957761D-17 65 33 2.78463459738702D-17 65 34 1.68504414498777D-17 65 35 4.29659907108366D-17 65 36 1.05766761692992D-17 65 37 6.87909990125872D-17 65 38 2.57912075171596D-17 65 39 3.48974090412720D-17 65 40 5.96657911581354D-18 65 41 5.90263220043756D-17 65 42 3.35980046452258D-18 65 43 8.09459404578978D-17 65 44 -1.01336069284794D-17 65 45 3.68123175563964D-17 65 46 -5.06159043038213D-18 65 47 8.66646024161703D-17 65 48 -1.21354897575952D-17 65 49 6.83002439242113D-17 65 50 -4.92612354661424D-17 65 51 2.62385604637404D-17 65 52 -3.79725396484929D-17 65 53 2.87286098811896D-17 65 54 -4.38120659469005D-17 65 55 2.03886556380837D-17 65 56 -2.70729201878172D-17 65 57 3.19105707012531D-17 65 58 -5.72676935386469D-17 65 59 1.13883432815559D-17 65 60 -1.41826615649000D-17 65 61 4.82893616839716D-17 65 62 -1.31447778378256D-17 65 63 4.85160038628063D-17 65 64 -1.42885524323608D-17 65 65 3.32103086205348D-17 66 1 1.16412752817554D-10 66 2 -1.61057930910734D-11 66 3 1.03979206104747D-11 66 4 -3.54749743206774D-11 66 5 -2.68128268446426D-11 66 6 -3.40816960148835D-11 66 7 -3.27822536091193D-11 66 8 -2.83398011786963D-11 66 9 -3.14520376713608D-11 66 10 -3.88928292574585D-11 66 11 3.01352970815165D-11 66 12 6.73411026881521D-11 66 13 -9.26250749185641D-12 66 14 4.11229554495825D-11 66 15 -1.22055814074761D-11 66 16 -1.17999127645943D-18 66 17 -1.36926269837304D-17 66 18 -3.10886484719143D-18 66 19 -4.52357030924999D-18 66 20 -1.84491039163236D-17 66 21 6.82353376411739D-19 66 22 -8.71026339046296D-18 66 23 -6.22894058217028D-18 66 24 -4.03557361545376D-18 66 25 -1.82537375552422D-17 66 26 -3.91316143453293D-18 66 27 -2.14471996513568D-17 66 28 -5.73635774962800D-18 66 29 -1.65722465186007D-17 66 30 -9.89684303814154D-18 66 31 -9.64601259841853D-18 66 32 -1.05980150441796D-17 66 33 -1.00513896854277D-17 66 34 -6.29915317947771D-18 66 35 -1.59900733768618D-17 66 36 -4.16192313885119D-18 66 37 -2.54424508140992D-17 66 38 -9.29315860862382D-18 66 39 -1.26655366353928D-17 66 40 -2.48987128824661D-18 66 41 -2.09738110159640D-17 66 42 -1.56971161120439D-18 66 43 -2.89433977524866D-17 66 44 2.81685769861312D-18 66 45 -1.28577726364141D-17 66 46 1.41258429362977D-18 66 47 -3.09475158100123D-17 66 48 3.91167295432557D-18 66 49 -2.44487246567124D-17 66 50 1.71310373092579D-17 66 51 -9.58377269942759D-18 66 52 1.36211551855307D-17 66 53 -1.05398593505216D-17 66 54 1.59719853517642D-17 66 55 -7.57610887711091D-18 66 56 1.04369112102608D-17 66 57 -1.15618142480358D-17 66 58 2.12271789144601D-17 66 59 -4.30566959918628D-18 66 60 5.62867432682706D-18 66 61 -1.73299994943465D-17 66 62 5.31281727555819D-18 66 63 -1.74909022540125D-17 66 64 5.76061376891558D-18 66 65 -1.16382204383099D-17 66 66 5.73972195011237D-18 67 1 -3.19878827702640D-10 67 2 4.22657485565264D-11 67 3 -2.76830748813154D-11 67 4 9.74270079390336D-11 67 5 7.37387000902256D-11 67 6 9.27856125484470D-11 67 7 9.25312488654557D-11 67 8 7.73328797680636D-11 67 9 8.83783776851983D-11 67 10 1.06460998624243D-10 67 11 -8.75165202583848D-11 67 12 -1.80180594286520D-10 67 13 2.34589729397207D-11 67 14 -1.05820574385603D-10 67 15 2.67002809329997D-11 67 16 3.19278845965318D-18 67 17 3.70634774955359D-17 67 18 8.96274133587108D-18 67 19 1.19777122384332D-17 67 20 5.17769545784088D-17 67 21 -2.31390251470215D-18 67 22 2.35737309684934D-17 67 23 1.63266743776046D-17 67 24 1.04600847096984D-17 67 25 4.89211211964449D-17 67 26 9.91042899153291D-18 67 27 5.75792220650139D-17 67 28 1.51226500995054D-17 67 29 4.43863995686830D-17 67 30 2.69776768705157D-17 67 31 2.57530364168739D-17 67 32 2.91395536032549D-17 67 33 2.76542077141841D-17 67 34 1.67803921145799D-17 67 35 4.27039535751636D-17 67 36 1.05714041249456D-17 67 37 6.83674149470773D-17 67 38 2.56252037583023D-17 67 39 3.46351963146073D-17 67 40 6.15201255247956D-18 67 41 5.86749206337201D-17 67 42 3.58458991227094D-18 67 43 8.04949499899309D-17 67 44 -9.79878800193911D-18 67 45 3.65613473362074D-17 67 46 -4.77068597933058D-18 67 47 8.62216556423570D-17 67 48 -1.18492224138492D-17 67 49 6.79710422522406D-17 67 50 -4.87608506022719D-17 67 51 2.62206118959950D-17 67 52 -3.80411509734745D-17 67 53 2.84480129864457D-17 67 54 -4.37546878582020D-17 67 55 2.01808326470131D-17 67 56 -2.70147123165988D-17 67 57 3.15452690651396D-17 67 58 -5.71901783143043D-17 67 59 1.11105138354766D-17 67 60 -1.42638816208841D-17 67 61 4.76007426151131D-17 67 62 -1.32023530313212D-17 67 63 4.80502808015347D-17 67 64 -1.42021830272364D-17 67 65 3.20449413692015D-17 67 66 -1.12483806986634D-17 67 67 3.33677377597329D-17 68 1 1.09669887282040D-10 68 2 -1.47671751244235D-11 68 3 9.21970435707015D-12 68 4 -3.38739063114538D-11 68 5 -2.47314253446172D-11 68 6 -3.43614210863729D-11 68 7 -3.05635418126875D-11 68 8 -2.81300826318769D-11 68 9 -2.84328053515276D-11 68 10 -3.70590533960379D-11 68 11 3.06213409866705D-11 68 12 6.21966447420520D-11 68 13 -8.17310940327940D-12 68 14 3.70072676865188D-11 68 15 -8.62236421144635D-12 68 16 -1.01205609779474D-18 68 17 -1.27584588577671D-17 68 18 -2.87567626087692D-18 68 19 -4.05963119695406D-18 68 20 -1.78114640138874D-17 68 21 7.11781285083901D-19 68 22 -8.35802759732060D-18 68 23 -5.84436504664986D-18 68 24 -3.79381362291456D-18 68 25 -1.72059725996999D-17 68 26 -3.64964330834854D-18 68 27 -2.02862183994829D-17 68 28 -5.39798756876321D-18 68 29 -1.56946865328793D-17 68 30 -9.38807632769132D-18 68 31 -9.16372545355119D-18 68 32 -1.00925704837584D-17 68 33 -9.51581725093180D-18 68 34 -5.90510571079198D-18 68 35 -1.51874117751306D-17 68 36 -3.81390747281363D-18 68 37 -2.41603488188709D-17 68 38 -8.82579003763351D-18 68 39 -1.21458436121245D-17 68 40 -2.02691898861900D-18 68 41 -2.00182652425060D-17 68 42 -1.17161465749710D-18 68 43 -2.75798532577521D-17 68 44 3.17877810508683D-18 68 45 -1.21852651701309D-17 68 46 1.53208249871537D-18 68 47 -2.93052780494732D-17 68 48 3.80187997363835D-18 68 49 -2.30500537638703D-17 68 50 1.61662822099213D-17 68 51 -8.86672282864569D-18 68 52 1.25488169311632D-17 68 53 -9.94979634859552D-18 68 54 1.46703897118989D-17 68 55 -7.30463745253586D-18 68 56 9.18223823021302D-18 68 57 -1.10850267052927D-17 68 58 1.95169646345937D-17 68 59 -4.14678414214004D-18 68 60 4.88587832093689D-18 68 61 -1.66385329588768D-17 68 62 4.60311719500919D-18 68 63 -1.68384652421349D-17 68 64 5.12028381560379D-18 68 65 -1.12115666624504D-17 68 66 4.26746948075782D-18 68 67 -1.11066843429652D-17 68 68 6.78961616781069D-18 69 1 -1.99334055710913D-10 69 2 2.65847617775676D-11 69 3 -1.75740113604460D-11 69 4 6.02878404237474D-11 69 5 4.67113224889031D-11 69 6 5.55191411349130D-11 69 7 5.81299702494286D-11 69 8 4.68866510682393D-11 69 9 5.65354949383213D-11 69 10 6.63566056436692D-11 69 11 -5.29339576795410D-11 69 12 -1.12889794152115D-10 69 13 1.45593592140767D-11 69 14 -6.72484898998655D-11 69 15 1.84096436218799D-11 69 16 1.98199038899743D-18 69 17 2.33440305306567D-17 69 18 5.17913557766678D-18 69 19 7.80537476357325D-18 69 20 3.09373969104294D-17 69 21 -1.43470893123918D-18 69 22 1.43569838659973D-17 69 23 1.01021520816851D-17 69 24 6.53435462459816D-18 69 25 3.05005152413329D-17 69 26 6.33123308814124D-18 69 27 3.57983426830109D-17 69 28 9.52805389919844D-18 69 29 2.75348259974767D-17 69 30 1.66898057746995D-17 69 31 1.58627745024188D-17 69 32 1.81090189048242D-17 69 33 1.70232464347048D-17 69 34 1.06130497511007D-17 69 35 2.64293113149122D-17 69 36 6.87963608384102D-18 69 37 4.25110704887892D-17 69 38 1.60703385847283D-17 69 39 2.13327040182230D-17 69 40 4.19923381434828D-18 69 41 3.63088623016627D-17 69 42 2.37697829882913D-18 69 43 4.99434716215965D-17 69 44 -5.16140205160545D-18 69 45 2.26657447323369D-17 69 46 -3.15737595593487D-18 69 47 5.35154252620568D-17 69 48 -7.52067989234079D-18 69 49 4.22470268134433D-17 69 50 -3.01697901407476D-17 69 51 1.63953557901272D-17 69 52 -2.38138423573474D-17 69 53 1.77102310115070D-17 69 54 -2.74470511300462D-17 69 55 1.25646263138221D-17 69 56 -1.74121928653989D-17 69 57 1.93746108706771D-17 69 58 -3.59688013792607D-17 69 59 6.86588583525295D-18 69 60 -9.23729297185167D-18 69 61 2.91963574910099D-17 69 62 -8.52487105451050D-18 69 63 2.93015083719075D-17 69 64 -9.06853601112498D-18 69 65 1.96429938129243D-17 69 66 -7.38085870535685D-18 69 67 1.96443692606166D-17 69 68 -5.90055794308392D-18 69 69 1.38908423244852D-17 70 1 7.39306079091842D-11 70 2 -1.03456577354885D-11 70 3 6.63087673116487D-12 70 4 -2.25585146905613D-11 70 5 -1.67315174695284D-11 70 6 -2.22822865419801D-11 70 7 -2.06744351064162D-11 70 8 -1.84483376628840D-11 70 9 -1.93433691605704D-11 70 10 -2.46228244810882D-11 70 11 1.89616253841078D-11 70 12 4.29050108815960D-11 70 13 -6.07466948756444D-12 70 14 2.65638318534251D-11 70 15 -7.91038771766076D-12 70 16 -5.20038433022909D-19 70 17 -8.60182136192030D-18 70 18 -1.84963205596216D-18 70 19 -2.83047050545745D-18 70 20 -1.19965444189952D-17 70 21 4.48338041171605D-19 70 22 -5.75301276429982D-18 70 23 -4.05249166435593D-18 70 24 -2.59798773527821D-18 70 25 -1.17012916333753D-17 70 26 -2.56523024324412D-18 70 27 -1.38153265354518D-17 70 28 -3.77196109889159D-18 70 29 -1.07266655625552D-17 70 30 -6.48106887742062D-18 70 31 -6.28763064609407D-18 70 32 -6.92000026780936D-18 70 33 -6.46112850839127D-18 70 34 -4.14966802532540D-18 70 35 -1.03987174278913D-17 70 36 -2.77282797647178D-18 70 37 -1.64573229499083D-17 70 38 -6.04728700075560D-18 70 39 -8.20389711693552D-18 70 40 -1.62013343517435D-18 70 41 -1.33838900197736D-17 70 42 -1.06044882038087D-18 70 43 -1.84812487139936D-17 70 44 1.72760431393669D-18 70 45 -8.08396065017337D-18 70 46 7.88278505582943D-19 70 47 -1.95727498787193D-17 70 48 2.32443399777167D-18 70 49 -1.53867610280121D-17 70 50 1.05060729068355D-17 70 51 -6.04404766007107D-18 70 52 8.38962070238377D-18 70 53 -6.62421402392977D-18 70 54 9.86954941607541D-18 70 55 -4.84779070501751D-18 70 56 6.32232502570105D-18 70 57 -7.33905521551846D-18 70 58 1.31901500326221D-17 70 59 -2.82312022207867D-18 70 60 3.47693162454184D-18 70 61 -1.09975139093949D-17 70 62 3.35969903262606D-18 70 63 -1.11246590970890D-17 70 64 3.70916857901771D-18 70 65 -7.38299968232159D-18 70 66 3.20651545894678D-18 70 67 -7.42383429235690D-18 70 68 2.97573524942734D-18 70 69 -4.69433344186969D-18 70 70 2.99758348175144D-18 71 1 -2.61820752747888D-10 71 2 3.45487394557514D-11 71 3 -2.26218847810599D-11 71 4 7.95290967861240D-11 71 5 6.03627196298926D-11 71 6 7.54243995555042D-11 71 7 7.58979543879625D-11 71 8 6.29329762118496D-11 71 9 7.25536065881079D-11 71 10 8.73525593608697D-11 71 11 -7.15289211968757D-11 71 12 -1.47271382475947D-10 71 13 1.90406570113962D-11 71 14 -8.63153128561439D-11 71 15 2.19157614231672D-11 71 16 2.59597102626667D-18 71 17 3.06105212349311D-17 71 18 7.29386210787253D-18 71 19 1.00151008100867D-17 71 20 4.22448586793977D-17 71 21 -1.87349819001891D-18 71 22 1.92331187803340D-17 71 23 1.33212349870042D-17 71 24 8.56417380587446D-18 71 25 4.00640838648205D-17 71 26 8.19731423910086D-18 71 27 4.70882642766196D-17 71 28 1.24466947021027D-17 71 29 3.62547093236657D-17 71 30 2.20764878200817D-17 71 31 2.10228996739272D-17 71 32 2.38907182396619D-17 71 33 2.26106648849530D-17 71 34 1.38351002627469D-17 71 35 3.48664255339113D-17 71 36 8.79500328300037D-18 71 37 5.58820330391080D-17 71 38 2.10296344426793D-17 71 39 2.82786782791977D-17 71 40 5.16137199604667D-18 71 41 4.79861595573008D-17 71 42 3.00508526353475D-18 71 43 6.58602510803239D-17 71 44 -7.74101470530050D-18 71 45 2.99300925484451D-17 71 46 -3.95181958063474D-18 71 47 7.06025248767958D-17 71 48 -9.75361271205616D-18 71 49 5.57230346493810D-17 71 50 -3.98898403844651D-17 71 51 2.16667567942433D-17 71 52 -3.13523818910801D-17 71 53 2.32758225900952D-17 71 54 -3.60409193317929D-17 71 55 1.64705476304439D-17 71 56 -2.26066431432808D-17 71 57 2.56178346770381D-17 71 58 -4.70887806629626D-17 71 59 9.03136973949729D-18 71 60 -1.19018382352470D-17 71 61 3.87301748270467D-17 71 62 -1.09844591805933D-17 71 63 3.90156360644144D-17 71 64 -1.16865953447560D-17 71 65 2.61555038435778D-17 71 66 -9.49533318665848D-18 71 67 2.61706683494810D-17 71 68 -8.97733391985159D-18 71 69 1.63008731388072D-17 71 70 -5.96922441970190D-18 71 71 2.22520400445251D-17 72 1 4.04436740638870D-11 72 2 -5.42231351656179D-12 72 3 3.54318801470867D-12 72 4 -1.24443316015949D-11 72 5 -9.18726837246018D-12 72 6 -1.17531201006034D-11 72 7 -1.15633607764914D-11 72 8 -9.82947922665097D-12 72 9 -1.08976186450622D-11 72 10 -1.32825997682915D-11 72 11 1.07164097574144D-11 72 12 2.25906361606269D-11 72 13 -3.15329638746112D-12 72 14 1.37226616985281D-11 72 15 -3.48312414048516D-12 72 16 -7.93548185842263D-20 72 17 -4.47345159011080D-18 72 18 -1.05321170461460D-18 72 19 -1.42222384716020D-18 72 20 -7.43079722400952D-18 72 21 1.68823589945408D-19 72 22 -3.35730193888557D-18 72 23 -2.27139709235630D-18 72 24 -1.41859675909776D-18 72 25 -6.28687708381187D-18 72 26 -1.43646446926071D-18 72 27 -7.45260150923670D-18 72 28 -2.15346849970917D-18 72 29 -5.83505081676382D-18 72 30 -3.68119958919468D-18 72 31 -3.54527907293590D-18 72 32 -3.85076745754895D-18 72 33 -3.65747582528711D-18 72 34 -2.40796828502690D-18 72 35 -5.68058289189020D-18 72 36 -1.67776165538333D-18 72 37 -8.87297408812903D-18 72 38 -3.34331817072360D-18 72 39 -4.60488844998823D-18 72 40 -9.36704720267839D-19 72 41 -7.30907284226889D-18 72 42 -8.06864463015485D-19 72 43 -1.00732372192194D-17 72 44 1.29833816713928D-18 72 45 -4.33184848479455D-18 72 46 2.42383765462544D-19 72 47 -1.05098725205027D-17 72 48 1.15301930570980D-18 72 49 -8.16874608194375D-18 72 50 5.55601402280332D-18 72 51 -2.98189019940183D-18 72 52 4.20366982610061D-18 72 53 -3.49254126199669D-18 72 54 4.94356036628452D-18 72 55 -2.55690457908388D-18 72 56 3.20225274947717D-18 72 57 -3.89486880260333D-18 72 58 6.49012139462041D-18 72 59 -1.48625147967065D-18 72 60 1.84274809851613D-18 72 61 -5.97228502639654D-18 72 62 1.84657008229032D-18 72 63 -6.13409280700574D-18 72 64 1.95483009253199D-18 72 65 -4.11094037952928D-18 72 66 1.73053785068337D-18 72 67 -4.16475706107888D-18 72 68 1.81365399820793D-18 72 69 -2.45697733069146D-18 72 70 1.36934864887975D-18 72 71 -3.28894911016135D-18 72 72 1.45037441756435D-18 73 1 -4.60512718743017D-10 73 2 6.12316017510414D-11 73 3 -4.02481811978490D-11 73 4 1.40089017192704D-10 73 5 1.08303510816925D-10 73 6 1.32006781036430D-10 73 7 1.33391544528544D-10 73 8 1.10742987342156D-10 73 9 1.30306599546929D-10 73 10 1.53307053410383D-10 73 11 -1.25728964921532D-10 73 12 -2.62448601306510D-10 73 13 3.37243407132034D-11 73 14 -1.54548581631802D-10 73 15 4.03844444736970D-11 73 16 4.76782488593692D-18 73 17 5.39892107323446D-17 73 18 1.29681386011724D-17 73 19 1.75387015523414D-17 73 20 7.42817623317984D-17 73 21 -3.46187035244829D-18 73 22 3.37157298452945D-17 73 23 2.34171165114331D-17 73 24 1.49748238622027D-17 73 25 7.07490720805280D-17 73 26 1.42134961119473D-17 73 27 8.31991781672930D-17 73 28 2.17406340128438D-17 73 29 6.40080646114356D-17 73 30 3.88073446662850D-17 73 31 3.69761283033483D-17 73 32 4.19953481462903D-17 73 33 3.97684768396029D-17 73 34 2.41677517889921D-17 73 35 6.15187942483197D-17 73 36 1.51906155372827D-17 73 37 9.87584751497457D-17 73 38 3.68705431591105D-17 73 39 4.97017257542641D-17 73 40 9.14608691222352D-18 73 41 8.45194776424439D-17 73 42 5.29683895209061D-18 73 43 1.16142456595151D-16 73 44 -1.32685739356714D-17 73 45 5.27685274525430D-17 73 46 -6.75163678915476D-18 73 47 1.24791995938488D-16 73 48 -1.69557310574660D-17 73 49 9.84421133475520D-17 73 50 -7.06607094302038D-17 73 51 3.79660645387392D-17 73 52 -5.52306070290225D-17 73 53 4.11753480842466D-17 73 54 -6.37153094493836D-17 73 55 2.90863783126078D-17 73 56 -3.97261891622595D-17 73 57 4.53285887510958D-17 73 58 -8.35337091423385D-17 73 59 1.58554423897762D-17 73 60 -2.08296947963797D-17 73 61 6.85089641317814D-17 73 62 -1.92019851834499D-17 73 63 6.89305702797148D-17 73 64 -2.06574070524527D-17 73 65 4.59660413938835D-17 73 66 -1.67502743866676D-17 73 67 4.58374217483936D-17 73 68 -1.56707738918380D-17 73 69 2.89325287082070D-17 73 70 -1.04940628649972D-17 73 71 3.77709690558206D-17 73 72 -5.44151277357305D-18 73 73 6.80285196095275D-17 74 1 1.09323449207804D-10 74 2 -1.56554723295593D-11 74 3 9.31700454371565D-12 74 4 -3.28902602069420D-11 74 5 -2.39965564179356D-11 74 6 -3.63583651646268D-11 74 7 -2.96871864382699D-11 74 8 -2.95251010169183D-11 74 9 -2.64898871130595D-11 74 10 -3.83914949586743D-11 74 11 2.92740032848387D-11 74 12 6.51820229017097D-11 74 13 -8.35426723532524D-12 74 14 3.99030071325650D-11 74 15 -1.16510442445140D-11 74 16 -9.98857448086468D-19 74 17 -1.29335259938050D-17 74 18 -2.05381685791626D-18 74 19 -4.05790413165972D-18 74 20 -1.53046371528253D-17 74 21 9.54737879546271D-19 74 22 -8.16462925671851D-18 74 23 -5.94691635586639D-18 74 24 -3.95605985038927D-18 74 25 -1.76708566114269D-17 74 26 -3.84121176835759D-18 74 27 -2.08741258385499D-17 74 28 -5.56010032012357D-18 74 29 -1.62002620505000D-17 74 30 -9.52121680487561D-18 74 31 -9.21612458314603D-18 74 32 -1.02630197735953D-17 74 33 -9.43093442584763D-18 74 34 -6.02303996920239D-18 74 35 -1.56978342266897D-17 74 36 -3.92626867397359D-18 74 37 -2.50985895907396D-17 74 38 -9.19285093798747D-18 74 39 -1.22651730896117D-17 74 40 -2.13510670552676D-18 74 41 -2.02808697196578D-17 74 42 -9.06895045476276D-19 74 43 -2.80227043419657D-17 74 44 2.28318182137073D-18 74 45 -1.24157993297586D-17 74 46 1.95869207399938D-18 74 47 -2.96386977817027D-17 74 48 4.07179281984765D-18 74 49 -2.33783259935742D-17 74 50 1.64197663255822D-17 74 51 -9.32792151363767D-18 74 52 1.31286001832512D-17 74 53 -1.02401110433265D-17 74 54 1.54226180238735D-17 74 55 -7.59997458603465D-18 74 56 9.75849306747069D-18 74 57 -1.13228988903419D-17 74 58 2.08752618112739D-17 74 59 -4.52258611837554D-18 74 60 5.00837667957578D-18 74 61 -1.67273901944120D-17 74 62 4.60413420073451D-18 74 63 -1.66945389454922D-17 74 64 5.37999920424350D-18 74 65 -1.12700020622600D-17 74 66 4.57561458452506D-18 74 67 -1.12904575491215D-17 74 68 5.19544486786919D-18 74 69 -7.04716532754983D-18 74 70 3.39592043381939D-18 74 71 -9.01233608953471D-18 74 72 1.71095541388570D-18 74 73 -1.58464087418587D-17 74 74 9.96896081408880D-18 75 1 -2.45677521518632D-11 75 2 3.34857205477643D-12 75 3 -2.22316405868456D-12 75 4 7.88801678281470D-12 75 5 2.84153295340568D-12 75 6 9.75980334947434D-12 75 7 6.58232783317099D-12 75 8 7.55719009321379D-12 75 9 2.68641295917625D-12 75 10 8.19237765980936D-12 75 11 -5.37682211920336D-12 75 12 -1.30374732347517D-11 75 13 1.90502729334348D-12 75 14 -8.37039181137580D-12 75 15 2.81451015924940D-12 75 16 2.67121550216581D-19 75 17 2.84178634339694D-18 75 18 3.10334562829898D-19 75 19 1.07099891155300D-18 75 20 1.53555581972234D-18 75 21 -9.89476363615465D-21 75 22 1.21200537481892D-18 75 23 1.22592661677630D-18 75 24 9.90696273402539D-19 75 25 3.52874272070159D-18 75 26 1.03393870556872D-18 75 27 4.13030732252246D-18 75 28 1.22856430771346D-18 75 29 3.15893616635589D-18 75 30 1.76946975778536D-18 75 31 1.78887506597837D-18 75 32 1.60869111624232D-18 75 33 1.98121615853233D-18 75 34 1.31713933879080D-18 75 35 3.01081366355248D-18 75 36 1.09583215940550D-18 75 37 4.86393397740693D-18 75 38 1.87236313036511D-18 75 39 2.48467575270803D-18 75 40 6.03543978778433D-19 75 41 4.19988097280296D-18 75 42 2.97768573865565D-19 75 43 5.82876880261740D-18 75 44 -3.05492767034705D-19 75 45 2.61284604257755D-18 75 46 -6.91150145367611D-19 75 47 6.13448906737550D-18 75 48 -1.19678803387614D-18 75 49 4.93917928135658D-18 75 50 -3.33292851940916D-18 75 51 2.04945260367638D-18 75 52 -2.87723607511549D-18 75 53 2.08573539473150D-18 75 54 -3.25720421762515D-18 75 55 1.53067254919899D-18 75 56 -2.35129580879268D-18 75 57 2.20360673688239D-18 75 58 -4.09596446798553D-18 75 59 8.07794786019794D-19 75 60 -1.40961286774906D-18 75 61 3.23592665728805D-18 75 62 -1.31984662294325D-18 75 63 3.19531539283544D-18 75 64 -1.24288124464142D-18 75 65 2.30300150524009D-18 75 66 -1.03251355770558D-18 75 67 2.47828859246788D-18 75 68 -7.75850650528800D-19 75 69 1.83316014703005D-18 75 70 -5.67207672844798D-19 75 71 2.11156473864877D-18 75 72 -2.42172403781971D-19 75 73 3.57373108588172D-18 75 74 -1.79872191949955D-18 75 75 2.11179962173516D-18 76 1 1.81384151528991D-11 76 2 -2.50251859615814D-12 76 3 1.84672981960660D-12 76 4 -6.04908063280148D-12 76 5 -4.00250495566979D-12 76 6 -5.81663433836941D-12 76 7 -5.17433631853194D-12 76 8 -4.81674413698665D-12 76 9 -4.46653172146926D-12 76 10 -5.44061512505903D-12 76 11 4.24692097037365D-12 76 12 1.05740541796606D-11 76 13 -1.47431409958227D-12 76 14 7.07490225400524D-12 76 15 -2.13759818387536D-12 76 16 1.39479572476229D-19 76 17 -2.00726522011951D-18 76 18 -4.29173325683309D-19 76 19 -6.15972598879997D-19 76 20 -3.41385351338760D-18 76 21 1.39847481353733D-19 76 22 -1.66542240893581D-18 76 23 -1.10023281588500D-18 76 24 -6.25664426900353D-19 76 25 -2.94036462032985D-18 76 26 -6.77430702232484D-19 76 27 -3.52219628023298D-18 76 28 -1.06450365272445D-18 76 29 -2.79100078660454D-18 76 30 -1.87035163677866D-18 76 31 -1.74339713082824D-18 76 32 -1.87822252912427D-18 76 33 -1.75636083304128D-18 76 34 -1.21925865295082D-18 76 35 -2.75778607844148D-18 76 36 -8.70925317262947D-19 76 37 -4.21917130762870D-18 76 38 -1.63146607406614D-18 76 39 -2.23665166113166D-18 76 40 -5.48471634293402D-19 76 41 -3.36397026981926D-18 76 42 -5.51447980882406D-19 76 43 -4.65983386021223D-18 76 44 4.59127349774837D-19 76 45 -1.91271076626349D-18 76 46 -9.94197605940547D-20 76 47 -4.71791087670241D-18 76 48 3.05100741822090D-19 76 49 -3.59014124243552D-18 76 50 2.19504953112382D-18 76 51 -1.24385648396223D-18 76 52 1.69235649224359D-18 76 53 -1.41450504341349D-18 76 54 1.95419313232331D-18 76 55 -1.20140314480027D-18 76 56 1.29099036667229D-18 76 57 -1.69351288678504D-18 76 58 2.65437485033965D-18 76 59 -6.27360323536789D-19 76 60 7.51001815104602D-19 76 61 -2.65899171884318D-18 76 62 8.20517308540879D-19 76 63 -2.73421345312931D-18 76 64 8.94980577766172D-19 76 65 -1.85204579842929D-18 76 66 9.07924747666688D-19 76 67 -1.90711356734733D-18 76 68 1.12253271779255D-18 76 69 -1.08782042188280D-18 76 70 8.56239637619622D-19 76 71 -1.47984972680491D-18 76 72 6.80574421040675D-19 76 73 -2.50340981759261D-18 76 74 1.08900540595932D-18 76 75 -1.15164295198713D-19 76 76 1.42347040108662D-18 77 1 -3.77189462517083D-10 77 2 4.98138999809388D-11 77 3 -3.26975809953048D-11 77 4 1.14813194032902D-10 77 5 8.82746504484528D-11 77 6 1.07708213929483D-10 77 7 1.09364561227936D-10 77 8 9.03129339081749D-11 77 9 1.06440913981292D-10 77 10 1.25716682908589D-10 77 11 -1.03387869395723D-10 77 12 -2.13192223683941D-10 77 13 2.72944008005289D-11 77 14 -1.25013165905799D-10 77 15 3.17415253841371D-11 77 16 3.91607698885863D-18 77 17 4.41409903394475D-17 77 18 1.04654937956411D-17 77 19 1.44723204766327D-17 77 20 6.00749441075707D-17 77 21 -2.79038660043842D-18 77 22 2.73243232683515D-17 77 23 1.90813519071485D-17 77 24 1.21545632766804D-17 77 25 5.77614934979801D-17 77 26 1.16132276392718D-17 77 27 6.77854279814447D-17 77 28 1.77104704685628D-17 77 29 5.21260390144148D-17 77 30 3.15470212247678D-17 77 31 3.00932175930750D-17 77 32 3.41950834860162D-17 77 33 3.24292594438133D-17 77 34 1.97175838168300D-17 77 35 5.00687771728231D-17 77 36 1.24612714164082D-17 77 37 8.04397075593434D-17 77 38 3.00404434502610D-17 77 39 4.04736152720814D-17 77 40 7.58758220597820D-18 77 41 6.88976136914388D-17 77 42 4.41808742326820D-18 77 43 9.47069813947359D-17 77 44 -1.05981926189638D-17 77 45 4.30138740353058D-17 77 46 -5.49571521930644D-18 77 47 1.01800780800935D-16 77 48 -1.38294999747012D-17 77 49 8.03417695697068D-17 77 50 -5.74950530036921D-17 77 51 3.10227547892867D-17 77 52 -4.50395781071691D-17 77 53 3.36270288686199D-17 77 54 -5.19487545504500D-17 77 55 2.36902284999276D-17 77 56 -3.24882051844183D-17 77 57 3.69338244185188D-17 77 58 -6.80835497679504D-17 77 59 1.29162037508333D-17 77 60 -1.71116196993257D-17 77 61 5.57634736756437D-17 77 62 -1.57619561847477D-17 77 63 5.60890573316006D-17 77 64 -1.68348455450751D-17 77 65 3.73363078673393D-17 77 66 -1.36038259281831D-17 77 67 3.74194828369609D-17 77 68 -1.25736198643120D-17 77 69 2.36662844888414D-17 77 70 -8.52326352834185D-18 77 71 3.07719695277258D-17 77 72 -4.57221351364277D-18 77 73 5.43700719734369D-17 77 74 -1.27950624239773D-17 77 75 2.94356437609102D-18 77 76 -1.71688977191241D-18 77 77 4.59881434589284D-17 78 1 7.81357686275643D-12 78 2 -2.46950240476691D-12 78 3 6.65220539814858D-13 78 4 -1.60012748581531D-12 78 5 -2.99320705324036D-13 78 6 -8.10499562792321D-12 78 7 -6.78990181600158D-13 78 8 -6.39625344562248D-12 78 9 1.80398952051813D-12 78 10 -4.91550247291171D-12 78 11 1.47460143267492D-12 78 12 9.69054971057073D-12 78 13 -6.18846604503598D-13 78 14 7.69052250232933D-12 78 15 -4.05477718889500D-12 78 16 1.85831423421256D-19 78 17 -1.35244946329426D-18 78 18 1.09197002338262D-18 78 19 -3.97292476632073D-19 78 20 7.78400759556812D-19 78 21 2.72787567811279D-19 78 22 -5.42583780423023D-19 78 23 -5.78837402703302D-19 78 24 -5.25123973849986D-19 78 25 -2.11497268626067D-18 78 26 -6.94319169022567D-19 78 27 -2.53565082579509D-18 78 28 -8.60650041086408D-19 78 29 -1.99616052398133D-18 78 30 -9.47095857507186D-19 78 31 -9.20846170226127D-19 78 32 -1.07299475470398D-18 78 33 -3.88985972908512D-19 78 34 -9.00898389629895D-19 78 35 -1.95050915799441D-18 78 36 -8.24363655112525D-19 78 37 -3.37334529290818D-18 78 38 -1.29012186957036D-18 78 39 -1.24515338875568D-18 78 40 -4.14958720090137D-19 78 41 -2.06253384423404D-18 78 42 6.19544866676507D-20 78 43 -3.14409676156615D-18 78 44 -8.67449153254033D-19 78 45 -1.08712880602167D-18 78 46 7.61429559244369D-19 78 47 -2.78686617967242D-18 78 48 6.90607781898834D-19 78 49 -2.12347247498554D-18 78 50 1.16416230203301D-18 78 51 -9.39012127929142D-19 78 52 1.41131808295094D-18 78 53 -9.69312422892444D-19 78 54 1.58889480822712D-18 78 55 -1.09380698610978D-18 78 56 1.22263856108084D-18 78 57 -1.15078272629902D-18 78 58 2.61573115265741D-18 78 59 -5.94808251648452D-19 78 60 4.84716610231324D-19 78 61 -1.63675579683700D-18 78 62 3.53166507241879D-19 78 63 -1.44538261694929D-18 78 64 7.68891144081010D-19 78 65 -1.24586186196824D-18 78 66 6.90665488414086D-19 78 67 -1.12582055751989D-18 78 68 1.09381311559115D-18 78 69 -1.47620189225326D-18 78 70 8.12778129363827D-19 78 71 -1.05705373745313D-18 78 72 3.16460219087314D-19 78 73 -1.83490838524702D-18 78 74 2.47090604928184D-18 78 75 -4.48958707099909D-19 78 76 3.87007538511861D-19 78 77 -1.33452043536310D-18 78 78 5.72979282575050D-18 79 1 -2.76306962848943D-11 79 2 3.79557989199392D-12 79 3 -2.58894067662074D-12 79 4 8.53029531625304D-12 79 5 5.30342392791015D-12 79 6 7.32141335698322D-12 79 7 7.76923020699109D-12 79 8 6.17068261707996D-12 79 9 6.46445171398466D-12 79 10 9.25818116446744D-12 79 11 -5.67620636156856D-12 79 12 -1.48719627155218D-11 79 13 2.07301823721254D-12 79 14 -9.59334980617104D-12 79 15 3.67516231598426D-12 79 16 3.27684728500263D-19 79 17 3.37151687707417D-18 79 18 5.13982221232943D-19 79 19 1.38760456505101D-18 79 20 3.17881388795445D-18 79 21 -6.24555505328326D-20 79 22 1.76943435984342D-18 79 23 1.40757975846066D-18 79 24 9.98443693508116D-19 79 25 4.18794226779841D-18 79 26 1.08534632283170D-18 79 27 4.81829904073926D-18 79 28 1.43357277500272D-18 79 29 3.59645466556961D-18 79 30 2.12903560591146D-18 79 31 2.09122718286583D-18 79 32 2.53176460753608D-18 79 33 2.28082797096482D-18 79 34 1.60010371336002D-18 79 35 3.46724139418004D-18 79 36 1.27182889793788D-18 79 37 5.59803328827040D-18 79 38 2.33057402662418D-18 79 39 2.85574663961053D-18 79 40 7.92361726598668D-19 79 41 4.79192843894683D-18 79 42 4.23723595026500D-19 79 43 6.61878927446989D-18 79 44 -2.19264370560223D-19 79 45 3.00359063236932D-18 79 46 -6.49843052249337D-19 79 47 7.01952617013013D-18 79 48 -1.23447494239168D-18 79 49 5.65475372414032D-18 79 50 -3.81357640194701D-18 79 51 2.34530220488954D-18 79 52 -3.21333385319579D-18 79 53 2.45881924120625D-18 79 54 -3.71902974864933D-18 79 55 1.76059334405405D-18 79 56 -2.70250670903090D-18 79 57 2.53519163536676D-18 79 58 -4.76185727793913D-18 79 59 1.02657345943222D-18 79 60 -1.61721239155284D-18 79 61 3.69716907521272D-18 79 62 -1.51139760403635D-18 79 63 3.67871019451413D-18 79 64 -1.43497453791361D-18 79 65 2.58051606936285D-18 79 66 -1.18616406992185D-18 79 67 2.59936393541974D-18 79 68 -8.67357411506756D-19 79 69 2.07056977757529D-18 79 70 -7.24824646977386D-19 79 71 2.29886046850752D-18 79 72 -3.23220512794490D-19 79 73 3.91844906092286D-18 79 74 -1.04679238401106D-18 79 75 5.11738663930905D-19 79 76 -8.01233392996082D-20 79 77 3.32356507250469D-18 79 78 -3.38188849385799D-19 79 79 1.11722382495740D-18 80 1 9.18721526839091D-14 80 2 2.79228004621437D-13 80 3 -3.76566813098757D-14 80 4 -2.82686491426863D-13 80 5 2.70353163782113D-13 80 6 7.09573809875158D-14 80 7 -3.55020285325172D-13 80 8 1.51893055252953D-14 80 9 1.36371145032451D-13 80 10 6.23634143724551D-13 80 11 3.09102131558071D-13 80 12 -1.34955566603899D-12 80 13 -7.78083040416974D-14 80 14 -8.73807462537248D-13 80 15 1.17995930158377D-12 80 16 5.38440030521714D-19 80 17 4.24085417221291D-19 80 18 5.42637897754300D-20 80 19 2.97618362672909D-19 80 20 -1.40216042943956D-18 80 21 3.05422073021905D-20 80 22 -4.53491249772486D-19 80 23 -7.63290430768486D-20 80 24 8.14271235666059D-20 80 25 1.48633959674740D-19 80 26 2.01710734222726D-20 80 27 6.23441976958243D-20 80 28 -1.59576564594227D-19 80 29 -6.28940872331482D-20 80 30 -4.20802631871866D-19 80 31 -2.17411952672451D-19 80 32 -2.90047024028177D-19 80 33 -2.34856965726405D-19 80 34 -2.72477522049570D-19 80 35 -1.41354438536466D-19 80 36 -2.10112691968135D-19 80 37 3.73528326871753D-21 80 38 -1.86805881151401D-19 80 39 -2.28307844152060D-19 80 40 -2.04221516357632D-19 80 41 -5.39901710704164D-20 80 42 -4.63592286086861D-19 80 43 -2.88124709732616D-20 80 44 2.76355083822911D-19 80 45 1.02896326647848D-19 80 46 -5.30053127787334D-19 80 47 2.60780863571309D-19 80 48 -4.37233736719040D-19 80 49 3.85092789457276D-19 80 50 -4.44268353263165D-19 80 51 4.56263702720585D-19 80 52 -5.36274719960807D-19 80 53 3.96886980584210D-19 80 54 -6.94183600909876D-19 80 55 2.45484260910311D-19 80 56 -4.96040160031780D-19 80 57 2.89250039663774D-19 80 58 -9.68017097855041D-19 80 59 1.79588592882176D-19 80 60 -2.36182914605428D-19 80 61 1.88837147403980D-19 80 62 -9.43404054175650D-20 80 63 7.22572001189799D-20 80 64 -1.41348390445750D-19 80 65 3.49217391891685D-20 80 66 1.68898755357496D-20 80 67 -1.29391636816720D-19 80 68 2.58109630336949D-19 80 69 1.29550443994873D-19 80 70 2.86032154779314D-19 80 71 8.45695338866257D-21 80 72 5.94608109401658D-19 80 73 2.18267715745462D-19 80 74 -4.19949938071744D-20 80 75 1.22202290335908D-19 80 76 5.66116125562707D-19 80 77 3.02368515142558D-19 80 78 6.00376319545662D-20 80 79 1.83104587908593D-19 80 80 1.44289227586794D-18 81 1 -5.55709586158948D-10 81 2 7.41785505092584D-11 81 3 -4.85836193513704D-11 81 4 1.69052643981078D-10 81 5 1.31312272048080D-10 81 6 1.59755960892660D-10 81 7 1.60419211056960D-10 81 8 1.33851430806380D-10 81 9 1.57563539627382D-10 81 10 1.85491985944685D-10 81 11 -1.51882573607742D-10 81 12 -3.18272867080467D-10 81 13 4.07448603301416D-11 81 14 -1.87458846618919D-10 81 15 4.95384017569942D-11 81 16 5.91010059610156D-18 81 17 6.53586351534662D-17 81 18 1.57728164917721D-17 81 19 2.12904468765032D-17 81 20 8.95021919787997D-17 81 21 -4.17201792589858D-18 81 22 4.05979863904158D-17 81 23 2.83124944491823D-17 81 24 1.80399331746662D-17 81 25 8.56720076280562D-17 81 26 1.71455061335373D-17 81 27 1.00616214431772D-16 81 28 2.61939793486722D-17 81 29 7.73542186818055D-17 81 30 4.67395479675642D-17 81 31 4.46519817444526D-17 81 32 5.06246934214523D-17 81 33 4.79895151582780D-17 81 34 2.91059755597335D-17 81 35 7.43531704002971D-17 81 36 1.83161729643819D-17 81 37 1.19395436075155D-16 81 38 4.43706436490169D-17 81 39 5.99542679519776D-17 81 40 1.11398847806557D-17 81 41 1.01943052472810D-16 81 42 6.51350718632287D-18 81 43 1.40186144564121D-16 81 44 -1.57398386653661D-17 81 45 6.36187400889008D-17 81 46 -7.97319481879686D-18 81 47 1.50748156926621D-16 81 48 -2.02855235072968D-17 81 49 1.18945248423677D-16 81 50 -8.52150598281510D-17 81 51 4.58293790581297D-17 81 52 -6.65601898766213D-17 81 53 4.98389992886309D-17 81 54 -7.69160415701794D-17 81 55 3.51725062111752D-17 81 56 -4.79652222720540D-17 81 57 5.48475582299903D-17 81 58 -1.00922962360236D-16 81 59 1.92188372432471D-17 81 60 -2.52089505082321D-17 81 61 8.28302699097420D-17 81 62 -2.32523569730649D-17 81 63 8.33351539844854D-17 81 64 -2.50125516308235D-17 81 65 5.54460404830058D-17 81 66 -2.02991627943158D-17 81 67 5.53449483825651D-17 81 68 -1.89317139069644D-17 81 69 3.46777226614668D-17 81 70 -1.27616556661378D-17 81 71 4.54332678907746D-17 81 72 -6.72643411578233D-18 81 73 8.04302785977174D-17 81 74 -1.93037997116269D-17 81 75 4.21993279711325D-18 81 76 -2.89314556448088D-18 81 77 6.55171333097951D-17 81 78 -2.00844729107069D-18 81 79 4.79578935604407D-18 81 80 3.34188461419668D-19 81 81 9.90878792289314D-17 82 1 -3.66842492366750D-02 82 2 4.89050669110660D-03 82 3 -3.27062998133295D-03 82 4 1.12000566638761D-02 82 5 9.11096004200552D-03 82 6 1.07940986772632D-02 82 7 1.06781569220378D-02 82 8 8.94889945997904D-03 82 9 1.08370752637638D-02 82 10 1.22065793432289D-02 82 11 -1.03751934558053D-02 82 12 -2.17679347331697D-02 82 13 2.59941073646060D-03 82 14 -1.25751105948761D-02 82 15 3.40748446599883D-03 82 16 3.97355887519362D-10 82 17 4.28328843867996D-09 82 18 1.15732218823425D-09 82 19 1.22398503178348D-09 82 20 6.70065725416225D-09 82 21 -4.50533775248090D-10 82 22 2.88338798361904D-09 82 23 1.83139657386280D-09 82 24 1.07710387956161D-09 82 25 5.76676564945974D-09 82 26 9.15865514945728D-10 82 27 6.80191862178610D-09 82 28 1.63518733919664D-09 82 29 5.27753973246384D-09 82 30 3.28771709215159D-09 82 31 3.01790598484426D-09 82 32 3.57989623462196D-09 82 33 3.29554911145824D-09 82 34 1.83191029016064D-09 82 35 5.09897952255688D-09 82 36 9.08426850462644D-10 82 37 8.17451585245338D-09 82 38 3.01075843243753D-09 82 39 4.04763008784886D-09 82 40 6.35757569821591D-10 82 41 6.98214382449291D-09 82 42 3.11238389173500D-10 82 43 9.52260940691742D-09 82 44 -1.14681599672284D-09 82 45 4.45693074650746D-09 82 46 -3.91510060675457D-10 82 47 1.03487542059894D-08 82 48 -1.20549267676191D-09 82 49 8.15331367965363D-09 82 50 -6.06913821405664D-09 82 51 3.11963180100516D-09 82 52 -4.59972624197097D-09 82 53 3.37030442583700D-09 82 54 -5.33053200566201D-09 82 55 2.34929974029853D-09 82 56 -3.05867302627434D-09 82 57 3.75494068317116D-09 82 58 -7.11520633871842D-09 82 59 1.26667435167145D-09 82 60 -1.39298480683929D-09 82 61 5.65502863190300D-09 82 62 -1.25460363867009D-09 82 63 5.67100196584170D-09 82 64 -1.51278963070515D-09 82 65 3.71411875748105D-09 82 66 -1.20601875003363D-09 82 67 3.66125342950834D-09 82 68 -1.23662488521638D-09 82 69 2.12971293636667D-09 82 70 -7.66148865109301D-10 82 71 2.92834741109868D-09 82 72 -3.43311220829356D-10 82 73 5.32709414673370D-09 82 74 -1.33770340107792D-09 82 75 4.21590820047626D-11 82 76 -1.52417194065958D-10 82 77 4.27399861356389D-09 82 78 -9.11792439398845D-11 82 79 7.09330732084594D-11 82 80 2.27830723165959D-11 82 81 6.42134502178323D-09 82 82 6.56203586518131D-01 83 1 1.11005764439702D-02 83 2 -1.28949494187828D-03 83 3 9.35835272716239D-04 83 4 -3.46639701659727D-03 83 5 -2.68690129170593D-03 83 6 -2.68268867461756D-03 83 7 -3.37351553709929D-03 83 8 -2.27179940152923D-03 83 9 -3.47742050770471D-03 83 10 -3.34487837936819D-03 83 11 3.27630504192753D-03 83 12 5.55823955735448D-03 83 13 -9.15806690902940D-04 83 14 2.97182952585741D-03 83 15 -3.34019251730550D-04 83 16 5.52547215404372D-12 83 17 -1.14193799446629D-09 83 18 -5.78765075001039D-10 83 19 -3.15200323074258D-10 83 20 -2.79109340026226D-09 83 21 6.56151119412800D-11 83 22 -9.80713966637582D-10 83 23 -5.73751203969607D-10 83 24 -2.58855095866501D-10 83 25 -1.58389189694100D-09 83 26 -2.16488154983782D-10 83 27 -1.87088203176832D-09 83 28 -4.83528635404019D-10 83 29 -1.47248468172580D-09 83 30 -1.04904950666891D-09 83 31 -9.56931016705638D-10 83 32 -1.06638790398998D-09 83 33 -1.07556673633417D-09 83 34 -5.86233633164882D-10 83 35 -1.44477828208186D-09 83 36 -3.23061026775732D-10 83 37 -2.19515757581289D-09 83 38 -8.46431468112102D-10 83 39 -1.23871722116281D-09 83 40 -2.84886093308790D-10 83 41 -2.02688997022952D-09 83 42 -3.80446711141176D-10 83 43 -2.72706569982240D-09 83 44 6.10838153244797D-10 83 45 -1.26257285496524D-09 83 46 -2.01676180057351D-10 83 47 -2.92884909601466D-09 83 48 1.43632428072402D-10 83 49 -2.26180606097894D-09 83 50 1.66631933656143D-09 83 51 -7.33024072175423D-10 83 52 1.14095020865251D-09 83 53 -8.39619650498099D-10 83 54 1.30291272582487D-09 83 55 -5.40669258732740D-10 83 56 7.46566769342622D-10 83 57 -9.51164869519172D-10 83 58 1.61149456532949D-09 83 59 -2.52222967819759D-10 83 60 4.09174894060164D-10 83 61 -1.55241299769506D-09 83 62 4.41180901353861D-10 83 63 -1.65664189541596D-09 83 64 3.91076554664261D-10 83 65 -1.02340615319571D-09 83 66 3.43544219414375D-10 83 67 -1.07889373738896D-09 83 68 2.98361709190288D-10 83 69 -4.80365988257487D-10 83 70 2.38549593047820D-10 83 71 -8.36857611146227D-10 83 72 2.99790238955973D-10 83 73 -1.43761600357400D-09 83 74 -5.87974595632233D-11 83 75 7.11334240997232D-11 83 76 2.06478074497116D-10 83 77 -1.16041126328636D-09 83 78 -4.59956340123119D-10 83 79 4.49185045553470D-11 83 80 2.94455051989712D-10 83 81 -1.73375676310206D-09 83 82 -1.44100672267771D-01 83 83 2.44652064494558D-01 -SOLUTION/MATRIX_ESTIMATE L COVA * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_INFO *Index Cns_abr Subind Unit Description_of_constraint 1 ATM_RATE 1 d/l Atmosphere rate between segments 2 ATM_RATE 2 d/l Atmosphere rate between segments 3 ATM_RATE 3 d/l Atmosphere rate between segments 4 ATM_RATE 4 d/l Atmosphere rate between segments 5 ATM_RATE 5 d/l Atmosphere rate between segments 6 ATM_RATE 6 d/l Atmosphere rate between segments 7 ATM_RATE 7 d/l Atmosphere rate between segments 8 ATM_RATE 8 d/l Atmosphere rate between segments 9 ATM_RATE 9 d/l Atmosphere rate between segments 10 ATM_RATE 10 d/l Atmosphere rate between segments 11 ATM_RATE 11 d/l Atmosphere rate between segments 12 ATM_RATE 12 d/l Atmosphere rate between segments 13 ATM_RATE 13 d/l Atmosphere rate between segments 14 ATM_RATE 14 d/l Atmosphere rate between segments 15 ATM_RATE 15 d/l Atmosphere rate between segments 16 ATM_RATE 16 d/l Atmosphere rate between segments 17 ATM_RATE 17 d/l Atmosphere rate between segments 18 ATM_RATE 18 d/l Atmosphere rate between segments 19 ATM_RATE 19 d/l Atmosphere rate between segments 20 ATM_RATE 20 d/l Atmosphere rate between segments 21 ATM_RATE 21 d/l Atmosphere rate between segments 22 ATM_RATE 22 d/l Atmosphere rate between segments 23 ATM_RATE 23 d/l Atmosphere rate between segments 24 ATM_RATE 24 d/l Atmosphere rate between segments 25 ATM_RATE 25 d/l Atmosphere rate between segments 26 ATM_RATE 26 d/l Atmosphere rate between segments 27 ATM_RATE 27 d/l Atmosphere rate between segments 28 ATM_RATE 28 d/l Atmosphere rate between segments 29 ATM_RATE 29 d/l Atmosphere rate between segments 30 ATM_RATE 30 d/l Atmosphere rate between segments 31 ATM_RATE 31 d/l Atmosphere rate between segments 32 ATM_RATE 32 d/l Atmosphere rate between segments 33 ATM_RATE 33 d/l Atmosphere rate between segments 34 ATM_RATE 34 d/l Atmosphere rate between segments 35 ATM_RATE 35 d/l Atmosphere rate between segments 36 ATM_RATE 36 d/l Atmosphere rate between segments 37 ATM_RATE 37 d/l Atmosphere rate between segments 38 ATM_RATE 38 d/l Atmosphere rate between segments 39 ATM_RATE 39 d/l Atmosphere rate between segments 40 ATM_RATE 40 d/l Atmosphere rate between segments 41 ATM_RATE 41 d/l Atmosphere rate between segments 42 ATM_RATE 42 d/l Atmosphere rate between segments 43 ATM_RATE 43 d/l Atmosphere rate between segments 44 ATM_RATE 44 d/l Atmosphere rate between segments 45 ATM_RATE 45 d/l Atmosphere rate between segments 46 ATM_RATE 46 d/l Atmosphere rate between segments 47 ATM_RATE 47 d/l Atmosphere rate between segments 48 ATM_RATE 48 d/l Atmosphere rate between segments 49 ATM_RATE 49 d/l Atmosphere rate between segments 50 ATM_RATE 50 d/l Atmosphere rate between segments 51 ATM_RATE 51 d/l Atmosphere rate between segments 52 ATM_RATE 52 d/l Atmosphere rate between segments 53 ATM_RATE 53 d/l Atmosphere rate between segments 54 ATM_RATE 54 d/l Atmosphere rate between segments 55 ATM_RATE 55 d/l Atmosphere rate between segments 56 ATM_RATE 56 d/l Atmosphere rate between segments 57 ATM_RATE 57 d/l Atmosphere rate between segments 58 ATM_RATE 58 d/l Atmosphere rate between segments 59 ATM_RATE 59 d/l Atmosphere rate between segments 60 ATM_RATE 60 d/l Atmosphere rate between segments 61 ATM_RATE 61 d/l Atmosphere rate between segments 62 ATM_RATE 62 d/l Atmosphere rate between segments 63 ATM_RATE 63 d/l Atmosphere rate between segments 64 ATM_RATE 64 d/l Atmosphere rate between segments 65 ATM_RATE 65 d/l Atmosphere rate between segments 66 ATM_RATE 66 d/l Atmosphere rate between segments 67 ATM_RATE 67 d/l Atmosphere rate between segments 68 ATM_RATE 68 d/l Atmosphere rate between segments 69 ATM_RATE 69 d/l Atmosphere rate between segments 70 ATM_RATE 70 d/l Atmosphere rate between segments 71 ATM_RATE 71 d/l Atmosphere rate between segments 72 ATM_RATE 72 d/l Atmosphere rate between segments 73 CLO_RATE 1 d/l Clock rate between segments 74 CLO_RATE 2 d/l Clock rate between segments 75 CLO_RATE 3 d/l Clock rate between segments 76 CLO_RATE 4 d/l Clock rate between segments 77 CLO_RATE 5 d/l Clock rate between segments 78 CLO_RATE 6 d/l Clock rate between segments 79 CLO_RATE 7 d/l Clock rate between segments 80 CLO_RATE 8 d/l Clock rate between segments 81 CLO_RATE 9 d/l Clock rate between segments 82 CLO_RATE 10 d/l Clock rate between segments 83 CLO_RATE 11 d/l Clock rate between segments 84 CLO_RATE 12 d/l Clock rate between segments 85 CLO_RATE 13 d/l Clock rate between segments 86 CLO_RATE 14 d/l Clock rate between segments 87 CLO_RATE 15 d/l Clock rate between segments 88 CLO_RATE 16 d/l Clock rate between segments 89 CLO_RATE 17 d/l Clock rate between segments 90 CLO_RATE 18 d/l Clock rate between segments 91 CLO_RATE 19 d/l Clock rate between segments 92 CLO_RATE 20 d/l Clock rate between segments 93 CLO_RATE 21 d/l Clock rate between segments 94 CLO_RATE 22 d/l Clock rate between segments 95 CLO_RATE 23 d/l Clock rate between segments 96 CLO_RATE 24 d/l Clock rate between segments 97 ATM_RATE 73 d/l Atmosphere rate between segments 98 ATM_RATE 74 d/l Atmosphere rate between segments 99 ATM_RATE 75 d/l Atmosphere rate between segments 100 ATM_RATE 76 d/l Atmosphere rate between segments 101 ATM_RATE 77 d/l Atmosphere rate between segments 102 ATM_RATE 78 d/l Atmosphere rate between segments 103 ATM_RATE 79 d/l Atmosphere rate between segments 104 ATM_RATE 80 d/l Atmosphere rate between segments 105 ATM_RATE 81 d/l Atmosphere rate between segments 106 ATM_RATE 82 d/l Atmosphere rate between segments 107 ATM_RATE 83 d/l Atmosphere rate between segments 108 ATM_RATE 84 d/l Atmosphere rate between segments 109 ATM_RATE 85 d/l Atmosphere rate between segments 110 ATM_RATE 86 d/l Atmosphere rate between segments 111 ATM_RATE 87 d/l Atmosphere rate between segments 112 ATM_RATE 88 d/l Atmosphere rate between segments 113 ATM_RATE 89 d/l Atmosphere rate between segments 114 ATM_RATE 90 d/l Atmosphere rate between segments 115 ATM_RATE 91 d/l Atmosphere rate between segments 116 ATM_RATE 92 d/l Atmosphere rate between segments 117 ATM_RATE 93 d/l Atmosphere rate between segments 118 ATM_RATE 94 d/l Atmosphere rate between segments 119 ATM_RATE 95 d/l Atmosphere rate between segments 120 ATM_RATE 96 d/l Atmosphere rate between segments 121 ATM_RATE 97 d/l Atmosphere rate between segments 122 ATM_RATE 98 d/l Atmosphere rate between segments 123 ATM_RATE 99 d/l Atmosphere rate between segments 124 ATM_RATE 100 d/l Atmosphere rate between segments 125 ATM_RATE 101 d/l Atmosphere rate between segments 126 ATM_RATE 102 d/l Atmosphere rate between segments 127 ATM_RATE 103 d/l Atmosphere rate between segments 128 ATM_RATE 104 d/l Atmosphere rate between segments 129 ATM_RATE 105 d/l Atmosphere rate between segments 130 ATM_RATE 106 d/l Atmosphere rate between segments 131 ATM_RATE 107 d/l Atmosphere rate between segments 132 ATM_RATE 108 d/l Atmosphere rate between segments 133 ATM_RATE 109 d/l Atmosphere rate between segments 134 ATM_RATE 110 d/l Atmosphere rate between segments 135 ATM_RATE 111 d/l Atmosphere rate between segments 136 ATM_RATE 112 d/l Atmosphere rate between segments 137 ATM_RATE 113 d/l Atmosphere rate between segments 138 ATM_RATE 114 d/l Atmosphere rate between segments 139 ATM_RATE 115 d/l Atmosphere rate between segments 140 ATM_RATE 116 d/l Atmosphere rate between segments 141 ATM_RATE 117 d/l Atmosphere rate between segments 142 ATM_RATE 118 d/l Atmosphere rate between segments 143 ATM_RATE 119 d/l Atmosphere rate between segments 144 ATM_RATE 120 d/l Atmosphere rate between segments 145 ATM_RATE 121 d/l Atmosphere rate between segments 146 ATM_RATE 122 d/l Atmosphere rate between segments 147 ATM_RATE 123 d/l Atmosphere rate between segments 148 ATM_RATE 124 d/l Atmosphere rate between segments 149 ATM_RATE 125 d/l Atmosphere rate between segments 150 ATM_RATE 126 d/l Atmosphere rate between segments 151 ATM_RATE 127 d/l Atmosphere rate between segments 152 ATM_RATE 128 d/l Atmosphere rate between segments 153 ATM_RATE 129 d/l Atmosphere rate between segments 154 ATM_RATE 130 d/l Atmosphere rate between segments 155 ATM_RATE 131 d/l Atmosphere rate between segments 156 ATM_RATE 132 d/l Atmosphere rate between segments 157 ATM_RATE 133 d/l Atmosphere rate between segments 158 ATM_RATE 134 d/l Atmosphere rate between segments 159 ATM_RATE 135 d/l Atmosphere rate between segments 160 ATM_RATE 136 d/l Atmosphere rate between segments 161 ATM_RATE 137 d/l Atmosphere rate between segments 162 ATM_RATE 138 d/l Atmosphere rate between segments 163 ATM_RATE 139 d/l Atmosphere rate between segments 164 ATM_RATE 140 d/l Atmosphere rate between segments 165 ATM_RATE 141 d/l Atmosphere rate between segments 166 ATM_RATE 142 d/l Atmosphere rate between segments 167 ATM_RATE 143 d/l Atmosphere rate between segments 168 ATM_RATE 144 d/l Atmosphere rate between segments 169 CLO_RATE 25 d/l Clock rate between segments 170 CLO_RATE 26 d/l Clock rate between segments 171 CLO_RATE 27 d/l Clock rate between segments 172 CLO_RATE 28 d/l Clock rate between segments 173 CLO_RATE 29 d/l Clock rate between segments 174 CLO_RATE 30 d/l Clock rate between segments 175 CLO_RATE 31 d/l Clock rate between segments 176 CLO_RATE 32 d/l Clock rate between segments 177 CLO_RATE 33 d/l Clock rate between segments 178 CLO_RATE 34 d/l Clock rate between segments 179 CLO_RATE 35 d/l Clock rate between segments 180 CLO_RATE 36 d/l Clock rate between segments 181 CLO_RATE 37 d/l Clock rate between segments 182 CLO_RATE 38 d/l Clock rate between segments 183 CLO_RATE 39 d/l Clock rate between segments 184 CLO_RATE 40 d/l Clock rate between segments 185 CLO_RATE 41 d/l Clock rate between segments 186 CLO_RATE 42 d/l Clock rate between segments 187 CLO_RATE 43 d/l Clock rate between segments 188 CLO_RATE 44 d/l Clock rate between segments 189 CLO_RATE 45 d/l Clock rate between segments 190 CLO_RATE 46 d/l Clock rate between segments 191 CLO_RATE 47 d/l Clock rate between segments 192 CLO_RATE 48 d/l Clock rate between segments 193 ATM_RATE 145 d/l Atmosphere rate between segments 194 ATM_RATE 146 d/l Atmosphere rate between segments 195 ATM_RATE 147 d/l Atmosphere rate between segments 196 ATM_RATE 148 d/l Atmosphere rate between segments 197 ATM_RATE 149 d/l Atmosphere rate between segments 198 ATM_RATE 150 d/l Atmosphere rate between segments 199 ATM_RATE 151 d/l Atmosphere rate between segments 200 ATM_RATE 152 d/l Atmosphere rate between segments 201 ATM_RATE 153 d/l Atmosphere rate between segments 202 ATM_RATE 154 d/l Atmosphere rate between segments 203 ATM_RATE 155 d/l Atmosphere rate between segments 204 ATM_RATE 156 d/l Atmosphere rate between segments 205 ATM_RATE 157 d/l Atmosphere rate between segments 206 ATM_RATE 158 d/l Atmosphere rate between segments 207 ATM_RATE 159 d/l Atmosphere rate between segments 208 ATM_RATE 160 d/l Atmosphere rate between segments 209 ATM_RATE 161 d/l Atmosphere rate between segments 210 ATM_RATE 162 d/l Atmosphere rate between segments 211 ATM_RATE 163 d/l Atmosphere rate between segments 212 ATM_RATE 164 d/l Atmosphere rate between segments 213 ATM_RATE 165 d/l Atmosphere rate between segments 214 ATM_RATE 166 d/l Atmosphere rate between segments 215 ATM_RATE 167 d/l Atmosphere rate between segments 216 ATM_RATE 168 d/l Atmosphere rate between segments 217 ATM_RATE 169 d/l Atmosphere rate between segments 218 ATM_RATE 170 d/l Atmosphere rate between segments 219 ATM_RATE 171 d/l Atmosphere rate between segments 220 ATM_RATE 172 d/l Atmosphere rate between segments 221 ATM_RATE 173 d/l Atmosphere rate between segments 222 ATM_RATE 174 d/l Atmosphere rate between segments 223 ATM_RATE 175 d/l Atmosphere rate between segments 224 ATM_RATE 176 d/l Atmosphere rate between segments 225 ATM_RATE 177 d/l Atmosphere rate between segments 226 ATM_RATE 178 d/l Atmosphere rate between segments 227 ATM_RATE 179 d/l Atmosphere rate between segments 228 ATM_RATE 180 d/l Atmosphere rate between segments 229 ATM_RATE 181 d/l Atmosphere rate between segments 230 ATM_RATE 182 d/l Atmosphere rate between segments 231 ATM_RATE 183 d/l Atmosphere rate between segments 232 ATM_RATE 184 d/l Atmosphere rate between segments 233 ATM_RATE 185 d/l Atmosphere rate between segments 234 ATM_RATE 186 d/l Atmosphere rate between segments 235 ATM_RATE 187 d/l Atmosphere rate between segments 236 ATM_RATE 188 d/l Atmosphere rate between segments 237 ATM_RATE 189 d/l Atmosphere rate between segments 238 ATM_RATE 190 d/l Atmosphere rate between segments 239 ATM_RATE 191 d/l Atmosphere rate between segments 240 ATM_RATE 192 d/l Atmosphere rate between segments 241 ATM_RATE 193 d/l Atmosphere rate between segments 242 ATM_RATE 194 d/l Atmosphere rate between segments 243 ATM_RATE 195 d/l Atmosphere rate between segments 244 ATM_RATE 196 d/l Atmosphere rate between segments 245 ATM_RATE 197 d/l Atmosphere rate between segments 246 ATM_RATE 198 d/l Atmosphere rate between segments 247 ATM_RATE 199 d/l Atmosphere rate between segments 248 ATM_RATE 200 d/l Atmosphere rate between segments 249 ATM_RATE 201 d/l Atmosphere rate between segments 250 ATM_RATE 202 d/l Atmosphere rate between segments 251 ATM_RATE 203 d/l Atmosphere rate between segments 252 ATM_RATE 204 d/l Atmosphere rate between segments 253 ATM_RATE 205 d/l Atmosphere rate between segments 254 ATM_RATE 206 d/l Atmosphere rate between segments 255 ATM_RATE 207 d/l Atmosphere rate between segments 256 ATM_RATE 208 d/l Atmosphere rate between segments 257 ATM_RATE 209 d/l Atmosphere rate between segments 258 ATM_RATE 210 d/l Atmosphere rate between segments 259 ATM_RATE 211 d/l Atmosphere rate between segments 260 ATM_RATE 212 d/l Atmosphere rate between segments 261 ATM_RATE 213 d/l Atmosphere rate between segments 262 ATM_RATE 214 d/l Atmosphere rate between segments 263 ATM_RATE 215 d/l Atmosphere rate between segments 264 ATM_RATE 216 d/l Atmosphere rate between segments 265 CLO_RATE 49 d/l Clock rate between segments 266 CLO_RATE 50 d/l Clock rate between segments 267 CLO_RATE 51 d/l Clock rate between segments 268 CLO_RATE 52 d/l Clock rate between segments 269 CLO_RATE 53 d/l Clock rate between segments 270 CLO_RATE 54 d/l Clock rate between segments 271 CLO_RATE 55 d/l Clock rate between segments 272 CLO_RATE 56 d/l Clock rate between segments 273 CLO_RATE 57 d/l Clock rate between segments 274 CLO_RATE 58 d/l Clock rate between segments 275 CLO_RATE 59 d/l Clock rate between segments 276 CLO_RATE 60 d/l Clock rate between segments 277 CLO_RATE 61 d/l Clock rate between segments 278 CLO_RATE 62 d/l Clock rate between segments 279 CLO_RATE 63 d/l Clock rate between segments 280 CLO_RATE 64 d/l Clock rate between segments 281 CLO_RATE 65 d/l Clock rate between segments 282 CLO_RATE 66 d/l Clock rate between segments 283 CLO_RATE 67 d/l Clock rate between segments 284 CLO_RATE 68 d/l Clock rate between segments 285 CLO_RATE 69 d/l Clock rate between segments 286 CLO_RATE 70 d/l Clock rate between segments 287 CLO_RATE 71 d/l Clock rate between segments 288 CLO_RATE 72 d/l Clock rate between segments 289 ATM_RATE 217 d/l Atmosphere rate between segments 290 ATM_RATE 218 d/l Atmosphere rate between segments 291 ATM_RATE 219 d/l Atmosphere rate between segments 292 ATM_RATE 220 d/l Atmosphere rate between segments 293 ATM_RATE 221 d/l Atmosphere rate between segments 294 ATM_RATE 222 d/l Atmosphere rate between segments 295 ATM_RATE 223 d/l Atmosphere rate between segments 296 ATM_RATE 224 d/l Atmosphere rate between segments 297 ATM_RATE 225 d/l Atmosphere rate between segments 298 ATM_RATE 226 d/l Atmosphere rate between segments 299 ATM_RATE 227 d/l Atmosphere rate between segments 300 ATM_RATE 228 d/l Atmosphere rate between segments 301 ATM_RATE 229 d/l Atmosphere rate between segments 302 ATM_RATE 230 d/l Atmosphere rate between segments 303 ATM_RATE 231 d/l Atmosphere rate between segments 304 ATM_RATE 232 d/l Atmosphere rate between segments 305 ATM_RATE 233 d/l Atmosphere rate between segments 306 ATM_RATE 234 d/l Atmosphere rate between segments 307 ATM_RATE 235 d/l Atmosphere rate between segments 308 ATM_RATE 236 d/l Atmosphere rate between segments 309 ATM_RATE 237 d/l Atmosphere rate between segments 310 ATM_RATE 238 d/l Atmosphere rate between segments 311 ATM_RATE 239 d/l Atmosphere rate between segments 312 ATM_RATE 240 d/l Atmosphere rate between segments 313 ATM_RATE 241 d/l Atmosphere rate between segments 314 ATM_RATE 242 d/l Atmosphere rate between segments 315 ATM_RATE 243 d/l Atmosphere rate between segments 316 ATM_RATE 244 d/l Atmosphere rate between segments 317 ATM_RATE 245 d/l Atmosphere rate between segments 318 ATM_RATE 246 d/l Atmosphere rate between segments 319 ATM_RATE 247 d/l Atmosphere rate between segments 320 ATM_RATE 248 d/l Atmosphere rate between segments 321 ATM_RATE 249 d/l Atmosphere rate between segments 322 ATM_RATE 250 d/l Atmosphere rate between segments 323 ATM_RATE 251 d/l Atmosphere rate between segments 324 ATM_RATE 252 d/l Atmosphere rate between segments 325 ATM_RATE 253 d/l Atmosphere rate between segments 326 ATM_RATE 254 d/l Atmosphere rate between segments 327 ATM_RATE 255 d/l Atmosphere rate between segments 328 ATM_RATE 256 d/l Atmosphere rate between segments 329 ATM_RATE 257 d/l Atmosphere rate between segments 330 ATM_RATE 258 d/l Atmosphere rate between segments 331 ATM_RATE 259 d/l Atmosphere rate between segments 332 ATM_RATE 260 d/l Atmosphere rate between segments 333 ATM_RATE 261 d/l Atmosphere rate between segments 334 ATM_RATE 262 d/l Atmosphere rate between segments 335 ATM_RATE 263 d/l Atmosphere rate between segments 336 ATM_RATE 264 d/l Atmosphere rate between segments 337 ATM_RATE 265 d/l Atmosphere rate between segments 338 ATM_RATE 266 d/l Atmosphere rate between segments 339 ATM_RATE 267 d/l Atmosphere rate between segments 340 ATM_RATE 268 d/l Atmosphere rate between segments 341 ATM_RATE 269 d/l Atmosphere rate between segments 342 ATM_RATE 270 d/l Atmosphere rate between segments 343 ATM_RATE 271 d/l Atmosphere rate between segments 344 ATM_RATE 272 d/l Atmosphere rate between segments 345 ATM_RATE 273 d/l Atmosphere rate between segments 346 ATM_RATE 274 d/l Atmosphere rate between segments 347 ATM_RATE 275 d/l Atmosphere rate between segments 348 ATM_RATE 276 d/l Atmosphere rate between segments 349 ATM_RATE 277 d/l Atmosphere rate between segments 350 ATM_RATE 278 d/l Atmosphere rate between segments 351 ATM_RATE 279 d/l Atmosphere rate between segments 352 ATM_RATE 280 d/l Atmosphere rate between segments 353 ATM_RATE 281 d/l Atmosphere rate between segments 354 ATM_RATE 282 d/l Atmosphere rate between segments 355 ATM_RATE 283 d/l Atmosphere rate between segments 356 ATM_RATE 284 d/l Atmosphere rate between segments 357 ATM_RATE 285 d/l Atmosphere rate between segments 358 ATM_RATE 286 d/l Atmosphere rate between segments 359 ATM_RATE 287 d/l Atmosphere rate between segments 360 ATM_RATE 288 d/l Atmosphere rate between segments 361 CLO_RATE 73 d/l Clock rate between segments 362 CLO_RATE 74 d/l Clock rate between segments 363 CLO_RATE 75 d/l Clock rate between segments 364 CLO_RATE 76 d/l Clock rate between segments 365 CLO_RATE 77 d/l Clock rate between segments 366 CLO_RATE 78 d/l Clock rate between segments 367 CLO_RATE 79 d/l Clock rate between segments 368 CLO_RATE 80 d/l Clock rate between segments 369 CLO_RATE 81 d/l Clock rate between segments 370 CLO_RATE 82 d/l Clock rate between segments 371 CLO_RATE 83 d/l Clock rate between segments 372 CLO_RATE 84 d/l Clock rate between segments 373 CLO_RATE 85 d/l Clock rate between segments 374 CLO_RATE 86 d/l Clock rate between segments 375 CLO_RATE 87 d/l Clock rate between segments 376 CLO_RATE 88 d/l Clock rate between segments 377 CLO_RATE 89 d/l Clock rate between segments 378 CLO_RATE 90 d/l Clock rate between segments 379 CLO_RATE 91 d/l Clock rate between segments 380 CLO_RATE 92 d/l Clock rate between segments 381 CLO_RATE 93 d/l Clock rate between segments 382 CLO_RATE 94 d/l Clock rate between segments 383 CLO_RATE 95 d/l Clock rate between segments 384 CLO_RATE 96 d/l Clock rate between segments 385 ATM_RATE 289 d/l Atmosphere rate between segments 386 ATM_RATE 290 d/l Atmosphere rate between segments 387 ATM_RATE 291 d/l Atmosphere rate between segments 388 ATM_RATE 292 d/l Atmosphere rate between segments 389 ATM_RATE 293 d/l Atmosphere rate between segments 390 ATM_RATE 294 d/l Atmosphere rate between segments 391 ATM_RATE 295 d/l Atmosphere rate between segments 392 ATM_RATE 296 d/l Atmosphere rate between segments 393 ATM_RATE 297 d/l Atmosphere rate between segments 394 ATM_RATE 298 d/l Atmosphere rate between segments 395 ATM_RATE 299 d/l Atmosphere rate between segments 396 ATM_RATE 300 d/l Atmosphere rate between segments 397 ATM_RATE 301 d/l Atmosphere rate between segments 398 ATM_RATE 302 d/l Atmosphere rate between segments 399 ATM_RATE 303 d/l Atmosphere rate between segments 400 ATM_RATE 304 d/l Atmosphere rate between segments 401 ATM_RATE 305 d/l Atmosphere rate between segments 402 ATM_RATE 306 d/l Atmosphere rate between segments 403 ATM_RATE 307 d/l Atmosphere rate between segments 404 ATM_RATE 308 d/l Atmosphere rate between segments 405 ATM_RATE 309 d/l Atmosphere rate between segments 406 ATM_RATE 310 d/l Atmosphere rate between segments 407 ATM_RATE 311 d/l Atmosphere rate between segments 408 ATM_RATE 312 d/l Atmosphere rate between segments 409 ATM_RATE 313 d/l Atmosphere rate between segments 410 ATM_RATE 314 d/l Atmosphere rate between segments 411 ATM_RATE 315 d/l Atmosphere rate between segments 412 ATM_RATE 316 d/l Atmosphere rate between segments 413 ATM_RATE 317 d/l Atmosphere rate between segments 414 ATM_RATE 318 d/l Atmosphere rate between segments 415 ATM_RATE 319 d/l Atmosphere rate between segments 416 ATM_RATE 320 d/l Atmosphere rate between segments 417 ATM_RATE 321 d/l Atmosphere rate between segments 418 ATM_RATE 322 d/l Atmosphere rate between segments 419 ATM_RATE 323 d/l Atmosphere rate between segments 420 ATM_RATE 324 d/l Atmosphere rate between segments 421 ATM_RATE 325 d/l Atmosphere rate between segments 422 ATM_RATE 326 d/l Atmosphere rate between segments 423 ATM_RATE 327 d/l Atmosphere rate between segments 424 ATM_RATE 328 d/l Atmosphere rate between segments 425 ATM_RATE 329 d/l Atmosphere rate between segments 426 ATM_RATE 330 d/l Atmosphere rate between segments 427 ATM_RATE 331 d/l Atmosphere rate between segments 428 ATM_RATE 332 d/l Atmosphere rate between segments 429 ATM_RATE 333 d/l Atmosphere rate between segments 430 ATM_RATE 334 d/l Atmosphere rate between segments 431 ATM_RATE 335 d/l Atmosphere rate between segments 432 ATM_RATE 336 d/l Atmosphere rate between segments 433 ATM_RATE 337 d/l Atmosphere rate between segments 434 ATM_RATE 338 d/l Atmosphere rate between segments 435 ATM_RATE 339 d/l Atmosphere rate between segments 436 ATM_RATE 340 d/l Atmosphere rate between segments 437 ATM_RATE 341 d/l Atmosphere rate between segments 438 ATM_RATE 342 d/l Atmosphere rate between segments 439 ATM_RATE 343 d/l Atmosphere rate between segments 440 ATM_RATE 344 d/l Atmosphere rate between segments 441 ATM_RATE 345 d/l Atmosphere rate between segments 442 ATM_RATE 346 d/l Atmosphere rate between segments 443 ATM_RATE 347 d/l Atmosphere rate between segments 444 ATM_RATE 348 d/l Atmosphere rate between segments 445 ATM_RATE 349 d/l Atmosphere rate between segments 446 ATM_RATE 350 d/l Atmosphere rate between segments 447 ATM_RATE 351 d/l Atmosphere rate between segments 448 ATM_RATE 352 d/l Atmosphere rate between segments 449 ATM_RATE 353 d/l Atmosphere rate between segments 450 ATM_RATE 354 d/l Atmosphere rate between segments 451 ATM_RATE 355 d/l Atmosphere rate between segments 452 ATM_RATE 356 d/l Atmosphere rate between segments 453 ATM_RATE 357 d/l Atmosphere rate between segments 454 ATM_RATE 358 d/l Atmosphere rate between segments 455 ATM_RATE 359 d/l Atmosphere rate between segments 456 ATM_RATE 360 d/l Atmosphere rate between segments 457 NNT_POS 1 m No-net translation for positions 458 NNT_POS 2 m No-net translation for positions 459 NNT_POS 3 m No-net translation for positions 460 NNR_POS 1 m No-net rotation for positions 461 NNR_POS 2 m No-net rotation for positions 462 NNR_POS 3 m No-net rotation for positions 463 NNR_SRC 1 rad No-net rotation for sources 464 NNR_SRC 2 rad No-net rotation for sources 465 NNR_SRC 3 rad No-net rotation for sources 466 SRC_COO 1 rad Source coordinates 467 SRC_COO 2 rad Source coordinates 468 SRC_COO 3 rad Source coordinates 469 SRC_COO 4 rad Source coordinates 470 SRC_COO 5 rad Source coordinates 471 SRC_COO 6 rad Source coordinates 472 SRC_COO 7 rad Source coordinates 473 SRC_COO 8 rad Source coordinates 474 SRC_COO 9 rad Source coordinates 475 SRC_COO 10 rad Source coordinates 476 SRC_COO 11 rad Source coordinates 477 SRC_COO 12 rad Source coordinates 478 SRC_COO 13 rad Source coordinates 479 SRC_COO 14 rad Source coordinates 480 SRC_COO 15 rad Source coordinates 481 SRC_COO 16 rad Source coordinates 482 SRC_COO 17 rad Source coordinates 483 SRC_COO 18 rad Source coordinates 484 SRC_COO 19 rad Source coordinates 485 SRC_COO 20 rad Source coordinates 486 SRC_COO 21 rad Source coordinates 487 SRC_COO 22 rad Source coordinates 488 SRC_COO 23 rad Source coordinates 489 SRC_COO 24 rad Source coordinates 490 SRC_COO 25 rad Source coordinates 491 SRC_COO 26 rad Source coordinates 492 SRC_COO 27 rad Source coordinates 493 SRC_COO 28 rad Source coordinates 494 SRC_COO 29 rad Source coordinates 495 SRC_COO 30 rad Source coordinates 496 SRC_COO 31 rad Source coordinates 497 SRC_COO 32 rad Source coordinates 498 SRC_COO 33 rad Source coordinates 499 SRC_COO 34 rad Source coordinates 500 SRC_COO 35 rad Source coordinates 501 SRC_COO 36 rad Source coordinates 502 SRC_COO 37 rad Source coordinates 503 SRC_COO 38 rad Source coordinates 504 SRC_COO 39 rad Source coordinates 505 SRC_COO 40 rad Source coordinates 506 SRC_COO 41 rad Source coordinates 507 SRC_COO 42 rad Source coordinates 508 SRC_COO 43 rad Source coordinates 509 SRC_COO 44 rad Source coordinates 510 SRC_COO 45 rad Source coordinates 511 SRC_COO 46 rad Source coordinates 512 SRC_COO 47 rad Source coordinates 513 SRC_COO 48 rad Source coordinates 514 SRC_COO 49 rad Source coordinates 515 SRC_COO 50 rad Source coordinates 516 SRC_COO 51 rad Source coordinates 517 SRC_COO 52 rad Source coordinates 518 SRC_COO 53 rad Source coordinates 519 SRC_COO 54 rad Source coordinates 520 SRC_COO 55 rad Source coordinates 521 SRC_COO 56 rad Source coordinates 522 SRC_COO 57 rad Source coordinates 523 SRC_COO 58 rad Source coordinates 524 SRC_COO 59 rad Source coordinates 525 SRC_COO 60 rad Source coordinates 526 SRC_COO 61 rad Source coordinates 527 SRC_COO 62 rad Source coordinates 528 SRC_COO 63 rad Source coordinates 529 SRC_COO 64 rad Source coordinates 530 SRC_COO 65 rad Source coordinates 531 SRC_COO 66 rad Source coordinates -SOLUTION/CONSTRAINT_INFO * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_MATRIX * IND1 runs over constraint equations * IND2 runs over parameters to be constrainted * * Ind1 Ind2 Constraint_equation(ind1,ind2) 457 1 1.00000000000000D+00 457 4 1.00000000000000D+00 457 7 1.00000000000000D+00 457 10 1.00000000000000D+00 457 13 1.00000000000000D+00 458 2 1.00000000000000D+00 458 5 1.00000000000000D+00 458 8 1.00000000000000D+00 458 11 1.00000000000000D+00 458 14 1.00000000000000D+00 459 3 1.00000000000000D+00 459 6 1.00000000000000D+00 459 9 1.00000000000000D+00 459 12 1.00000000000000D+00 459 15 1.00000000000000D+00 460 2 4.34450424487217D-01 460 3 4.18690973014972D-01 460 5 6.78093344494924D-01 460 6 3.96695931643901D-01 460 8 6.78065064602011D-01 460 9 3.96681270394770D-01 460 11 2.46757783406790D-01 460 12 7.18571747464662D-01 460 14 4.83399979752214D-01 460 15 7.91906231080972D-01 461 1 -4.34450424487217D-01 461 3 -7.97982937771618D-01 461 4 -6.78093344494924D-01 461 6 6.21206825848822D-01 461 7 -6.78065064602011D-01 461 9 6.21240753251954D-01 461 10 -2.46757783406790D-01 461 12 6.50473490791680D-01 461 13 -4.83399979752214D-01 461 15 3.75104193088114D-01 462 1 -4.18690973014972D-01 462 2 7.97982937771618D-01 462 4 -3.96695931643901D-01 462 5 -6.21206825848822D-01 462 7 -3.96681270394770D-01 462 8 -6.21240753251954D-01 462 10 -7.18571747464662D-01 462 11 -6.50473490791680D-01 462 13 -7.91906231080972D-01 462 14 -3.75104193088114D-01 463 16 1.70531879346260D-01 463 17 3.51721863202976D-02 463 18 3.32608200306850D-03 463 19 5.18513312870971D-03 463 20 2.62724010598247D-03 463 21 2.81326247789251D-01 463 22 8.81994865206176D-03 463 23 3.18237366715827D-01 463 24 1.90561259368935D-01 463 25 1.92707011658042D-01 463 26 1.99800319954387D-01 463 27 2.07969937776652D-01 463 28 7.04820964859960D-02 463 29 2.24479419920567D-01 463 30 2.49136084325178D-03 463 31 8.01209583929968D-02 463 32 3.52707554198377D-04 463 33 3.99582777939614D-03 463 34 1.94261884391949D-02 463 35 1.36974638236799D-01 463 36 1.24621480883197D-02 463 37 5.63549358490366D-02 463 38 2.70421790275580D-03 463 39 1.74516251470721D-01 463 40 -8.48146057117282D-02 463 41 4.85933940444515D-02 463 42 -7.50202619605226D-02 463 43 1.72336755983822D-02 463 44 -9.48719907583623D-03 463 45 8.73785713582167D-03 463 46 -8.37774188354007D-02 463 47 -2.57990193506831D-02 463 48 -1.93243322652364D-01 463 49 -1.20762625199167D-01 463 50 -9.53341401072727D-03 463 51 -1.67165898420678D-01 463 52 -6.51701451388895D-03 463 53 -2.81148135705543D-01 463 54 4.65449697495868D-04 463 55 -2.87897128007760D-01 463 56 4.00661448789655D-04 463 57 -4.74086947209991D-02 463 58 3.96165250848812D-03 463 59 -2.58483788160770D-01 463 60 1.07173633775360D-01 463 61 -1.51485416072687D-01 463 62 1.03596655337806D-01 463 63 -1.65214765011293D-01 463 64 1.39801687412177D-01 463 65 -1.51969344350012D-01 463 66 4.65035872177218D-02 463 67 -6.27958919644735D-02 463 68 4.34574322220328D-02 463 69 -8.28404789455925D-02 463 70 1.05955717516217D-01 463 71 -9.91286553838193D-02 463 72 1.33035724405353D-01 463 73 -3.21700167268356D-02 463 74 1.25955306250961D-02 463 75 -2.31105462492153D-02 463 76 8.38141286765130D-02 463 77 -8.60684261207862D-03 463 78 1.97948100612470D-02 463 79 -5.86381936224029D-03 463 80 7.40268813398147D-02 463 81 -9.59361543336637D-05 464 16 3.76709846214937D-02 464 17 -1.50777347171043D-01 464 18 1.00901620041541D-03 464 19 -1.61857508465405D-02 464 20 1.95438517596891D-03 464 21 -3.58127759240885D-01 464 22 8.87576537938552D-03 464 23 -2.99467392785091D-01 464 24 2.51129065963437D-01 464 25 -1.38475606500006D-01 464 26 3.50386911432745D-01 464 27 -1.12301871188983D-01 464 28 1.85951387762868D-01 464 29 -8.05738373404710D-02 464 30 1.02426205841534D-02 464 31 -1.84548198754132D-02 464 32 2.08307766886339D-03 464 33 -6.40699206694431D-04 464 34 1.27548088367759D-01 464 35 -1.97556776643546D-02 464 36 1.17723981439147D-01 464 37 -5.64934440993136D-03 464 38 6.12514958818402D-02 464 39 -7.29623790455358D-03 464 40 4.47041948781599D-02 464 41 8.73047212088816D-02 464 42 2.76986398161594D-02 464 43 4.42014150898887D-02 464 44 5.68964763554291D-04 464 45 1.37973508713047D-01 464 46 -2.81246174233790D-02 464 47 7.27749099519471D-02 464 48 -1.41626544081785D-01 464 49 1.56038048460964D-01 464 50 -2.09123759889978D-02 464 51 7.21657098864857D-02 464 52 -2.52522736287473D-02 464 53 6.87102511365693D-02 464 54 -3.06045983212951D-02 464 55 -4.14630769103423D-03 464 56 -4.51167799088067D-03 464 57 -3.98690223457299D-03 464 58 -2.33641080786277D-02 464 59 -4.15048270734515D-02 464 60 -2.30795624657875D-01 464 61 -6.66145862709633D-02 464 62 -1.78191124079729D-01 464 63 -9.09592037720095D-02 464 64 -1.40543358708682D-01 464 65 -1.43151598298311D-01 464 66 -3.58318485390397D-02 464 67 -7.71767704746406D-02 464 68 -2.25499656716266D-02 464 69 -1.51181588337747D-01 464 70 -3.99823917919350D-02 464 71 -2.48767113976666D-01 464 72 -4.26487902870400D-02 464 73 -9.50278655665333D-02 464 74 -3.07158792820803D-03 464 75 -8.97432623798314D-02 464 76 -8.36872939511827D-03 464 77 -8.16281017283442D-02 464 78 -3.35279362086482D-04 464 79 -3.27840970589061D-01 464 80 -1.28392918882463D-04 464 81 -5.23804002948734D-02 465 16 1.94284847101567D-01 465 18 1.97586199708967D-03 465 20 6.65524557863998D-04 465 22 6.79945202513464D-03 465 24 3.86507343789070D-01 465 26 5.74080564809363D-01 465 28 2.04256675555871D-01 465 30 6.05121016717636D-03 465 32 1.21516001836527D-03 465 34 1.19062944354152D-01 465 36 1.83053113341125D-01 465 38 4.07160173575785D-02 465 40 8.13516945682878D-02 465 42 1.05336679669139D-01 465 44 3.53402717653407D-03 465 46 1.35268948432429D-01 465 48 2.71972534235121D-01 465 50 9.57629135746835D-03 465 52 1.43257712775705D-02 465 54 1.48157344778320D-02 465 56 3.26708139523814D-03 465 58 8.44293387943243D-03 465 60 3.15501991375587D-01 465 62 2.66317462131308D-01 465 64 1.88805863496771D-01 465 66 5.80022347463314D-02 465 68 3.66547127046364D-02 465 70 1.01795681213962D-01 465 72 1.89109727242144D-01 465 74 5.29630812877840D-03 465 76 9.75913037160367D-02 465 78 7.99075110853697D-03 465 80 1.22437541214464D-01 466 16 1.00000000000000D+00 467 17 1.00000000000000D+00 468 18 1.00000000000000D+00 469 19 1.00000000000000D+00 470 20 1.00000000000000D+00 471 21 1.00000000000000D+00 472 22 1.00000000000000D+00 473 23 1.00000000000000D+00 474 24 1.00000000000000D+00 475 25 1.00000000000000D+00 476 26 1.00000000000000D+00 477 27 1.00000000000000D+00 478 28 1.00000000000000D+00 479 29 1.00000000000000D+00 480 30 1.00000000000000D+00 481 31 1.00000000000000D+00 482 32 1.00000000000000D+00 483 33 1.00000000000000D+00 484 34 1.00000000000000D+00 485 35 1.00000000000000D+00 486 36 1.00000000000000D+00 487 37 1.00000000000000D+00 488 38 1.00000000000000D+00 489 39 1.00000000000000D+00 490 40 1.00000000000000D+00 491 41 1.00000000000000D+00 492 42 1.00000000000000D+00 493 43 1.00000000000000D+00 494 44 1.00000000000000D+00 495 45 1.00000000000000D+00 496 46 1.00000000000000D+00 497 47 1.00000000000000D+00 498 48 1.00000000000000D+00 499 49 1.00000000000000D+00 500 50 1.00000000000000D+00 501 51 1.00000000000000D+00 502 52 1.00000000000000D+00 503 53 1.00000000000000D+00 504 54 1.00000000000000D+00 505 55 1.00000000000000D+00 506 56 1.00000000000000D+00 507 57 1.00000000000000D+00 508 58 1.00000000000000D+00 509 59 1.00000000000000D+00 510 60 1.00000000000000D+00 511 61 1.00000000000000D+00 512 62 1.00000000000000D+00 513 63 1.00000000000000D+00 514 64 1.00000000000000D+00 515 65 1.00000000000000D+00 516 66 1.00000000000000D+00 517 67 1.00000000000000D+00 518 68 1.00000000000000D+00 519 69 1.00000000000000D+00 520 70 1.00000000000000D+00 521 71 1.00000000000000D+00 522 72 1.00000000000000D+00 523 73 1.00000000000000D+00 524 74 1.00000000000000D+00 525 75 1.00000000000000D+00 526 76 1.00000000000000D+00 527 77 1.00000000000000D+00 528 78 1.00000000000000D+00 529 79 1.00000000000000D+00 530 80 1.00000000000000D+00 531 81 1.00000000000000D+00 -SOLUTION/CONSTRAINT_EQUATION_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_EQUATION_VECTOR *Index Right_hand_value____ Reciprocal_weight___ 1 0.00000000000000D+00 1.38888888888889D-14 2 0.00000000000000D+00 1.38888888888889D-14 3 0.00000000000000D+00 1.38888888888889D-14 4 0.00000000000000D+00 1.38888888888889D-14 5 0.00000000000000D+00 1.38888888888889D-14 6 0.00000000000000D+00 1.38888888888889D-14 7 0.00000000000000D+00 1.38888888888889D-14 8 0.00000000000000D+00 1.38888888888889D-14 9 0.00000000000000D+00 1.38888888888889D-14 10 0.00000000000000D+00 1.38888888888889D-14 11 0.00000000000000D+00 1.38888888888889D-14 12 0.00000000000000D+00 1.38888888888889D-14 13 0.00000000000000D+00 1.38888888888889D-14 14 0.00000000000000D+00 1.38888888888889D-14 15 0.00000000000000D+00 1.38888888888889D-14 16 0.00000000000000D+00 1.38888888888889D-14 17 0.00000000000000D+00 1.38888888888889D-14 18 0.00000000000000D+00 1.38888888888889D-14 19 0.00000000000000D+00 1.38888888888889D-14 20 0.00000000000000D+00 1.38888888888889D-14 21 0.00000000000000D+00 1.38888888888889D-14 22 0.00000000000000D+00 1.38888888888889D-14 23 0.00000000000000D+00 1.38888888888889D-14 24 0.00000000000000D+00 1.38888888888889D-14 25 0.00000000000000D+00 1.38888888888889D-14 26 0.00000000000000D+00 1.38888888888889D-14 27 0.00000000000000D+00 1.38888888888889D-14 28 0.00000000000000D+00 1.38888888888889D-14 29 0.00000000000000D+00 1.38888888888889D-14 30 0.00000000000000D+00 1.38888888888889D-14 31 0.00000000000000D+00 1.38888888888889D-14 32 0.00000000000000D+00 1.38888888888889D-14 33 0.00000000000000D+00 1.38888888888889D-14 34 0.00000000000000D+00 1.38888888888889D-14 35 0.00000000000000D+00 1.38888888888889D-14 36 0.00000000000000D+00 1.38888888888889D-14 37 0.00000000000000D+00 1.38888888888889D-14 38 0.00000000000000D+00 1.38888888888889D-14 39 0.00000000000000D+00 1.38888888888889D-14 40 0.00000000000000D+00 1.38888888888889D-14 41 0.00000000000000D+00 1.38888888888889D-14 42 0.00000000000000D+00 1.38888888888889D-14 43 0.00000000000000D+00 1.38888888888889D-14 44 0.00000000000000D+00 1.38888888888889D-14 45 0.00000000000000D+00 1.38888888888889D-14 46 0.00000000000000D+00 1.38888888888889D-14 47 0.00000000000000D+00 1.38888888888889D-14 48 0.00000000000000D+00 1.38888888888889D-14 49 0.00000000000000D+00 1.38888888888889D-14 50 0.00000000000000D+00 1.38888888888889D-14 51 0.00000000000000D+00 1.38888888888889D-14 52 0.00000000000000D+00 1.38888888888889D-14 53 0.00000000000000D+00 1.38888888888889D-14 54 0.00000000000000D+00 1.38888888888889D-14 55 0.00000000000000D+00 1.38888888888889D-14 56 0.00000000000000D+00 1.38888888888889D-14 57 0.00000000000000D+00 1.38888888888889D-14 58 0.00000000000000D+00 1.38888888888889D-14 59 0.00000000000000D+00 1.38888888888889D-14 60 0.00000000000000D+00 1.38888888888889D-14 61 0.00000000000000D+00 1.38888888888889D-14 62 0.00000000000000D+00 1.38888888888889D-14 63 0.00000000000000D+00 1.38888888888889D-14 64 0.00000000000000D+00 1.38888888888889D-14 65 0.00000000000000D+00 1.38888888888889D-14 66 0.00000000000000D+00 1.38888888888889D-14 67 0.00000000000000D+00 1.38888888888889D-14 68 0.00000000000000D+00 1.38888888888889D-14 69 0.00000000000000D+00 1.38888888888889D-14 70 0.00000000000000D+00 1.38888888888889D-14 71 0.00000000000000D+00 1.38888888888889D-14 72 0.00000000000000D+00 1.38888888888889D-14 73 0.00000000000000D+00 5.00000000000000D-14 74 0.00000000000000D+00 5.00000000000000D-14 75 0.00000000000000D+00 5.00000000000000D-14 76 0.00000000000000D+00 5.00000000000000D-14 77 0.00000000000000D+00 5.00000000000000D-14 78 0.00000000000000D+00 5.00000000000000D-14 79 0.00000000000000D+00 5.00000000000000D-14 80 0.00000000000000D+00 5.00000000000000D-14 81 0.00000000000000D+00 5.00000000000000D-14 82 0.00000000000000D+00 5.00000000000000D-14 83 0.00000000000000D+00 5.00000000000000D-14 84 0.00000000000000D+00 5.00000000000000D-14 85 0.00000000000000D+00 5.00000000000000D-14 86 0.00000000000000D+00 5.00000000000000D-14 87 0.00000000000000D+00 5.00000000000000D-14 88 0.00000000000000D+00 5.00000000000000D-14 89 0.00000000000000D+00 5.00000000000000D-14 90 0.00000000000000D+00 5.00000000000000D-14 91 0.00000000000000D+00 5.00000000000000D-14 92 0.00000000000000D+00 5.00000000000000D-14 93 0.00000000000000D+00 5.00000000000000D-14 94 0.00000000000000D+00 5.00000000000000D-14 95 0.00000000000000D+00 5.00000000000000D-14 96 0.00000000000000D+00 5.00000000000000D-14 97 0.00000000000000D+00 1.38888888888889D-14 98 0.00000000000000D+00 1.38888888888889D-14 99 0.00000000000000D+00 1.38888888888889D-14 100 0.00000000000000D+00 1.38888888888889D-14 101 0.00000000000000D+00 1.38888888888889D-14 102 0.00000000000000D+00 1.38888888888889D-14 103 0.00000000000000D+00 1.38888888888889D-14 104 0.00000000000000D+00 1.38888888888889D-14 105 0.00000000000000D+00 1.38888888888889D-14 106 0.00000000000000D+00 1.38888888888889D-14 107 0.00000000000000D+00 1.38888888888889D-14 108 0.00000000000000D+00 1.38888888888889D-14 109 0.00000000000000D+00 1.38888888888889D-14 110 0.00000000000000D+00 1.38888888888889D-14 111 0.00000000000000D+00 1.38888888888889D-14 112 0.00000000000000D+00 1.38888888888889D-14 113 0.00000000000000D+00 1.38888888888889D-14 114 0.00000000000000D+00 1.38888888888889D-14 115 0.00000000000000D+00 1.38888888888889D-14 116 0.00000000000000D+00 1.38888888888889D-14 117 0.00000000000000D+00 1.38888888888889D-14 118 0.00000000000000D+00 1.38888888888889D-14 119 0.00000000000000D+00 1.38888888888889D-14 120 0.00000000000000D+00 1.38888888888889D-14 121 0.00000000000000D+00 1.38888888888889D-14 122 0.00000000000000D+00 1.38888888888889D-14 123 0.00000000000000D+00 1.38888888888889D-14 124 0.00000000000000D+00 1.38888888888889D-14 125 0.00000000000000D+00 1.38888888888889D-14 126 0.00000000000000D+00 1.38888888888889D-14 127 0.00000000000000D+00 1.38888888888889D-14 128 0.00000000000000D+00 1.38888888888889D-14 129 0.00000000000000D+00 1.38888888888889D-14 130 0.00000000000000D+00 1.38888888888889D-14 131 0.00000000000000D+00 1.38888888888889D-14 132 0.00000000000000D+00 1.38888888888889D-14 133 0.00000000000000D+00 1.38888888888889D-14 134 0.00000000000000D+00 1.38888888888889D-14 135 0.00000000000000D+00 1.38888888888889D-14 136 0.00000000000000D+00 1.38888888888889D-14 137 0.00000000000000D+00 1.38888888888889D-14 138 0.00000000000000D+00 1.38888888888889D-14 139 0.00000000000000D+00 1.38888888888889D-14 140 0.00000000000000D+00 1.38888888888889D-14 141 0.00000000000000D+00 1.38888888888889D-14 142 0.00000000000000D+00 1.38888888888889D-14 143 0.00000000000000D+00 1.38888888888889D-14 144 0.00000000000000D+00 1.38888888888889D-14 145 0.00000000000000D+00 1.38888888888889D-14 146 0.00000000000000D+00 1.38888888888889D-14 147 0.00000000000000D+00 1.38888888888889D-14 148 0.00000000000000D+00 1.38888888888889D-14 149 0.00000000000000D+00 1.38888888888889D-14 150 0.00000000000000D+00 1.38888888888889D-14 151 0.00000000000000D+00 1.38888888888889D-14 152 0.00000000000000D+00 1.38888888888889D-14 153 0.00000000000000D+00 1.38888888888889D-14 154 0.00000000000000D+00 1.38888888888889D-14 155 0.00000000000000D+00 1.38888888888889D-14 156 0.00000000000000D+00 1.38888888888889D-14 157 0.00000000000000D+00 1.38888888888889D-14 158 0.00000000000000D+00 1.38888888888889D-14 159 0.00000000000000D+00 1.38888888888889D-14 160 0.00000000000000D+00 1.38888888888889D-14 161 0.00000000000000D+00 1.38888888888889D-14 162 0.00000000000000D+00 1.38888888888889D-14 163 0.00000000000000D+00 1.38888888888889D-14 164 0.00000000000000D+00 1.38888888888889D-14 165 0.00000000000000D+00 1.38888888888889D-14 166 0.00000000000000D+00 1.38888888888889D-14 167 0.00000000000000D+00 1.38888888888889D-14 168 0.00000000000000D+00 1.38888888888889D-14 169 0.00000000000000D+00 5.00000000000000D-14 170 0.00000000000000D+00 5.00000000000000D-14 171 0.00000000000000D+00 5.00000000000000D-14 172 0.00000000000000D+00 5.00000000000000D-14 173 0.00000000000000D+00 5.00000000000000D-14 174 0.00000000000000D+00 5.00000000000000D-14 175 0.00000000000000D+00 5.00000000000000D-14 176 0.00000000000000D+00 5.00000000000000D-14 177 0.00000000000000D+00 5.00000000000000D-14 178 0.00000000000000D+00 5.00000000000000D-14 179 0.00000000000000D+00 5.00000000000000D-14 180 0.00000000000000D+00 5.00000000000000D-14 181 0.00000000000000D+00 5.00000000000000D-14 182 0.00000000000000D+00 5.00000000000000D-14 183 0.00000000000000D+00 5.00000000000000D-14 184 0.00000000000000D+00 5.00000000000000D-14 185 0.00000000000000D+00 5.00000000000000D-14 186 0.00000000000000D+00 5.00000000000000D-14 187 0.00000000000000D+00 5.00000000000000D-14 188 0.00000000000000D+00 5.00000000000000D-14 189 0.00000000000000D+00 5.00000000000000D-14 190 0.00000000000000D+00 5.00000000000000D-14 191 0.00000000000000D+00 5.00000000000000D-14 192 0.00000000000000D+00 5.00000000000000D-14 193 0.00000000000000D+00 1.38888888888889D-14 194 0.00000000000000D+00 1.38888888888889D-14 195 0.00000000000000D+00 1.38888888888889D-14 196 0.00000000000000D+00 1.38888888888889D-14 197 0.00000000000000D+00 1.38888888888889D-14 198 0.00000000000000D+00 1.38888888888889D-14 199 0.00000000000000D+00 1.38888888888889D-14 200 0.00000000000000D+00 1.38888888888889D-14 201 0.00000000000000D+00 1.38888888888889D-14 202 0.00000000000000D+00 1.38888888888889D-14 203 0.00000000000000D+00 1.38888888888889D-14 204 0.00000000000000D+00 1.38888888888889D-14 205 0.00000000000000D+00 1.38888888888889D-14 206 0.00000000000000D+00 1.38888888888889D-14 207 0.00000000000000D+00 1.38888888888889D-14 208 0.00000000000000D+00 1.38888888888889D-14 209 0.00000000000000D+00 1.38888888888889D-14 210 0.00000000000000D+00 1.38888888888889D-14 211 0.00000000000000D+00 1.38888888888889D-14 212 0.00000000000000D+00 1.38888888888889D-14 213 0.00000000000000D+00 1.38888888888889D-14 214 0.00000000000000D+00 1.38888888888889D-14 215 0.00000000000000D+00 1.38888888888889D-14 216 0.00000000000000D+00 1.38888888888889D-14 217 0.00000000000000D+00 1.38888888888889D-14 218 0.00000000000000D+00 1.38888888888889D-14 219 0.00000000000000D+00 1.38888888888889D-14 220 0.00000000000000D+00 1.38888888888889D-14 221 0.00000000000000D+00 1.38888888888889D-14 222 0.00000000000000D+00 1.38888888888889D-14 223 0.00000000000000D+00 1.38888888888889D-14 224 0.00000000000000D+00 1.38888888888889D-14 225 0.00000000000000D+00 1.38888888888889D-14 226 0.00000000000000D+00 1.38888888888889D-14 227 0.00000000000000D+00 1.38888888888889D-14 228 0.00000000000000D+00 1.38888888888889D-14 229 0.00000000000000D+00 1.38888888888889D-14 230 0.00000000000000D+00 1.38888888888889D-14 231 0.00000000000000D+00 1.38888888888889D-14 232 0.00000000000000D+00 1.38888888888889D-14 233 0.00000000000000D+00 1.38888888888889D-14 234 0.00000000000000D+00 1.38888888888889D-14 235 0.00000000000000D+00 1.38888888888889D-14 236 0.00000000000000D+00 1.38888888888889D-14 237 0.00000000000000D+00 1.38888888888889D-14 238 0.00000000000000D+00 1.38888888888889D-14 239 0.00000000000000D+00 1.38888888888889D-14 240 0.00000000000000D+00 1.38888888888889D-14 241 0.00000000000000D+00 1.38888888888889D-14 242 0.00000000000000D+00 1.38888888888889D-14 243 0.00000000000000D+00 1.38888888888889D-14 244 0.00000000000000D+00 1.38888888888889D-14 245 0.00000000000000D+00 1.38888888888889D-14 246 0.00000000000000D+00 1.38888888888889D-14 247 0.00000000000000D+00 1.38888888888889D-14 248 0.00000000000000D+00 1.38888888888889D-14 249 0.00000000000000D+00 1.38888888888889D-14 250 0.00000000000000D+00 1.38888888888889D-14 251 0.00000000000000D+00 1.38888888888889D-14 252 0.00000000000000D+00 1.38888888888889D-14 253 0.00000000000000D+00 1.38888888888889D-14 254 0.00000000000000D+00 1.38888888888889D-14 255 0.00000000000000D+00 1.38888888888889D-14 256 0.00000000000000D+00 1.38888888888889D-14 257 0.00000000000000D+00 1.38888888888889D-14 258 0.00000000000000D+00 1.38888888888889D-14 259 0.00000000000000D+00 1.38888888888889D-14 260 0.00000000000000D+00 1.38888888888889D-14 261 0.00000000000000D+00 1.38888888888889D-14 262 0.00000000000000D+00 1.38888888888889D-14 263 0.00000000000000D+00 1.38888888888889D-14 264 0.00000000000000D+00 1.38888888888889D-14 265 0.00000000000000D+00 5.00000000000000D-14 266 0.00000000000000D+00 5.00000000000000D-14 267 0.00000000000000D+00 5.00000000000000D-14 268 0.00000000000000D+00 5.00000000000000D-14 269 0.00000000000000D+00 5.00000000000000D-14 270 0.00000000000000D+00 5.00000000000000D-14 271 0.00000000000000D+00 5.00000000000000D-14 272 0.00000000000000D+00 5.00000000000000D-14 273 0.00000000000000D+00 5.00000000000000D-14 274 0.00000000000000D+00 5.00000000000000D-14 275 0.00000000000000D+00 5.00000000000000D-14 276 0.00000000000000D+00 5.00000000000000D-14 277 0.00000000000000D+00 5.00000000000000D-14 278 0.00000000000000D+00 5.00000000000000D-14 279 0.00000000000000D+00 5.00000000000000D-14 280 0.00000000000000D+00 5.00000000000000D-14 281 0.00000000000000D+00 5.00000000000000D-14 282 0.00000000000000D+00 5.00000000000000D-14 283 0.00000000000000D+00 5.00000000000000D-14 284 0.00000000000000D+00 5.00000000000000D-14 285 0.00000000000000D+00 5.00000000000000D-14 286 0.00000000000000D+00 5.00000000000000D-14 287 0.00000000000000D+00 5.00000000000000D-14 288 0.00000000000000D+00 5.00000000000000D-14 289 0.00000000000000D+00 1.38888888888889D-14 290 0.00000000000000D+00 1.38888888888889D-14 291 0.00000000000000D+00 1.38888888888889D-14 292 0.00000000000000D+00 1.38888888888889D-14 293 0.00000000000000D+00 1.38888888888889D-14 294 0.00000000000000D+00 1.38888888888889D-14 295 0.00000000000000D+00 1.38888888888889D-14 296 0.00000000000000D+00 1.38888888888889D-14 297 0.00000000000000D+00 1.38888888888889D-14 298 0.00000000000000D+00 1.38888888888889D-14 299 0.00000000000000D+00 1.38888888888889D-14 300 0.00000000000000D+00 1.38888888888889D-14 301 0.00000000000000D+00 1.38888888888889D-14 302 0.00000000000000D+00 1.38888888888889D-14 303 0.00000000000000D+00 1.38888888888889D-14 304 0.00000000000000D+00 1.38888888888889D-14 305 0.00000000000000D+00 1.38888888888889D-14 306 0.00000000000000D+00 1.38888888888889D-14 307 0.00000000000000D+00 1.38888888888889D-14 308 0.00000000000000D+00 1.38888888888889D-14 309 0.00000000000000D+00 1.38888888888889D-14 310 0.00000000000000D+00 1.38888888888889D-14 311 0.00000000000000D+00 1.38888888888889D-14 312 0.00000000000000D+00 1.38888888888889D-14 313 0.00000000000000D+00 1.38888888888889D-14 314 0.00000000000000D+00 1.38888888888889D-14 315 0.00000000000000D+00 1.38888888888889D-14 316 0.00000000000000D+00 1.38888888888889D-14 317 0.00000000000000D+00 1.38888888888889D-14 318 0.00000000000000D+00 1.38888888888889D-14 319 0.00000000000000D+00 1.38888888888889D-14 320 0.00000000000000D+00 1.38888888888889D-14 321 0.00000000000000D+00 1.38888888888889D-14 322 0.00000000000000D+00 1.38888888888889D-14 323 0.00000000000000D+00 1.38888888888889D-14 324 0.00000000000000D+00 1.38888888888889D-14 325 0.00000000000000D+00 1.38888888888889D-14 326 0.00000000000000D+00 1.38888888888889D-14 327 0.00000000000000D+00 1.38888888888889D-14 328 0.00000000000000D+00 1.38888888888889D-14 329 0.00000000000000D+00 1.38888888888889D-14 330 0.00000000000000D+00 1.38888888888889D-14 331 0.00000000000000D+00 1.38888888888889D-14 332 0.00000000000000D+00 1.38888888888889D-14 333 0.00000000000000D+00 1.38888888888889D-14 334 0.00000000000000D+00 1.38888888888889D-14 335 0.00000000000000D+00 1.38888888888889D-14 336 0.00000000000000D+00 1.38888888888889D-14 337 0.00000000000000D+00 1.38888888888889D-14 338 0.00000000000000D+00 1.38888888888889D-14 339 0.00000000000000D+00 1.38888888888889D-14 340 0.00000000000000D+00 1.38888888888889D-14 341 0.00000000000000D+00 1.38888888888889D-14 342 0.00000000000000D+00 1.38888888888889D-14 343 0.00000000000000D+00 1.38888888888889D-14 344 0.00000000000000D+00 1.38888888888889D-14 345 0.00000000000000D+00 1.38888888888889D-14 346 0.00000000000000D+00 1.38888888888889D-14 347 0.00000000000000D+00 1.38888888888889D-14 348 0.00000000000000D+00 1.38888888888889D-14 349 0.00000000000000D+00 1.38888888888889D-14 350 0.00000000000000D+00 1.38888888888889D-14 351 0.00000000000000D+00 1.38888888888889D-14 352 0.00000000000000D+00 1.38888888888889D-14 353 0.00000000000000D+00 1.38888888888889D-14 354 0.00000000000000D+00 1.38888888888889D-14 355 0.00000000000000D+00 1.38888888888889D-14 356 0.00000000000000D+00 1.38888888888889D-14 357 0.00000000000000D+00 1.38888888888889D-14 358 0.00000000000000D+00 1.38888888888889D-14 359 0.00000000000000D+00 1.38888888888889D-14 360 0.00000000000000D+00 1.38888888888889D-14 361 0.00000000000000D+00 5.00000000000000D-14 362 0.00000000000000D+00 5.00000000000000D-14 363 0.00000000000000D+00 5.00000000000000D-14 364 0.00000000000000D+00 5.00000000000000D-14 365 0.00000000000000D+00 5.00000000000000D-14 366 0.00000000000000D+00 5.00000000000000D-14 367 0.00000000000000D+00 5.00000000000000D-14 368 0.00000000000000D+00 5.00000000000000D-14 369 0.00000000000000D+00 5.00000000000000D-14 370 0.00000000000000D+00 5.00000000000000D-14 371 0.00000000000000D+00 5.00000000000000D-14 372 0.00000000000000D+00 5.00000000000000D-14 373 0.00000000000000D+00 5.00000000000000D-14 374 0.00000000000000D+00 5.00000000000000D-14 375 0.00000000000000D+00 5.00000000000000D-14 376 0.00000000000000D+00 5.00000000000000D-14 377 0.00000000000000D+00 5.00000000000000D-14 378 0.00000000000000D+00 5.00000000000000D-14 379 0.00000000000000D+00 5.00000000000000D-14 380 0.00000000000000D+00 5.00000000000000D-14 381 0.00000000000000D+00 5.00000000000000D-14 382 0.00000000000000D+00 5.00000000000000D-14 383 0.00000000000000D+00 5.00000000000000D-14 384 0.00000000000000D+00 5.00000000000000D-14 385 0.00000000000000D+00 1.38888888888889D-14 386 0.00000000000000D+00 1.38888888888889D-14 387 0.00000000000000D+00 1.38888888888889D-14 388 0.00000000000000D+00 1.38888888888889D-14 389 0.00000000000000D+00 1.38888888888889D-14 390 0.00000000000000D+00 1.38888888888889D-14 391 0.00000000000000D+00 1.38888888888889D-14 392 0.00000000000000D+00 1.38888888888889D-14 393 0.00000000000000D+00 1.38888888888889D-14 394 0.00000000000000D+00 1.38888888888889D-14 395 0.00000000000000D+00 1.38888888888889D-14 396 0.00000000000000D+00 1.38888888888889D-14 397 0.00000000000000D+00 1.38888888888889D-14 398 0.00000000000000D+00 1.38888888888889D-14 399 0.00000000000000D+00 1.38888888888889D-14 400 0.00000000000000D+00 1.38888888888889D-14 401 0.00000000000000D+00 1.38888888888889D-14 402 0.00000000000000D+00 1.38888888888889D-14 403 0.00000000000000D+00 1.38888888888889D-14 404 0.00000000000000D+00 1.38888888888889D-14 405 0.00000000000000D+00 1.38888888888889D-14 406 0.00000000000000D+00 1.38888888888889D-14 407 0.00000000000000D+00 1.38888888888889D-14 408 0.00000000000000D+00 1.38888888888889D-14 409 0.00000000000000D+00 1.38888888888889D-14 410 0.00000000000000D+00 1.38888888888889D-14 411 0.00000000000000D+00 1.38888888888889D-14 412 0.00000000000000D+00 1.38888888888889D-14 413 0.00000000000000D+00 1.38888888888889D-14 414 0.00000000000000D+00 1.38888888888889D-14 415 0.00000000000000D+00 1.38888888888889D-14 416 0.00000000000000D+00 1.38888888888889D-14 417 0.00000000000000D+00 1.38888888888889D-14 418 0.00000000000000D+00 1.38888888888889D-14 419 0.00000000000000D+00 1.38888888888889D-14 420 0.00000000000000D+00 1.38888888888889D-14 421 0.00000000000000D+00 1.38888888888889D-14 422 0.00000000000000D+00 1.38888888888889D-14 423 0.00000000000000D+00 1.38888888888889D-14 424 0.00000000000000D+00 1.38888888888889D-14 425 0.00000000000000D+00 1.38888888888889D-14 426 0.00000000000000D+00 1.38888888888889D-14 427 0.00000000000000D+00 1.38888888888889D-14 428 0.00000000000000D+00 1.38888888888889D-14 429 0.00000000000000D+00 1.38888888888889D-14 430 0.00000000000000D+00 1.38888888888889D-14 431 0.00000000000000D+00 1.38888888888889D-14 432 0.00000000000000D+00 1.38888888888889D-14 433 0.00000000000000D+00 1.38888888888889D-14 434 0.00000000000000D+00 1.38888888888889D-14 435 0.00000000000000D+00 1.38888888888889D-14 436 0.00000000000000D+00 1.38888888888889D-14 437 0.00000000000000D+00 1.38888888888889D-14 438 0.00000000000000D+00 1.38888888888889D-14 439 0.00000000000000D+00 1.38888888888889D-14 440 0.00000000000000D+00 1.38888888888889D-14 441 0.00000000000000D+00 1.38888888888889D-14 442 0.00000000000000D+00 1.38888888888889D-14 443 0.00000000000000D+00 1.38888888888889D-14 444 0.00000000000000D+00 1.38888888888889D-14 445 0.00000000000000D+00 1.38888888888889D-14 446 0.00000000000000D+00 1.38888888888889D-14 447 0.00000000000000D+00 1.38888888888889D-14 448 0.00000000000000D+00 1.38888888888889D-14 449 0.00000000000000D+00 1.38888888888889D-14 450 0.00000000000000D+00 1.38888888888889D-14 451 0.00000000000000D+00 1.38888888888889D-14 452 0.00000000000000D+00 1.38888888888889D-14 453 0.00000000000000D+00 1.38888888888889D-14 454 0.00000000000000D+00 1.38888888888889D-14 455 0.00000000000000D+00 1.38888888888889D-14 456 0.00000000000000D+00 1.38888888888889D-14 457 0.00000000000000D+00 1.00000000000000D-04 458 0.00000000000000D+00 1.00000000000000D-04 459 0.00000000000000D+00 1.00000000000000D-04 460 0.00000000000000D+00 1.00000000000000D-04 461 0.00000000000000D+00 1.00000000000000D-04 462 0.00000000000000D+00 1.00000000000000D-04 463 0.00000000000000D+00 5.00000000000000D-11 464 0.00000000000000D+00 5.00000000000000D-11 465 0.00000000000000D+00 5.00000000000000D-11 466 0.00000000000000D+00 1.00000000000000D-06 467 0.00000000000000D+00 1.00000000000000D-06 468 0.00000000000000D+00 1.00000000000000D-06 469 0.00000000000000D+00 1.00000000000000D-06 470 0.00000000000000D+00 1.00000000000000D-06 471 0.00000000000000D+00 1.00000000000000D-06 472 0.00000000000000D+00 1.00000000000000D-06 473 0.00000000000000D+00 1.00000000000000D-06 474 0.00000000000000D+00 1.00000000000000D-06 475 0.00000000000000D+00 1.00000000000000D-06 476 0.00000000000000D+00 1.00000000000000D-06 477 0.00000000000000D+00 1.00000000000000D-06 478 0.00000000000000D+00 1.00000000000000D-06 479 0.00000000000000D+00 1.00000000000000D-06 480 0.00000000000000D+00 1.00000000000000D-06 481 0.00000000000000D+00 1.00000000000000D-06 482 0.00000000000000D+00 1.00000000000000D-06 483 0.00000000000000D+00 1.00000000000000D-06 484 0.00000000000000D+00 1.00000000000000D-06 485 0.00000000000000D+00 1.00000000000000D-06 486 0.00000000000000D+00 1.00000000000000D-06 487 0.00000000000000D+00 1.00000000000000D-06 488 0.00000000000000D+00 1.00000000000000D-06 489 0.00000000000000D+00 1.00000000000000D-06 490 0.00000000000000D+00 1.00000000000000D-06 491 0.00000000000000D+00 1.00000000000000D-06 492 0.00000000000000D+00 1.00000000000000D-06 493 0.00000000000000D+00 1.00000000000000D-06 494 0.00000000000000D+00 1.00000000000000D-06 495 0.00000000000000D+00 1.00000000000000D-06 496 0.00000000000000D+00 1.00000000000000D-06 497 0.00000000000000D+00 1.00000000000000D-06 498 0.00000000000000D+00 1.00000000000000D-06 499 0.00000000000000D+00 1.00000000000000D-06 500 0.00000000000000D+00 1.00000000000000D-06 501 0.00000000000000D+00 1.00000000000000D-06 502 0.00000000000000D+00 1.00000000000000D-06 503 0.00000000000000D+00 1.00000000000000D-06 504 0.00000000000000D+00 1.00000000000000D-06 505 0.00000000000000D+00 1.00000000000000D-06 506 0.00000000000000D+00 1.00000000000000D-06 507 0.00000000000000D+00 1.00000000000000D-06 508 0.00000000000000D+00 1.00000000000000D-06 509 0.00000000000000D+00 1.00000000000000D-06 510 0.00000000000000D+00 1.00000000000000D-06 511 0.00000000000000D+00 1.00000000000000D-06 512 0.00000000000000D+00 1.00000000000000D-06 513 0.00000000000000D+00 1.00000000000000D-06 514 0.00000000000000D+00 1.00000000000000D-06 515 0.00000000000000D+00 1.00000000000000D-06 516 0.00000000000000D+00 1.00000000000000D-06 517 0.00000000000000D+00 1.00000000000000D-06 518 0.00000000000000D+00 1.00000000000000D-06 519 0.00000000000000D+00 1.00000000000000D-06 520 0.00000000000000D+00 1.00000000000000D-06 521 0.00000000000000D+00 1.00000000000000D-06 522 0.00000000000000D+00 1.00000000000000D-06 523 0.00000000000000D+00 1.00000000000000D-06 524 0.00000000000000D+00 1.00000000000000D-06 525 0.00000000000000D+00 1.00000000000000D-06 526 0.00000000000000D+00 1.00000000000000D-06 527 0.00000000000000D+00 1.00000000000000D-06 528 0.00000000000000D+00 1.00000000000000D-06 529 0.00000000000000D+00 1.00000000000000D-06 530 0.00000000000000D+00 1.00000000000000D-06 531 0.00000000000000D+00 1.00000000000000D-06 -SOLUTION/CONSTRAINT_EQUATION_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/CONSTRAINT_WEIGHT_MATRIX * Ind1 Ind2 Weight_matrix(ind1,ind2) 1 1 5.18400000000000D+27 2 2 5.18400000000000D+27 3 3 5.18400000000000D+27 4 4 5.18400000000000D+27 5 5 5.18400000000000D+27 6 6 5.18400000000000D+27 7 7 5.18400000000000D+27 8 8 5.18400000000000D+27 9 9 5.18400000000000D+27 10 10 5.18400000000000D+27 11 11 5.18400000000000D+27 12 12 5.18400000000000D+27 13 13 5.18400000000000D+27 14 14 5.18400000000000D+27 15 15 5.18400000000000D+27 16 16 5.18400000000000D+27 17 17 5.18400000000000D+27 18 18 5.18400000000000D+27 19 19 5.18400000000000D+27 20 20 5.18400000000000D+27 21 21 5.18400000000000D+27 22 22 5.18400000000000D+27 23 23 5.18400000000000D+27 24 24 5.18400000000000D+27 25 25 5.18400000000000D+27 26 26 5.18400000000000D+27 27 27 5.18400000000000D+27 28 28 5.18400000000000D+27 29 29 5.18400000000000D+27 30 30 5.18400000000000D+27 31 31 5.18400000000000D+27 32 32 5.18400000000000D+27 33 33 5.18400000000000D+27 34 34 5.18400000000000D+27 35 35 5.18400000000000D+27 36 36 5.18400000000000D+27 37 37 5.18400000000000D+27 38 38 5.18400000000000D+27 39 39 5.18400000000000D+27 40 40 5.18400000000000D+27 41 41 5.18400000000000D+27 42 42 5.18400000000000D+27 43 43 5.18400000000000D+27 44 44 5.18400000000000D+27 45 45 5.18400000000000D+27 46 46 5.18400000000000D+27 47 47 5.18400000000000D+27 48 48 5.18400000000000D+27 49 49 5.18400000000000D+27 50 50 5.18400000000000D+27 51 51 5.18400000000000D+27 52 52 5.18400000000000D+27 53 53 5.18400000000000D+27 54 54 5.18400000000000D+27 55 55 5.18400000000000D+27 56 56 5.18400000000000D+27 57 57 5.18400000000000D+27 58 58 5.18400000000000D+27 59 59 5.18400000000000D+27 60 60 5.18400000000000D+27 61 61 5.18400000000000D+27 62 62 5.18400000000000D+27 63 63 5.18400000000000D+27 64 64 5.18400000000000D+27 65 65 5.18400000000000D+27 66 66 5.18400000000000D+27 67 67 5.18400000000000D+27 68 68 5.18400000000000D+27 69 69 5.18400000000000D+27 70 70 5.18400000000000D+27 71 71 5.18400000000000D+27 72 72 5.18400000000000D+27 73 73 4.00000000000000D+26 74 74 4.00000000000000D+26 75 75 4.00000000000000D+26 76 76 4.00000000000000D+26 77 77 4.00000000000000D+26 78 78 4.00000000000000D+26 79 79 4.00000000000000D+26 80 80 4.00000000000000D+26 81 81 4.00000000000000D+26 82 82 4.00000000000000D+26 83 83 4.00000000000000D+26 84 84 4.00000000000000D+26 85 85 4.00000000000000D+26 86 86 4.00000000000000D+26 87 87 4.00000000000000D+26 88 88 4.00000000000000D+26 89 89 4.00000000000000D+26 90 90 4.00000000000000D+26 91 91 4.00000000000000D+26 92 92 4.00000000000000D+26 93 93 4.00000000000000D+26 94 94 4.00000000000000D+26 95 95 4.00000000000000D+26 96 96 4.00000000000000D+26 97 97 5.18400000000000D+27 98 98 5.18400000000000D+27 99 99 5.18400000000000D+27 100 100 5.18400000000000D+27 101 101 5.18400000000000D+27 102 102 5.18400000000000D+27 103 103 5.18400000000000D+27 104 104 5.18400000000000D+27 105 105 5.18400000000000D+27 106 106 5.18400000000000D+27 107 107 5.18400000000000D+27 108 108 5.18400000000000D+27 109 109 5.18400000000000D+27 110 110 5.18400000000000D+27 111 111 5.18400000000000D+27 112 112 5.18400000000000D+27 113 113 5.18400000000000D+27 114 114 5.18400000000000D+27 115 115 5.18400000000000D+27 116 116 5.18400000000000D+27 117 117 5.18400000000000D+27 118 118 5.18400000000000D+27 119 119 5.18400000000000D+27 120 120 5.18400000000000D+27 121 121 5.18400000000000D+27 122 122 5.18400000000000D+27 123 123 5.18400000000000D+27 124 124 5.18400000000000D+27 125 125 5.18400000000000D+27 126 126 5.18400000000000D+27 127 127 5.18400000000000D+27 128 128 5.18400000000000D+27 129 129 5.18400000000000D+27 130 130 5.18400000000000D+27 131 131 5.18400000000000D+27 132 132 5.18400000000000D+27 133 133 5.18400000000000D+27 134 134 5.18400000000000D+27 135 135 5.18400000000000D+27 136 136 5.18400000000000D+27 137 137 5.18400000000000D+27 138 138 5.18400000000000D+27 139 139 5.18400000000000D+27 140 140 5.18400000000000D+27 141 141 5.18400000000000D+27 142 142 5.18400000000000D+27 143 143 5.18400000000000D+27 144 144 5.18400000000000D+27 145 145 5.18400000000000D+27 146 146 5.18400000000000D+27 147 147 5.18400000000000D+27 148 148 5.18400000000000D+27 149 149 5.18400000000000D+27 150 150 5.18400000000000D+27 151 151 5.18400000000000D+27 152 152 5.18400000000000D+27 153 153 5.18400000000000D+27 154 154 5.18400000000000D+27 155 155 5.18400000000000D+27 156 156 5.18400000000000D+27 157 157 5.18400000000000D+27 158 158 5.18400000000000D+27 159 159 5.18400000000000D+27 160 160 5.18400000000000D+27 161 161 5.18400000000000D+27 162 162 5.18400000000000D+27 163 163 5.18400000000000D+27 164 164 5.18400000000000D+27 165 165 5.18400000000000D+27 166 166 5.18400000000000D+27 167 167 5.18400000000000D+27 168 168 5.18400000000000D+27 169 169 4.00000000000000D+26 170 170 4.00000000000000D+26 171 171 4.00000000000000D+26 172 172 4.00000000000000D+26 173 173 4.00000000000000D+26 174 174 4.00000000000000D+26 175 175 4.00000000000000D+26 176 176 4.00000000000000D+26 177 177 4.00000000000000D+26 178 178 4.00000000000000D+26 179 179 4.00000000000000D+26 180 180 4.00000000000000D+26 181 181 4.00000000000000D+26 182 182 4.00000000000000D+26 183 183 4.00000000000000D+26 184 184 4.00000000000000D+26 185 185 4.00000000000000D+26 186 186 4.00000000000000D+26 187 187 4.00000000000000D+26 188 188 4.00000000000000D+26 189 189 4.00000000000000D+26 190 190 4.00000000000000D+26 191 191 4.00000000000000D+26 192 192 4.00000000000000D+26 193 193 5.18400000000000D+27 194 194 5.18400000000000D+27 195 195 5.18400000000000D+27 196 196 5.18400000000000D+27 197 197 5.18400000000000D+27 198 198 5.18400000000000D+27 199 199 5.18400000000000D+27 200 200 5.18400000000000D+27 201 201 5.18400000000000D+27 202 202 5.18400000000000D+27 203 203 5.18400000000000D+27 204 204 5.18400000000000D+27 205 205 5.18400000000000D+27 206 206 5.18400000000000D+27 207 207 5.18400000000000D+27 208 208 5.18400000000000D+27 209 209 5.18400000000000D+27 210 210 5.18400000000000D+27 211 211 5.18400000000000D+27 212 212 5.18400000000000D+27 213 213 5.18400000000000D+27 214 214 5.18400000000000D+27 215 215 5.18400000000000D+27 216 216 5.18400000000000D+27 217 217 5.18400000000000D+27 218 218 5.18400000000000D+27 219 219 5.18400000000000D+27 220 220 5.18400000000000D+27 221 221 5.18400000000000D+27 222 222 5.18400000000000D+27 223 223 5.18400000000000D+27 224 224 5.18400000000000D+27 225 225 5.18400000000000D+27 226 226 5.18400000000000D+27 227 227 5.18400000000000D+27 228 228 5.18400000000000D+27 229 229 5.18400000000000D+27 230 230 5.18400000000000D+27 231 231 5.18400000000000D+27 232 232 5.18400000000000D+27 233 233 5.18400000000000D+27 234 234 5.18400000000000D+27 235 235 5.18400000000000D+27 236 236 5.18400000000000D+27 237 237 5.18400000000000D+27 238 238 5.18400000000000D+27 239 239 5.18400000000000D+27 240 240 5.18400000000000D+27 241 241 5.18400000000000D+27 242 242 5.18400000000000D+27 243 243 5.18400000000000D+27 244 244 5.18400000000000D+27 245 245 5.18400000000000D+27 246 246 5.18400000000000D+27 247 247 5.18400000000000D+27 248 248 5.18400000000000D+27 249 249 5.18400000000000D+27 250 250 5.18400000000000D+27 251 251 5.18400000000000D+27 252 252 5.18400000000000D+27 253 253 5.18400000000000D+27 254 254 5.18400000000000D+27 255 255 5.18400000000000D+27 256 256 5.18400000000000D+27 257 257 5.18400000000000D+27 258 258 5.18400000000000D+27 259 259 5.18400000000000D+27 260 260 5.18400000000000D+27 261 261 5.18400000000000D+27 262 262 5.18400000000000D+27 263 263 5.18400000000000D+27 264 264 5.18400000000000D+27 265 265 4.00000000000000D+26 266 266 4.00000000000000D+26 267 267 4.00000000000000D+26 268 268 4.00000000000000D+26 269 269 4.00000000000000D+26 270 270 4.00000000000000D+26 271 271 4.00000000000000D+26 272 272 4.00000000000000D+26 273 273 4.00000000000000D+26 274 274 4.00000000000000D+26 275 275 4.00000000000000D+26 276 276 4.00000000000000D+26 277 277 4.00000000000000D+26 278 278 4.00000000000000D+26 279 279 4.00000000000000D+26 280 280 4.00000000000000D+26 281 281 4.00000000000000D+26 282 282 4.00000000000000D+26 283 283 4.00000000000000D+26 284 284 4.00000000000000D+26 285 285 4.00000000000000D+26 286 286 4.00000000000000D+26 287 287 4.00000000000000D+26 288 288 4.00000000000000D+26 289 289 5.18400000000000D+27 290 290 5.18400000000000D+27 291 291 5.18400000000000D+27 292 292 5.18400000000000D+27 293 293 5.18400000000000D+27 294 294 5.18400000000000D+27 295 295 5.18400000000000D+27 296 296 5.18400000000000D+27 297 297 5.18400000000000D+27 298 298 5.18400000000000D+27 299 299 5.18400000000000D+27 300 300 5.18400000000000D+27 301 301 5.18400000000000D+27 302 302 5.18400000000000D+27 303 303 5.18400000000000D+27 304 304 5.18400000000000D+27 305 305 5.18400000000000D+27 306 306 5.18400000000000D+27 307 307 5.18400000000000D+27 308 308 5.18400000000000D+27 309 309 5.18400000000000D+27 310 310 5.18400000000000D+27 311 311 5.18400000000000D+27 312 312 5.18400000000000D+27 313 313 5.18400000000000D+27 314 314 5.18400000000000D+27 315 315 5.18400000000000D+27 316 316 5.18400000000000D+27 317 317 5.18400000000000D+27 318 318 5.18400000000000D+27 319 319 5.18400000000000D+27 320 320 5.18400000000000D+27 321 321 5.18400000000000D+27 322 322 5.18400000000000D+27 323 323 5.18400000000000D+27 324 324 5.18400000000000D+27 325 325 5.18400000000000D+27 326 326 5.18400000000000D+27 327 327 5.18400000000000D+27 328 328 5.18400000000000D+27 329 329 5.18400000000000D+27 330 330 5.18400000000000D+27 331 331 5.18400000000000D+27 332 332 5.18400000000000D+27 333 333 5.18400000000000D+27 334 334 5.18400000000000D+27 335 335 5.18400000000000D+27 336 336 5.18400000000000D+27 337 337 5.18400000000000D+27 338 338 5.18400000000000D+27 339 339 5.18400000000000D+27 340 340 5.18400000000000D+27 341 341 5.18400000000000D+27 342 342 5.18400000000000D+27 343 343 5.18400000000000D+27 344 344 5.18400000000000D+27 345 345 5.18400000000000D+27 346 346 5.18400000000000D+27 347 347 5.18400000000000D+27 348 348 5.18400000000000D+27 349 349 5.18400000000000D+27 350 350 5.18400000000000D+27 351 351 5.18400000000000D+27 352 352 5.18400000000000D+27 353 353 5.18400000000000D+27 354 354 5.18400000000000D+27 355 355 5.18400000000000D+27 356 356 5.18400000000000D+27 357 357 5.18400000000000D+27 358 358 5.18400000000000D+27 359 359 5.18400000000000D+27 360 360 5.18400000000000D+27 361 361 4.00000000000000D+26 362 362 4.00000000000000D+26 363 363 4.00000000000000D+26 364 364 4.00000000000000D+26 365 365 4.00000000000000D+26 366 366 4.00000000000000D+26 367 367 4.00000000000000D+26 368 368 4.00000000000000D+26 369 369 4.00000000000000D+26 370 370 4.00000000000000D+26 371 371 4.00000000000000D+26 372 372 4.00000000000000D+26 373 373 4.00000000000000D+26 374 374 4.00000000000000D+26 375 375 4.00000000000000D+26 376 376 4.00000000000000D+26 377 377 4.00000000000000D+26 378 378 4.00000000000000D+26 379 379 4.00000000000000D+26 380 380 4.00000000000000D+26 381 381 4.00000000000000D+26 382 382 4.00000000000000D+26 383 383 4.00000000000000D+26 384 384 4.00000000000000D+26 385 385 5.18400000000000D+27 386 386 5.18400000000000D+27 387 387 5.18400000000000D+27 388 388 5.18400000000000D+27 389 389 5.18400000000000D+27 390 390 5.18400000000000D+27 391 391 5.18400000000000D+27 392 392 5.18400000000000D+27 393 393 5.18400000000000D+27 394 394 5.18400000000000D+27 395 395 5.18400000000000D+27 396 396 5.18400000000000D+27 397 397 5.18400000000000D+27 398 398 5.18400000000000D+27 399 399 5.18400000000000D+27 400 400 5.18400000000000D+27 401 401 5.18400000000000D+27 402 402 5.18400000000000D+27 403 403 5.18400000000000D+27 404 404 5.18400000000000D+27 405 405 5.18400000000000D+27 406 406 5.18400000000000D+27 407 407 5.18400000000000D+27 408 408 5.18400000000000D+27 409 409 5.18400000000000D+27 410 410 5.18400000000000D+27 411 411 5.18400000000000D+27 412 412 5.18400000000000D+27 413 413 5.18400000000000D+27 414 414 5.18400000000000D+27 415 415 5.18400000000000D+27 416 416 5.18400000000000D+27 417 417 5.18400000000000D+27 418 418 5.18400000000000D+27 419 419 5.18400000000000D+27 420 420 5.18400000000000D+27 421 421 5.18400000000000D+27 422 422 5.18400000000000D+27 423 423 5.18400000000000D+27 424 424 5.18400000000000D+27 425 425 5.18400000000000D+27 426 426 5.18400000000000D+27 427 427 5.18400000000000D+27 428 428 5.18400000000000D+27 429 429 5.18400000000000D+27 430 430 5.18400000000000D+27 431 431 5.18400000000000D+27 432 432 5.18400000000000D+27 433 433 5.18400000000000D+27 434 434 5.18400000000000D+27 435 435 5.18400000000000D+27 436 436 5.18400000000000D+27 437 437 5.18400000000000D+27 438 438 5.18400000000000D+27 439 439 5.18400000000000D+27 440 440 5.18400000000000D+27 441 441 5.18400000000000D+27 442 442 5.18400000000000D+27 443 443 5.18400000000000D+27 444 444 5.18400000000000D+27 445 445 5.18400000000000D+27 446 446 5.18400000000000D+27 447 447 5.18400000000000D+27 448 448 5.18400000000000D+27 449 449 5.18400000000000D+27 450 450 5.18400000000000D+27 451 451 5.18400000000000D+27 452 452 5.18400000000000D+27 453 453 5.18400000000000D+27 454 454 5.18400000000000D+27 455 455 5.18400000000000D+27 456 456 5.18400000000000D+27 457 457 1.00000000000000D+08 458 458 1.00000000000000D+08 459 459 1.00000000000000D+08 460 460 1.00000000000000D+08 461 461 1.00000000000000D+08 462 462 1.00000000000000D+08 463 463 4.00000000000000D+20 464 464 4.00000000000000D+20 465 465 4.00000000000000D+20 466 466 1.00000000000000D+12 467 467 1.00000000000000D+12 468 468 1.00000000000000D+12 469 469 1.00000000000000D+12 470 470 1.00000000000000D+12 471 471 1.00000000000000D+12 472 472 1.00000000000000D+12 473 473 1.00000000000000D+12 474 474 1.00000000000000D+12 475 475 1.00000000000000D+12 476 476 1.00000000000000D+12 477 477 1.00000000000000D+12 478 478 1.00000000000000D+12 479 479 1.00000000000000D+12 480 480 1.00000000000000D+12 481 481 1.00000000000000D+12 482 482 1.00000000000000D+12 483 483 1.00000000000000D+12 484 484 1.00000000000000D+12 485 485 1.00000000000000D+12 486 486 1.00000000000000D+12 487 487 1.00000000000000D+12 488 488 1.00000000000000D+12 489 489 1.00000000000000D+12 490 490 1.00000000000000D+12 491 491 1.00000000000000D+12 492 492 1.00000000000000D+12 493 493 1.00000000000000D+12 494 494 1.00000000000000D+12 495 495 1.00000000000000D+12 496 496 1.00000000000000D+12 497 497 1.00000000000000D+12 498 498 1.00000000000000D+12 499 499 1.00000000000000D+12 500 500 1.00000000000000D+12 501 501 1.00000000000000D+12 502 502 1.00000000000000D+12 503 503 1.00000000000000D+12 504 504 1.00000000000000D+12 505 505 1.00000000000000D+12 506 506 1.00000000000000D+12 507 507 1.00000000000000D+12 508 508 1.00000000000000D+12 509 509 1.00000000000000D+12 510 510 1.00000000000000D+12 511 511 1.00000000000000D+12 512 512 1.00000000000000D+12 513 513 1.00000000000000D+12 514 514 1.00000000000000D+12 515 515 1.00000000000000D+12 516 516 1.00000000000000D+12 517 517 1.00000000000000D+12 518 518 1.00000000000000D+12 519 519 1.00000000000000D+12 520 520 1.00000000000000D+12 521 521 1.00000000000000D+12 522 522 1.00000000000000D+12 523 523 1.00000000000000D+12 524 524 1.00000000000000D+12 525 525 1.00000000000000D+12 526 526 1.00000000000000D+12 527 527 1.00000000000000D+12 528 528 1.00000000000000D+12 529 529 1.00000000000000D+12 530 530 1.00000000000000D+12 531 531 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 1.09697257455215D+04 2 1 -1.03315286479108D+04 2 2 7.13762288030908D+04 3 1 -7.07880766302347D+02 3 2 4.04691090577990D+04 3 3 2.84227534712553D+04 4 1 -3.64297257497907D+02 4 2 2.45593227517232D+03 4 3 2.09122891960293D+03 4 4 1.79618136480711D+04 5 1 5.82470884416252D+03 5 2 -2.32295721364692D+04 5 3 -1.08615582924150D+04 5 4 -3.50019730532542D+03 5 5 4.41922126706466D+04 6 1 2.86730669992790D+03 6 2 -1.27295253070183D+04 6 3 -6.57776465309411D+03 6 4 -3.41507459365577D+03 6 5 2.58858889431991D+04 6 6 1.68407840401456D+04 7 1 1.94772259341553D+02 7 2 2.09993779271096D+03 7 3 2.61176082812250D+03 7 4 -2.17223490675539D+03 7 5 7.87004136636853D+02 7 6 8.98946096599102D+02 7 7 2.03988498592693D+04 8 1 9.13915173432231D+03 8 2 -3.48462329535261D+04 8 3 -1.49447623587660D+04 8 4 1.30985313233361D+03 8 5 -6.21548361289501D+03 8 6 -3.46062816401571D+03 8 7 -2.84598171750084D+03 8 8 6.45939212133586D+04 9 1 4.51748821869120D+03 9 2 -1.84998441022299D+04 9 3 -8.97903692883253D+03 9 4 1.21249786598235D+03 9 5 -3.48983618264273D+03 9 6 -2.16641954050213D+03 9 7 -4.77736465889215D+03 9 8 3.73338814612627D+04 9 9 2.41682824391127D+04 10 1 -1.06518762645125D+03 10 2 -1.00418759646267D+03 10 3 -2.10321623510122D+03 10 4 -3.55271668238938D+03 10 5 -1.83191895462573D+03 10 6 -9.21322492811829D+02 10 7 -5.41380752232298D+03 10 8 -3.39822905893624D+03 10 9 -1.45994818478078D+03 10 10 3.00378369007334D+04 11 1 -1.14192787089571D+03 11 2 -3.98651416082680D+03 11 3 -4.15878166784719D+03 11 4 -1.14068841246143D+03 11 5 -4.11824713049084D+03 11 6 -2.93859178097732D+03 11 7 -8.38603431761265D+02 11 8 -7.86586134452373D+03 11 9 -5.27684333692864D+03 11 10 1.43771073801294D+04 11 11 2.73271946770921D+04 12 1 -1.48018442779407D+03 12 2 -3.03992060934007D+03 12 3 -3.64641241240501D+03 12 4 -6.57754829257727D+02 12 5 -3.37060691826791D+03 12 6 -2.58958258595318D+03 12 7 -1.58817682445049D+02 12 8 -6.42775590793043D+03 12 9 -4.59949126771837D+03 12 10 1.05482229217999D+04 12 11 2.23564870921597D+04 12 12 1.97859043545127D+04 13 1 -9.73499101389572D+03 13 2 6.77982464196533D+03 13 3 -1.89185346467793D+03 13 4 -1.18725474853590D+04 13 5 -1.27961781045794D+03 13 6 5.70211440034211D+02 13 7 -1.30075623740181D+04 13 8 -4.20481517883390D+03 13 9 5.07393908981234D+02 13 10 -2.00060995548591D+04 13 11 -1.12559121472612D+04 13 12 -8.25139572531730D+03 13 13 5.46212211740389D+04 14 1 -3.49042357966676D+03 14 2 -9.31389044694975D+03 14 3 -1.05039810312316D+04 14 4 8.75076672451571D+02 14 5 -1.06289013209976D+04 14 6 -6.75709304686263D+03 14 7 7.97619579767808D+02 14 8 -1.56663348288126D+04 14 9 -1.00673071921319D+04 14 10 -8.14279115068540D+03 14 11 -1.13565719209462D+04 14 12 -9.51814649458975D+03 14 13 9.96049610780925D+03 14 14 4.69657059926894D+04 15 1 -5.19667249350995D+03 15 2 -6.19981266347319D+03 15 3 -9.21950862219185D+03 15 4 7.69159280970693D+02 15 5 -8.16382404398918D+03 15 6 -5.50698818876967D+03 15 7 1.42553206310049D+03 15 8 -1.25006715278700D+04 15 9 -8.42330563334003D+03 15 10 -6.06366809711792D+03 15 11 -9.98221590709314D+03 15 12 -8.95038147227094D+03 15 13 9.06571461652592D+03 15 14 3.68465777531639D+04 15 15 3.21002224942688D+04 16 1 1.79251290062221D+09 16 2 -2.03463397256643D+10 16 3 -4.37951439416296D+09 16 4 -1.22928640949077D+09 16 5 1.00204741486073D+10 16 6 4.67350253895291D+09 16 7 -9.25910918052456D+09 16 8 2.30604335096111D+10 16 9 1.13835915820456D+10 16 10 9.63896587447318D+09 16 11 -4.05663909784149D+09 16 12 -6.53673602718461D+09 16 13 -9.43083270644068D+08 16 14 -8.67792954049064D+09 16 15 -5.14084395925693D+09 16 16 2.32132858284753D+18 17 1 1.29104406259261D+10 17 2 4.19965922988298D+07 17 3 5.73417129708104D+08 17 4 -2.07207163555794D+10 17 5 -1.52785957426580D+09 17 6 -1.62251886141355D+06 17 7 8.00374861630041D+08 17 8 -1.54704175895331D+10 17 9 -6.77921732106157D+09 17 10 7.70052586502244D+09 17 11 4.55546528574162D+08 17 12 -3.39507970879683D+09 17 13 -6.90625165765028D+08 17 14 1.65007340418831D+10 17 15 9.60250164860959D+09 17 16 -4.91091044186565D+17 17 17 9.44665511602305D+17 18 1 -3.91460339786246D+08 18 2 6.04275597403374D+09 18 3 5.05528624511741D+09 18 4 -3.40405831231523D+08 18 5 1.37897133937287D+08 18 6 1.09040573893306D+08 18 7 1.84312925141587D+09 18 8 -3.13434693003602D+09 18 9 -2.33859899727169D+09 18 10 1.36310415464417D+08 18 11 -2.20016209520587D+08 18 12 -4.01469829697514D+08 18 13 -1.24757349672416D+09 18 14 -2.82628997886459D+09 18 15 -2.42425798629792D+09 18 16 -7.70529518454821D+16 18 17 3.07738984922234D+15 18 18 9.17836325137481D+16 19 1 1.50681038888637D+09 19 2 -3.49802130906444D+09 19 3 -2.10972788057458D+09 19 4 4.44101162441586D+08 19 5 -3.15528898890857D+08 19 6 -1.80469772684639D+08 19 7 -4.61596825067861D+09 19 8 9.74545550637947D+09 19 9 7.35437855448779D+09 19 10 7.85140048900251D+08 19 11 -9.56885615191927D+08 19 12 -9.77353743006355D+08 19 13 1.87991664569272D+09 19 14 -4.97501968282859D+09 19 15 -4.08682724190167D+09 19 16 -8.65422453042502D+15 19 17 -6.92876849645800D+16 19 18 -1.64554635019897D+16 19 19 1.89887962152201D+17 20 1 -1.94027576605066D+09 20 2 1.74189057946869D+10 20 3 1.07059185608002D+10 20 4 1.45737882358337D+09 20 5 -4.65764586834704D+09 20 6 -2.91480470984440D+09 20 7 4.08388794065184D+08 20 8 -2.09334089365343D+09 20 9 -2.41719947018849D+09 20 10 -1.46464024612209D+09 20 11 -2.87292586624808D+09 20 12 -1.40572212306961D+09 20 13 1.53914839558506D+09 20 14 -7.79499316797749D+09 20 15 -3.96819224318350D+09 20 16 -1.36811814736777D+16 20 17 -3.80470628991850D+15 20 18 -1.60604203173220D+15 20 19 -1.88178435893368D+15 20 20 8.05250269575658D+16 21 1 2.42740619161467D+10 21 2 -1.27127652124031D+11 21 3 -5.41927432948918D+10 21 4 -1.34181449389937D+09 21 5 6.00019482146394D+10 21 6 2.85656105246059D+10 21 7 -2.83610452177265D+07 21 8 7.97028710701529D+10 21 9 3.61752677480787D+10 21 10 -2.33124331573151D+09 21 11 -1.36079011244328D+09 21 12 -7.67143951547404D+08 21 13 -2.05726433314413D+10 21 14 -1.12163774319038D+10 21 15 -9.78099256366971D+09 21 16 -4.36279264774728D+16 21 17 -1.89515073837711D+16 21 18 -4.74096125141792D+15 21 19 -5.40351547451034D+15 21 20 -1.28042246653014D+17 21 21 2.43353565995775D+18 22 1 -2.78798981984183D+07 22 2 4.77178294842084D+09 22 3 4.87685464346225D+09 22 4 2.87300813624426D+08 22 5 -4.28142879085687D+09 22 6 -2.26614781926724D+09 22 7 2.22358272126084D+09 22 8 2.82778024769275D+09 22 9 5.14512379290111D+08 22 10 -1.01940337503124D+08 22 11 3.75002111682599D+08 22 12 -8.41271809792776D+08 22 13 -2.38106329647735D+09 22 14 -3.69313655425856D+09 22 15 -2.28394735492055D+09 22 16 -1.37693790707840D+13 22 17 3.27839991736320D+13 22 18 -1.99909752096627D+14 22 19 -4.37170169698056D+14 22 20 -2.27950302622030D+16 22 21 9.36422561576005D+16 22 22 1.84497518416376D+17 23 1 8.50319774542276D+09 23 2 -7.92267470368083D+10 23 3 -2.90037797177703D+10 23 4 -3.19806162413113D+09 23 5 3.16767677733838D+10 23 6 1.51668953453835D+10 23 7 1.14180453270232D+10 23 8 5.25315824273545D+10 23 9 1.89322143078634D+10 23 10 -3.78188599667961D+09 23 11 -2.13910994178371D+09 23 12 -1.05851977544810D+09 23 13 -1.29412956507528D+10 23 14 -2.84249366598221D+09 23 15 -4.03681134620910D+09 23 16 1.97252066234368D+14 23 17 -1.02235997478912D+14 23 18 -1.45333616392682D+15 23 19 -3.21512603650637D+15 23 20 2.54040251751459D+16 23 21 -2.80613891793125D+17 23 22 -2.33725644694221D+17 23 23 2.51372090918821D+18 24 1 3.82088736241948D+10 24 2 -4.41967761290560D+10 24 3 -1.29774837369416D+10 24 4 -1.35557074815879D+10 24 5 2.87511025844911D+10 24 6 1.34734428227099D+10 24 7 -1.03804605460571D+10 24 8 1.70364599308395D+10 24 9 7.87805247647269D+09 24 10 -6.24051549393542D+07 24 11 -3.26157180515384D+09 24 12 -5.80217718721492D+09 24 13 -1.42103006115070D+10 24 14 1.67078424372576D+09 24 15 -2.57183408214369D+09 24 16 -8.47167850723889D+17 24 17 4.43067734911291D+17 24 18 -2.94476573750409D+16 24 19 4.95514513471089D+16 24 20 1.50169322107174D+16 24 21 -1.60784812105409D+17 24 22 -3.50049026201382D+15 24 23 1.03913871400018D+16 24 24 2.95957193924751D+18 25 1 -1.33724207177665D+09 25 2 8.14074938217966D+09 25 3 4.51406971872202D+09 25 4 -1.15461337347830D+09 25 5 -1.90505252483827D+10 25 6 -9.33630496913411D+09 25 7 3.03074088807528D+09 25 8 -4.16574353356374D+09 25 9 -5.52972166265387D+08 25 10 -2.96695592381816D+09 25 11 6.82923373889323D+08 25 12 -3.00679355697495D+09 25 13 2.42807030890105D+09 25 14 1.43925957358639D+10 25 15 8.38200055299797D+09 25 16 -1.89157245137364D+17 25 17 -1.71919359322985D+17 25 18 1.10557449988990D+15 25 19 -1.30498428773372D+16 25 20 -5.96508636681005D+15 25 21 2.94596203221893D+16 25 22 4.77381076887104D+15 25 23 -5.74752525092864D+14 25 24 -1.60888554854119D+17 25 25 1.11277071640744D+18 26 1 1.60874961837967D+10 26 2 -1.14557587726858D+11 26 3 -8.77017219166921D+10 26 4 -1.03052125746735D+10 26 5 3.71334593388876D+10 26 6 2.66524337127733D+10 26 7 -8.18421873521496D+09 26 8 4.59491299512932D+10 26 9 3.10681829811500D+10 26 10 1.45553829762513D+10 26 11 1.91102039592050D+10 26 12 2.17517551454381D+10 26 13 -1.21534481506000D+10 26 14 1.23647928495428D+10 26 15 8.22935024742978D+09 26 16 -2.11186119962534D+17 26 17 1.52307356110103D+17 26 18 -2.73507290376360D+16 26 19 4.64338312116214D+16 26 20 -3.83768590075035D+16 26 21 4.96640194152858D+16 26 22 -1.22572314226183D+17 26 23 1.67151891553755D+17 26 24 -1.05383034886981D+18 26 25 2.03109875260908D+16 26 26 3.85575691308400D+18 27 1 -3.03305618971314D+09 27 2 1.52335376179750D+10 27 3 6.17282942741416D+09 27 4 -2.54670946401227D+09 27 5 -3.45339818854188D+10 27 6 -2.65053594099679D+10 27 7 1.09836363261300D+09 27 8 -3.40043571384264D+10 27 9 -2.42654756900114D+10 27 10 1.27076602169507D+10 27 11 2.37277590997504D+10 27 12 2.40636448612256D+10 27 13 -8.22625820743268D+09 27 14 2.95770419334824D+10 27 15 2.05343604961772D+10 27 16 7.76651379605606D+15 27 17 1.31991247949076D+16 27 18 2.36260657375073D+15 27 19 -2.22422117639493D+16 27 20 8.04807766916611D+15 27 21 -3.07211901495706D+16 27 22 2.57316924681052D+16 27 23 -6.64320651453460D+16 27 24 -1.11711013694204D+17 27 25 -4.47170881418576D+17 27 26 -2.01269879819602D+17 27 27 1.06840913688996D+18 28 1 -6.24913334669259D+09 28 2 -3.52599203581732D+10 28 3 -1.56595213788875D+10 28 4 -1.44493541687642D+08 28 5 1.22250525135579D+10 28 6 5.10229044283573D+09 28 7 -1.91800089263272D+09 28 8 9.17078893298534D+09 28 9 4.51270405891777D+09 28 10 -2.24386722848065D+09 28 11 3.89000151241501D+09 28 12 -1.65116668510555D+09 28 13 1.05554949338161D+10 28 14 9.97407680194493D+09 28 15 7.69569389570237D+09 28 16 -1.74952134408028D+16 28 17 5.62431120374374D+15 28 18 -9.26273177418112D+14 28 19 6.81262284290048D+14 28 20 -7.39618219166849D+16 28 21 2.94459986182660D+17 28 22 -4.70904207935629D+16 28 23 2.91691230008918D+17 28 24 -4.44184251015324D+17 28 25 9.04429654564762D+16 28 26 -5.30038682603979D+17 28 27 3.60725756719534D+16 28 28 2.77544494841813D+18 29 1 5.85129763495265D+09 29 2 3.01232563531952D+10 29 3 1.47301328723844D+10 29 4 -2.85434010529361D+09 29 5 -1.96337452056585D+10 29 6 -8.50418482546017D+09 29 7 3.65816337603740D+09 29 8 -1.65667719380699D+10 29 9 -6.37354171376460D+09 29 10 -9.12232790706516D+08 29 11 4.34270155551411D+09 29 12 1.55711766581614D+09 29 13 -5.74288819233831D+09 29 14 1.73455882423928D+09 29 15 -1.40952393045449D+09 29 16 -5.26049107911066D+15 29 17 -9.58643425392640D+13 29 18 3.18915821998140D+14 29 19 -5.49787754622208D+14 29 20 7.07796245575672D+15 29 21 -1.65010420504560D+17 29 22 5.36995506315607D+16 29 23 -5.27710368706978D+17 29 24 4.80994551483802D+16 29 25 -6.11411070738678D+16 29 26 3.01985804154081D+16 29 27 -9.96962911882266D+16 29 28 -8.07501581145790D+17 29 29 1.33856443889787D+18 30 1 2.40829864749110D+09 30 2 8.67718534719565D+09 30 3 1.03106274750553D+10 30 4 -2.50802773206334D+09 30 5 -4.28314508250990D+09 30 6 -4.72280219932050D+09 30 7 1.06016046600862D+09 30 8 1.55624040565684D+09 30 9 5.60700327887299D+08 30 10 3.30680571903110D+08 30 11 -4.43240623531736D+09 30 12 -4.04528291058313D+09 30 13 -1.29111194201019D+09 30 14 -1.51787446521359D+09 30 15 -2.10324265333086D+09 30 16 3.69215764126406D+15 30 17 -1.03966718603059D+15 30 18 -1.16037955023578D+15 30 19 3.88319630882952D+14 30 20 -1.04358686131566D+16 30 21 1.15510375519619D+17 30 22 -8.65187129001386D+14 30 23 1.53921991218127D+16 30 24 -1.02697656204335D+16 30 25 9.46011397184346D+15 30 26 -1.11327629376339D+17 30 27 -1.36653877321546D+16 30 28 -1.04616612213638D+17 30 29 7.15660105750599D+16 30 30 2.76959783274113D+17 31 1 -2.92499017550442D+09 31 2 3.38644596864429D+09 31 3 1.59036571206788D+09 31 4 6.32498749421537D+09 31 5 1.52862347453228D+10 31 6 1.43852140938255D+10 31 7 -7.47216687372980D+09 31 8 -6.77518278784233D+08 31 9 1.06821827097340D+09 31 10 -9.68117236740557D+08 31 11 -1.19536775572733D+10 31 12 -1.05766972858053D+10 31 13 5.04028677506629D+09 31 14 -6.04148501726141D+09 31 15 -6.46710075755127D+09 31 16 4.71962970631430D+15 31 17 -1.13629279145961D+16 31 18 -2.21027166176772D+15 31 19 6.55904177033744D+14 31 20 -5.83774149277080D+15 31 21 -2.34783510613103D+17 31 22 9.98578630431255D+15 31 23 -1.40977110107192D+16 31 24 2.62195367669658D+16 31 25 -5.96342051892580D+16 31 26 -1.27320990077999D+17 31 27 -9.75669525870502D+16 31 28 9.15742127654587D+16 31 29 -1.89142026886225D+17 31 30 -1.19150840524961D+17 31 31 7.67158900556849D+17 32 1 2.11038599865792D+08 32 2 4.90367380587623D+08 32 3 6.64756032771635D+08 32 4 5.02101807289979D+08 32 5 9.24356601467983D+08 32 6 3.42990256395165D+08 32 7 -3.45996524447522D+08 32 8 -5.00287184494747D+08 32 9 -1.95019754310521D+07 32 10 -1.18180337579797D+08 32 11 -1.46346803284780D+08 32 12 -1.63589121652497D+08 32 13 -2.48963544853883D+08 32 14 -7.68089997621976D+08 32 15 -8.24655183923977D+08 32 16 1.96441128473600D+12 32 17 1.92968601182400D+12 32 18 -1.25780432337407D+14 32 19 -2.76476349668440D+14 32 20 -2.46541545442788D+15 32 21 9.20451034970432D+15 32 22 -1.60564120230947D+15 32 23 -5.93530333050742D+15 32 24 -1.51922199201098D+15 32 25 -1.62431290608826D+15 32 26 -1.62774469598912D+14 32 27 -2.87357465065200D+15 32 28 -4.69930836818110D+15 32 29 8.10237730552496D+14 32 30 -3.22603720989025D+13 32 31 1.84658886852044D+15 32 32 5.21241330496423D+16 33 1 -8.13832343840065D+08 33 2 2.21945519252253D+09 33 3 2.97612023630020D+08 33 4 -4.98622721691462D+08 33 5 -5.69571190030349D+08 33 6 -1.71373364393036D+08 33 7 -1.32153267766528D+09 33 8 -1.19966409730457D+09 33 9 7.15293304042526D+07 33 10 5.18086345183034D+07 33 11 3.79815009209355D+07 33 12 5.63317087664716D+07 33 13 2.58217910922510D+09 33 14 -4.88201414860220D+08 33 15 -2.54099694223751D+08 33 16 3.19270636836600D+12 33 17 -4.12114885128800D+12 33 18 1.03424740326183D+14 33 19 2.26850652663610D+14 33 20 -7.61349046178537D+14 33 21 -7.69688319299454D+15 33 22 -9.49709574280406D+14 33 23 -9.03139472388328D+15 33 24 8.07496031210424D+14 33 25 1.45004892866704D+15 33 26 -6.48504640304336D+14 33 27 2.70991198597484D+15 33 28 3.77456523977249D+15 33 29 -2.19423369054381D+15 33 30 1.83950737652053D+14 33 31 -1.67842993288256D+14 33 32 -2.26175400767427D+16 33 33 4.33175548106309D+16 34 1 -1.64335377140363D+09 34 2 3.77087710580166D+09 34 3 1.23923514970791D+10 34 4 -5.46555135268208D+09 34 5 6.04367550535512D+09 34 6 -8.21413024068919D+08 34 7 -5.08678564905991D+09 34 8 -4.89502873205240D+09 34 9 -5.74118618889565D+09 34 10 -8.97355138442312D+09 34 11 -9.04006474297216D+09 34 12 -9.22224327195226D+09 34 13 2.11692421606412D+10 34 14 4.12054054384136D+09 34 15 3.39249131234234D+09 34 16 1.86683106576470D+17 34 17 -1.31134626829735D+17 34 18 1.03450839549072D+15 34 19 6.81615924755968D+14 34 20 -5.44201164111937D+16 34 21 2.77991984230304D+17 34 22 -5.85566937214588D+16 34 23 1.95449008335739D+17 34 24 -1.41034043255507D+17 34 25 1.59967445194639D+16 34 26 -5.70660267283292D+17 34 27 2.73923193293824D+16 34 28 -6.12020539091253D+17 34 29 5.74401936788224D+15 34 30 -3.77476025125612D+16 34 31 -3.12158969441792D+16 34 32 -6.63370128275158D+15 34 33 4.52894001791212D+15 34 34 1.75219840763977D+18 35 1 -1.26733974840415D+09 35 2 2.35905477918713D+10 35 3 1.41058596237115D+10 35 4 1.24307370911294D+10 35 5 -3.48630013236655D+09 35 6 -1.28328597189652D+09 35 7 1.41243465025274D+10 35 8 -6.24014393845144D+09 35 9 1.03386593766996D+09 35 10 -1.73335748154405D+10 35 11 -1.27972646196610D+10 35 12 -1.01701422525114D+10 35 13 -7.95416906317090D+09 35 14 -1.06683939671825D+09 35 15 -3.68629717997052D+09 35 16 1.02668975226721D+17 35 17 -5.50969059169354D+16 35 18 2.35979607852463D+15 35 19 -7.67551212695765D+15 35 20 -4.37651639428038D+15 35 21 -1.28406279917926D+16 35 22 -2.75639758099865D+16 35 23 -3.31176814322928D+17 35 24 -1.23727376062638D+17 35 25 -1.05311265130241D+17 35 26 -1.76703517505000D+17 35 27 -1.56002928495545D+17 35 28 -7.53737088365263D+16 35 29 -1.62033597778455D+17 35 30 -1.74873160890458D+16 35 31 -4.51262164123623D+16 35 32 -4.77122409283268D+14 35 33 -5.33272746486552D+15 35 34 1.18364508155725D+17 35 35 9.44846554560986D+17 36 1 -9.92102503643593D+09 36 2 -7.73490571728954D+10 36 3 -6.93280551489134D+10 36 4 -1.30278159198665D+10 36 5 2.77695437068286D+10 36 6 2.04918264800933D+10 36 7 -4.11587405639040D+09 36 8 1.67762163357724D+10 36 9 1.23380943341055D+10 36 10 5.15189760742758D+09 36 11 1.55352394666365D+10 36 12 1.78748424864722D+10 36 13 2.19128172923916D+10 36 14 1.72680572304725D+10 36 15 1.86232918725461D+10 36 16 6.31262373639434D+16 36 17 -1.71195359741563D+16 36 18 7.16909875378803D+15 36 19 -1.33904901760069D+16 36 20 -2.64317285442060D+16 36 21 3.07499832530248D+17 36 22 2.87200885673030D+16 36 23 -1.82892171742945D+16 36 24 -1.00577507367985D+17 36 25 3.18449229885860D+16 36 26 -1.58807328898695D+17 36 27 6.50736683513856D+16 36 28 -4.40945039062958D+17 36 29 3.14282572755163D+17 36 30 -6.15682314188316D+16 36 31 3.74975184590333D+16 36 32 -3.91832748487517D+15 36 33 -2.76962805282714D+15 36 34 -4.52720142716963D+17 36 35 -1.05429038798675D+17 36 36 2.12487089694785D+18 37 1 1.10859057102045D+09 37 2 1.71090972493201D+10 37 3 1.34540978484045D+10 37 4 1.11693807089839D+10 37 5 -1.15990288019497D+10 37 6 -1.00671946815948D+10 37 7 6.96588922171063D+09 37 8 -1.25237002051702D+10 37 9 -9.99067199706498D+09 37 10 -7.64531511952812D+09 37 11 2.85815442606977D+09 37 12 4.94608876131096D+09 37 13 -1.15985453321101D+10 37 14 4.15547724447501D+09 37 15 1.65768008700254D+09 37 16 9.07037942429584D+15 37 17 -2.07283787489376D+15 37 18 1.12327474496721D+15 37 19 2.66796722211019D+15 37 20 -3.35328678756489D+15 37 21 -6.41668032196506D+16 37 22 8.05911744388302D+15 37 23 -3.92445328956282D+16 37 24 6.68841339919130D+15 37 25 -6.14815103227052D+16 37 26 5.56286567077210D+15 37 27 -8.39670384348247D+16 37 28 1.64219281969836D+17 37 29 -2.26159747528139D+17 37 30 3.57076187455482D+15 37 31 -3.12922735452636D+16 37 32 9.70682025243479D+14 37 33 2.03773559948022D+15 37 34 -6.87822929291060D+16 37 35 -9.90408364059395D+16 37 36 -3.83084304065847D+17 37 37 4.96684052401129D+17 38 1 1.72830971538293D+10 38 2 1.54420120643375D+09 38 3 1.98300252383685D+10 38 4 2.50905221423711D+09 38 5 6.45433910414573D+09 38 6 5.44789499277671D+08 38 7 7.46600118560713D+09 38 8 1.15488216557331D+10 38 9 3.88997121772888D+09 38 10 -7.14057855379657D+09 38 11 -8.89239837311741D+09 38 12 -8.59716778628712D+09 38 13 -2.01175719690800D+10 38 14 -1.06549637042537D+10 38 15 -1.56676179768698D+10 38 16 2.15381812916736D+14 38 17 -1.59308720543232D+14 38 18 -1.18526845336200D+13 38 19 -3.93131789148160D+13 38 20 1.21186947365633D+15 38 21 3.65772353537638D+15 38 22 -2.45614540350674D+16 38 23 2.50651049116009D+17 38 24 -5.67542775295488D+15 38 25 1.75658908874547D+15 38 26 -5.31167907080397D+15 38 27 -1.84413106955930D+15 38 28 -2.69770627647974D+17 38 29 1.44154937354696D+17 38 30 -1.22743703115779D+16 38 31 3.87332962491102D+16 38 32 -3.46054276903810D+16 38 33 1.77310964425645D+16 38 34 -1.65339479196257D+16 38 35 1.27999399515912D+16 38 36 -2.62235259096661D+17 38 37 6.17415707983972D+16 38 38 6.76457355855155D+17 39 1 -1.33218752813114D+10 39 2 1.12496434025578D+09 39 3 -1.26295472571326D+10 39 4 -9.69119364550656D+09 39 5 -5.42163354405925D+09 39 6 2.63491220749861D+09 39 7 -8.67783091673901D+09 39 8 -8.72630370470351D+08 39 9 4.83366950541011D+09 39 10 3.03906790259632D+09 39 11 1.73441793328252D+09 39 12 1.15213884936867D+09 39 13 2.86518319144980D+10 39 14 3.43488129036136D+09 39 15 4.00882700507709D+09 39 16 -1.55541588864208D+14 39 17 2.45412195828480D+14 39 18 -1.90094237988856D+14 39 19 -4.25183335463272D+14 39 20 -1.14513961263414D+16 39 21 2.14411424359025D+16 39 22 1.81698198473436D+16 39 23 -4.96862998575522D+17 39 24 1.68698293007505D+16 39 25 -6.18402002966733D+15 39 26 3.45674676969023D+16 39 27 -4.72226006832570D+15 39 28 1.49824717287847D+17 39 29 -1.27989155323606D+17 39 30 1.93751654552839D+16 39 31 -5.66984954964746D+16 39 32 1.98854195737907D+16 39 33 -1.69291516736677D+16 39 34 5.58892039440794D+15 39 35 -1.72480679618321D+16 39 36 1.28770810142041D+17 39 37 -6.14958179170803D+16 39 38 -4.97547897206761D+17 39 39 9.13976813428144D+17 40 1 9.90217986212593D+09 40 2 -1.89584949298922D+10 40 3 9.38248270021291D+08 40 4 -4.60412859128827D+09 40 5 5.38330181066525D+09 40 6 2.67563474044871D+09 40 7 2.27959318958020D+09 40 8 1.40957884598861D+10 40 9 3.27451907123053D+09 40 10 -3.28909280795523D+09 40 11 2.23073296275568D+09 40 12 -7.46239220122042D+08 40 13 -4.28855169137575D+09 40 14 -2.75132830860436D+09 40 15 -6.14216308896464D+09 40 16 1.66771347940352D+14 40 17 -4.52440616355840D+13 40 18 8.40811002950400D+12 40 19 6.92918305651200D+12 40 20 2.73601925831823D+15 40 21 1.71602874116753D+17 40 22 1.23222501148342D+16 40 23 2.09737962871992D+16 40 24 1.11368325544407D+16 40 25 -3.80046076391066D+15 40 26 2.27151978124739D+16 40 27 -5.03173553495194D+15 40 28 5.58800939528950D+16 40 29 -8.92560310485583D+16 40 30 -9.43836334647021D+15 40 31 3.24811863497072D+16 40 32 -1.80333957443891D+15 40 33 -3.21984984741298D+15 40 34 -4.42120486093143D+16 40 35 5.11998701818215D+16 40 36 -2.38992271964078D+16 40 37 2.10395286289502D+15 40 38 -1.05064331088728D+17 40 39 1.52695947427397D+17 40 40 9.11354381201748D+17 41 1 6.93396685636206D+09 41 2 -1.31209976005129D+10 41 3 -8.01248498687511D+09 41 4 4.81225491957231D+09 41 5 1.27429265468105D+09 41 6 2.02056764278103D+08 41 7 -8.14997629611450D+09 41 8 1.05636249797571D+09 41 9 3.74185380038699D+09 41 10 1.32244905801372D+09 41 11 2.72439551374743D+09 41 12 7.95076985823830D+08 41 13 -4.91869446014798D+09 41 14 8.06594683033767D+09 41 15 3.27349807095309D+09 41 16 -1.04381780806400D+14 41 17 5.80716554455040D+13 41 18 -7.22118095243600D+12 41 19 -7.82913319539200D+12 41 20 -8.96600400761914D+15 41 21 3.07133816352215D+16 41 22 -4.26027609343885D+15 41 23 1.84264959013949D+16 41 24 8.75782700279603D+15 41 25 -3.37087041450291D+15 41 26 2.07751177621893D+16 41 27 -4.96001933437645D+15 41 28 2.46050870902528D+16 41 29 -2.03057496796109D+15 41 30 -9.22761197829261D+15 41 31 -4.00487941583220D+16 41 32 9.18548366803568D+14 41 33 -2.02923307868567D+15 41 34 -9.40837864240794D+15 41 35 -1.08036882178104D+16 41 36 -1.71666955744840D+16 41 37 -3.73154810800061D+15 41 38 -2.68100590503603D+16 41 39 -5.96470276252657D+16 41 40 -2.13002577762788D+17 41 41 6.40772314997332D+17 42 1 -1.31242242455268D+09 42 2 -5.22921151061124D+10 42 3 -3.43748278607906D+10 42 4 -1.55575398769841D+09 42 5 3.37826082836026D+09 42 6 2.48397211921542D+09 42 7 -5.03308443700242D+09 42 8 3.59615902787060D+10 42 9 1.96422388120866D+10 42 10 7.08829179874568D+09 42 11 7.04421690263053D+09 42 12 7.18471327512362D+09 42 13 8.12968988861486D+08 42 14 5.90804705941627D+09 42 15 5.06390326587477D+09 42 16 1.09518970586112D+14 42 17 -1.12693622822400D+13 42 18 1.34094875916640D+13 42 19 1.66470846428800D+13 42 20 4.69097869585673D+15 42 21 1.01583479344336D+17 42 22 1.76542638890610D+16 42 23 4.65070603516605D+16 42 24 6.46203744107110D+15 42 25 -2.16583281146726D+15 42 26 1.30158988768707D+16 42 27 -2.90072255796557D+15 42 28 3.11529085638513D+16 42 29 -4.83737013520516D+16 42 30 -1.87458155181453D+15 42 31 1.16693852631059D+15 42 32 -8.68932113816000D+12 42 33 -8.38960432880323D+14 42 34 -9.54530157838541D+15 42 35 -2.67683601514872D+16 42 36 1.02499058621143D+16 42 37 -1.10488539196813D+16 42 38 -2.45199904653071D+16 42 39 5.24465408613574D+16 42 40 -4.57108276331104D+17 42 41 1.63554848061844D+17 42 42 1.06254840332080D+18 43 1 -1.33425366341911D+09 43 2 6.54964074644527D+09 43 3 2.15768833459389D+09 43 4 1.27505371173618D+09 43 5 -1.30449555016822D+08 43 6 -5.11612849946571D+08 43 7 1.14956520172736D+09 43 8 -1.73991126806117D+10 43 9 -1.10361656741766D+10 43 10 1.19619777474461D+09 43 11 6.22969095570093D+09 43 12 5.26502166015207D+09 43 13 -2.28656299616996D+09 43 14 4.75023046148687D+09 43 15 4.12506879168622D+09 43 16 -1.62924788823040D+13 43 17 3.57461918464000D+13 43 18 -3.57889268586000D+12 43 19 -7.15516887740800D+12 43 20 -1.58873023843390D+15 43 21 1.54569911522939D+16 43 22 -4.92435215001859D+15 43 23 -4.61704362352466D+16 43 24 1.85821560397312D+15 43 25 -7.53140669604352D+14 43 26 4.56027655694029D+15 43 27 -1.05973995797555D+15 43 28 1.04010662953646D+16 43 29 -5.62027739963162D+15 43 30 1.12578062965872D+15 43 31 4.58908046287360D+15 43 32 -1.58462103406967D+15 43 33 -4.56011049856254D+15 43 34 -3.50567595151565D+15 43 35 6.52626668917197D+15 43 36 5.04458343297075D+15 43 37 -1.26247087758014D+15 43 38 -1.46194746259587D+16 43 39 -3.37762770247439D+16 43 40 5.25579144154854D+16 43 41 -2.12055947320654D+17 43 42 -1.35743725354963D+17 43 43 2.80841456952066D+17 44 1 1.40444165194003D+09 44 2 2.95214512190026D+10 44 3 2.28156749412124D+10 44 4 4.34726945126603D+08 44 5 -2.20796258273255D+09 44 6 -1.36935426950988D+09 44 7 3.79597613536668D+09 44 8 -1.51265616851006D+10 44 9 -1.15542198774382D+10 44 10 -3.23732078870485D+09 44 11 -8.35182083437192D+09 44 12 -6.38660282257627D+09 44 13 -2.39782393350532D+09 44 14 -3.83510609490962D+09 44 15 -3.50549800156478D+09 44 16 -1.91356062149120D+13 44 17 -3.17731501650480D+13 44 18 -6.64994857668350D+12 44 19 -7.19293260772100D+12 44 20 5.77400505238023D+15 44 21 4.87648031369694D+16 44 22 2.64138397615036D+15 44 23 1.29229126422875D+16 44 24 7.93117601151808D+14 44 25 -2.75839314924680D+14 44 26 1.59190801181286D+15 44 27 -3.43964922309208D+14 44 28 1.14229582933082D+15 44 29 1.39757009888168D+14 44 30 4.98157865109590D+13 44 31 -3.94407384676290D+14 44 32 -4.35318288377622D+14 44 33 -1.12958470864071D+15 44 34 1.71662406910291D+15 44 35 -1.27229697707035D+16 44 36 3.79994250776925D+15 44 37 -2.54809141959018D+15 44 38 9.04342131839158D+15 44 39 -6.11075050088978D+15 44 40 -1.29498922031726D+17 44 41 5.24552992313023D+16 44 42 -9.97864112732051D+16 44 43 7.13429736617138D+15 44 44 2.45770106784557D+17 45 1 3.19296521481137D+09 45 2 -4.55067875858467D+10 45 3 -2.70998636514473D+10 45 4 -6.56010956010681D+08 45 5 1.08614866127624D+10 45 6 6.01088687467814D+09 45 7 -1.12292155971570D+10 45 8 4.99148765421064D+10 45 9 3.24040983723822D+10 45 10 7.91878103710816D+08 45 11 -5.18377976790317D+09 45 12 -2.62596030408996D+09 45 13 7.90038323440411D+09 45 14 -1.00857959520440D+10 45 15 -8.68916048293889D+09 45 16 -1.19073427754752D+14 45 17 5.82786348482560D+13 45 18 -1.16797001718560D+13 45 19 -1.81678419089920D+13 45 20 7.30855128882096D+14 45 21 4.08529695750717D+16 45 22 4.75591262424166D+15 45 23 2.92990686048973D+16 45 24 1.96031542145024D+14 45 25 -4.10113555862528D+14 45 26 2.54073789276160D+15 45 27 -7.78236706734080D+14 45 28 -2.58375924887552D+14 45 29 2.97880369107149D+15 45 30 4.66425607340672D+14 45 31 -3.21492778580518D+15 45 32 7.59529738794880D+13 45 33 -1.91980218479728D+14 45 34 -2.16468838246810D+15 45 35 -3.43132414732800D+12 45 36 1.02364662277263D+16 45 37 -5.61265327624512D+15 45 38 1.20370989530563D+16 45 39 -3.26525794459101D+16 45 40 -3.31134362271473D+16 45 41 -1.13787223901130D+17 45 42 -4.98180316734323D+16 45 43 -6.47025130294728D+16 45 44 -1.87938201441084D+17 45 45 1.01550240778972D+18 46 1 3.52829605120538D+09 46 2 -4.91901079755870D+10 46 3 -4.09180672950817D+10 46 4 -3.22892393247205D+09 46 5 2.55582098541429D+09 46 6 1.68804896867219D+09 46 7 -3.56854406690905D+09 46 8 3.00217194104583D+10 46 9 2.21707955285041D+10 46 10 1.28271324975207D+10 46 11 1.45841484285072D+10 46 12 1.36083082634670D+10 46 13 -9.55796070331180D+09 46 14 2.02841909426587D+09 46 15 3.45091365526274D+09 46 16 3.27646845943808D+14 46 17 -6.34130233507840D+13 46 18 4.61880745579360D+13 46 19 5.58058655839360D+13 46 20 -1.04895908165840D+13 46 21 -2.63331906386176D+15 46 22 -2.95711180536845D+15 46 23 -2.37113247354839D+16 46 24 2.55213211999027D+15 46 25 -3.28775250061568D+14 46 26 1.94784741824922D+15 46 27 -3.45983422141440D+13 46 28 2.38342868295680D+15 46 29 -2.04640737668736D+14 46 30 -1.99682687232128D+14 46 31 -4.45007741579680D+14 46 32 -3.93695585249216D+14 46 33 -1.02232353830520D+15 46 34 1.50875569694413D+15 46 35 -6.26175997677930D+15 46 36 -3.51670826831872D+14 46 37 -1.27098166183899D+15 46 38 6.62110086352742D+15 46 39 2.97432316956482D+15 46 40 -1.32600019768227D+17 46 41 1.03500489542429D+17 46 42 -1.32573793592646D+17 46 43 4.34438355714686D+16 46 44 -1.39350503510813D+17 46 45 2.77051927047897D+17 46 46 1.35730658266701D+18 47 1 -4.01206917382255D+09 47 2 1.49838616787315D+10 47 3 6.78573823265278D+09 47 4 2.72200058471761D+09 47 5 -3.73542108945592D+09 47 6 -2.55720510626432D+09 47 7 -7.90940394778267D+09 47 8 -2.88472669578742D+10 47 9 -2.06597410544435D+10 47 10 1.14057065073847D+10 47 11 1.37197821215203D+10 47 12 1.24603878405124D+10 47 13 -2.20623393745073D+09 47 14 3.87904425894618D+09 47 15 3.97082047836086D+09 47 16 2.34792786328192D+14 47 17 1.22382558789632D+14 47 18 4.86162487255400D+13 47 19 5.45130629743360D+13 47 20 5.57690472469440D+14 47 21 3.58896489205146D+15 47 22 2.55781978995891D+15 47 23 -6.74673821013504D+15 47 24 4.49304472454144D+14 47 25 4.45059371494400D+13 47 26 2.37175887036416D+14 47 27 2.54210582363136D+14 47 28 7.44274065561600D+14 47 29 -1.85238459006515D+15 47 30 -5.71174812762368D+14 47 31 1.23551282373152D+15 47 32 3.51324180385760D+13 47 33 3.98325124397280D+13 47 34 1.56878119919872D+15 47 35 -3.17884001799155D+15 47 36 1.65715859093504D+14 47 37 -9.67226996263296D+14 47 38 -1.91155307044823D+16 47 39 -3.90103529997212D+16 47 40 1.25782506344704D+14 47 41 -3.46468810052285D+16 47 42 -1.37901819607261D+16 47 43 -3.44800906789020D+16 47 44 2.50961861041851D+16 47 45 -1.17775887995917D+17 47 46 -1.20994187430157D+17 47 47 4.13128601408125D+17 48 1 -7.48862333121298D+09 48 2 -5.58817537169115D+10 48 3 -4.09539670538585D+10 48 4 5.89210355028112D+09 48 5 6.21094233688969D+09 48 6 3.75106948095712D+09 48 7 -1.07538428034411D+10 48 8 1.59649861055109D+10 48 9 1.10858371933848D+10 48 10 8.86025204247303D+09 48 11 1.21672956880691D+10 48 12 8.53624621679431D+09 48 13 3.49011010011490D+09 48 14 2.15385295184676D+10 48 15 1.75808118546186D+10 48 16 6.65032177336320D+13 48 17 -1.92390251461632D+14 48 18 -1.70826729043520D+13 48 19 -1.09144164538880D+13 48 20 7.64335110108640D+13 48 21 6.88583850116710D+15 48 22 -4.68655154878477D+15 48 23 -2.06625925203272D+16 48 24 2.18557556699136D+15 48 25 -4.33034120024064D+14 48 26 2.05747661411123D+15 48 27 -1.94612746275840D+14 48 28 2.30610869175501D+15 48 29 -2.53471160074752D+14 48 30 -1.26799062360320D+14 48 31 -1.92004016309760D+14 48 32 -1.40771792336576D+14 48 33 -4.86050398635864D+14 48 34 3.11249560682086D+15 48 35 -6.05675119038502D+15 48 36 1.54341817245696D+15 48 37 -2.11999454199238D+15 48 38 -5.06329012267622D+15 48 39 -2.44433508953159D+16 48 40 1.80580834998323D+16 48 41 3.33226111302441D+16 48 42 2.02228431309537D+16 48 43 -2.90263897581036D+16 48 44 -1.75690043155297D+17 48 45 3.71101630686093D+17 48 46 -5.11451022343352D+17 48 47 4.02416158512067D+16 48 48 1.46378176914887D+18 49 1 2.18496714864534D+09 49 2 1.51511416679072D+10 49 3 1.34734453837581D+10 49 4 -9.39193717190175D+09 49 5 -5.43128731726771D+09 49 6 -3.15459835582194D+09 49 7 2.76754043309192D+09 49 8 -2.71375605875576D+09 49 9 -1.89410662405846D+09 49 10 -7.83882930234111D+09 49 11 2.01504716314549D+09 49 12 7.53975555454258D+08 49 13 1.22782590784441D+10 49 14 -9.02114527737662D+09 49 15 -9.17871525703592D+09 49 16 3.19462497811456D+14 49 17 3.40191464153088D+14 49 18 8.38863767663760D+13 49 19 8.39005253242880D+13 49 20 6.08539392950400D+14 49 21 1.93231761118413D+15 49 22 3.93560625839283D+15 49 23 8.47505055953715D+15 49 24 7.34061311508480D+13 49 25 8.74117371822080D+13 49 26 3.01250723840000D+12 49 27 -2.70412820184064D+14 49 28 -3.72084727711744D+14 49 29 4.06570780268544D+14 49 30 -9.15848233350400D+13 49 31 1.26902956704768D+14 49 32 2.80540611622512D+14 49 33 5.90384303177248D+14 49 34 1.52181563629056D+15 49 35 -1.80212439831731D+15 49 36 1.91201947044659D+15 49 37 -9.88079468260096D+14 49 38 9.26344007451392D+15 49 39 7.20687075128512D+15 49 40 4.58336878366310D+16 49 41 -3.08396721752402D+16 49 42 -4.51668242166374D+15 49 43 8.20491108041830D+15 49 44 2.89549041866178D+15 49 45 -1.50463722876997D+17 49 46 -4.75951193000776D+16 49 47 -2.64858883714078D+17 49 48 -2.17157307562269D+17 49 49 5.98780610375105D+17 50 1 6.87552471524971D+09 50 2 7.41999432678880D+09 50 3 1.63140229030218D+10 50 4 5.09953163686156D+08 50 5 2.81949993191561D+09 50 6 -8.70439169624871D+08 50 7 3.87086137703998D+09 50 8 8.29984116745910D+09 50 9 6.62881423920042D+08 50 10 -1.02673978550268D+10 50 11 -8.48608780579910D+09 50 12 -6.79438707071768D+09 50 13 -9.88941433103061D+08 50 14 -1.00532475936371D+10 50 15 -9.31207823793795D+09 50 16 1.50601353940380D+16 50 17 -4.00305860851968D+15 50 18 3.79290117642567D+14 50 19 9.35670371946448D+14 50 20 7.54132723169656D+15 50 21 2.39586857392957D+16 50 22 3.03977421471628D+14 50 23 -6.71840709105152D+14 50 24 1.37948773075686D+16 50 25 1.36382283229944D+16 50 26 8.17032828995072D+14 50 27 2.14025239788698D+15 50 28 -3.75084779451776D+14 50 29 -3.99966043099520D+14 50 30 5.11972866406292D+14 50 31 1.27950491069427D+15 50 32 6.59165843711100D+12 50 33 9.61878296160200D+12 50 34 4.18552873201958D+15 50 35 2.37664390518387D+15 50 36 2.32337705692403D+15 50 37 8.26491726536568D+14 50 38 3.61936084202752D+15 50 39 7.41153396400140D+15 50 40 2.32240912987004D+16 50 41 -2.68513503102861D+16 50 42 1.09611625734377D+16 50 43 -5.52139469137690D+15 50 44 -5.34526408634134D+15 50 45 3.71255135092137D+16 50 46 -2.79737383347966D+16 50 47 -7.39951773862438D+15 50 48 -3.09694331097087D+17 50 49 8.27226984033710D+16 50 50 3.49642698105387D+17 51 1 1.19916721036069D+10 51 2 -4.84221457899589D+10 51 3 -1.03067678991691D+10 51 4 -1.05115094170430D+09 51 5 3.03514292702874D+10 51 6 1.42489555503248D+10 51 7 5.80060930129797D+09 51 8 4.92812135022541D+10 51 9 2.22145256758101D+10 51 10 -1.14039720372425D+10 51 11 -1.40060932777988D+10 51 12 -1.12949215910969D+10 51 13 -5.33715837228374D+09 51 14 -1.72044034049586D+10 51 15 -1.48617916247768D+10 51 16 1.81760829739525D+16 51 17 -1.05492731786895D+16 51 18 1.19869111393105D+15 51 19 3.21741084373171D+15 51 20 1.90909579476423D+16 51 21 6.04740996534026D+16 51 22 1.21676551713206D+15 51 23 1.02802271061432D+16 51 24 3.28442305573673D+16 51 25 3.21707948188232D+16 51 26 -9.84696601024512D+14 51 27 6.54571873084928D+14 51 28 -4.04415568128922D+15 51 29 1.70308893043610D+15 51 30 2.34065942385229D+15 51 31 3.17795678700077D+15 51 32 2.90250296620640D+13 51 33 1.03369879760492D+14 51 34 1.42627496970348D+16 51 35 8.43591669083232D+15 51 36 1.15990723291075D+16 51 37 2.71568698259354D+15 51 38 1.50873949412465D+16 51 39 1.61828419058959D+16 51 40 2.39536467326044D+16 51 41 -2.07471669487437D+16 51 42 1.55905383093481D+16 51 43 -2.41639385078886D+15 51 44 -8.90954173817691D+15 51 45 3.41187288253476D+16 51 46 -5.97900349621524D+16 51 47 -2.91363568907533D+16 51 48 -8.59369900579277D+16 51 49 -1.10203576317939D+17 51 50 8.26519295373632D+16 51 51 9.53436167782563D+17 52 1 -4.10015601922613D+09 52 2 9.95178558549424D+09 52 3 6.55168133852406D+09 52 4 7.80407713288274D+08 52 5 -5.38772998138585D+09 52 6 -4.01353293984307D+09 52 7 -9.14245826911417D+08 52 8 -7.83191166841823D+09 52 9 -5.13933691552959D+09 52 10 -2.14562076311007D+09 52 11 2.58439331868353D+09 52 12 1.99081269374828D+09 52 13 6.37961488040592D+09 52 14 6.83462731002500D+08 52 15 6.10375631630149D+08 52 16 7.52223027292160D+13 52 17 -5.38154055425536D+14 52 18 -1.57717915878584D+14 52 19 -1.62272335193824D+14 52 20 -6.20549842251550D+13 52 21 2.45386157578240D+14 52 22 1.02751837988552D+14 52 23 -6.70201014311936D+14 52 24 8.26278996316160D+13 52 25 -2.63952322166528D+14 52 26 2.19018542829056D+14 52 27 -7.12979210872320D+13 52 28 3.22250531120896D+14 52 29 -2.32066415682688D+14 52 30 -5.91711201977000D+13 52 31 1.29849159864704D+14 52 32 1.70266553061300D+12 52 33 -8.16036146303400D+12 52 34 3.98905847032320D+13 52 35 -1.01129920833024D+14 52 36 -2.23755615163264D+14 52 37 -7.64840809366800D+13 52 38 -1.97179699763926D+15 52 39 -3.53807788759573D+15 52 40 -4.24238391559603D+15 52 41 3.11750023811034D+15 52 42 -1.21024798078042D+15 52 43 5.72580990733248D+14 52 44 -6.95848369881064D+14 52 45 1.07430758543775D+16 52 46 -6.37682036305254D+15 52 47 1.01818918300512D+16 52 48 -3.81718307616389D+16 52 49 3.97110755963274D+16 52 50 -1.56357010377261D+16 52 51 5.79234129673751D+16 52 52 3.87738868102360D+17 53 1 1.10256034460130D+10 53 2 -2.78237534552609D+10 53 3 -1.42953950204151D+10 53 4 -1.25224584128328D+09 53 5 1.48459127134602D+10 53 6 1.03596361824631D+10 53 7 1.81640433060782D+09 53 8 1.82192904408904D+10 53 9 1.17951623156665D+10 53 10 -3.57237750564187D+09 53 11 -2.39839669726910D+09 53 12 -3.53103407763732D+09 53 13 -8.01738440085783D+09 53 14 -2.84305244262015D+09 53 15 -4.32836956748344D+09 53 16 -3.37249586408448D+14 53 17 9.38660408271872D+14 53 18 2.83314376536352D+14 53 19 2.99882285404288D+14 53 20 -1.11710921760856D+14 53 21 -2.26900219840512D+14 53 22 -3.51421907005600D+14 53 23 1.95705477528576D+14 53 24 1.46346787393434D+15 53 25 3.30957751374336D+14 53 26 6.19601353080832D+14 53 27 2.38397234192896D+14 53 28 9.07767894279168D+14 53 29 1.29678024886272D+14 53 30 6.58121838942720D+13 53 31 -4.44589940530048D+14 53 32 1.78660255356080D+13 53 33 -1.86534921111480D+13 53 34 -3.79069589171712D+14 53 35 2.39510563397184D+14 53 36 -9.67052873883648D+14 53 37 1.08168081802784D+14 53 38 4.29380808970778D+15 53 39 9.16433758713290D+15 53 40 6.01800975720346D+15 53 41 -4.59712432471910D+15 53 42 -5.95955795566720D+14 53 43 -1.01870556153190D+15 53 44 6.09110551329657D+15 53 45 -3.47888852305295D+16 53 46 -1.06366737114647D+16 53 47 -3.26164878772081D+16 53 48 -6.69623277547878D+15 53 49 -4.63142387301279D+16 53 50 2.79854917870625D+16 53 51 -1.22282274999077D+17 53 52 -4.60410135490698D+17 53 53 1.35719508529419D+18 54 1 -8.26652724695819D+08 54 2 2.13934537385938D+10 54 3 1.66471460580872D+10 54 4 1.09640540506640D+09 54 5 -6.45140728043977D+09 54 6 -4.63126976778625D+09 54 7 1.87436981903500D+09 54 8 -8.98508600146448D+09 54 9 -6.48931824029152D+09 54 10 1.07877493152513D+09 54 11 -3.12618326288020D+09 54 12 -3.00133004886958D+09 54 13 -3.22289746138516D+09 54 14 -2.83077717879281D+09 54 15 -2.52522825263919D+09 54 16 1.05884894849632D+16 54 17 9.14533726857984D+14 54 18 5.10203269303100D+13 54 19 6.31871612935680D+13 54 20 2.14911128976752D+14 54 21 -8.26988922503168D+14 54 22 4.28136279662640D+13 54 23 -3.45625124756480D+14 54 24 -3.94544056122368D+14 54 25 -8.90642184091648D+14 54 26 5.26955118783488D+14 54 27 -3.67545171568384D+14 54 28 3.34735059524608D+14 54 29 -1.10089690229120D+14 54 30 -2.62464600896400D+13 54 31 4.64393362697600D+12 54 32 7.84775501417200D+12 54 33 -3.09691902320300D+12 54 34 -3.70929174348800D+13 54 35 -1.41504020528096D+14 54 36 -2.03475196034944D+14 54 37 -7.48989927510720D+13 54 38 -5.14265110729536D+14 54 39 -1.12627782265675D+15 54 40 1.26110677511648D+15 54 41 -1.36681191714368D+15 54 42 5.45827147742208D+14 54 43 -2.43093096844928D+14 54 44 1.84262820585847D+15 54 45 -6.32574897670886D+15 54 46 4.79227398471501D+15 54 47 -2.70848689154880D+15 54 48 -2.67089681351258D+16 54 49 1.36753028595976D+16 54 50 -5.36088219886601D+16 54 51 2.32143362644493D+16 54 52 -1.35483644097276D+17 54 53 1.26844332876990D+17 54 54 5.58994618486201D+17 55 1 1.98466640288840D+10 55 2 -6.97403500304753D+10 55 3 -3.16405579141502D+10 55 4 -7.60314862491123D+09 55 5 3.55801298827621D+10 55 6 2.04097239781359D+10 55 7 -1.11267431164065D+10 55 8 5.29973981909809D+10 55 9 3.03676234029183D+10 55 10 3.82333336479687D+08 55 11 -4.89767652684211D+09 55 12 -4.87507428527992D+09 55 13 -1.49910564786264D+09 55 14 -1.39395009638680D+10 55 15 -1.42617157140778D+10 55 16 -7.14250633019373D+16 55 17 -1.83279372383629D+15 55 18 -2.20319506089540D+15 55 19 -2.28119171627996D+15 55 20 -2.49724645001748D+15 55 21 -1.32855397002432D+15 55 22 1.53277795617234D+14 55 23 1.33801665790445D+15 55 24 -2.52886429010752D+14 55 25 4.28935085483168D+14 55 26 -7.74043838045568D+14 55 27 5.48640174131712D+14 55 28 1.68935291045568D+14 55 29 2.22883964381168D+14 55 30 2.21404637262320D+13 55 31 -1.18753430359448D+14 55 32 6.91705616884150D+12 55 33 8.32913584934050D+12 55 34 1.38843555549440D+14 55 35 -8.91727116579280D+13 55 36 5.39552193376640D+13 55 37 -1.04387418376166D+14 55 38 1.42547647221006D+15 55 39 1.42648004638232D+15 55 40 2.59563157166682D+15 55 41 -2.03377557032694D+15 55 42 1.75672210816431D+15 55 43 -1.03924338325616D+14 55 44 3.72538486130707D+15 55 45 -5.34987290166182D+15 55 46 6.72606282270377D+15 55 47 6.02871826825715D+15 55 48 -2.39792136612300D+16 55 49 -1.04757327052689D+16 55 50 -3.48105617985617D+16 55 51 -7.52819941347017D+16 55 52 6.94189427874597D+16 55 53 -2.96860070950223D+17 55 54 -3.53523236981487D+17 55 55 2.04729127235680D+18 56 1 -9.07305956934740D+08 56 2 -7.23393885604589D+08 56 3 -1.39711502231342D+08 56 4 1.23663070585829D+08 56 5 -2.65080779778197D+08 56 6 -2.11475790467648D+08 56 7 7.20760225585891D+08 56 8 1.02307290975118D+09 56 9 -3.01928828312394D+07 56 10 2.53191320202837D+09 56 11 4.63608098807852D+08 56 12 -3.79159741436502D+08 56 13 -2.46903054591646D+09 56 14 -4.98206348779763D+08 56 15 7.60539882931799D+08 56 16 1.55007280428800D+12 56 17 -1.57323944086720D+13 56 18 -5.01129174280300D+12 56 19 -5.21090792997600D+12 56 20 -1.83334123660525D+12 56 21 9.10653991074560D+13 56 22 2.60066215851700D+13 56 23 1.97477732022080D+14 56 24 -2.65909416908800D+12 56 25 -9.16014198662400D+12 56 26 1.33911495546880D+13 56 27 -4.30701128547200D+12 56 28 6.42008211766400D+12 56 29 1.58362528347520D+13 56 30 4.70095325543300D+12 56 31 -1.47570001665120D+13 56 32 9.33861334107500D+11 56 33 5.89263728070750D+11 56 34 2.23758047789120D+13 56 35 -2.39608989972440D+13 56 36 2.54797443703360D+13 56 37 -1.41506446249940D+13 56 38 1.75079666777464D+14 56 39 1.88538310088870D+14 56 40 -1.87798421085184D+14 56 41 7.96326647441600D+13 56 42 7.98035179176160D+13 56 43 5.47882481905440D+13 56 44 -3.62413818604153D+14 56 45 6.64536620979520D+13 56 46 4.95854412174080D+13 56 47 4.63708151542896D+14 56 48 1.39921967433088D+14 56 49 9.09073136573696D+14 56 50 -1.04700065484318D+15 56 51 3.48574067719818D+15 56 52 -7.11530435209286D+15 56 53 1.99166272742147D+16 56 54 -8.74407747878911D+15 56 55 1.66375924676672D+16 56 56 1.11587435650413D+17 57 1 1.64297195437005D+08 57 2 1.74359607473094D+09 57 3 2.91955615872852D+08 57 4 -8.46764959823156D+08 57 5 2.74609707649335D+08 57 6 5.83702007221936D+08 57 7 -5.82692996331442D+09 57 8 -4.15258503779296D+09 57 9 1.68007037852085D+09 57 10 3.11663805342869D+09 57 11 2.07263033578357D+09 57 12 -5.54528928983909D+08 57 13 3.39275967698178D+09 57 14 6.17490259295134D+07 57 15 -2.00119919006456D+09 57 16 2.27864267894784D+14 57 17 1.70213558219712D+14 57 18 4.56122443345050D+13 57 19 4.85287136558440D+13 57 20 -2.67731599265250D+12 57 21 9.06225303699200D+12 57 22 -7.00261484790680D+13 57 23 -7.22293175319360D+14 57 24 2.92111321240640D+14 57 25 5.93208928493760D+13 57 26 1.31096730301056D+14 57 27 3.27629521828160D+13 57 28 2.02920754805376D+14 57 29 -8.67593429005920D+13 57 30 -2.46886538430160D+13 57 31 2.94720676526160D+13 57 32 1.38320463842200D+12 57 33 -5.40282893666012D+12 57 34 -8.99294476934080D+13 57 35 4.84897068022320D+13 57 36 -2.45275498110368D+14 57 37 1.58257366775320D+13 57 38 -5.96185731045776D+14 57 39 -7.53755085670856D+14 57 40 2.93416050511840D+14 57 41 -7.08749959385760D+13 57 42 -3.94342684001984D+14 57 43 -1.53803695061184D+14 57 44 9.89219168979894D+14 57 45 -3.20216637030592D+14 57 46 -4.35735976164760D+14 57 47 -2.87442675948603D+15 57 48 -1.70497515131798D+15 57 49 -2.62694068313130D+15 57 50 -5.18462100895504D+14 57 51 -2.05578852292441D+16 57 52 7.94516898330470D+15 57 53 -6.08626225115917D+16 57 54 1.59080170506553D+16 57 55 -6.61766375359914D+16 57 56 -1.07352365738484D+17 57 57 4.51631043693436D+17 58 1 -9.01796584028707D+08 58 2 4.93482963466513D+10 58 3 3.30608671105188D+10 58 4 2.15167264171711D+09 58 5 -1.39783368589655D+10 58 6 -8.48177667117464D+09 58 7 2.97874549965438D+09 58 8 -1.59188568779994D+10 58 9 -9.80694644014182D+09 58 10 -4.62212630064064D+09 58 11 -9.21837903222267D+09 58 12 -6.47848526180039D+09 58 13 3.93504724016270D+08 58 14 -1.02327235979611D+10 58 15 -8.29365894986690D+09 58 16 6.15151384894720D+13 58 17 -6.05186159110144D+14 58 18 -2.17432337326383D+14 58 19 -2.23490748384832D+14 58 20 -2.19453220599712D+13 58 21 -5.77163587047424D+14 58 22 -1.49954013870440D+13 58 23 -8.35528818856960D+13 58 24 -1.32407933886208D+14 58 25 -2.86061155384064D+14 58 26 9.93878943244800D+13 58 27 -1.16974607297792D+14 58 28 2.28197868532480D+13 58 29 1.07398390017280D+13 58 30 -8.74215922976000D+12 58 31 6.47255377241600D+12 58 32 -5.58596498542000D+11 58 33 -1.33237741398000D+11 58 34 -5.79351816095360D+13 58 35 2.09152834457280D+13 58 36 -6.62681626247680D+13 58 37 -2.44634149164800D+12 58 38 -6.29843424833600D+12 58 39 1.74951926727600D+13 58 40 4.48856681739360D+14 58 41 -2.33821112157312D+14 58 42 5.69696634224000D+13 58 43 -6.15173618179200D+13 58 44 3.43106160926310D+14 58 45 1.19597085671219D+15 58 46 2.89317910994816D+14 58 47 8.59326928424320D+14 58 48 -8.41609951734093D+15 58 49 1.33893441547095D+16 58 50 -1.19275963917692D+16 58 51 2.26240823033504D+16 58 52 -8.19719099184265D+16 58 53 1.13663246187676D+17 58 54 -1.26965873974840D+17 58 55 4.79919093193542D+16 58 56 -2.77937687605373D+16 58 57 2.04778364130763D+16 58 58 4.87779666061975D+17 59 1 1.35956107315130D+10 59 2 -8.18466319460322D+10 59 3 -4.68015911201347D+10 59 4 -9.56897916652240D+09 59 5 4.64225418450505D+10 59 6 2.88687054820783D+10 59 7 -9.59884207435311D+09 59 8 6.30013208565173D+10 59 9 3.89200244347722D+10 59 10 5.76098563658717D+09 59 11 -5.91385950544312D+09 59 12 -3.52506125155072D+09 59 13 -1.88775149891499D+08 59 14 -2.16633707162781D+10 59 15 -1.74620782409975D+10 59 16 -3.42570570996467D+15 59 17 -1.69870840914125D+15 59 18 -3.42588542766150D+14 59 19 -3.68457456599840D+14 59 20 -1.63996789511732D+14 59 21 -2.15146538304307D+15 59 22 6.64525556335680D+13 59 23 1.34443611920179D+15 59 24 -2.49925265296333D+15 59 25 -4.54727146912768D+14 59 26 -1.06087491800986D+15 59 27 -8.06343229959680D+13 59 28 -1.45817883930061D+15 59 29 2.02275170876160D+14 59 30 8.37185222558080D+13 59 31 -2.47569227088000D+13 59 32 -1.71225981163080D+13 59 33 2.25033159827820D+13 59 34 1.60652910686464D+14 59 35 -1.83026063751424D+14 59 36 1.25642039585254D+15 59 37 5.89954040017760D+13 59 38 9.00318802542336D+14 59 39 1.01955464453854D+15 59 40 -7.29042322631680D+13 59 41 -2.27005219631616D+14 59 42 9.24822853678528D+14 59 43 2.09937624343168D+14 59 44 -2.66619947978583D+15 59 45 1.55695903273600D+15 59 46 4.08954672589664D+15 59 47 9.10260960282112D+14 59 48 -8.33596761276109D+15 59 49 4.04704296616745D+16 59 50 1.07239488528329D+16 59 51 -2.01617547881411D+16 59 52 5.37482570360717D+15 59 53 -2.39465923409800D+17 59 54 1.60767119383411D+16 59 55 -2.26101683120714D+17 59 56 3.48765875577501D+16 59 57 -1.25803812024213D+17 59 58 -5.20563260427428D+17 59 59 1.92233168386680D+18 60 1 1.33617480171583D+10 60 2 -1.20826856086530D+11 60 3 -8.62623076030187D+10 60 4 -1.01843940134977D+10 60 5 5.28601613193591D+10 60 6 3.63677401998128D+10 60 7 -1.58339670732827D+10 60 8 5.54772436850174D+10 60 9 3.92415813664802D+10 60 10 2.35735768709590D+10 60 11 1.86040510694083D+10 60 12 1.59767188892706D+10 60 13 -1.09169642563495D+10 60 14 -6.11460059634269D+09 60 15 -5.32373529699631D+09 60 16 4.82106002178048D+15 60 17 3.33692751594496D+15 60 18 8.91157978763584D+14 60 19 9.46882985281792D+14 60 20 -5.06740952672160D+13 60 21 5.02674402498970D+15 60 22 -7.47209113370880D+13 60 23 -3.37965352610202D+15 60 24 5.85327163901542D+15 60 25 8.64203987304448D+14 60 26 2.80180821279539D+15 60 27 3.76566378041344D+14 60 28 4.08369131558502D+15 60 29 -7.13656896838656D+14 60 30 -1.95279698263424D+14 60 31 -1.23353050642432D+14 60 32 6.29491224837760D+13 60 33 -6.24270958195600D+13 60 34 -3.62117473736704D+14 60 35 2.26951735680000D+13 60 36 -3.23913054054810D+15 60 37 -3.04894927304512D+14 60 38 -2.41951869695078D+15 60 39 -3.75337103749069D+15 60 40 7.03878296055808D+14 60 41 -5.15832871844864D+14 60 42 -1.82559402678067D+15 60 43 -6.80125146759680D+14 60 44 4.14759128027949D+15 60 45 -1.47654365035930D+15 60 46 -1.71729255539098D+15 60 47 -2.17237686428795D+16 60 48 -1.25942948988559D+16 60 49 -4.04456822383821D+15 60 50 -8.81237664764342D+16 60 51 1.64595012724316D+17 60 52 -3.12715840550451D+17 60 53 5.79587742806484D+17 60 54 -1.97017678234823D+17 60 55 1.41104975003961D+17 60 56 -5.34673823049588D+16 60 57 4.72389819723427D+16 60 58 -1.71609975196038D+17 60 59 3.15442415919385D+17 60 60 3.29060891148015D+18 61 1 -7.37595462681475D+09 61 2 1.98949298377325D+10 61 3 8.15100279627838D+09 61 4 -3.85760367692687D+09 61 5 -2.60098056920958D+10 61 6 -1.77303793595156D+10 61 7 9.88607104504475D+08 61 8 -3.09078027861871D+10 61 9 -2.23618840980806D+10 61 10 1.74621581972966D+10 61 11 1.89191698735808D+10 61 12 1.53241235782434D+10 61 13 -7.21720706500492D+09 61 14 1.81035090801994D+10 61 15 1.66171363225149D+10 61 16 1.21541794718861D+15 61 17 1.08498418449408D+15 61 18 2.87878614519416D+14 61 19 3.03061910312320D+14 61 20 1.48769432409120D+13 61 21 8.21110625062912D+14 61 22 -1.54728583193632D+14 61 23 -1.67382516628173D+15 61 24 1.54748224459571D+15 61 25 3.38685852663296D+14 61 26 5.06409355608064D+14 61 27 5.65584718592000D+12 61 28 8.96223373243392D+14 61 29 -1.51285610279424D+14 61 30 -8.16686734964480D+13 61 31 1.31388017473664D+14 61 32 3.61013313927200D+12 61 33 -1.55539199732680D+13 61 34 -1.59402206440448D+14 61 35 2.82598364691200D+14 61 36 -8.94690036683776D+14 61 37 5.36354244624960D+13 61 38 -1.46103745389082D+15 61 39 -1.47047160824710D+15 61 40 6.68427442085888D+14 61 41 -1.65285853041664D+14 61 42 -9.32040533728640D+14 61 43 -3.42606716129280D+14 61 44 2.50310075728555D+15 61 45 -6.16580532740096D+14 61 46 -1.23462873636186D+15 61 47 -3.74233772034355D+15 61 48 2.85068875712410D+16 61 49 -4.43470669908444D+16 61 50 -8.99813510664512D+15 61 51 -6.07008702805504D+15 61 52 3.03204203090990D+16 61 53 -2.04467123351565D+17 61 54 -1.69720438739378D+16 61 55 -8.12411609078177D+16 61 56 1.22820834478621D+16 61 57 -1.26695148666858D+17 61 58 3.99868851357853D+16 61 59 -1.45277155210224D+17 61 60 -1.92834241927242D+17 61 61 1.00302278194683D+18 62 1 -2.43057990386134D+10 62 2 -9.65942815931927D+10 62 3 -8.56877867104611D+10 62 4 -7.16997017618332D+09 62 5 1.93925057558887D+10 62 6 1.39569379007468D+10 62 7 -1.10273363772470D+10 62 8 2.52783285297835D+10 62 9 1.93497157674187D+10 62 10 7.19807179887376D+09 62 11 1.95766357128280D+10 62 12 2.05551209181443D+10 62 13 3.53050334037707D+10 62 14 3.23468109747637D+10 62 15 3.18260102284242D+10 62 16 3.73230272463708D+16 62 17 1.48041298501796D+16 62 18 2.82870132781699D+15 62 19 3.06247538463258D+15 62 20 4.23398230903878D+15 62 21 1.09737400425882D+16 62 22 1.34173035553536D+14 62 23 1.17909918346445D+15 62 24 2.62156517312922D+15 62 25 2.95874183714406D+15 62 26 1.04202062542438D+15 62 27 -1.23174721693696D+14 62 28 -5.25368197414912D+14 62 29 1.40514143604736D+14 62 30 1.33315606189312D+14 62 31 1.06457143886592D+14 62 32 4.10415820720000D+11 62 33 1.23639744589280D+13 62 34 6.87016838834176D+14 62 35 2.44140494585344D+14 62 36 8.94552257298432D+14 62 37 8.69913458447360D+13 62 38 7.40454024159744D+14 62 39 2.95748586470144D+14 62 40 1.63013954724352D+15 62 41 -1.69822299143885D+15 62 42 1.51946251746714D+15 62 43 -6.01450697584640D+13 62 44 -2.19440235900864D+14 62 45 -1.15581113777766D+15 62 46 1.51865565631980D+16 62 47 -8.49610183851418D+15 62 48 4.38679839036744D+16 62 49 -2.67016726192763D+16 62 50 -7.17752852087640D+16 62 51 7.97764564894638D+16 62 52 4.79030173370913D+16 62 53 -3.20454210156902D+16 62 54 -2.60047119441219D+17 62 55 4.47150877969919D+17 62 56 -1.07783155857016D+16 62 57 2.95598382365918D+16 62 58 -2.81674640030991D+17 62 59 4.54916367626862D+17 62 60 -3.38825449667346D+17 62 61 -1.09443712496440D+17 62 62 2.54078607243626D+18 63 1 -1.55438507832175D+09 63 2 3.78192932555965D+10 63 3 2.39315661644143D+10 63 4 1.05359855630735D+10 63 5 -1.94616457554701D+10 63 6 -1.37314217888723D+10 63 7 1.94938771540592D+10 63 8 -2.96572877106623D+10 63 9 -2.31541081748036D+10 63 10 -6.63938762925079D+09 63 11 6.72458489739493D+09 63 12 8.96574677341564D+09 63 13 -2.18360900610121D+10 63 14 4.57505567902084D+09 63 15 3.98821618659186D+09 63 16 -4.29240583037140D+16 63 17 1.26682661543997D+16 63 18 -1.26823666184248D+14 63 19 -8.53828953459200D+13 63 20 -4.11868795383640D+15 63 21 1.70687620608410D+15 63 22 -4.48312420540800D+13 63 23 -1.01625949774234D+15 63 24 -5.84738710353920D+13 63 25 3.89576371223450D+15 63 26 -1.13490822980813D+15 63 27 1.14512348162458D+15 63 28 8.86929683054592D+14 63 29 -2.15313830408704D+14 63 30 4.94704833811200D+12 63 31 -1.86505605763840D+13 63 32 1.68268660497280D+13 63 33 -1.52460510975640D+13 63 34 2.50716133332992D+14 63 35 1.59344334376960D+14 63 36 -5.47045672693248D+14 63 37 1.21971001914240D+13 63 38 -6.52860852766976D+14 63 39 -1.12993949283712D+15 63 40 7.12687245222912D+14 63 41 -4.32230496398336D+14 63 42 -4.03952225039744D+14 63 43 -2.66524210170624D+14 63 44 1.74111416128643D+15 63 45 -4.54077483668480D+14 63 46 2.93588133255923D+15 63 47 -9.79374912604672D+14 63 48 2.61630660131891D+16 63 49 -3.36970000352451D+16 63 50 -4.35592917658947D+16 63 51 -2.40327731114486D+16 63 52 6.51636205751933D+16 63 53 -8.92327095902500D+16 63 54 4.22138123869601D+16 63 55 -4.01330410658835D+17 63 56 8.39606636339850D+15 63 57 -4.82442602323796D+16 63 58 5.13547984476349D+16 63 59 -1.99084362098228D+17 63 60 -1.77669331770444D+17 63 61 -2.70005654691917D+17 63 62 -4.12176604442190D+17 63 63 8.78340275675268D+17 64 1 1.42590423688243D+10 64 2 9.81410787556903D+09 64 3 2.13712414782397D+10 64 4 -5.64241317853138D+08 64 5 1.13206857743070D+09 64 6 -1.26834843314303D+09 64 7 2.76835900945608D+09 64 8 3.94761085613199D+09 64 9 -1.95347300487292D+08 64 10 -7.01486161134692D+09 64 11 -1.12091394373995D+10 64 12 -1.43927529915060D+10 64 13 -9.44829874535725D+09 64 14 -3.68464839973938D+09 64 15 -5.51479400177213D+09 64 16 2.74217747490488D+16 64 17 1.14190320470354D+16 64 18 2.05652760371187D+15 64 19 2.18919097167040D+15 64 20 2.70149619009431D+15 64 21 1.20422212456735D+16 64 22 1.26273370803968D+14 64 23 4.30058958604288D+14 64 24 5.06453601182515D+15 64 25 4.11669164275302D+15 64 26 6.58870488621056D+14 64 27 1.15346995273523D+15 64 28 5.15829460602880D+14 64 29 -5.37649166136320D+13 64 30 6.86169648940800D+13 64 31 -1.05878917464320D+13 64 32 1.59875593650560D+13 64 33 -4.85180125344000D+12 64 34 5.33787403049984D+14 64 35 1.60759151435904D+14 64 36 -2.38698528010240D+13 64 37 -1.31601911786240D+13 64 38 4.86230353333760D+14 64 39 7.02956111864960D+13 64 40 6.38584714546176D+14 64 41 -8.28899095832576D+14 64 42 6.67651360849920D+14 64 43 -3.08358958571520D+13 64 44 -1.14293640097472D+14 64 45 -4.17887389441024D+14 64 46 8.12576103059661D+15 64 47 -5.98028530102835D+15 64 48 2.57077290099343D+16 64 49 -1.70455930414356D+16 64 50 2.77488307224182D+16 64 51 -8.41737357982351D+16 64 52 1.36677938413193D+16 64 53 2.73964730379986D+16 64 54 3.23096653308237D+16 64 55 1.89062696193649D+16 64 56 3.91211887822026D+15 64 57 -6.40215866505334D+15 64 58 -1.01726189754378D+17 64 59 1.18971363694287D+17 64 60 -9.92218847901983D+17 64 61 3.46663580816302D+16 64 62 -4.60014654193185D+17 64 63 5.99781355341998D+16 64 64 2.13140984786999D+18 65 1 -8.06861336999655D+08 65 2 -7.26905165758374D+08 65 3 -9.21115155011519D+08 65 4 -3.28429388788916D+09 65 5 -1.00618331390287D+09 65 6 2.13508380207395D+09 65 7 -1.23306303163817D+10 65 8 2.92780332545130D+09 65 9 7.26968338732983D+09 65 10 -4.77077363634402D+09 65 11 -9.44713230928652D+09 65 12 -1.11331377240216D+10 65 13 2.11925589931267D+10 65 14 8.25241787059182D+09 65 15 2.64948466560510D+09 65 16 -6.96309635863296D+15 65 17 -5.53340938426778D+15 65 18 -1.20299735882580D+15 65 19 -1.26913202305946D+15 65 20 -5.51118197002560D+14 65 21 -4.16648357348147D+15 65 22 1.03710767709952D+14 65 23 1.88073984054886D+15 65 24 -3.39010716189082D+15 65 25 -1.04321676888166D+15 65 26 -1.10716626601165D+15 65 27 -5.65829568852992D+14 65 28 -1.61129536352666D+15 65 29 3.36754830560256D+14 65 30 7.56016733587200D+13 65 31 -1.58553571198720D+13 65 32 -2.19334910559520D+13 65 33 2.83933910728720D+13 65 34 8.62296864552960D+13 65 35 -1.53814786528128D+14 65 36 1.30735391112397D+15 65 37 3.79925297138560D+13 65 38 1.28370526628659D+15 65 39 1.54035518960570D+15 65 40 9.21550937332736D+14 65 41 -9.35875438277632D+14 65 42 1.57337746500915D+15 65 43 1.74798806151680D+14 65 44 -1.34001083846491D+15 65 45 7.74288230348800D+13 65 46 7.93131537874688D+15 65 47 8.37011198772378D+15 65 48 2.98326491879014D+16 65 49 -1.44111457496740D+16 65 50 2.82216998618926D+16 65 51 -3.28295001786102D+16 65 52 1.09619378396431D+16 65 53 9.84630173861171D+15 65 54 2.10036678226204D+16 65 55 -6.96360099730650D+15 65 56 1.87795297367309D+15 65 57 6.35331687825997D+15 65 58 -4.56411805468175D+16 65 59 -1.13480445175257D+17 65 60 -3.01265475837565D+17 65 61 -3.07909100743240D+17 65 62 2.29995387173212D+16 65 63 -1.40503623048876D+17 65 64 6.34566847245957D+16 65 65 1.07035561730320D+18 66 1 -1.36132349356245D+09 66 2 -4.68547957427646D+08 66 3 -6.81423582625613D+08 66 4 -2.76287501409418D+09 66 5 3.08499139564805D+08 66 6 3.80556106322864D+08 66 7 -2.44270929634912D+09 66 8 -2.09437143924622D+09 66 9 -1.34675663250291D+09 66 10 -2.88605820697905D+09 66 11 6.89832836197666D+08 66 12 -3.55894980436859D+08 66 13 9.45296592656182D+09 66 14 1.56458723991914D+09 66 15 2.00351870708768D+09 66 16 -5.41803885637002D+16 66 17 -2.70509376324966D+15 66 18 -9.26818431799023D+15 66 19 -9.60742647719120D+15 66 20 -4.66953227125740D+15 66 21 -4.64597209354865D+16 66 22 1.44972972191360D+13 66 23 -6.49745506652160D+13 66 24 4.08269406148526D+16 66 25 1.25655238760223D+16 66 26 7.36847329716634D+15 66 27 4.74184038812416D+14 66 28 1.92274260216832D+14 66 29 -1.75288403166720D+13 66 30 4.91825502014720D+13 66 31 1.41093122302432D+14 66 32 5.53888746191600D+12 66 33 -3.45847652707200D+12 66 34 4.94478488273408D+14 66 35 4.08504602904928D+14 66 36 1.55236494964224D+14 66 37 9.09378311177120D+13 66 38 -5.53761075660800D+12 66 39 -1.44755246757456D+14 66 40 -2.62125357596160D+13 66 41 -3.08683191106560D+13 66 42 -3.23692474649600D+13 66 43 -1.57162648417280D+13 66 44 3.97732326806400D+13 66 45 -5.03535159178240D+13 66 46 1.45932553934848D+14 66 47 -1.23581679037811D+15 66 48 3.55548016304230D+15 66 49 -3.57690147661338D+15 66 50 6.86028225208864D+15 66 51 9.19049908793536D+15 66 52 3.38773936986237D+16 66 53 -8.80166296996114D+16 66 54 1.19474286506018D+16 66 55 -1.06621922656727D+16 66 56 -1.44742504495854D+16 66 57 1.91885909333469D+16 66 58 -7.22018463687004D+16 66 59 1.13908597540166D+17 66 60 -1.23986595051427D+17 66 61 2.14240103754449D+16 66 62 -1.56727347678344D+17 66 63 5.32218804536581D+16 66 64 -2.73362168751752D+17 66 65 5.60476781458765D+16 66 66 1.05004369485699D+18 67 1 8.23773705193077D+09 67 2 5.55826598367750D+06 67 3 1.73603039630116D+09 67 4 7.70544541690428D+08 67 5 5.75715554790196D+08 67 6 7.06963447582691D+08 67 7 1.30316019149542D+08 67 8 1.85945706835827D+09 67 9 2.93346505156745D+09 67 10 -5.79820689864862D+09 67 11 -2.35748715847875D+09 67 12 -3.77718099321452D+09 67 13 -3.34039074493073D+09 67 14 -8.32435580472386D+07 67 15 -1.59927845661874D+09 67 16 3.48727272940764D+16 67 17 6.75448501405184D+15 67 18 3.87385682181380D+15 67 19 4.30007867700538D+15 67 20 7.55088237779895D+15 67 21 3.11028791204639D+16 67 22 1.10048401144960D+13 67 23 2.81408549199872D+14 67 24 -6.59815500002611D+16 67 25 1.07236492839921D+16 67 26 -1.51309489794847D+16 67 27 -5.16298208986624D+15 67 28 -6.33727445413888D+14 67 29 7.32404860006400D+13 67 30 3.87627154446208D+14 67 31 6.79386181956928D+14 67 32 -2.81976405912800D+12 67 33 4.51018269562400D+12 67 34 2.38589834071398D+15 67 35 1.81082516788518D+15 67 36 1.65522146067814D+15 67 37 6.52736863877376D+14 67 38 2.40212416445952D+14 67 39 2.42045921839456D+14 67 40 5.24477998909440D+13 67 41 -6.09275044249600D+13 67 42 1.93327096367488D+14 67 43 3.50980510768640D+13 67 44 -2.43047916106418D+14 67 45 7.99646681989120D+13 67 46 8.36871286548864D+14 67 47 2.00849099853619D+15 67 48 1.71485495382528D+15 67 49 6.50803787847680D+13 67 50 -1.69400593621912D+16 67 51 -4.94039494722826D+16 67 52 6.69032422438950D+15 67 53 1.40254461015319D+16 67 54 1.05251784739967D+16 67 55 -3.97635198742928D+15 67 56 -4.12109391904451D+15 67 57 -1.09704059264623D+16 67 58 -7.60918013101248D+15 67 59 -1.82173583562304D+16 67 60 -3.95077285406085D+16 67 61 -3.04396045313329D+16 67 62 6.61705758653030D+15 67 63 -1.01841687388413D+17 67 64 2.14999160905467D+16 67 65 -1.08517911923671D+17 67 66 -2.40391141562619D+17 67 67 7.13455812082193D+17 68 1 -9.40914029238233D+08 68 2 1.81016054313405D+10 68 3 1.70700604341919D+10 68 4 8.31661814377547D+09 68 5 -1.21112190779270D+09 68 6 -7.39510804752403D+08 68 7 4.99054878618501D+09 68 8 -2.38542296147232D+09 68 9 -1.54472688420333D+09 68 10 -6.98495783302855D+08 68 11 -3.15301771883694D+09 68 12 -3.27186250627735D+09 68 13 -1.16677571581129D+10 68 14 -1.13520429949070D+10 68 15 -1.15139604325417D+10 68 16 -6.10016977188260D+16 68 17 1.99789501300019D+16 68 18 9.85934752021388D+14 68 19 -4.67428786591872D+14 68 20 4.43126318029703D+15 68 21 2.12465592624988D+16 68 22 7.57951028528000D+11 68 23 -1.12859422488356D+16 68 24 -1.12640407688704D+15 68 25 1.61779303894001D+16 68 26 -1.09863552266383D+16 68 27 -9.66055631598669D+15 68 28 3.18499753065114D+15 68 29 -1.49601724072897D+16 68 30 -2.09454492501541D+15 68 31 1.11649429778286D+16 68 32 4.24008468950218D+14 68 33 -4.84266400501349D+14 68 34 -6.34484930259430D+15 68 35 6.05525180519962D+15 68 36 -1.75392522895462D+15 68 37 1.31754778313918D+15 68 38 -5.59008750340173D+15 68 39 1.21237490733292D+16 68 40 -2.05872319638861D+15 68 41 2.98622379730624D+15 68 42 7.20811380875008D+14 68 43 2.41348927810048D+14 68 44 3.30486119008096D+14 68 45 6.48164128913408D+14 68 46 -3.11643194083072D+14 68 47 -9.67595709329792D+14 68 48 3.41382653061632D+14 68 49 -1.08972564997734D+15 68 50 -7.38919218129909D+15 68 51 -1.37395055340745D+16 68 52 2.01459394193818D+15 68 53 -4.03215586363699D+15 68 54 -5.06400653939418D+15 68 55 8.83450941343503D+16 68 56 7.58298476588400D+13 68 57 -7.38383551329292D+14 68 58 3.36550095273821D+15 68 59 4.01061077895590D+15 68 60 -1.25440544835430D+16 68 61 -4.31662154694400D+15 68 62 -7.30472486886369D+16 68 63 3.21765854284219D+16 68 64 -2.74947486808453D+16 68 65 5.15765888038477D+15 68 66 -6.30886820884608D+15 68 67 -1.15472052083520D+15 68 68 6.02653311939889D+17 69 1 1.15736256190175D+10 69 2 -4.36977051102747D+10 69 3 -2.29921778816887D+10 69 4 -7.21999175606715D+09 69 5 1.31657529370005D+10 69 6 8.57598161525128D+09 69 7 -1.66249259070052D+10 69 8 2.46092354865281D+10 69 9 1.09290097352335D+10 69 10 3.27617383845594D+09 69 11 1.23010689650189D+09 69 12 2.08943421856368D+08 69 13 8.99511806410520D+09 69 14 4.69261005968713D+09 69 15 3.27824207262244D+09 69 16 1.47013513905619D+17 69 17 -4.28216254293576D+16 69 18 -2.61998296376584D+14 69 19 -5.05912539853261D+15 69 20 -3.10675531212603D+15 69 21 -7.26935151794586D+15 69 22 5.85558579335616D+14 69 23 -1.84089564762481D+16 69 24 6.20304545360753D+16 69 25 -4.19852835238420D+16 69 26 8.91087185522729D+16 69 27 -1.15427345709834D+16 69 28 5.15208258711552D+15 69 29 -2.10163597283133D+16 69 30 -9.23180324133197D+15 69 31 1.04855043618450D+16 69 32 9.83057765761264D+14 69 33 -1.11409826039470D+15 69 34 -3.96084684104765D+16 69 35 -7.17566318754842D+15 69 36 -2.38586721956762D+16 69 37 -2.71047268139085D+15 69 38 -1.24872300180465D+16 69 39 2.29035245598710D+16 69 40 -2.88501536510106D+15 69 41 4.35060051078963D+15 69 42 1.37262474432102D+15 69 43 3.96228315243008D+14 69 44 3.40028052130804D+14 69 45 8.20509325852672D+14 69 46 5.15043829271296D+14 69 47 -5.12621889295360D+13 69 48 2.25845166466048D+14 69 49 3.51952537661440D+14 69 50 1.20125019057498D+16 69 51 2.82211367611525D+16 69 52 -4.52775636637184D+14 69 53 1.54070827586253D+15 69 54 3.62348787662746D+15 69 55 -6.21808325427530D+16 69 56 -9.91825112675200D+12 69 57 3.25017143804640D+14 69 58 -1.20083867981082D+15 69 59 -1.17424254959514D+15 69 60 4.81695010148557D+15 69 61 1.74684542826496D+15 69 62 1.78986919282360D+16 69 63 -1.25319662234419D+16 69 64 1.07449895505644D+16 69 65 8.51345879475610D+15 69 66 -1.84022573269376D+15 69 67 1.21306015996856D+16 69 68 -4.67615114831192D+17 69 69 1.25003038267794D+18 70 1 -1.77755313067983D+09 70 2 6.34865660087979D+08 70 3 7.66490661626420D+09 70 4 -2.23758137218139D+09 70 5 4.16881954851235D+07 70 6 -1.89204869713118D+09 70 7 5.52475919409657D+08 70 8 2.87505290864529D+09 70 9 -1.91359087992435D+09 70 10 -1.24257354148586D+10 70 11 -1.12314217725813D+09 70 12 -1.83478598892101D+09 70 13 1.58883938706113D+10 70 14 -2.42846495663981D+09 70 15 -2.02448146825323D+09 70 16 -2.91437766317664D+17 70 17 4.79451256559887D+16 70 18 3.38702531481819D+15 70 19 3.41160695409978D+15 70 20 4.27949772088758D+15 70 21 -1.55528598732390D+15 70 22 5.41914197689280D+13 70 23 7.29381078364160D+13 70 24 4.36292515974287D+16 70 25 2.21695880465377D+16 70 26 2.74525055058125D+16 70 27 2.54050930611213D+16 70 28 1.27621806296883D+15 70 29 2.33569403867750D+15 70 30 4.01054750841696D+14 70 31 1.66084905902963D+15 70 32 9.67748528635200D+12 70 33 -5.29176917506400D+12 70 34 3.86947255608013D+15 70 35 2.68793399652486D+15 70 36 2.13840946180506D+15 70 37 3.83588749949003D+15 70 38 1.94483365798912D+14 70 39 7.19866330433600D+12 70 40 -9.96167326315520D+13 70 41 -5.26799501880320D+13 70 42 7.28471988797440D+13 70 43 1.80204905477120D+13 70 44 -1.95427522333376D+14 70 45 2.47853103687680D+13 70 46 1.18941388539904D+15 70 47 -9.57091113377536D+14 70 48 2.18612562141389D+15 70 49 -3.72840677706752D+14 70 50 5.38128934550127D+16 70 51 1.21250085622124D+17 70 52 3.33305682892977D+16 70 53 -8.66844418222963D+16 70 54 1.62005106583653D+16 70 55 -3.40322524541580D+16 70 56 8.92571371508240D+15 70 57 -1.16205159213750D+16 70 58 -2.46204565139951D+16 70 59 1.20958209061964D+17 70 60 1.88061580175892D+16 70 61 9.85590391406848D+15 70 62 -1.59804650718595D+17 70 63 2.73001087296988D+16 70 64 -2.69454334155446D+17 70 65 -4.05147389907215D+16 70 66 -1.70241427318622D+17 70 67 5.59019147868690D+16 70 68 -1.89822086775322D+16 70 69 3.58369210117007D+16 70 70 1.31838748603738D+18 71 1 2.38393248286183D+09 71 2 2.07537891151907D+10 71 3 8.46642139187431D+09 71 4 9.41306951893609D+09 71 5 -2.86396587982481D+09 71 6 1.54370989639267D+09 71 7 -4.01817070213590D+09 71 8 2.55651520952984D+09 71 9 7.27813755843314D+09 71 10 -9.29725519263768D+09 71 11 -2.72892242758106D+09 71 12 -4.68194411625100D+09 71 13 1.51842377325329D+09 71 14 -1.77174156916709D+10 71 15 -1.26063264653455D+10 71 16 3.09749352811262D+17 71 17 -2.04258550141057D+17 71 18 -2.92258817939222D+15 71 19 1.71167269067520D+14 71 20 -4.37580241892026D+15 71 21 -2.23516144653066D+16 71 22 -6.77356167031040D+13 71 23 1.10050648850022D+15 71 24 -8.25254076666675D+16 71 25 -3.16688512735027D+16 71 26 -8.43199374475878D+16 71 27 -3.86710517701100D+16 71 28 -8.74150393657754D+15 71 29 -9.02712946909082D+15 71 30 -2.63633739535245D+15 71 31 1.11084472098586D+16 71 32 -3.72409344036160D+13 71 33 3.06792949047120D+13 71 34 1.22881653075579D+16 71 35 2.09998651354604D+16 71 36 -9.90478358179840D+15 71 37 4.61564147775955D+15 71 38 4.94871825859584D+14 71 39 8.89759622791296D+14 71 40 6.04623900253184D+14 71 41 -3.46684796445696D+14 71 42 7.67747735259136D+14 71 43 9.76069075589120D+13 71 44 -6.18207255632144D+14 71 45 -1.04806447163392D+14 71 46 2.69332711637862D+15 71 47 5.06424386390938D+15 71 48 4.19334715099750D+15 71 49 1.26996321407181D+15 71 50 -7.15736533521211D+16 71 51 -2.03717759727012D+17 71 52 7.28051763038771D+15 71 53 1.26244255788902D+16 71 54 7.28984230811034D+15 71 55 8.40249194744570D+15 71 56 4.69013232563635D+15 71 57 1.05166820667830D+16 71 58 1.36014444698875D+16 71 59 -6.07516940462602D+16 71 60 2.42001279931597D+16 71 61 7.63088027184538D+15 71 62 -7.35477860284334D+16 71 63 -1.07749843801498D+16 71 64 -1.41060543032955D+17 71 65 -1.98795575973028D+17 71 66 4.57528078226688D+15 71 67 -1.51754371605451D+17 71 68 2.47848262722755D+16 71 69 -4.35479620519997D+16 71 70 -1.43182832594217D+17 71 71 1.23831521837369D+18 72 1 8.36102325320302D+09 72 2 -7.03634654412150D+10 72 3 -5.33923341205793D+10 72 4 -6.20012000052406D+09 72 5 2.62278717708761D+10 72 6 1.97342486106728D+10 72 7 -8.41185888947957D+09 72 8 3.50269781708436D+10 72 9 2.69243765542598D+10 72 10 7.68879863875161D+09 72 11 4.81503668852763D+09 72 12 3.49473041285322D+09 72 13 -1.43784323186647D+09 72 14 4.29357824113261D+09 72 15 3.23897779249637D+09 72 16 -3.17349178255120D+17 72 17 -3.38446613986970D+16 72 18 -8.22359914383578D+15 72 19 -7.97768688631075D+15 72 20 1.35005366212975D+16 72 21 4.44999045190349D+16 72 22 8.52528496745600D+13 72 23 -5.46837453070336D+14 72 24 6.05043162475520D+16 72 25 8.21093069755085D+15 72 26 4.39101226433741D+15 72 27 -3.94746600097587D+15 72 28 1.54351485961216D+15 72 29 -3.48191407333120D+14 72 30 9.84336704291392D+14 72 31 -3.64906717680576D+14 72 32 3.26044107528960D+13 72 33 -2.41140402386040D+13 72 34 4.29884857924506D+15 72 35 5.73840693232832D+14 72 36 2.32750805913190D+15 72 37 1.85521103861440D+13 72 38 -8.32947007124480D+13 72 39 -6.41739786625936D+14 72 40 -4.16265608478720D+14 72 41 9.34304892372480D+13 72 42 -3.95042059247616D+14 72 43 -5.82072182259200D+13 72 44 2.38206954555168D+14 72 45 1.00549688082944D+14 72 46 -1.08168047107686D+15 72 47 -2.46526119993037D+15 72 48 1.69487653187174D+15 72 49 -3.76039825661184D+15 72 50 -1.41134823830738D+16 72 51 -4.36166558130929D+16 72 52 -1.24580733319670D+16 72 53 7.34580747575959D+16 72 54 3.65871590949850D+15 72 55 7.84256952750191D+16 72 56 3.89098066822877D+15 72 57 -1.13924716548990D+16 72 58 -6.16189891750426D+15 72 59 7.93125865105782D+16 72 60 4.83797952625091D+16 72 61 -3.29583011608919D+16 72 62 -9.97684256900669D+16 72 63 -1.06189282429952D+15 72 64 -2.15708614359390D+17 72 65 1.44431155176976D+17 72 66 -1.48449533867235D+17 72 67 1.26997362124058D+17 72 68 -2.14992402106516D+17 72 69 2.34646881173098D+17 72 70 -2.48843758810789D+17 72 71 1.56962816035738D+15 72 72 2.41377920289910D+18 73 1 -4.67503967877432D+09 73 2 1.30754621457591D+10 73 3 6.68693674964139D+09 73 4 3.27723673421524D+09 73 5 -9.75808487472326D+09 73 6 -6.22493094272443D+09 73 7 3.55603508332354D+09 73 8 -2.14849099388590D+10 73 9 -1.50869004419190D+10 73 10 6.32490277393264D+09 73 11 1.37800955541033D+10 73 12 1.20861055968592D+10 73 13 -8.48313495614685D+09 73 14 4.38743722989188D+09 73 15 2.53878844296724D+09 73 16 9.37859409232676D+16 73 17 -7.78576755595182D+16 73 18 -8.97502639434368D+14 73 19 8.41444991348736D+14 73 20 -3.32950006217013D+15 73 21 -8.22402624838656D+15 73 22 -1.94631152602240D+13 73 23 -6.32946600079360D+13 73 24 -8.99412526476227D+16 73 25 3.34523481482957D+16 73 26 -1.11165961739796D+16 73 27 -6.10825748852378D+15 73 28 -1.29637025236378D+15 73 29 8.82200571944960D+13 73 30 -4.94519795017600D+13 73 31 3.14661021708544D+15 73 32 -4.92435928828800D+12 73 33 1.24871019032400D+12 73 34 3.15237102057165D+15 73 35 7.97463544017664D+15 73 36 1.73848794892698D+15 73 37 2.80699561429965D+15 73 38 -1.68605885950464D+14 73 39 8.24612737885440D+13 73 40 6.26313268554240D+13 73 41 1.09029253524480D+13 73 42 -2.86720307605760D+13 73 43 -6.05014058240000D+11 73 44 9.90871471771000D+13 73 45 -5.35890010828800D+13 73 46 -1.49153818816000D+14 73 47 -3.46200805439488D+14 73 48 1.67634896232346D+15 73 49 -2.55014290483098D+15 73 50 -1.96713920585267D+15 73 51 -7.12422334311066D+15 73 52 -1.76043457585728D+15 73 53 -2.69980066610227D+15 73 54 7.97268842166067D+15 73 55 -2.19558586418240D+16 73 56 -1.49221785299648D+14 73 57 5.10441172917315D+15 73 58 4.96404211543424D+15 73 59 -8.31340421498112D+15 73 60 2.72003498356019D+15 73 61 4.04611012168704D+14 73 62 2.89242892047698D+16 73 63 -1.30991058068864D+16 73 64 2.36594262936617D+16 73 65 -8.82184654772204D+16 73 66 2.84580223470953D+16 73 67 -5.41588848260214D+16 73 68 9.81561026659387D+16 73 69 -2.53212824034682D+17 73 70 -2.88973995427192D+16 73 71 -1.58115060241742D+17 73 72 -3.30902309714409D+17 73 73 6.99648518395042D+17 74 1 3.68558534294505D+09 74 2 1.33765819321786D+10 74 3 1.42174823746605D+10 74 4 -5.56879266011254D+08 74 5 -1.27909382599806D+09 74 6 -2.69311158651421D+09 74 7 6.54280815940560D+08 74 8 -4.06135041498663D+09 74 9 -3.80062837020793D+09 74 10 7.06970126730651D+07 74 11 -6.16029790816762D+09 74 12 -4.82165469784825D+09 74 13 -3.85368391204701D+09 74 14 -1.87583981714048D+09 74 15 -2.90208773272202D+09 74 16 -2.53171645075531D+16 74 17 3.40647222993702D+15 74 18 -1.51450732439598D+15 74 19 -2.18285568667656D+15 74 20 -1.19779191465159D+16 74 21 -4.24356369553923D+16 74 22 -2.17688395726771D+15 74 23 2.42792441999072D+15 74 24 1.19644773304282D+15 74 25 4.95308707918397D+15 74 26 -2.24564229325466D+15 74 27 1.56458243277667D+15 74 28 -5.69875180631616D+14 74 29 -4.89800644841952D+14 74 30 1.42356784832690D+15 74 31 8.73138681037984D+14 74 32 1.89950284422415D+15 74 33 -1.32668337697325D+15 74 34 6.40246413118410D+15 74 35 6.72974580132840D+13 74 36 3.41915577034726D+15 74 37 1.03240900721584D+14 74 38 1.07258175666368D+16 74 39 -4.45427369642508D+15 74 40 -2.97432905569120D+14 74 41 3.07073192192629D+15 74 42 6.77028224999104D+14 74 43 -2.84678492149576D+14 74 44 5.93439658881050D+13 74 45 1.41964220582080D+13 74 46 -2.69388913501248D+14 74 47 -7.06110942238256D+14 74 48 2.77170187927616D+14 74 49 -9.86952998312960D+14 74 50 -1.25436200512878D+15 74 51 -3.59302938202374D+15 74 52 2.82692586480386D+15 74 53 -6.02405292371709D+15 74 54 -2.52509087325445D+15 74 55 2.27598017356064D+16 74 56 5.09143811377547D+14 74 57 -1.22693782869764D+15 74 58 -4.56107695274432D+16 74 59 1.29719026526792D+17 74 60 8.06313065060736D+14 74 61 -4.30830705281469D+15 74 62 2.57769094461443D+16 74 63 -1.65464136462357D+16 74 64 1.86669423873482D+16 74 65 -3.27258431243699D+15 74 66 -1.48951051260154D+16 74 67 2.25435356709849D+16 74 68 -7.23443869247696D+16 74 69 8.69179335074531D+15 74 70 -7.74582544263564D+16 74 71 -2.78227431955694D+16 74 72 -1.28375548537530D+17 74 73 -2.57687313013819D+16 74 74 3.04463200797158D+17 75 1 5.68269860837350D+09 75 2 -5.89664521681940D+09 75 3 4.53507121839417D+09 75 4 -6.91321570289184D+09 75 5 1.49876283603304D+10 75 6 3.00820984261556D+09 75 7 -3.06420832781591D+09 75 8 6.39639090346752D+09 75 9 5.29382481848397D+09 75 10 2.91893598545987D+09 75 11 -6.55504227986969D+09 75 12 -5.21891346624969D+09 75 13 1.37578937365976D+09 75 14 -8.93233167189492D+09 75 15 -7.61819297438483D+09 75 16 3.68155191389102D+16 75 17 -7.75869634812518D+15 75 18 2.02020697765632D+15 75 19 2.30110734618995D+15 75 20 3.21496867398984D+16 75 21 -1.16663721154116D+17 75 22 9.60832082013766D+15 75 23 -1.98657548039332D+16 75 24 -1.04132666096650D+16 75 25 1.79237733568819D+15 75 26 -8.81731421282509D+15 75 27 6.87306846448333D+15 75 28 1.65659948602573D+15 75 29 -7.77391613303296D+14 75 30 3.83115152470784D+14 75 31 -1.77490806388992D+15 75 32 1.19683864840158D+16 75 33 -7.48217467172712D+15 75 34 1.34853361451044D+16 75 35 -1.08443623037737D+16 75 36 7.43694964992000D+14 75 37 -4.08526557389606D+15 75 38 3.53458087825725D+16 75 39 -3.18383889086457D+16 75 40 1.58729839423795D+15 75 41 1.88647161118515D+15 75 42 1.13589983947187D+15 75 43 3.31718113777152D+14 75 44 2.22422364553248D+14 75 45 2.25188632701952D+14 75 46 -8.15423952599040D+13 75 47 -5.97455952947200D+14 75 48 6.11248511272960D+14 75 49 -1.12745554279117D+15 75 50 2.62873313261274D+15 75 51 8.62584176363213D+15 75 52 2.40624921070733D+15 75 53 -7.47823266405632D+15 75 54 -1.51197912706432D+15 75 55 3.04703485087744D+15 75 56 5.37994312156224D+14 75 57 -1.49696949796352D+14 75 58 -6.43423844187203D+16 75 59 1.50175151125947D+17 75 60 3.92410571995443D+15 75 61 -1.67061164895078D+15 75 62 4.47099597954929D+16 75 63 3.98829355413504D+14 75 64 2.36934167388518D+16 75 65 -1.12654876347740D+16 75 66 3.01082374264543D+16 75 67 -5.14938259907763D+16 75 68 -4.13216782305827D+16 75 69 -4.96155328956959D+16 75 70 -8.21290619622385D+16 75 71 -7.14992334151301D+16 75 72 -1.19545098911333D+17 75 73 -5.51373681830958D+16 75 74 1.60364636251750D+17 75 75 7.68322738601608D+17 76 1 4.07333628679320D+09 76 2 -4.53519787960246D+10 76 3 -2.67146390520844D+10 76 4 3.31294287665353D+09 76 5 1.61701364073004D+10 76 6 8.57564170344775D+09 76 7 -1.03205251027164D+09 76 8 2.39283861584820D+10 76 9 1.39277480469460D+10 76 10 -3.61812681148085D+09 76 11 7.88932075521530D+09 76 12 6.09447558435974D+09 76 13 -2.73609994274530D+09 76 14 -2.63586485988887D+09 76 15 -1.88322653770276D+09 76 16 -1.34465676245206D+17 76 17 4.79711721238209D+16 76 18 -7.38108780364000D+14 76 19 4.59471118201563D+15 76 20 -2.12872462482357D+16 76 21 -2.94822349143247D+16 76 22 -4.33648768180160D+13 76 23 2.78665102624128D+14 76 24 -8.97127604568678D+16 76 25 2.10641766166676D+16 76 26 8.13019942455296D+15 76 27 -3.53024687000115D+15 76 28 -2.54331974698394D+15 76 29 2.49185194961728D+14 76 30 1.98133020550202D+15 76 31 2.16246153120852D+15 76 32 -2.02072634356960D+13 76 33 1.30207788804790D+13 76 34 1.54687820604109D+16 76 35 8.92006552765734D+15 76 36 1.16548487984200D+16 76 37 2.86632034837243D+15 76 38 -4.04688170449920D+13 76 39 4.13599926644388D+14 76 40 2.83269639411712D+14 76 41 -6.34497518015360D+13 76 42 2.35440505111040D+14 76 43 3.72771294334400D+13 76 44 -1.12558405418048D+14 76 45 -1.01122915229504D+14 76 46 6.57875445622784D+14 76 47 8.86613009884576D+14 76 48 2.43321601210368D+14 76 49 9.71330388302848D+14 76 50 2.36084574784884D+16 76 51 4.98562491679436D+16 76 52 1.52311160948836D+16 76 53 -4.92319147122596D+16 76 54 -2.05839938990790D+16 76 55 2.24733862512666D+17 76 56 5.95627525451040D+14 76 57 -3.10115148765026D+14 76 58 1.81261101691491D+16 76 59 -4.50497121512348D+16 76 60 3.69365724152279D+16 76 61 -5.94960790313600D+12 76 62 2.64350372937462D+16 76 63 -6.00271035643449D+16 76 64 -5.40290214203525D+16 76 65 2.43300279621900D+16 76 66 -9.21485670039107D+16 76 67 4.51186083435923D+16 76 68 -1.39460083317791D+17 76 69 1.43943991359195D+17 76 70 -1.50194722818418D+17 76 71 4.82360126143040D+15 76 72 -4.44051416420116D+16 76 73 3.15133903416809D+16 76 74 -7.16136251777009D+16 76 75 -2.10659973209112D+16 76 76 1.24844564914501D+18 77 1 4.15511317398804D+08 77 2 1.28405391402174D+10 77 3 4.48382053260448D+09 77 4 -3.97890829595713D+09 77 5 -7.09047460642486D+09 77 6 -4.47695430190321D+09 77 7 -3.11386876562975D+09 77 8 -2.23211976772905D+10 77 9 -1.37822749612236D+10 77 10 -1.43614152640049D+09 77 11 1.07905204150555D+10 77 12 9.01852838569162D+09 77 13 8.11340720439026D+09 77 14 5.78061279461999D+09 77 15 4.75687984774368D+09 77 16 6.71288025805092D+16 77 17 -6.81650121602990D+16 77 18 2.25117771909522D+15 77 19 -5.03139414156032D+15 77 20 9.67016171973438D+15 77 21 -2.07555075036242D+16 77 22 -1.03144975573120D+13 77 23 1.92177119483904D+14 77 24 9.98237304135946D+16 77 25 -5.55814456348416D+16 77 26 -2.53539784235663D+16 77 27 2.47841927759954D+16 77 28 6.47518046340096D+14 77 29 -1.87578260100608D+14 77 30 -1.97869366335110D+15 77 31 -9.43916400387584D+14 77 32 -1.96467811818400D+12 77 33 5.89745562486000D+12 77 34 -1.40133551460756D+16 77 35 -4.22859015043507D+15 77 36 -9.96206393864397D+15 77 37 -1.13245729310810D+15 77 38 2.70422225093632D+14 77 39 -9.89325907425600D+13 77 40 8.58286284656640D+13 77 41 -3.43666314055680D+13 77 42 1.15037954534912D+14 77 43 -3.59253537024000D+12 77 44 -9.69325126682000D+13 77 45 -7.95345069260800D+12 77 46 3.85177554155648D+14 77 47 5.46746086177792D+14 77 48 8.10332180480000D+11 77 49 9.67413395891200D+14 77 50 -1.43976060160621D+16 77 51 -3.82849148006938D+16 77 52 6.43416058277722D+15 77 53 -1.54194917779272D+16 77 54 -8.60946369187584D+14 77 55 -3.13086722323252D+16 77 56 1.81464175690528D+14 77 57 7.47342236862240D+13 77 58 9.37610668130547D+15 77 59 -1.86617916186092D+16 77 60 1.98583653249556D+16 77 61 8.73711757522944D+14 77 62 8.08695381331149D+15 77 63 1.21817109927496D+16 77 64 -4.63479839639542D+16 77 65 7.02504012699648D+14 77 66 -6.11485154621440D+13 77 67 -6.72813245841869D+16 77 68 1.86711949784178D+16 77 69 -1.43020430465693D+17 77 70 -1.92771757280333D+16 77 71 -6.66243678856550D+16 77 72 5.49348583950651D+16 77 73 -9.12572834657208D+16 77 74 -1.59560824930267D+16 77 75 -2.66102741313229D+16 77 76 -1.98145433671793D+17 77 77 6.29560885015369D+17 78 1 5.27193521664208D+09 78 2 2.50385266276819D+10 78 3 2.46967986884261D+10 78 4 -2.60805362357585D+08 78 5 -7.15438347383755D+09 78 6 -5.14972963000768D+09 78 7 -4.01494750064221D+08 78 8 2.32585563839701D+09 78 9 -2.55539199532942D+09 78 10 -2.80699630461327D+09 78 11 -1.08685974845441D+10 78 12 -9.96817391800140D+09 78 13 -1.80263881168467D+09 78 14 -9.34140135730382D+09 78 15 -7.02350313842733D+09 78 16 -6.27836904328897D+16 78 17 5.29374878194212D+15 78 18 -9.32771330220816D+14 78 19 -1.42114176433298D+15 78 20 -9.10725860227898D+14 78 21 5.18841728190575D+15 78 22 1.46648690648888D+15 78 23 -4.00128172907941D+16 78 24 -4.65656191760924D+16 78 25 1.40676454665589D+16 78 26 -9.28411008010975D+16 78 27 -2.01782829604342D+16 78 28 -4.05980642276403D+15 78 29 -2.67951618776808D+14 78 30 -2.31793725495001D+15 78 31 9.91998762673669D+15 78 32 -1.22185431580378D+14 78 33 -3.59093440161809D+15 78 34 1.42360180796035D+16 78 35 -8.74177138294568D+14 78 36 9.73277666306778D+15 78 37 -6.59180942930450D+15 78 38 4.79158245870339D+15 78 39 -7.08387970500372D+15 78 40 8.36583228650547D+15 78 41 1.13063043075327D+15 78 42 2.78056231926649D+16 78 43 2.08913951169608D+15 78 44 -1.91821353378795D+15 78 45 1.32863629576506D+15 78 46 3.82146902499456D+14 78 47 2.31424210589078D+14 78 48 1.09956346708723D+15 78 49 2.69490566140516D+14 78 50 -4.35316358470518D+15 78 51 -1.28596662299156D+16 78 52 1.96172903391114D+15 78 53 -9.73537159529977D+15 78 54 -6.25420175775835D+15 78 55 7.10571723748425D+16 78 56 1.27505716456362D+14 78 57 -6.04420909541952D+14 78 58 3.20810187462296D+15 78 59 -5.46519236501129D+15 78 60 -3.28888183978240D+15 78 61 -2.73208929163922D+15 78 62 -1.92870428938892D+16 78 63 -6.65244581820296D+15 78 64 -4.92707552959539D+15 78 65 1.30540030666033D+16 78 66 1.32797491625766D+16 78 67 -1.07776915675652D+16 78 68 -2.89402815234080D+16 78 69 8.77780238209885D+16 78 70 -3.08089633786493D+16 78 71 2.85057325339672D+16 78 72 -1.07948046748863D+17 78 73 3.16635957021724D+15 78 74 -7.74302258363239D+15 78 75 -1.37457709997332D+15 78 76 -6.53809388802454D+16 78 77 -1.25096175168376D+16 78 78 3.10081206682240D+17 79 1 1.82402876133932D+10 79 2 -9.68017208503757D+10 79 3 -4.37045378921777D+10 79 4 -1.92445140840465D+10 79 5 7.68242250562861D+10 79 6 4.53265806710651D+10 79 7 -1.37862708178490D+10 79 8 8.11690746549776D+10 79 9 4.85160388807339D+10 79 10 -1.62610641853480D+09 79 11 -2.47626896813156D+10 79 12 -2.11322531401154D+10 79 13 1.64166034777102D+10 79 14 -3.64288889891076D+10 79 15 -2.90058304026897D+10 79 16 1.41348622521398D+17 79 17 -1.27878955742552D+17 79 18 -3.23334199704928D+14 79 19 7.82856480234496D+14 79 20 -1.17922040698330D+15 79 21 -3.01685097106473D+16 79 22 -9.49170162991949D+15 79 23 -7.89335619057992D+16 79 24 3.93801789889270D+17 79 25 -2.14943929899782D+17 79 26 5.00765478827811D+17 79 27 -2.24521832014612D+17 79 28 2.77181977052979D+16 79 29 1.07021275471524D+16 79 30 4.67098953457101D+15 79 31 1.03905741584445D+16 79 32 -5.87997219128701D+15 79 33 -3.16857089516834D+15 79 34 -7.25760019297976D+16 79 35 -2.59438530399212D+16 79 36 7.39982336213094D+16 79 37 -2.97142406690113D+16 79 38 -8.20177787532390D+15 79 39 6.25837423118656D+15 79 40 1.89827817507287D+16 79 41 9.54136467530957D+15 79 42 6.40065417631263D+16 79 43 7.36642152988467D+15 79 44 -3.46856456732947D+15 79 45 3.43041733359206D+15 79 46 2.08162739772262D+15 79 47 1.99641939867648D+15 79 48 3.15903915350835D+15 79 49 3.03433259116954D+15 79 50 1.29360521535534D+16 79 51 4.15628704753664D+16 79 52 -5.67498629339648D+14 79 53 1.01609619700081D+16 79 54 -1.22455758393139D+16 79 55 5.50310366143650D+16 79 56 -7.22581683668480D+13 79 57 7.37258616948416D+14 79 58 2.35881271651328D+15 79 59 -5.29201140858880D+15 79 60 7.16443840767590D+15 79 61 2.95671037313331D+15 79 62 -6.51056996581990D+16 79 63 3.45099987200963D+16 79 64 -3.48224007081574D+15 79 65 -2.82903778720358D+16 79 66 1.61149665897390D+16 79 67 -2.75285271257702D+15 79 68 4.14802384147953D+16 79 69 -2.03077549097800D+17 79 70 1.82925388183726D+16 79 71 -4.62241006894653D+16 79 72 -5.87771406148178D+16 79 73 -4.85205016007782D+16 79 74 -7.65920133148454D+15 79 75 -1.03161584693125D+16 79 76 -5.84740008382287D+16 79 77 -5.96267033321943D+16 79 78 -1.82013862324288D+16 79 79 2.09629009519856D+18 80 1 -9.15072580126078D+09 80 2 -4.27758621943918D+10 80 3 -4.54020231315808D+10 80 4 -2.58180037338564D+09 80 5 4.82157108241507D+09 80 6 6.03671628553945D+09 80 7 -3.09537436577949D+09 80 8 6.43439120515730D+09 80 9 7.27168081342955D+09 80 10 8.29626928760362D+09 80 11 2.52926799835869D+10 80 12 2.74936858218509D+10 80 13 6.53163115354072D+09 80 14 6.22721955882494D+09 80 15 4.59993985567798D+09 80 16 -3.43436238617216D+17 80 17 -8.28481964639626D+16 80 18 -4.88494400533085D+15 80 19 -4.02685788162305D+15 80 20 -9.06693283100586D+15 80 21 -2.98296593961699D+16 80 22 9.95177338272000D+12 80 23 1.72369405814564D+14 80 24 -3.02111672522138D+16 80 25 -2.65852995118580D+16 80 26 7.07190994682675D+15 80 27 8.91459852442210D+13 80 28 -1.07728512771277D+15 80 29 1.02299727842732D+14 80 30 1.21256582169926D+15 80 31 2.26662398578355D+15 80 32 -1.11450362692000D+12 80 33 1.86750239716129D+12 80 34 6.62873226698957D+15 80 35 5.15104108010225D+15 80 36 4.13846556512461D+15 80 37 1.78206063911825D+15 80 38 1.19825845813760D+14 80 39 1.75268074654487D+14 80 40 1.50313108019200D+12 80 41 -4.96202300589365D+13 80 42 1.13260235893760D+14 80 43 2.48613100849660D+13 80 44 -1.68957930743584D+14 80 45 4.53213225696040D+13 80 46 5.49789661575168D+14 80 47 1.07896826313486D+15 80 48 -4.65195637094400D+14 80 49 1.75666888145146D+15 80 50 -7.26308060320179D+15 80 51 -2.56818178932310D+16 80 52 -2.83887708619904D+14 80 53 -2.81256299180889D+15 80 54 5.24637374519910D+15 80 55 -5.78944898254430D+16 80 56 6.73181733678080D+13 80 57 8.13088764647807D+14 80 58 6.78784573116045D+15 80 59 -3.46213082507930D+16 80 60 2.57708226624410D+16 80 61 5.14304274037190D+15 80 62 1.05824479469674D+17 80 63 -2.16323153457611D+16 80 64 -2.49622802798193D+16 80 65 7.59252635098211D+15 80 66 -8.27280809221990D+15 80 67 3.32644424032909D+16 80 68 -9.83809364551547D+16 80 69 1.14505558041666D+17 80 70 -8.55062235445412D+16 80 71 2.57927794076100D+16 80 72 -3.46385901704874D+17 80 73 3.49739648003074D+16 80 74 -4.12990815293103D+16 80 75 1.07460551486800D+16 80 76 -1.19153821780893D+17 80 77 -4.43760020259052D+16 80 78 -1.28854988969481D+17 80 79 -3.54748699888206D+16 80 80 1.50077785132132D+18 81 1 -7.37034450312146D+09 81 2 4.62628476794456D+09 81 3 -1.17978917188518D+09 81 4 2.77123725259560D+09 81 5 -1.32266831714387D+10 81 6 -1.21673792256653D+10 81 7 4.43205185988191D+09 81 8 -2.02932528364204D+10 81 9 -1.83965594288482D+10 81 10 4.17734330780525D+09 81 11 2.16422990702541D+10 81 12 2.44161169922175D+10 81 13 -4.01028795399715D+09 81 14 7.25135219090108D+09 81 15 7.32761045883372D+09 81 16 -2.66789199642458D+16 81 17 -1.02152618197516D+17 81 18 -2.30626914055376D+15 81 19 -2.51376963585517D+15 81 20 -2.79153399294185D+15 81 21 -1.31999397125622D+16 81 22 -5.69616853408000D+12 81 23 8.19161326469120D+13 81 24 8.10692416520704D+15 81 25 -3.64644558601800D+16 81 26 -1.94977719050179D+16 81 27 1.76182981796782D+16 81 28 -3.23551114187776D+14 81 29 -2.48450780193280D+13 81 30 1.39116418728704D+14 81 31 4.62340874480640D+13 81 32 -4.85194012609600D+12 81 33 2.46320273693600D+12 81 34 1.77622953653043D+15 81 35 5.02293105887616D+14 81 36 9.01034902684672D+14 81 37 6.07002398685904D+14 81 38 -2.02259965365760D+13 81 39 1.63678194278368D+14 81 40 2.77560165413120D+13 81 41 -2.69901169702400D+13 81 42 5.98010050736640D+13 81 43 1.67565284519680D+13 81 44 -6.63165839615680D+13 81 45 4.89439423027200D+12 81 46 2.49683998066944D+14 81 47 5.26624093574400D+14 81 48 -9.71341747184640D+13 81 49 5.93822064501760D+14 81 50 1.10722617218880D+15 81 51 -2.56086631755264D+15 81 52 -5.58853676350720D+13 81 53 3.41766824313702D+15 81 54 4.39085716273485D+15 81 55 -2.63955119120088D+16 81 56 4.78082544676800D+12 81 57 3.84019761723712D+14 81 58 5.18430835384960D+15 81 59 -1.48955464796815D+16 81 60 9.55999035605094D+15 81 61 2.03359441382733D+15 81 62 5.74862134774395D+16 81 63 3.01806799145702D+15 81 64 -2.33823995792461D+16 81 65 -3.56614901628713D+16 81 66 2.77382931523131D+16 81 67 -6.22342489117100D+16 81 68 1.04283608615469D+16 81 69 -6.65432977602104D+16 81 70 -1.97802419843200D+14 81 71 -6.25941198107013D+16 81 72 -6.24106552689860D+16 81 73 -7.85722752909640D+16 81 74 -4.02551156702553D+15 81 75 -3.04656185713580D+16 81 76 -5.65835237160466D+16 81 77 -2.03717896502618D+16 81 78 -2.64356166939694D+16 81 79 -1.27248510845342D+17 81 80 4.62682786002010D+16 81 81 4.71459829051983D+17 82 1 2.98897545915057D+01 82 2 -1.18290861738230D+01 82 3 5.70469342377601D+01 82 4 -5.77635216908754D+01 82 5 4.57293744469102D+01 82 6 9.68350350318873D+00 82 7 -3.37766853554360D+00 82 8 3.27058823486398D+01 82 9 -1.40204242698489D+01 82 10 8.13518993540031D+00 82 11 1.09148949506595D+01 82 12 1.52193970837199D+01 82 13 2.31162458288853D+01 82 14 -7.75210655482453D+01 82 15 -6.79294105067979D+01 82 16 -3.35771190085976D+07 82 17 2.17414292752583D+08 82 18 -6.04964345292363D+07 82 19 1.93147411633968D+08 82 20 -3.55257719945746D+08 82 21 2.58080447197266D+09 82 22 -1.92111974011368D+08 82 23 1.38626143519759D+09 82 24 4.38046193008055D+08 82 25 -1.63737870439034D+08 82 26 3.24691783095374D+09 82 27 -3.07197985631056D+08 82 28 5.95308452387658D+08 82 29 -6.08228424575328D+08 82 30 -3.55918021255995D+08 82 31 1.01265194308400D+07 82 32 -2.71388899310067D+07 82 33 -6.36741783479157D+06 82 34 -4.06772500377725D+08 82 35 -7.69888703082971D+08 82 36 2.86847078810870D+09 82 37 -7.67193030081056D+08 82 38 -7.29698278329415D+08 82 39 5.90035422337730D+08 82 40 4.12757400302011D+08 82 41 -1.53254242718370D+08 82 42 7.90358858381183D+08 82 43 4.61684755889435D+07 82 44 1.90289514240476D+08 82 45 -9.12120623238816D+08 82 46 -6.97603096184930D+08 82 47 7.84378062623655D+07 82 48 -1.29814251059029D+09 82 49 3.99389774077717D+08 82 50 7.08004603496338D+08 82 51 -3.33807825533264D+08 82 52 3.36506653672599D+08 82 53 -6.97869481279912D+08 82 54 6.79026307905950D+08 82 55 -1.10435974878155D+09 82 56 -1.05750280702025D+07 82 57 -5.51421145787560D+07 82 58 1.28907422185706D+09 82 59 -1.93012400947266D+09 82 60 -3.88811971189023D+09 82 61 3.30010901203086D+08 82 62 -2.99063297791515D+09 82 63 8.52776427825301D+08 82 64 6.82247263153825D+08 82 65 1.51015428993267D+08 82 66 -1.28057161445668D+07 82 67 2.80090873683184D+06 82 68 -7.65060661973123D+07 82 69 3.38752674703306D+08 82 70 1.62032806388160D+08 82 71 2.96835075873028D+08 82 72 -1.09799348131499D+09 82 73 -2.17098428878856D+08 82 74 2.89291003616593D+08 82 75 3.56375150711851D+08 82 76 -2.85604628406725D+08 82 77 5.62546641061273D+07 82 78 1.12462421047299D+08 82 79 2.55524349139965D+09 82 80 2.69276491542042D+07 82 81 -9.96151951294837D+07 82 82 3.63999840518508D+01 83 1 -8.45036618712120D+01 83 2 4.94118221247321D+02 83 3 3.05589497458040D+02 83 4 9.20759199507031D+01 83 5 -2.49718996493685D+02 83 6 -1.51171576800684D+02 83 7 5.81032528801464D+01 83 8 -1.53211133355479D+02 83 9 -9.77300244393945D+01 83 10 -7.83623510466485D+01 83 11 -9.54388395827227D+01 83 12 -7.38070000731152D+01 83 13 1.26868399984110D+01 83 14 4.25074812800375D+00 83 15 1.71191037148888D+01 83 16 -4.24503265468525D+08 83 17 -3.40930328775713D+06 83 18 1.82613949258176D+08 83 19 -9.18549656390707D+07 83 20 2.98623504312107D+08 83 21 9.95924413568537D+07 83 22 6.45178353930395D+07 83 23 1.57750883693179D+08 83 24 -7.30425183000968D+08 83 25 3.44710298716744D+08 83 26 -2.31169803503050D+09 83 27 1.49323422389294D+08 83 28 -7.35382676384087D+07 83 29 -1.40345771265584D+08 83 30 1.17551192075623D+08 83 31 3.34616293151047D+08 83 32 -1.46591092162706D+06 83 33 -5.27145244297538D+05 83 34 3.82581293230674D+08 83 35 2.21966722183375D+08 83 36 1.58415964757545D+08 83 37 -2.64718765049288D+08 83 38 -3.55608798442734D+08 83 39 3.89886397545106D+08 83 40 -2.71870085552216D+08 83 41 3.32510940626040D+08 83 42 1.22353310338328D+09 83 43 -1.75815153477970D+08 83 44 -9.46307309970632D+08 83 45 1.16692802974718D+09 83 46 1.67741987132570D+09 83 47 -1.49216695196890D+08 83 48 1.07774342511208D+09 83 49 -3.26335676817432D+08 83 50 -5.43084038269393D+08 83 51 -5.81820636887078D+08 83 52 7.53736184299897D+07 83 53 -3.72544616788163D+08 83 54 2.45018728767010D+08 83 55 -1.17409960048179D+09 83 56 1.27907712698764D+07 83 57 -9.84009737064065D+07 83 58 6.54600097999875D+08 83 59 -1.37708382013887D+09 83 60 -1.28812620432522D+09 83 61 1.50744742845547D+08 83 62 -1.89936712168424D+09 83 63 1.00357982513686D+09 83 64 6.45683812923304D+08 83 65 -1.94783469826352D+08 83 66 2.93405918359821D+07 83 67 6.91522747015284D+07 83 68 7.23300266444997D+08 83 69 -1.18906075880741D+09 83 70 2.41860509075176D+08 83 71 2.11395044769579D+08 83 72 -2.02460498688584D+09 83 73 2.98699960319659D+08 83 74 5.14115312566378D+08 83 75 -4.37375389684717D+07 83 76 -1.18308334860498D+09 83 77 1.72272618114639D+08 83 78 1.05390752464693D+09 83 79 -1.06500152289607D+09 83 80 -1.96718007770918D+09 83 81 2.93694683597944D+07 83 82 1.30219886284140D+00 83 83 3.03565361861821D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 2.94825062273568D+02 2 -1.29501832928398D+03 3 -7.64221980709778D+02 4 -3.19621412053753D+02 5 5.70524849068211D+02 6 3.36742827395372D+02 7 -3.37790548258475D+02 8 9.69022026483589D+02 9 5.90878475568926D+02 10 -1.68283501266695D+02 11 -6.81785373261337D+02 12 -6.19061196181070D+02 13 5.30870398754362D+02 14 4.37256827004723D+02 15 4.55661874137258D+02 16 1.59452140401589D+09 17 1.99628385644468D+09 18 8.08667946949564D+07 19 1.04789418617737D+09 20 -1.19375252481387D+09 21 8.95770533071287D+09 22 4.25175592049720D+08 23 -3.02322064601439D+08 24 -2.30293837983476D+09 25 -9.74942374597123D+08 26 5.77125204658893D+09 27 -1.67069550910367D+09 28 2.49789914247505D+09 29 -3.15542666091814D+08 30 4.85445063910374D+08 31 -1.22332841496258D+09 32 2.77018548636205D+08 33 -2.46927956106023D+08 34 1.93533253008343D+08 35 -7.58896997464021D+08 36 1.28436182940202D+09 37 -9.00476225889091D+07 38 -5.77910958139498D+08 39 3.77259603284572D+08 40 -1.16500049934913D+09 41 2.38904284143660D+09 42 1.84188706195495D+09 43 -1.04148814646710D+09 44 -1.33151656669692D+08 45 1.94172643758344D+09 46 2.38459728417526D+09 47 -4.17943602788181D+08 48 -2.19783684906451D+09 49 -3.25989883601626D+08 50 1.33771762810156D+09 51 -8.01663563864219D+08 52 -1.05755806312915D+09 53 -1.80532557738551D+08 54 -8.05259146088465D+08 55 5.13626645355132D+09 56 2.58556341299100D+08 57 4.29314231916875D+08 58 -8.14104363376177D+08 59 2.59005046238256D+09 60 2.88536188677201D+09 61 1.06116705875645D+09 62 3.14367749640490D+09 63 -4.01829311072375D+09 64 2.06363356131070D+08 65 -2.03801808339343D+09 66 -4.25472765332271D+08 67 6.78175297631834D+08 68 3.72691662398271D+08 69 1.15459119426222D+09 70 -2.66925010739748D+09 71 6.16371682723431D+07 72 -1.74729072111198D+09 73 2.52668022557406D+08 74 4.74299358919318D+08 75 5.74134188054596D+07 76 7.01581228590278D+08 77 -8.09664294411478D+08 78 9.64799032851596D+07 79 2.36043685852502D+09 80 6.98464166874028D+08 81 -1.52250474196895D+09 82 1.14811542279041D+01 83 -1.00934533938090D+01 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 -5.88319685817068D+00 2 9.95609408359049D+00 3 9.82728810374804D+00 4 8.20263043143900D+00 5 1.32061967906868D+01 6 8.87051019526503D+00 7 1.07006925041983D+01 8 2.76622323023792D+01 9 1.67630793112464D+01 10 -6.40395709964674D+01 11 -6.96523821554442D+01 12 -5.68030640536250D+01 13 5.10194449027195D+01 14 1.88278589874424D+01 15 2.13421864374804D+01 16 1.24499381846702D+07 17 -4.46361161866699D+07 18 1.11273674066873D+06 19 -2.51806596232462D+06 20 1.63538151637273D+07 21 -3.77891350342069D+07 22 7.30336069327136D+06 23 1.74165587971107D+07 24 -7.48768940806083D+07 25 1.39557466371661D+07 26 -1.18993597357573D+08 27 -6.91342240730341D+07 28 -9.38538546194017D+06 29 -7.38232184183578D+06 30 9.48671739930680D+06 31 3.96756243397262D+07 32 -1.51326756059735D+05 33 8.71446327547533D+05 34 3.31254659253402D+07 35 5.13155900025696D+07 36 -5.32665018791036D+07 37 -3.71783671639278D+06 38 2.54926701006900D+07 39 7.23363699374602D+06 40 1.84662117180275D+07 41 -2.56078764751081D+07 42 -6.10854193038374D+06 43 -2.33148303685357D+07 44 2.47299775764884D+07 45 -7.05973443961527D+06 46 -5.42908788396035D+07 47 -5.83163178942096D+07 48 -6.72465046608541D+07 49 2.06922685798567D+07 50 4.14322099034855D+07 51 7.21854020557446D+07 52 -5.04418083160678D+06 53 2.46299709918157D+07 54 -1.40092951702183D+06 55 3.13429659575506D+07 56 -3.45401197986866D+06 57 -4.15265369681082D+06 58 1.85669844078254D+07 59 4.03405413881968D+07 60 -5.86470077236445D+07 61 -7.90903241865298D+07 62 -2.03022278361661D+06 63 -2.53183940650527D+07 64 4.06098365171520D+07 65 2.59295296764522D+07 66 1.17379486234058D+07 67 4.63596087878468D+05 68 1.94767306849428D+07 69 -4.48164342558968D+07 70 3.21678156843020D+07 71 1.72100485695733D+07 72 1.70406088170854D+07 73 -2.63931860023510D+07 74 -8.31765129127557D+04 75 4.79071030777048D+06 76 1.42893359189801D+07 77 -3.48227333213538D+07 78 1.40995099258602D+07 79 1.70840166635148D+07 80 -4.02163090865479D+07 81 -4.77052432867245D+07 82 -1.98730434571897D-01 83 1.91111662658559D-01 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX