%=SNX 2.10 USN 20:106:40945 USN 89:296:59602 89:297:58400 R 00077 2 C E S * * Created on: 2020.04.15-11:22:25 local time * Created at: United States Naval Observatory * Created by: Alan Fey ( afey@nuit.usno.navy.mil ) * Generated by: routine WRITE_SINEX_J , revision date 2019Oct16 * * ----------------------------------------------------------------------------- * +FILE/REFERENCE DESCRIPTION USN OUTPUT Single session VLBI solution CONTACT afey@nuit.usno.navy.mil SOFTWARE VLBI analysis system Calc/Solve, revision date 2020.01.23 HARDWARE HPx86_64 Linux 2.6.32-754.28.1.el6.x86_64 INPUT VLBI experiment navy43, database $89OCT23XJ version 016 -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 2008.04.29 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 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". 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 | |______________| 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: snx2020b_84to94_00.cnt File length: 14780 Modification date: 2020.04.14_13:43:14 ************************************************************************** *** *** 2020b Sinex global solution -- A. Fey *** last modified: 04/14/2020 ALF *** *** Solution: snx2020b_84to94_00.cnt *** *** ARC list: snx2020b_84to94.arc *** Weights: usno2020Mar31_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_2020Mar31.erp *** *** NOTE: ** ************************************************************************** *** *** This section determines the solution's general characteristics *** $SETUP DEFAULTS NO SOLUTION INDEPENDENT *** vgosDb directory VGOSDB_DIR /data3/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 /data1/solve/solutions/usn2020b/usno2020Mar31_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 /data1/solve/oper/sinex/ivs_daily_inc.bsc \ EXCLUDE_PARAM /data1/solve/oper/sinex/ivs_daily_exc.bsc \ OUTPUT_FILE /data1/solve/solutions/usn2020b/snx84to94/_usn2020b.snx \ ACKNOWLEDGMENTS_FILE /data1/solve/oper/sinex/ivs_daily_ack.bsc \ COMMENTS_FILE /data1/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 \ * * 224 sources with less than 3 (0,1,2,4) observations in crf2020b_01 * 0008-300 0009-148 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 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 0428+205 \ 0446+074 0459+791 0511+009 0515-674 0512+249 0535+677 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 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 \ 0918+167 0920+168 0922+364 0926-039 0932-194 0937-282 0948-860 0941-080 \ M82 0951+699 0956+015 NGC3079 1001+621 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 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 \ 1414+652 1414-596 1418-065 1421-490 1422+268 TON202 1438-390 1439+327 \ 1501+481 1509-564 1511+238 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 SGR-A 1742-283 1744-299 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 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 \ 2134-470 2144+568 2152-505 2154-183 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 trf2020b_00.src EARTHQUAKE ITRF2014-psd-vlbi_sites.dat EARTH_ORIENTATION last_usno_finalF_2020Mar31.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.axo ECCENTRICITY ECCDAT_usn2020b_glo.ecc MEAN_GRADIENT gsfc_dao_gmao.mgr SPLINE_DISPLACEMENTS NONE METRIC_TENSOR NONE *?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 \ /data1/solve/save_files/antenna-info_Nothnagel_modwe.14dec05.txt INSITU NONE GRAVITY_DEFORM /data1/solve/save_files/gravity_deform_model_v2019Nov21.txt EXTERNAL_TRP_DELAY REQUIRE DIRECTORY /data3/vmf/vmf1/trp/tot HFEOP_XYU /data1/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 ./snx2020b_84to94.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__ 1311 A 40424S001 R KAUAI 9-m at Kokee 200 20 05.4 22 07 34.7 1169.1 7214 A 40441S004 R NRAO85_3 85-3 NRAO Gre 280 09 23.9 38 25 46.5 786.7 7219 A 40499S001 R RICHMOND Richmond, FL, 279 36 55.0 25 36 49.5 -12.9 -SITE/ID * * ----------------------------------------------------------------------------- * +SOURCE/ID *Code IERS nam ICRF designator IAU name IVS name 0001 0119+041 J012156.8+042224 J0121+0422 0119+041 0002 0202+149 J020450.4+151411 J0204+1514 0202+149 0003 0212+735 J021730.8+734932 J0217+7349 0212+735 0004 0300+470 J030335.2+471616 J0303+4716 0300+470 0005 0420-014 J042315.8-012033 J0423-0120 0420-014 0006 0434-188 J043701.4-184448 J0437-1844 0434-188 0007 0454-234 J045703.1-232452 J0457-2324 0454-234 0008 0552+398 J055530.8+394849 J0555+3948 0552+398 0009 0716+714 J072153.4+712036 J0721+7120 0716+714 0010 0727-115 J073019.1-114112 J0730-1141 0727-115 0011 0742+103 J074533.0+101112 J0745+1011 0742+103 0012 0814+425 J081815.9+422245 J0818+4222 0814+425 0013 0851+202 J085448.8+200630 J0854+2006 OJ287 0014 0859+470 J090303.9+465104 J0903+4651 0859+470 0015 0923+392 J092703.0+390220 J0927+3902 4C39.25 0016 1034-293 J103716.0-293402 J1037-2934 1034-293 0017 1123+264 J112553.7+261019 J1125+2610 1123+264 0018 1222+037 J122452.4+033050 J1224+0330 1222+037 0019 1253-055 J125611.1-054721 J1256-0547 3C279 0020 1308+326 J131028.6+322043 J1310+3220 1308+326 0021 1418+546 J141946.5+542314 J1419+5423 1418+546 0022 1510-089 J151250.5-090559 J1512-0905 1510-089 0023 1548+056 J155035.2+052710 J1550+0527 1548+056 0024 1611+343 J161341.0+341247 J1613+3412 1611+343 0025 1741-038 J174358.8-035004 J1743-0350 1741-038 0026 1803+784 J180045.6+782804 J1800+7828 1803+784 0027 1921-293 J192451.0-291430 J1924-2914 1921-293 0028 1928+738 J192748.4+735801 J1927+7358 1928+738 0029 2037+511 J203837.0+511912 J2038+5119 3C418 0030 2200+420 J220243.2+421639 J2202+4216 VR422201 0031 2216-038 J221852.0-033536 J2218-0335 2216-038 0032 2230+114 J223236.4+114350 J2232+1143 CTA102 0033 2255-282 J225805.9-275821 J2258-2758 2255-282 0034 2345-167 J234802.6-163112 J2348-1631 2345-167 -SOURCE/ID * * ----------------------------------------------------------------------------- * +SITE/RECEIVER *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ Firmware_ID 1311 A 1 R 89:296:59602 89:297:58400 ----VLBI Station---- --NM- -----NA---- 7214 A 1 R 89:296:59602 89:297:57420 ----VLBI Station---- --NM- -----NA---- 7219 A 1 R 89:296:59602 89:297:58400 ----VLBI Station---- --NM- -----NA---- -SITE/RECEIVER * * ----------------------------------------------------------------------------- * +SITE/ANTENNA *Code PT SBIN T Data_Start__ Data_End____ Receiver Type_______ S/N__ 1311 A 1 R 89:296:59602 89:297:58400 ----VLBI Station---- --NM- 7214 A 1 R 89:296:59602 89:297:57420 ----VLBI Station---- --NM- 7219 A 1 R 89:296:59602 89:297:58400 ----VLBI Station---- --NM- -SITE/ANTENNA * * ----------------------------------------------------------------------------- * +SITE/ECCENTRICITY *Code PT SBIN T Data_Start__ Data_End____ typ Apr --> Benchmark (m)_______ 1311 A 1 R 89:296:59602 89:297:58400 XYZ 0.0000 0.0000 0.0000 7214 A 1 R 89:296:59602 89:297:57420 XYZ 0.0000 0.0000 0.0000 7219 A 1 R 89:296:59602 89:297:58400 XYZ 0.0000 0.0000 0.0000 -SITE/ECCENTRICITY * * ----------------------------------------------------------------------------- * +SOLUTION/EPOCHS *Code PT SBIN T Data_start__ Data_end____ Mean_epoch__ 1311 A 1 R 89:296:59602 89:297:58400 89:297:20005 7214 A 1 R 89:296:59602 89:297:57420 89:297:18987 7219 A 1 R 89:296:59602 89:297:58400 89:297:17915 -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 304 NUMBER OF UNKNOWNS 380 WEIGHTED SQUARE SUM OF O-C 2.43206490713367D+13 SQUARE SUM OF RESIDUALS (VTPV) 1.32996796852515D+02 VARIANCE FACTOR 8.43919490236081D-01 WRMS OF POSTFIT RESIDUALS 2.92866821054895D-11 -SOLUTION/STATISTICS * * ----------------------------------------------------------------------------- * +SOLUTION/APRIORI *Index Type__ CODE PT SBIN Ref_epoch___ Unit S Apriori_value________ Constraint_ 1 STAX 1311 A 1 89:297:20005 m 2 -5.54384599124368D+06 0.00000D+00 2 STAY 1311 A 1 89:297:20005 m 2 -2.05456409528253D+06 0.00000D+00 3 STAZ 1311 A 1 89:297:20005 m 2 2.38781387810199D+06 0.00000D+00 4 STAX 7214 A 1 89:297:18987 m 2 8.82325674719461D+05 0.00000D+00 5 STAY 7214 A 1 89:297:18987 m 2 -4.92513797998471D+06 0.00000D+00 6 STAZ 7214 A 1 89:297:18987 m 2 3.94339765487499D+06 0.00000D+00 7 STAX 7219 A 1 89:297:17915 m 2 9.61258122620528D+05 0.00000D+00 8 STAY 7219 A 1 89:297:17915 m 2 -5.67409004274146D+06 0.00000D+00 9 STAZ 7219 A 1 89:297:17915 m 2 2.74053378123156D+06 0.00000D+00 10 RS_RA 0001 A 1 89:297:15801 rad 2 3.57564272969802D-01 0.00000D+00 11 RS_DE 0001 A 1 89:297:15801 rad 2 7.63326260861898D-02 0.00000D+00 12 RS_RA 0002 A 1 89:297:15801 rad 2 5.44718270020345D-01 0.00000D+00 13 RS_DE 0002 A 1 89:297:15801 rad 2 2.65925363846563D-01 0.00000D+00 14 RS_RA 0003 A 1 89:297:15801 rad 2 6.00016080672232D-01 0.00000D+00 15 RS_DE 0003 A 1 89:297:15801 rad 2 1.28850203083902D+00 0.00000D+00 16 RS_RA 0004 A 1 89:297:15801 rad 2 8.01051019566873D-01 0.00000D+00 17 RS_DE 0004 A 1 89:297:15801 rad 2 8.25037865335767D-01 0.00000D+00 18 RS_RA 0005 A 1 89:297:15801 rad 2 1.14870304455216D+00 0.00000D+00 19 RS_DE 0005 A 1 89:297:15801 rad 2 -2.34313622761713D-02 0.00000D+00 20 RS_RA 0006 A 1 89:297:15801 rad 2 1.20874833475626D+00 0.00000D+00 21 RS_DE 0006 A 1 89:297:15801 rad 2 -3.27194031536100D-01 0.00000D+00 22 RS_RA 0007 A 1 89:297:15801 rad 2 1.29613816966298D+00 0.00000D+00 23 RS_DE 0007 A 1 89:297:15801 rad 2 -4.08659245722325D-01 0.00000D+00 24 RS_RA 0008 A 1 89:297:15801 rad 2 1.55121995846785D+00 0.00000D+00 25 RS_DE 0008 A 1 89:297:15801 rad 2 6.94879400794617D-01 0.00000D+00 26 RS_RA 0010 A 1 89:297:15801 rad 2 1.96488530682488D+00 0.00000D+00 27 RS_DE 0010 A 1 89:297:15801 rad 2 -2.03973723271040D-01 0.00000D+00 28 RS_RA 0011 A 1 89:297:15801 rad 2 2.03134941172689D+00 0.00000D+00 29 RS_DE 0011 A 1 89:297:15801 rad 2 1.77794229501603D-01 0.00000D+00 30 RS_RA 0013 A 1 89:297:15801 rad 2 2.33356883640335D+00 0.00000D+00 31 RS_DE 0013 A 1 89:297:15801 rad 2 3.50959730877594D-01 0.00000D+00 32 RS_RA 0014 A 1 89:297:15801 rad 2 2.36957462806082D+00 0.00000D+00 33 RS_DE 0014 A 1 89:297:15801 rad 2 8.17706813337548D-01 0.00000D+00 34 RS_RA 0015 A 1 89:297:15801 rad 2 2.47422339431298D+00 0.00000D+00 35 RS_DE 0015 A 1 89:297:15801 rad 2 6.81361277268203D-01 0.00000D+00 36 RS_RA 0016 A 1 89:297:15801 rad 2 2.78060618512846D+00 0.00000D+00 37 RS_DE 0016 A 1 89:297:15801 rad 2 -5.16049321581725D-01 0.00000D+00 38 RS_RA 0017 A 1 89:297:15801 rad 2 2.99278238530665D+00 0.00000D+00 39 RS_DE 0017 A 1 89:297:15801 rad 2 4.56791346979128D-01 0.00000D+00 40 RS_RA 0018 A 1 89:297:15801 rad 2 3.25012463961935D+00 0.00000D+00 41 RS_DE 0018 A 1 89:297:15801 rad 2 6.13303507765910D-02 0.00000D+00 42 RS_RA 0019 A 1 89:297:15801 rad 2 3.38675080460962D+00 0.00000D+00 43 RS_DE 0019 A 1 89:297:15801 rad 2 -1.01042564551864D-01 0.00000D+00 44 RS_RA 0020 A 1 89:297:15801 rad 2 3.44910976661107D+00 0.00000D+00 45 RS_DE 0020 A 1 89:297:15801 rad 2 5.64535390349168D-01 0.00000D+00 46 RS_RA 0021 A 1 89:297:15801 rad 2 3.75148322735689D+00 0.00000D+00 47 RS_DE 0021 A 1 89:297:15801 rad 2 9.49239915196421D-01 0.00000D+00 48 RS_RA 0022 A 1 89:297:15801 rad 2 3.98302555255504D+00 0.00000D+00 49 RS_DE 0022 A 1 89:297:15801 rad 2 -1.58824135760490D-01 0.00000D+00 50 RS_RA 0024 A 1 89:297:15801 rad 2 4.24849968149783D+00 0.00000D+00 51 RS_DE 0024 A 1 89:297:15801 rad 2 5.97134873083730D-01 0.00000D+00 52 RS_RA 0025 A 1 89:297:15801 rad 2 4.64249262602199D+00 0.00000D+00 53 RS_DE 0025 A 1 89:297:15801 rad 2 -6.69266701439249D-02 0.00000D+00 54 RS_RA 0027 A 1 89:297:15801 rad 2 5.08262101712642D+00 0.00000D+00 55 RS_DE 0027 A 1 89:297:15801 rad 2 -5.10363948970969D-01 0.00000D+00 56 RS_RA 0028 A 1 89:297:15801 rad 2 5.09552476010335D+00 0.00000D+00 57 RS_DE 0028 A 1 89:297:15801 rad 2 1.29096948119693D+00 0.00000D+00 58 RS_RA 0029 A 1 89:297:15801 rad 2 5.40448727685309D+00 0.00000D+00 59 RS_DE 0029 A 1 89:297:15801 rad 2 8.95706184450460D-01 0.00000D+00 60 RS_RA 0030 A 1 89:297:15801 rad 2 5.77146141518148D+00 0.00000D+00 61 RS_DE 0030 A 1 89:297:15801 rad 2 7.37886325298127D-01 0.00000D+00 62 RS_RA 0031 A 1 89:297:15801 rad 2 5.84191063807310D+00 0.00000D+00 63 RS_DE 0031 A 1 89:297:15801 rad 2 -6.27197615792108D-02 0.00000D+00 64 RS_RA 0032 A 1 89:297:15801 rad 2 5.90186060202957D+00 0.00000D+00 65 RS_DE 0032 A 1 89:297:15801 rad 2 2.04741200442160D-01 0.00000D+00 66 RS_RA 0033 A 1 89:297:15801 rad 2 6.01309290635450D+00 0.00000D+00 67 RS_DE 0033 A 1 89:297:15801 rad 2 -4.88213469724759D-01 0.00000D+00 68 RS_RA 0034 A 1 89:297:15801 rad 2 6.23101512705633D+00 0.00000D+00 69 RS_DE 0034 A 1 89:297:15801 rad 2 -2.88328500833802D-01 0.00000D+00 70 XPO ---- - 1 89:297:15480 mas 2 8.08675895829198D+01 0.00000D+00 71 XPOR ---- - 1 89:297:15480 masD 2 -3.39375056517180D+00 0.00000D+00 72 YPO ---- - 1 89:297:15480 mas 2 7.83442853735117D+01 0.00000D+00 73 YPOR ---- - 1 89:297:15480 masD 2 -8.01541081995541D-01 0.00000D+00 74 UT1 ---- - 1 89:297:15480 ms 2 -2.45322496187950D+04 0.00000D+00 75 LOD ---- - 1 89:297:15480 ms 2 2.37164744412485D+00 0.00000D+00 76 NUT_X ---- - 1 89:297:15480 mas 2 -2.00512423730059D+05 0.00000D+00 77 NUT_Y ---- - 1 89:297:15480 mas 2 7.34981196919860D+03 0.00000D+00 -SOLUTION/APRIORI * * ----------------------------------------------------------------------------- * +SOLUTION/ESTIMATE *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S Total_value__________ Formal_erro 1 STAX 1311 A 1 89:297:20005 m 2 -5.54384600644280D+06 3.63235D-02 2 STAY 1311 A 1 89:297:20005 m 2 -2.05456408632513D+06 1.86151D-02 3 STAZ 1311 A 1 89:297:20005 m 2 2.38781387812547D+06 5.11570D-03 4 STAX 7214 A 1 89:297:18987 m 2 8.82325670432816D+05 1.75513D-02 5 STAY 7214 A 1 89:297:18987 m 2 -4.92513798015552D+06 8.10401D-03 6 STAZ 7214 A 1 89:297:18987 m 2 3.94339765021469D+06 6.86906D-03 7 STAX 7219 A 1 89:297:17915 m 2 9.61258142106290D+05 2.31230D-02 8 STAY 7219 A 1 89:297:17915 m 2 -5.67409005152807D+06 1.32228D-02 9 STAZ 7219 A 1 89:297:17915 m 2 2.74053378586835D+06 5.05577D-03 10 RS_RA 0001 A 1 89:297:15801 rad 2 3.57564273465119D-01 4.81753D-09 11 RS_DE 0001 A 1 89:297:15801 rad 2 7.63326201519262D-02 1.04934D-08 12 RS_RA 0002 A 1 89:297:15801 rad 2 5.44718269693464D-01 5.76971D-09 13 RS_DE 0002 A 1 89:297:15801 rad 2 2.65925361930149D-01 8.58036D-09 14 RS_RA 0003 A 1 89:297:15801 rad 2 6.00016076335835D-01 2.45716D-08 15 RS_DE 0003 A 1 89:297:15801 rad 2 1.28850203659397D+00 7.31878D-09 16 RS_RA 0004 A 1 89:297:15801 rad 2 8.01051009986710D-01 1.18266D-08 17 RS_DE 0004 A 1 89:297:15801 rad 2 8.25037867330321D-01 4.78706D-09 18 RS_RA 0005 A 1 89:297:15801 rad 2 1.14870304548934D+00 9.79966D-09 19 RS_DE 0005 A 1 89:297:15801 rad 2 -2.34313638386534D-02 9.26351D-09 20 RS_RA 0006 A 1 89:297:15801 rad 2 1.20874834584108D+00 1.39360D-08 21 RS_DE 0006 A 1 89:297:15801 rad 2 -3.27194030319171D-01 1.47604D-08 22 RS_RA 0007 A 1 89:297:15801 rad 2 1.29613817724432D+00 1.58706D-08 23 RS_DE 0007 A 1 89:297:15801 rad 2 -4.08659240836169D-01 1.47451D-08 24 RS_RA 0008 A 1 89:297:15801 rad 2 1.55121995006619D+00 1.11191D-08 25 RS_DE 0008 A 1 89:297:15801 rad 2 6.94879399224260D-01 6.76430D-09 26 RS_RA 0010 A 1 89:297:15801 rad 2 1.96488530996759D+00 1.87075D-08 27 RS_DE 0010 A 1 89:297:15801 rad 2 -2.03973727734296D-01 1.24305D-08 28 RS_RA 0011 A 1 89:297:15801 rad 2 2.03134941116251D+00 1.47070D-08 29 RS_DE 0011 A 1 89:297:15801 rad 2 1.77794221600372D-01 9.80423D-09 30 RS_RA 0013 A 1 89:297:15801 rad 2 2.33356883116934D+00 1.51646D-08 31 RS_DE 0013 A 1 89:297:15801 rad 2 3.50959729538580D-01 1.06494D-08 32 RS_RA 0014 A 1 89:297:15801 rad 2 2.36957461779229D+00 1.45236D-08 33 RS_DE 0014 A 1 89:297:15801 rad 2 8.17706812087492D-01 1.07669D-08 34 RS_RA 0015 A 1 89:297:15801 rad 2 2.47422338396755D+00 1.41237D-08 35 RS_DE 0015 A 1 89:297:15801 rad 2 6.81361281595832D-01 9.01063D-09 36 RS_RA 0016 A 1 89:297:15801 rad 2 2.78060618791601D+00 3.51957D-08 37 RS_DE 0016 A 1 89:297:15801 rad 2 -5.16049297779626D-01 2.90719D-08 38 RS_RA 0017 A 1 89:297:15801 rad 2 2.99278238036537D+00 1.74111D-08 39 RS_DE 0017 A 1 89:297:15801 rad 2 4.56791344220129D-01 1.32484D-08 40 RS_RA 0018 A 1 89:297:15801 rad 2 3.25012464196809D+00 2.46977D-08 41 RS_DE 0018 A 1 89:297:15801 rad 2 6.13303815980355D-02 2.30997D-08 42 RS_RA 0019 A 1 89:297:15801 rad 2 3.38675080816179D+00 2.31907D-08 43 RS_DE 0019 A 1 89:297:15801 rad 2 -1.01042568567135D-01 1.42830D-08 44 RS_RA 0020 A 1 89:297:15801 rad 2 3.44910976259970D+00 2.47945D-08 45 RS_DE 0020 A 1 89:297:15801 rad 2 5.64535381283732D-01 1.11020D-08 46 RS_RA 0021 A 1 89:297:15801 rad 2 3.75148320845798D+00 2.66936D-08 47 RS_DE 0021 A 1 89:297:15801 rad 2 9.49239915800079D-01 8.69353D-09 48 RS_RA 0022 A 1 89:297:15801 rad 2 3.98302555448597D+00 1.90717D-08 49 RS_DE 0022 A 1 89:297:15801 rad 2 -1.58824122277767D-01 1.55058D-08 50 RS_RA 0024 A 1 89:297:15801 rad 2 4.24849967393462D+00 2.03512D-08 51 RS_DE 0024 A 1 89:297:15801 rad 2 5.97134868330576D-01 8.10208D-09 52 RS_RA 0025 A 1 89:297:15801 rad 2 4.64249262682969D+00 1.45013D-08 53 RS_DE 0025 A 1 89:297:15801 rad 2 -6.69266752708184D-02 1.02429D-08 54 RS_RA 0027 A 1 89:297:15801 rad 2 5.08262102430125D+00 1.39911D-08 55 RS_DE 0027 A 1 89:297:15801 rad 2 -5.10363938391149D-01 1.94431D-08 56 RS_RA 0028 A 1 89:297:15801 rad 2 5.09552473822292D+00 3.12961D-08 57 RS_DE 0028 A 1 89:297:15801 rad 2 1.29096948777059D+00 6.25170D-09 58 RS_RA 0029 A 1 89:297:15801 rad 2 5.40448726490160D+00 1.67591D-08 59 RS_DE 0029 A 1 89:297:15801 rad 2 8.95706184880597D-01 5.95481D-09 60 RS_RA 0030 A 1 89:297:15801 rad 2 5.77146140458151D+00 1.26394D-08 61 RS_DE 0030 A 1 89:297:15801 rad 2 7.37886322750484D-01 5.89095D-09 62 RS_RA 0031 A 1 89:297:15801 rad 2 5.84191063599876D+00 7.08370D-09 63 RS_DE 0031 A 1 89:297:15801 rad 2 -6.27197688272605D-02 2.01332D-08 64 RS_RA 0032 A 1 89:297:15801 rad 2 5.90186059634775D+00 7.39626D-09 65 RS_DE 0032 A 1 89:297:15801 rad 2 2.04741201603909D-01 1.03152D-08 66 RS_RA 0033 A 1 89:297:15801 rad 2 6.01309291265767D+00 1.39040D-08 67 RS_DE 0033 A 1 89:297:15801 rad 2 -4.88213472329645D-01 2.69516D-08 68 RS_RA 0034 A 1 89:297:15801 rad 2 6.23101512960703D+00 6.98555D-09 69 RS_DE 0034 A 1 89:297:15801 rad 2 -2.88328502882948D-01 1.35068D-08 70 XPO ---- - 1 89:297:15480 mas 2 8.07695375286155D+01 3.41465D+00 71 XPOR ---- - 1 89:297:15480 masD 2 1.75045241893644D+00 6.76680D+00 72 YPO ---- - 1 89:297:15480 mas 2 8.49595911150795D+01 4.69822D+00 73 YPOR ---- - 1 89:297:15480 masD 2 -8.95211244667648D+00 1.29208D+01 74 UT1 ---- - 1 89:297:15480 ms 2 -2.45324771191146D+04 2.58718D-01 75 LOD ---- - 1 89:297:15480 ms 2 2.84899009994705D+00 7.84587D-01 76 NUT_X ---- - 1 89:297:15480 mas 2 -2.00511914339675D+05 9.28519D-01 77 NUT_Y ---- - 1 89:297:15480 mas 2 7.35012543481733D+03 7.59098D-01 -SOLUTION/ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/CALIBRATION_ESTIMATE LOADING_EFFECT *Index TYPE__ CODE PT SBIN Ref_epoch___ Unit S value 1 STAX 1311 A 1 89:297:20005 m 2 0.00000000000000D+00 0.00000D+00 2 STAY 1311 A 1 89:297:20005 m 2 0.00000000000000D+00 0.00000D+00 3 STAZ 1311 A 1 89:297:20005 m 2 0.00000000000000D+00 0.00000D+00 4 STAX 7214 A 1 89:297:18987 m 2 0.00000000000000D+00 0.00000D+00 5 STAY 7214 A 1 89:297:18987 m 2 0.00000000000000D+00 0.00000D+00 6 STAZ 7214 A 1 89:297:18987 m 2 0.00000000000000D+00 0.00000D+00 7 STAX 7219 A 1 89:297:17915 m 2 0.00000000000000D+00 0.00000D+00 8 STAY 7219 A 1 89:297:17915 m 2 0.00000000000000D+00 0.00000D+00 9 STAZ 7219 A 1 89:297:17915 m 2 0.00000000000000D+00 0.00000D+00 10 RS_RA 0001 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 11 RS_DE 0001 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 12 RS_RA 0002 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 13 RS_DE 0002 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 14 RS_RA 0003 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 15 RS_DE 0003 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 16 RS_RA 0004 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 17 RS_DE 0004 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 18 RS_RA 0005 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 19 RS_DE 0005 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 20 RS_RA 0006 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 21 RS_DE 0006 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 22 RS_RA 0007 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 23 RS_DE 0007 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 24 RS_RA 0008 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 25 RS_DE 0008 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 26 RS_RA 0010 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 27 RS_DE 0010 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 28 RS_RA 0011 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 29 RS_DE 0011 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 30 RS_RA 0013 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 31 RS_DE 0013 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 32 RS_RA 0014 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 33 RS_DE 0014 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 34 RS_RA 0015 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 35 RS_DE 0015 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 36 RS_RA 0016 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 37 RS_DE 0016 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 38 RS_RA 0017 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 39 RS_DE 0017 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 40 RS_RA 0018 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 41 RS_DE 0018 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 42 RS_RA 0019 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 43 RS_DE 0019 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 44 RS_RA 0020 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 45 RS_DE 0020 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 46 RS_RA 0021 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 47 RS_DE 0021 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 48 RS_RA 0022 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 49 RS_DE 0022 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 50 RS_RA 0024 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 51 RS_DE 0024 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 52 RS_RA 0025 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 53 RS_DE 0025 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 54 RS_RA 0027 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 55 RS_DE 0027 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 56 RS_RA 0028 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 57 RS_DE 0028 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 58 RS_RA 0029 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 59 RS_DE 0029 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 60 RS_RA 0030 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 61 RS_DE 0030 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 62 RS_RA 0031 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 63 RS_DE 0031 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 64 RS_RA 0032 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 65 RS_DE 0032 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 66 RS_RA 0033 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 67 RS_DE 0033 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 68 RS_RA 0034 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 69 RS_DE 0034 A 1 89:297:15801 rad 2 0.00000000000000D+00 0.00000D+00 70 XPO ---- - 1 89:297:15480 mas 2 0.00000000000000D+00 0.00000D+00 71 XPOR ---- - 1 89:297:15480 masD 2 0.00000000000000D+00 0.00000D+00 72 YPO ---- - 1 89:297:15480 mas 2 0.00000000000000D+00 0.00000D+00 73 YPOR ---- - 1 89:297:15480 masD 2 0.00000000000000D+00 0.00000D+00 74 UT1 ---- - 1 89:297:15480 ms 2 0.00000000000000D+00 0.00000D+00 75 LOD ---- - 1 89:297:15480 ms 2 0.00000000000000D+00 0.00000D+00 76 NUT_X ---- - 1 89:297:15480 mas 2 0.00000000000000D+00 0.00000D+00 77 NUT_Y ---- - 1 89:297:15480 mas 2 0.00000000000000D+00 0.00000D+00 -SOLUTION/CALIBRATION_ESTIMATE * * ----------------------------------------------------------------------------- * +SOLUTION/MATRIX_ESTIMATE L COVA * Ind1 Ind2 Covariance(ind1,ind2) 1 1 1.31939863731776D-03 2 1 -6.75192969464025D-04 2 2 3.46522568895089D-04 3 1 1.75064316084324D-04 3 2 -8.78976581427488D-05 3 3 2.61704108451529D-05 4 1 -5.46384664197949D-04 4 2 2.70663106896988D-04 4 3 -8.79674139683057D-05 4 4 3.08046644829763D-04 5 1 2.38946912588400D-04 5 2 -1.18691476656215D-04 5 3 3.79503208945374D-05 5 4 -1.32748097328095D-04 5 5 6.56749337799439D-05 6 1 -1.42820065931617D-04 6 2 7.02504705998105D-05 6 3 -2.38810143036040D-05 6 4 8.35854667883006D-05 6 5 -2.21330309159687D-05 6 6 4.71840029199821D-05 7 1 -7.73007380027199D-04 7 2 4.04535106031135D-04 7 3 -8.71006414318377D-05 7 4 2.38337107192606D-04 7 5 -1.06205785819587D-04 7 6 5.92389929488388D-05 7 7 5.34674591916059D-04 8 1 4.36245819689193D-04 8 2 -2.27828323392349D-04 8 3 4.99488676780261D-05 8 4 -1.37923864189455D-04 8 5 5.30044173933767D-05 8 6 -4.81090412557553D-05 8 7 -2.98320228409594D-04 8 8 1.74843262617861D-04 9 1 -3.22432534517243D-05 9 2 1.76485355689021D-05 9 3 -2.28545128722770D-06 9 4 4.36786702327593D-06 9 5 -1.58416920008855D-05 9 6 -2.32861510670737D-05 9 7 2.78747319311047D-05 9 8 -1.81677245235389D-06 9 9 2.55608195106893D-05 10 1 4.87557766987133D-11 10 2 -2.47798841378330D-11 10 3 6.76497847205536D-12 10 4 -2.20100099906020D-11 10 5 1.19327599793102D-11 10 6 -1.76273347990711D-12 10 7 -2.67457664184150D-11 10 8 1.28471262318957D-11 10 9 -5.00224198205595D-12 10 10 2.32086321726841D-17 11 1 -1.71325536053360D-10 11 2 8.82182684829500D-11 11 3 -2.17944238576700D-11 11 4 6.45120615186406D-11 11 5 -1.48697889367445D-11 11 6 3.99492078681860D-11 11 7 1.06813460901782D-10 11 8 -7.33485309110778D-11 11 9 -1.81548612105575D-11 11 10 -1.91670627014851D-17 11 11 1.10111776058882D-16 12 1 9.94907302595729D-11 12 2 -4.92212800450539D-11 12 3 1.61304908107199D-11 12 4 -5.69739849993306D-11 12 5 2.72731399330826D-11 12 6 -1.08177192030729D-11 12 7 -4.25167441331125D-11 12 8 2.19481496199077D-11 12 9 -5.31275788616181D-12 12 10 1.97938591159100D-17 12 11 -1.08210588598985D-17 12 12 3.32896031855077D-17 13 1 -1.59565833992704D-10 13 2 8.17008172013944D-11 13 3 -2.10981080588392D-11 13 4 6.49782236134619D-11 13 5 -2.19867749485778D-11 13 6 2.81112056755339D-11 13 7 9.45875994570318D-11 13 8 -5.97140823380861D-11 13 9 -7.01315797905851D-12 13 10 -1.02889887649767D-17 13 11 4.97104856313455D-17 13 12 -2.07855633568938D-17 13 13 7.36226564646282D-17 14 1 4.31001749474531D-11 14 2 -1.24617632840077D-11 14 3 2.23186099065756D-11 14 4 -1.04370453742163D-10 14 5 3.29398843405324D-11 14 6 -4.92643249677403D-11 14 7 6.12702879159651D-11 14 8 -2.04780592041477D-11 14 9 2.69458050526485D-11 14 10 4.30358424329471D-18 14 11 -1.56118667906761D-17 14 12 3.08061345652821D-17 14 13 -1.39013999940273D-17 14 14 6.03762567836985D-16 15 1 -4.31725919629068D-11 15 2 1.93339004462944D-11 15 3 -1.05030031574040D-11 15 4 4.36969291791427D-11 15 5 -2.39426164835363D-11 15 6 3.06366491266127D-12 15 7 -5.24334566835797D-13 15 8 4.60872510953653D-12 15 9 7.43935197850833D-12 15 10 -7.34947467296348D-18 15 11 -1.36090802486991D-18 15 12 -1.50274872035195D-17 15 13 5.15608565683106D-18 15 14 -1.00959637774555D-17 15 15 5.35645575478828D-17 16 1 1.56760597110759D-10 16 2 -7.30957288253850D-11 16 3 3.31298058131216D-11 16 4 -1.30023758808047D-10 16 5 5.50908517207179D-11 16 6 -3.70589800695190D-11 16 7 -2.67368354638246D-11 16 8 1.80049084688114D-11 16 9 3.92921916185164D-12 16 10 1.98064421506048D-17 16 11 -1.41708284430488D-17 16 12 4.75113492475657D-17 16 13 -1.81719488095045D-17 16 14 1.66880613949389D-16 16 15 -4.50524120940508D-17 16 16 1.39867757996320D-16 17 1 -1.09402192991843D-10 17 2 5.64572503580638D-11 17 3 -1.37020792741750D-11 17 4 4.13214080407150D-11 17 5 -2.10645674639806D-11 17 6 5.62352545018821D-12 17 7 6.80807796552274D-11 17 8 -3.53926991625158D-11 17 9 8.07852897465497D-12 17 10 -1.01940422449448D-17 17 11 1.97590340139544D-17 17 12 -1.13600198488809D-17 17 13 2.00841027253117D-17 17 14 7.73372935886501D-19 17 15 9.54685082697548D-18 17 16 -1.09035065403970D-17 17 17 2.29159607461165D-17 18 1 2.42254557481852D-10 18 2 -1.25725420634149D-10 18 3 2.91138818291366D-11 18 4 -8.53283196852751D-11 18 5 4.69361839249985D-11 18 6 -5.66548886584596D-12 18 7 -1.56926233222160D-10 18 8 7.87892415038428D-11 18 9 -2.34483844123085D-11 18 10 1.95647738056518D-17 18 11 -1.64469793088049D-17 18 12 2.32361208839255D-17 18 13 -2.03848135641467D-17 18 14 -7.07354266897580D-17 18 15 -2.38583555806449D-18 18 16 -1.05933302920490D-18 18 17 -2.32353343144556D-17 18 18 9.60333563027707D-17 19 1 -1.92585074733977D-10 19 2 9.76368915299121D-11 19 3 -2.71428999575810D-11 19 4 8.66137042065596D-11 19 5 -2.37240996257536D-11 19 6 4.71315647773931D-11 19 7 1.05971359330814D-10 19 8 -7.39128364918239D-11 19 9 -1.99887315742383D-11 19 10 -3.00234970701836D-18 19 11 5.35695078380715D-17 19 12 -1.01954234123996D-17 19 13 4.29733453796408D-17 19 14 -3.39263544285080D-17 19 15 -1.12761974423040D-18 19 16 -2.66040761449511D-17 19 17 1.45844476947080D-17 19 18 -2.07887742023703D-17 19 19 8.58125938439839D-17 20 1 2.67956383597684D-10 20 2 -1.41610478437571D-10 20 3 2.77973720038881D-11 20 4 -7.13663126102489D-11 20 5 4.47385097856175D-11 20 6 4.74594991385941D-12 20 7 -1.96590067423707D-10 20 8 9.68719575829214D-11 20 9 -3.25433359064095D-11 20 10 1.86797983318811D-17 20 11 -1.51953735947348D-17 20 12 1.35275247710577D-17 20 13 -1.92804481359175D-17 20 14 -1.48052758889641D-16 20 15 1.14396348996230D-17 20 16 -4.97703930792054D-17 20 17 -2.56146682352811D-17 20 18 1.21849453604131D-16 20 19 -1.84968392159971D-17 20 20 1.94212112185092D-16 21 1 -2.06348009181388D-10 21 2 1.03471849108023D-10 21 3 -3.10594705960152D-11 21 4 1.02808300570096D-10 21 5 -2.55651332450578D-11 21 6 6.04348986265010D-11 21 7 1.03539706826685D-10 21 8 -7.79067242058673D-11 21 9 -2.93754403946441D-11 21 10 -3.72669949114749D-20 21 11 6.39768218589137D-17 21 12 -4.16214607038748D-18 21 13 4.63168744235347D-17 21 14 -1.39844831004411D-17 21 15 -9.37996641128594D-18 21 16 -1.28429263830965D-17 21 17 9.82955944455028D-18 21 18 -2.98934528212900D-17 21 19 9.37494892389041D-17 21 20 -5.61738041767212D-17 21 21 2.17870122842562D-16 22 1 3.01476320039160D-10 22 2 -1.60165460613338D-10 22 3 2.98209567272628D-11 22 4 -7.26508496113671D-11 22 5 4.75055263280669D-11 22 6 8.22541370025896D-12 22 7 -2.28825465319529D-10 22 8 1.12659923178252D-10 22 9 -3.80463838401534D-11 22 10 1.82989762616085D-17 22 11 -1.69486496395510D-17 22 12 1.01433351433504D-17 22 13 -2.15382908635679D-17 22 14 -1.77486436859906D-16 22 15 1.61604304749153D-17 22 16 -6.75846844033416D-17 22 17 -2.96346228585255D-17 22 18 1.38739716873895D-16 22 19 -1.74607174038637D-17 22 20 2.12177688258271D-16 22 21 -4.61207590332023D-17 22 22 2.51877360185021D-16 23 1 -2.21845768974159D-10 23 2 1.12544317885233D-10 23 3 -3.11409735126314D-11 23 4 9.89426100666507D-11 23 5 -2.54766786117526D-11 23 6 5.66527284024100D-11 23 7 1.22903157933015D-10 23 8 -8.70676392275534D-11 23 9 -2.55117552225812D-11 23 10 5.58340382116846D-19 23 11 6.46187796001360D-17 23 12 -6.74540165379394D-19 23 13 4.64002084525190D-17 23 14 3.87372368839415D-18 23 15 -1.32205595258897D-17 23 16 2.13495727978249D-18 23 17 1.16802782707983D-17 23 18 -4.28367903091007D-17 23 19 8.17117626024313D-17 23 20 -6.33648202818947D-17 23 21 1.49541035332556D-16 23 22 -8.36750920124938D-17 23 23 2.17418104691645D-16 24 1 3.00903201163992D-10 24 2 -1.49220781256610D-10 24 3 4.81727273603395D-11 24 4 -1.68478807691213D-10 24 5 7.54466020514573D-11 24 6 -4.09911018524093D-11 24 7 -1.32424386758128D-10 24 8 7.37742156705612D-11 24 9 -7.18157190839089D-12 24 10 2.07230533194846D-17 24 11 -2.53559453574251D-17 24 12 4.77249065435123D-17 24 13 -2.81056816288182D-17 24 14 8.74166479699203D-17 24 15 -3.34823153441675D-17 24 16 1.08817771566165D-16 24 17 -1.90303123504652D-17 24 18 5.00658437226713D-17 24 19 -3.77113378548034D-17 24 20 2.86300172546127D-17 24 21 -3.44325078339554D-17 24 22 2.44161860820831D-17 24 23 -2.80842688380829D-17 24 24 1.23635471984749D-16 25 1 -1.28048003835412D-10 25 2 6.56263609104516D-11 25 3 -1.68212515495703D-11 25 4 5.23995044526401D-11 25 5 -2.53613673792384D-11 25 6 9.46690655516747D-12 25 7 7.56484878527024D-11 25 8 -4.02650348084403D-11 25 9 7.35428272184503D-12 25 10 -2.83972378946757D-18 25 11 1.32498947205025D-17 25 12 -9.90128835508086D-18 25 13 1.61844319691769D-17 25 14 -2.97975313124819D-17 25 15 8.87207050317078D-18 25 16 -2.70669852649963D-17 25 17 1.36427775134795D-17 25 18 -1.73257343484272D-17 25 19 2.92962997145588D-17 25 20 -1.53593055821274D-17 25 21 2.20506869719685D-17 25 22 -1.52577563284198D-17 25 23 1.12998414529230D-17 25 24 -3.10488683758881D-17 25 25 4.57557363444907D-17 26 1 4.95447642650338D-10 26 2 -2.58634704521687D-10 26 3 5.69351118398692D-11 26 4 -1.60149958221925D-10 26 5 8.46999144978636D-11 26 6 -1.65031219917495D-11 26 7 -3.35297670448715D-10 26 8 1.73934813963615D-10 26 9 -4.04319507616346D-11 26 10 1.72057744516578D-17 26 11 -3.87823696883388D-17 26 12 2.09883418236458D-17 26 13 -4.18413143456361D-17 26 14 -1.65240681270678D-16 26 15 1.10182004997840D-17 26 16 -3.85948173772626D-17 26 17 -4.34084857397837D-17 26 18 1.66012963559420D-16 26 19 -4.79347773969637D-17 26 20 2.37229432129584D-16 26 21 -7.74518343884996D-17 26 22 2.77210440524427D-16 26 23 -1.08278917142865D-16 26 24 7.37449679247308D-17 26 25 -3.76787989421212D-17 26 26 3.49970058784391D-16 27 1 -2.45969906134361D-10 27 2 1.24090655634621D-10 27 3 -3.57246029530823D-11 27 4 1.16469428247419D-10 27 5 -3.50843942300161D-11 27 6 5.78727915495276D-11 27 7 1.29500470578387D-10 27 8 -8.90062908233059D-11 27 9 -2.21482326085214D-11 27 10 8.35550836558958D-18 27 11 4.85395755056204D-17 27 12 -6.59273295558806D-19 27 13 3.54312081785744D-17 27 14 -1.48439560863669D-17 27 15 -1.14321982382508D-17 27 16 -1.83892670395527D-17 27 17 9.21586582711447D-18 27 18 -3.05522659433662D-17 27 19 7.60955626062694D-17 27 20 -3.89775557142804D-17 27 21 1.11375153796184D-16 27 22 -4.67147689736617D-17 27 23 1.20274873756951D-16 27 24 -4.48622090851252D-17 27 25 3.22565735986599D-17 27 26 -1.00071613704065D-16 27 27 1.54516891622519D-16 28 1 4.57089407263067D-10 28 2 -2.35306375343931D-10 28 3 5.82441486113084D-11 28 4 -1.77593822866402D-10 28 5 8.72213785371106D-11 28 6 -2.98992948296668D-11 28 7 -2.79495571474960D-10 28 8 1.48085032379264D-10 28 9 -2.83447988998392D-11 28 10 1.90477881225976D-17 28 11 -4.04098677704751D-17 28 12 3.36746873639853D-17 28 13 -4.29784799712370D-17 28 14 -7.46469205716049D-17 28 15 -9.29176882454566D-18 28 16 2.11315207434540D-17 28 17 -3.90398060478362D-17 28 18 1.26492191543754D-16 28 19 -5.00997214162403D-17 28 20 1.61255566050656D-16 28 21 -6.36608514577523D-17 28 22 1.84397467909978D-16 28 23 -7.66744341734833D-17 28 24 1.00442732937281D-16 28 25 -3.90931745394718D-17 28 26 2.57378561294847D-16 28 27 -8.29762724495900D-17 28 28 2.16296574116702D-16 29 1 -2.16864396767610D-10 29 2 1.11437551385135D-10 29 3 -2.79843500132146D-11 29 4 8.47016895884695D-11 29 5 -2.87060784106902D-11 29 6 3.65651661546868D-11 29 7 1.32162690781201D-10 29 8 -8.27315324160496D-11 29 9 -8.58090573366623D-12 29 10 3.79486743869255D-18 29 11 3.92078140811015D-17 29 12 -3.67120097256633D-18 29 13 3.20651981872793D-17 29 14 -1.51003504752399D-17 29 15 -5.15547631601524D-18 29 16 -1.79066554737514D-17 29 17 1.28833704376534D-17 29 18 -2.86783227852653D-17 29 19 5.71149523624566D-17 29 20 -3.38030697272849D-17 29 21 6.74769078730180D-17 29 22 -4.00332531651682D-17 29 23 6.89893570453885D-17 29 24 -3.90788090197394D-17 29 25 3.51778929495470D-17 29 26 -8.27362645118315D-17 29 27 9.19138275866716D-17 29 28 -7.40634657362447D-17 29 29 9.61228753175286D-17 30 1 4.95607122708147D-10 30 2 -2.53722256076632D-10 30 3 6.55964334219837D-11 30 4 -2.05344820043487D-10 30 5 9.87092229513939D-11 30 6 -3.82761502315789D-11 30 7 -2.90262288202923D-10 30 8 1.55013078825684D-10 30 9 -2.73202135540442D-11 30 10 2.14944120867192D-17 30 11 -4.60247291753558D-17 30 12 4.18121922217119D-17 30 13 -4.87921677088021D-17 30 14 -4.26895822796745D-17 30 15 -1.87102444210214D-17 30 16 4.70016267949438D-17 30 17 -4.23418327284600D-17 30 18 1.23625109422029D-16 30 19 -5.60729790923657D-17 30 20 1.47541968353421D-16 30 21 -6.50379031290569D-17 30 22 1.66766989551716D-16 30 23 -7.40555708332881D-17 30 24 1.21071301634608D-16 30 25 -4.39770693542884D-17 30 26 2.47849533036827D-16 30 27 -8.44627150931949D-17 30 28 2.18191505121851D-16 30 29 -7.37324477225772D-17 30 30 2.29966596926950D-16 31 1 -1.91771816227766D-10 31 2 9.97651632609600D-11 31 3 -2.26327993914337D-11 31 4 6.39221191460315D-11 31 5 -2.25399018302005D-11 31 6 2.60776440329709D-11 31 7 1.27849675393934D-10 31 8 -7.72253382136319D-11 31 9 -3.44496057708244D-12 31 10 5.82789803791314D-18 31 11 3.37375762536940D-17 31 12 -1.97099400060254D-19 31 13 2.86594591542864D-17 31 14 -1.84352737164840D-17 31 15 -4.77786724334544D-18 31 16 -1.40863936993457D-17 31 17 1.14563386085905D-17 31 18 -2.37406235705344D-17 31 19 4.74958186191758D-17 31 20 -2.77414067061189D-17 31 21 4.95767097696526D-17 31 22 -3.46716904809128D-17 31 23 5.18679806074749D-17 31 24 -3.17204068517500D-17 31 25 3.56645551735261D-17 31 26 -7.41275508128385D-17 31 27 7.37533728197224D-17 31 28 -6.28689985232646D-17 31 29 8.45151271603790D-17 31 30 -6.64323777844197D-17 31 31 1.13409834025456D-16 32 1 3.93815159198302D-10 32 2 -1.95320684568725D-10 32 3 6.30058786762860D-11 32 4 -2.20104066490592D-10 32 5 9.69546801749136D-11 32 6 -5.63375950532424D-11 32 7 -1.73711083942660D-10 32 8 9.83660489621723D-11 32 9 -6.66821788580355D-12 32 10 1.96905096931077D-17 32 11 -4.15731197372811D-17 32 12 5.20238082681354D-17 32 13 -4.43575204017295D-17 32 14 1.07778423208330D-16 32 15 -4.59698734620931D-17 32 16 1.27144154059371D-16 32 17 -2.83861351695272D-17 32 18 6.01418310822007D-17 32 19 -5.73987018722748D-17 32 20 3.50890363721729D-17 32 21 -5.65270224882314D-17 32 22 3.25211214230168D-17 32 23 -5.02885252842517D-17 32 24 1.46785030308917D-16 32 25 -4.37679104921017D-17 32 26 1.03714994793091D-16 32 27 -7.31399335892209D-17 32 28 1.36136499029861D-16 32 29 -5.74220534068811D-17 32 30 1.63303201980246D-16 32 31 -4.94245286895631D-17 32 32 2.10934445832476D-16 33 1 -1.19473435097617D-10 33 2 6.15235855382573D-11 33 3 -1.51899719875613D-11 33 4 4.60285926364632D-11 33 5 -2.06994361067876D-11 33 6 1.10463232308912D-11 33 7 7.34448296363286D-11 33 8 -4.08241947391919D-11 33 9 4.14358033475016D-12 33 10 6.45005419003032D-18 33 11 1.02931300542998D-17 33 12 -2.38667306815723D-19 33 13 1.15472318284018D-17 33 14 -2.14205780687047D-17 33 15 2.11576034009552D-18 33 16 -1.80782620659272D-17 33 17 6.22659378710037D-18 33 18 -1.47179618114873D-17 33 19 2.26847789427543D-17 33 20 -1.52757803081869D-17 33 21 2.28536699738562D-17 33 22 -2.02078996071799D-17 33 23 2.54013812762003D-17 33 24 -2.82489196789084D-17 33 25 2.54160776049281D-17 33 26 -4.81269431412654D-17 33 27 4.54531051325852D-17 33 28 -4.31762417631684D-17 33 29 5.43153077970787D-17 33 30 -4.45353144705950D-17 33 31 6.68400601076151D-17 33 32 -2.86944487311058D-17 33 33 1.15925460739889D-16 34 1 4.43344491955339D-10 34 2 -2.22842738620593D-10 34 3 6.58141821643228D-11 34 4 -2.21088539359764D-10 34 5 1.01090538520374D-10 34 6 -5.01844271254455D-11 34 7 -2.22255941951254D-10 34 8 1.21752244582867D-10 34 9 -1.56296886558561D-11 34 10 2.11995045764429D-17 34 11 -4.36292538676430D-17 34 12 5.00272634469713D-17 34 13 -4.69346136997379D-17 34 14 5.20659261684745D-17 34 15 -3.75774898986531D-17 34 16 1.00281686890276D-16 34 17 -3.51538879851954D-17 34 18 8.55985568326473D-17 34 19 -5.69789085276279D-17 34 20 7.81472497648752D-17 34 21 -5.88713472363220D-17 34 22 8.34932150745492D-17 34 23 -5.76391151008403D-17 34 24 1.41172920424323D-16 34 25 -4.44340326295073D-17 34 26 1.60455016552475D-16 34 27 -7.63672648002024D-17 34 28 1.70830183674429D-16 34 29 -6.21586136035991D-17 34 30 1.93068966351659D-16 34 31 -5.24186213106376D-17 34 32 1.92197863086724D-16 34 33 -4.00275361682468D-17 34 34 1.99478280000696D-16 35 1 -1.47481998562118D-10 35 2 7.69838812166434D-11 35 3 -1.69567030094388D-11 35 4 4.72224303714476D-11 35 5 -2.05036229964678D-11 35 6 1.25998738143008D-11 35 7 1.00259550513980D-10 35 8 -5.64803195285745D-11 35 9 4.35673647820920D-12 35 10 6.09520021473070D-18 35 11 1.71430236518331D-17 35 12 7.77142081522392D-19 35 13 1.71037207900703D-17 35 14 -1.53748249831687D-17 35 15 -2.11931196978618D-18 35 16 -1.24633827227942D-17 35 17 8.88368269976476D-18 35 18 -1.99358005292648D-17 35 19 3.05292177764698D-17 35 20 -2.35495377492536D-17 35 21 3.10150763279261D-17 35 22 -3.05428481458870D-17 35 23 3.58177228921174D-17 35 24 -2.59625588002040D-17 35 25 3.19279628473270D-17 35 26 -6.37536516521103D-17 35 27 5.77678259381186D-17 35 28 -5.21375313559115D-17 35 29 6.77449332091875D-17 35 30 -5.31047273266814D-17 35 31 8.29566051649943D-17 35 32 -4.11038563521478D-17 35 33 6.01424774915710D-17 35 34 -4.31796763506459D-17 35 35 8.11914087338864D-17 36 1 8.12018851740698D-10 36 2 -4.26860233099772D-10 36 3 8.81789031387136D-11 36 4 -2.34971239407329D-10 36 5 1.23977523976665D-10 36 6 -2.47207611593171D-11 36 7 -5.77047582818131D-10 36 8 3.02882763835342D-10 36 9 -6.34580536420546D-11 36 10 5.21705705019500D-18 36 11 -6.09328244739686D-17 36 12 2.69584725345712D-18 36 13 -6.28753043957947D-17 36 14 -3.16107876567759D-16 36 15 5.71934132859408D-17 36 16 -1.23013301311657D-16 36 17 -6.62243449713550D-17 36 18 2.70645223366111D-16 36 19 -8.80975458355679D-17 36 20 4.13887392084667D-16 36 21 -1.63325866805466D-16 36 22 4.91926598517995D-16 36 23 -2.33242005254147D-16 36 24 7.67126909351001D-17 36 25 -6.66874543012162D-17 36 26 6.17855935025241D-16 36 27 -2.15208547647544D-16 36 28 4.24167264805306D-16 36 29 -1.68822450370052D-16 36 30 3.95738099753380D-16 36 31 -1.57101352173272D-16 36 32 1.10808894949119D-16 36 33 -1.04933453586538D-16 36 34 2.19523761654394D-16 36 35 -1.36509089433679D-16 36 36 1.23873873186171D-15 37 1 -4.22519305267589D-10 37 2 2.15354417008234D-10 37 3 -5.75683674103684D-11 37 4 1.81418075208590D-10 37 5 -6.54646724361329D-11 37 6 7.14349884560668D-11 37 7 2.41101226445992D-10 37 8 -1.49889745233643D-10 37 9 -1.38666234398814D-11 37 10 2.18506650838763D-17 37 11 5.39296271208825D-17 37 12 1.65725152162165D-17 37 13 3.86284448998695D-17 37 14 7.71983156599804D-17 37 15 -3.67655202266654D-17 37 16 3.42240324774965D-17 37 17 1.18278382458922D-17 37 18 -9.80957344068102D-17 37 19 9.16345015924748D-17 37 20 -1.56989351403345D-16 37 21 1.86503983223323D-16 37 22 -1.92167795307296D-16 37 23 2.37725561159215D-16 37 24 -5.06835192896823D-17 37 25 2.91559227662922D-17 37 26 -2.71187401184508D-16 37 27 2.30509860360590D-16 37 28 -1.89336841184046D-16 37 29 1.28215635742475D-16 37 30 -1.79379552153432D-16 37 31 1.15973154825382D-16 37 32 -1.02937051572909D-16 37 33 7.10082812924353D-17 37 34 -1.28512285596162D-16 37 35 9.00178929862465D-17 37 36 -6.57117510286304D-16 37 37 8.45177828915641D-16 38 1 5.72828713116251D-10 38 2 -2.92681394155047D-10 38 3 7.68099874407831D-11 38 4 -2.42617922430936D-10 38 5 1.16575029392825D-10 38 6 -4.53128413311483D-11 38 7 -3.30210774848418D-10 38 8 1.76106415335454D-10 38 9 -3.14970691162682D-11 38 10 2.20133118823085D-17 38 11 -5.10677840218439D-17 38 12 4.62983811716386D-17 38 13 -5.51612067192456D-17 38 14 -3.83060093058673D-17 38 15 -2.07589419240873D-17 38 16 5.60969564122654D-17 38 17 -4.90457496052509D-17 38 18 1.36840684968584D-16 38 19 -6.45430097558669D-17 38 20 1.63008003033988D-16 38 21 -7.73328260595644D-17 38 22 1.84405817977561D-16 38 23 -8.86759882101764D-17 38 24 1.38677740631539D-16 38 25 -5.14437903732167D-17 38 26 2.78430751075443D-16 38 27 -1.00561970066145D-16 38 28 2.45010049422924D-16 38 29 -8.17787034619271D-17 38 30 2.58797270277555D-16 38 31 -6.74688315292351D-17 38 32 1.85280360550821D-16 38 33 -4.85828555718208D-17 38 34 2.19770156312526D-16 38 35 -5.61729240667903D-17 38 36 4.63106456517841D-16 38 37 -2.20507656363361D-16 38 38 3.03145653552077D-16 39 1 -1.74213776962083D-10 39 2 9.15233890016738D-11 39 3 -1.90166106870603D-11 39 4 4.96305626240280D-11 39 5 -1.44046206830872D-11 39 6 2.56019848203149D-11 39 7 1.24583187983187D-10 39 8 -7.71188643082438D-11 39 9 -6.58551876069397D-12 39 10 7.22204939625058D-18 39 11 3.55937112893638D-17 39 12 1.10280255237082D-18 39 13 2.87586152144625D-17 39 14 -4.10697647973518D-17 39 15 -4.40970610923917D-18 39 16 -2.04594852864748D-17 39 17 9.45607773985716D-18 39 18 -1.08063633087043D-17 39 19 4.69377510868108D-17 39 20 -7.97333011848468D-18 39 21 4.54035124846501D-17 39 22 -1.29372065799456D-17 39 23 4.82740383510681D-17 39 24 -2.92207007602803D-17 39 25 3.62871396672889D-17 39 26 -4.98883490801539D-17 39 27 6.81303065330153D-17 39 28 -4.62414175524064D-17 39 29 7.91607605711028D-17 39 30 -5.10596077707463D-17 39 31 9.97536533014134D-17 39 32 -5.07448728191197D-17 39 33 6.38210659302114D-17 39 34 -4.76335945191361D-17 39 35 8.59198662704594D-17 39 36 -1.14681540347761D-16 39 37 8.40911303736917D-17 39 38 -5.33005527778019D-17 39 39 1.75521289712139D-16 40 1 -6.66124954023875D-10 40 2 3.45735540146767D-10 40 3 -8.00029311750185D-11 40 4 2.33764755875902D-10 40 5 -1.23310440956241D-10 40 6 2.46478599210566D-11 40 7 4.32360183158539D-10 40 8 -2.22425123254091D-10 40 9 5.53550315836092D-11 40 10 -4.41567979326475D-17 40 11 5.83105755110726D-17 40 12 -5.31383226706348D-17 40 13 6.39039671984694D-17 40 14 1.73724583586110D-16 40 15 1.81754916654494D-17 40 16 4.15498389892879D-18 40 17 6.61560399505785D-17 40 18 -2.18545868318462D-16 40 19 6.19357369256208D-17 40 20 -2.95141310738792D-16 40 21 8.77807534628733D-17 40 22 -3.39044203081967D-16 40 23 1.19285228896049D-16 40 24 -1.26193540483047D-16 40 25 5.18167109549949D-17 40 26 -4.26125420740039D-16 40 27 1.00324326156159D-16 40 28 -3.30422616230712D-16 40 29 9.07040012085606D-17 40 30 -3.26486386381729D-16 40 31 7.76050774053681D-17 40 32 -1.64508759038067D-16 40 33 4.81455736823284D-17 40 34 -2.30100801801596D-16 40 35 6.40201431920562D-17 40 36 -6.98875967868646D-16 40 37 2.66318084949269D-16 40 38 -3.61781361718399D-16 40 39 4.45715248578506D-17 40 40 6.09976234101807D-16 41 1 -2.77611232755976D-10 41 2 1.40591682140055D-10 41 3 -3.93891515538463D-11 41 4 1.27021721933420D-10 41 5 -4.22163296467050D-11 41 6 5.62761065539402D-11 41 7 1.50589498371130D-10 41 8 -9.83753996332238D-11 41 9 -1.68870258255818D-11 41 10 8.15555471210289D-18 41 11 5.37981956369006D-17 41 12 -7.42400275218684D-19 41 13 4.01479092873842D-17 41 14 -1.05021675175802D-18 41 15 -1.69748808279308D-17 41 16 -1.03030013156716D-17 41 17 1.46829815272087D-17 41 18 -3.76952122686999D-17 41 19 6.95867896311607D-17 41 20 -5.06058438068023D-17 41 21 1.04423322209348D-16 41 22 -6.10931598217089D-17 41 23 1.16707155667017D-16 41 24 -4.45903268907103D-17 41 25 2.46094970897465D-17 41 26 -1.13138550718093D-16 41 27 1.20249486493366D-16 41 28 -9.03201285936405D-17 41 29 7.76411607936122D-17 41 30 -9.32371455950708D-17 41 31 6.39121089641854D-17 41 32 -6.66578631352147D-17 41 33 3.99199009519168D-17 41 34 -7.73886616887103D-17 41 35 4.83025971141425D-17 41 36 -2.70080716046732D-16 41 37 2.52072697522440D-16 41 38 -1.20205563248225D-16 41 39 6.09496215403539D-17 41 40 2.40712764912276D-17 41 41 5.33595025895098D-16 42 1 -6.85525795358854D-10 42 2 3.54069307785850D-10 42 3 -8.53360039675700D-11 42 4 2.56074162590823D-10 42 5 -1.30005165636216D-10 42 6 3.57770589925653D-11 42 7 4.29451614783868D-10 42 8 -2.24064184480692D-10 42 9 4.95588786040253D-11 42 10 -4.38610630982217D-17 42 11 6.03094626926836D-17 42 12 -5.91016781698247D-17 42 13 6.58008541195881D-17 42 14 1.26329801565495D-16 42 15 1.79420688970323D-17 42 16 -2.54598373785145D-17 42 17 6.32717174464722D-17 42 18 -2.08844842578322D-16 42 19 7.20572373644224D-17 42 20 -2.72487647519363D-16 42 21 9.81329908262773D-17 42 22 -3.11737903194396D-16 42 23 1.26759962969608D-16 42 24 -1.45762371954167D-16 42 25 6.02477526090040D-17 42 26 -4.07728623039420D-16 42 27 1.20008842172656D-16 42 28 -3.25248623774933D-16 42 29 1.06121527354429D-16 42 30 -3.26057142148896D-16 42 31 9.43308113109554D-17 42 32 -1.86578297568483D-16 42 33 6.23334791776123D-17 42 34 -2.43343374062209D-16 42 35 7.93516761062297D-17 42 36 -6.78208479504387D-16 42 37 2.88434308753614D-16 42 38 -3.63630538172264D-16 42 39 6.47372440169029D-17 42 40 5.46567988216047D-16 42 41 1.16596764320191D-16 42 42 5.37807530689772D-16 43 1 -2.75765180954733D-10 43 2 1.40012224638965D-10 43 3 -3.85122747141018D-11 43 4 1.22316861143184D-10 43 5 -3.47588678807104D-11 43 6 6.43884508469754D-11 43 7 1.53448308165943D-10 43 8 -1.05253400969196D-10 43 9 -2.58762425446719D-11 43 10 8.30022233537280D-18 43 11 6.37039252499529D-17 43 12 1.29246161043121D-18 43 13 4.55178027446230D-17 43 14 1.78317734453706D-18 43 15 -1.85430200273312D-17 43 16 -5.44018351309386D-18 43 17 1.40004994921580D-17 43 18 -3.61131167967504D-17 43 19 8.06882021849020D-17 43 20 -5.04949199913517D-17 43 21 1.20211582424511D-16 43 22 -6.10195538296763D-17 43 23 1.32270794482272D-16 43 24 -3.94281413197233D-17 43 25 2.40582856746922D-17 43 26 -1.12063634208339D-16 43 27 1.31619077042773D-16 43 28 -8.79968795738790D-17 43 29 8.62761260762554D-17 43 30 -8.94095836861701D-17 43 31 7.16787790775482D-17 43 32 -6.16745707152661D-17 43 33 4.08497633731833D-17 43 34 -7.18580058405642D-17 43 35 5.09485779715706D-17 43 36 -2.69144518586218D-16 43 37 2.61843433324386D-16 43 38 -1.13185383277166D-16 43 39 6.78789268487377D-17 43 40 1.00663613979727D-16 43 41 1.73886293328382D-16 43 42 1.15224760044207D-16 43 43 2.04004723285006D-16 44 1 -5.04515617882745D-10 44 2 2.66552513958168D-10 44 3 -5.24684090718158D-11 44 4 1.35004122577975D-10 44 5 -8.39767748814088D-11 44 6 -7.84397191723713D-12 44 7 3.69511490005665D-10 44 8 -1.82575714518220D-10 44 9 6.03124130872596D-11 44 10 -3.75536641208082D-17 44 11 4.17613627488653D-17 44 12 -2.85091650463135D-17 44 13 4.60610022796974D-17 44 14 2.73627875773974D-16 44 15 6.45298011903954D-18 44 16 8.36908294857765D-17 44 17 5.96936323443991D-17 44 18 -2.11388005637001D-16 44 19 2.55990015007982D-17 44 20 -3.11719176298855D-16 44 21 5.07111215993565D-17 44 22 -3.61983510429500D-16 44 23 8.71304912773467D-17 44 24 -5.45172152979936D-17 44 25 2.04190255381911D-17 44 26 -4.13112280963256D-16 44 27 4.05263459911815D-17 44 28 -2.93777779623881D-16 44 29 3.96810972917379D-17 44 30 -2.76437250932993D-16 44 31 2.56600578026802D-17 44 32 -7.86444508067162D-17 44 33 6.69635747205348D-18 44 34 -1.57276721590266D-16 44 35 1.80232035951946D-17 44 36 -6.64204796815043D-16 44 37 1.90212980486840D-16 44 38 -3.00330436900130D-16 44 39 -1.09220961243904D-17 44 40 5.50355310450755D-16 44 41 4.51050875075009D-17 44 42 4.91293085347468D-16 44 43 4.71574091334706D-17 44 44 6.14768859016895D-16 45 1 -1.99641748478532D-10 45 2 1.02015600613761D-10 45 3 -2.67514602225679D-11 45 4 8.37720892457323D-11 45 5 -3.40229319604995D-11 45 6 2.64205499035122D-11 45 7 1.15869645446574D-10 45 8 -6.79927176228074D-11 45 9 3.30836397787396D-13 45 10 6.97214125503578D-18 45 11 2.74407972064560D-17 45 12 3.50633246898277D-19 45 13 2.36429082167055D-17 45 14 2.53125720917811D-18 45 15 -1.26570283017998D-17 45 16 -5.83720444460183D-18 45 17 1.29101252476117D-17 45 18 -2.93919151665264D-17 45 19 4.01347619408921D-17 45 20 -4.01099713923589D-17 45 21 5.87222536317112D-17 45 22 -4.95482554904672D-17 45 23 6.94514537403294D-17 45 24 -3.05163895157868D-17 45 25 2.53513086045878D-17 45 26 -8.88069445232699D-17 45 27 7.96179019530073D-17 45 28 -6.75596882851545D-17 45 29 5.69600656318751D-17 45 30 -6.89568923592073D-17 45 31 5.19297361305552D-17 45 32 -4.31015573938273D-17 45 33 3.85591755821163D-17 45 34 -5.35700148010658D-17 45 35 4.59705066394608D-17 45 36 -2.21980013905712D-16 45 37 1.71275834940737D-16 45 38 -9.19072406600724D-17 45 39 5.20495302302139D-17 45 40 7.13834656273417D-17 45 41 1.27844389120743D-16 45 42 8.72335943791395D-17 45 43 1.15921256904228D-16 45 44 2.31739089328813D-17 45 45 1.23254943522172D-16 46 1 -3.74912848984442D-10 46 2 2.03590554255977D-10 46 3 -2.94546243336732D-11 46 4 5.04045652015377D-11 46 5 -4.58873942497253D-11 46 6 -2.80727018752175D-11 46 7 3.24508282728293D-10 46 8 -1.57703113807741D-10 46 9 5.75273902209075D-11 46 10 -3.08050975541618D-17 46 11 3.22945428841527D-17 46 12 -6.31075708093950D-18 46 13 3.16532681525390D-17 46 14 3.53745770519660D-16 46 15 -2.76714055802773D-17 46 16 1.53432271861269D-16 46 17 4.80895600007673D-17 46 18 -2.02816288380985D-16 46 19 2.01717904412012D-18 46 20 -3.23324682099648D-16 46 21 3.20125847879531D-17 46 22 -3.79662627340030D-16 46 23 7.52331351325677D-17 46 24 6.65630762575600D-18 46 25 -6.14133896709631D-18 46 26 -4.03554311047808D-16 46 27 8.79089946580567D-18 46 28 -2.60217379309114D-16 46 29 8.58387486618252D-18 46 30 -2.30087976389175D-16 46 31 -4.67020286084742D-18 46 32 -3.70724826833864D-18 46 33 -2.10835369156832D-17 46 34 -9.14760980732845D-17 46 35 -9.69173359331413D-18 46 36 -6.62295430133207D-16 46 37 1.72419270238417D-16 46 38 -2.45201663347383D-16 46 39 -3.92245451430114D-17 46 40 5.13271986688284D-16 46 41 3.07758778304682D-17 46 42 4.38775468591451D-16 46 43 3.19865330290818D-17 46 44 6.27556675509509D-16 46 45 1.27911206476104D-17 46 46 7.12549517582782D-16 47 1 -1.46213255271719D-10 47 2 7.45023750243531D-11 47 3 -1.99583134926154D-11 47 4 6.36238789723113D-11 47 5 -2.89308663715372D-11 47 6 1.47187543386310D-11 47 7 8.25893667956988D-11 47 8 -4.55715422601314D-11 47 9 5.23950840529762D-12 47 10 5.69321506109579D-18 47 11 1.30513313764628D-17 47 12 -8.82986053027401D-19 47 13 1.45895293735791D-17 47 14 -5.18397877928313D-18 47 15 -4.78176397904284D-18 47 16 -1.16524465187400D-17 47 17 1.04753744870892D-17 47 18 -2.15228998174333D-17 47 19 2.79519434248135D-17 47 20 -2.75339106678768D-17 47 21 3.97657966391776D-17 47 22 -3.42229098208915D-17 47 23 4.73173566287168D-17 47 24 -2.65439111388828D-17 47 25 2.60473651813181D-17 47 26 -6.61237016352482D-17 47 27 6.14595693849917D-17 47 28 -5.13880630269307D-17 47 29 4.89206405877541D-17 47 30 -5.29727698725080D-17 47 31 4.87330500883390D-17 47 32 -3.63491153965850D-17 47 33 3.90665362341830D-17 47 34 -4.29966102869588D-17 47 35 4.57436687914513D-17 47 36 -1.73487980931235D-16 47 37 1.25654010018231D-16 47 38 -7.14902357292650D-17 47 39 4.98132182891291D-17 47 40 5.25745798737589D-17 47 41 8.53891563776784D-17 47 42 6.81042648725647D-17 47 43 8.13985279043811D-17 47 44 7.02752995453340D-18 47 45 7.88583960739704D-17 47 46 -1.48910696538416D-17 47 47 7.55774440389089D-17 48 1 -5.83832121421529D-10 48 2 3.00501018226551D-10 48 3 -7.44834987026909D-11 48 4 2.27488834010678D-10 48 5 -1.13315932513638D-10 48 6 3.55494855037173D-11 48 7 3.56343272448060D-10 48 8 -1.87185123563874D-10 48 9 3.89339543076668D-11 48 10 -3.23699984415425D-17 48 11 5.14969474075349D-17 48 12 -4.80459016081838D-17 48 13 5.55652256002697D-17 48 14 9.53683950879785D-17 48 15 1.45652363647943D-17 48 16 -2.79594038014130D-17 48 17 5.11963974731888D-17 48 18 -1.69829680991020D-16 48 19 6.24646461489416D-17 48 20 -2.19012356006746D-16 48 21 8.55892088940754D-17 48 22 -2.50524355393522D-16 48 23 1.08503899507747D-16 48 24 -1.27900169549478D-16 48 25 4.98321676986842D-17 48 26 -3.35515873380752D-16 48 27 1.06020329711337D-16 48 28 -2.72014184072766D-16 48 29 8.98121602021464D-17 48 30 -2.75456371464208D-16 48 31 7.92541381348122D-17 48 32 -1.68955304330384D-16 48 33 5.31269282311225D-17 48 34 -2.13344729614193D-16 48 35 6.66618878867482D-17 48 36 -5.61068448745002D-16 48 37 2.57610617654250D-16 48 38 -3.10633373616739D-16 48 39 5.82866757162727D-17 48 40 4.35519165904507D-16 48 41 1.19801011211455D-16 48 42 4.30390974506400D-16 48 43 1.17829984816736D-16 48 44 3.84537472004103D-16 48 45 9.09414810932177D-17 48 46 3.42506977443356D-16 48 47 7.11484863437843D-17 48 48 3.63731496284581D-16 49 1 -2.60724264460113D-10 49 2 1.32101553698252D-10 49 3 -3.68858420293023D-11 49 4 1.17881926990043D-10 49 5 -3.13416586647207D-11 49 6 6.57849260101133D-11 49 7 1.42842322882258D-10 49 8 -1.00759954249097D-10 49 9 -2.88991725205262D-11 49 10 2.31736614057760D-18 49 11 6.34475912860753D-17 49 12 -7.49582277669951D-18 49 13 4.64317347479588D-17 49 14 -4.26823849572298D-17 49 15 -9.06401754039482D-18 49 16 -3.13497632116591D-17 49 17 1.39095684620026D-17 49 18 -2.79056362262046D-17 49 19 8.63353733307664D-17 49 20 -3.11099456689003D-17 49 21 1.20436320419513D-16 49 22 -3.70282029666205D-17 49 23 1.28694539066876D-16 49 24 -5.01977537557144D-17 49 25 3.34005692612883D-17 49 26 -8.74120939401683D-17 49 27 1.35990864883603D-16 49 28 -7.52468964946519D-17 49 29 9.65179724683390D-17 49 30 -7.87517499696444D-17 49 31 8.57632648778195D-17 49 32 -6.84793236097411D-17 49 33 5.20679976587295D-17 49 34 -7.09020061463658D-17 49 35 6.40015943198959D-17 49 36 -2.19894964401731D-16 49 37 2.36505878776373D-16 49 38 -9.72301176861735D-17 49 39 8.37083218187606D-17 49 40 8.64598199564026D-17 49 41 1.52581655779977D-16 49 42 1.14449553382722D-16 49 43 1.59664878649599D-16 49 44 9.06481317983832D-18 49 45 1.08052765174272D-16 49 46 -2.49250513264909D-17 49 47 7.71218599681424D-17 49 48 9.50839651179753D-17 49 49 2.40430469797575D-16 50 1 -3.97977129958821D-10 50 2 2.11396560037951D-10 50 3 -3.94303668170068D-11 50 4 9.61467093476798D-11 50 5 -6.19285650258311D-11 50 6 -9.25809468154053D-12 50 7 3.01830414752562D-10 50 8 -1.49467977235481D-10 50 9 4.86884839089487D-11 50 10 -2.17737357834442D-17 50 11 3.23049204676635D-17 50 12 -1.10419400646840D-17 50 13 3.49230961406355D-17 50 14 2.49117220807476D-16 50 15 -7.61500625087267D-18 50 16 9.19212154687235D-17 50 17 4.60681895580009D-17 50 18 -1.72289664343829D-16 50 19 2.24286753235555D-17 50 20 -2.63738005278478D-16 50 21 5.19993373812686D-17 50 22 -3.09505060487744D-16 50 23 8.80121282194285D-17 50 24 -2.68774751838509D-17 50 25 1.69401800166805D-17 50 26 -3.52989118429145D-16 50 27 4.95920930496001D-17 50 28 -2.40843331920643D-16 50 29 4.18837804816133D-17 50 30 -2.21796227209731D-16 50 31 3.12609721774200D-17 50 32 -4.60691484159422D-17 50 33 1.38448517010290D-17 50 34 -1.14863065082267D-16 50 35 2.55456213685323D-17 50 36 -6.07678245956481D-16 50 37 2.06957823856393D-16 50 38 -2.45766038914890D-16 50 39 3.01906516413089D-18 50 40 4.38943158298796D-16 50 41 6.89082205054642D-17 50 42 3.93102379878453D-16 50 43 6.92690983462265D-17 50 44 4.88222044238942D-16 50 45 5.29587014077652D-17 50 46 5.11705661495837D-16 50 47 3.28320709788569D-17 50 48 3.18103373965809D-16 50 49 2.92661644192783D-17 50 50 4.14171955769019D-16 51 1 -1.38519753654890D-10 51 2 7.01787023684116D-11 51 3 -1.96061764990463D-11 51 4 6.35438094101368D-11 51 5 -2.49302310683866D-11 51 6 2.15581850768941D-11 51 7 7.49759318777438D-11 51 8 -4.52485182695565D-11 51 9 -1.95207913135018D-12 51 10 3.20941825473881D-18 51 11 2.03837551364321D-17 51 12 -3.49691729200795D-18 51 13 1.86586772222356D-17 51 14 -2.70481427745433D-17 51 15 -8.00459081257045D-18 51 16 -1.93965458930312D-17 51 17 8.24443888721023D-18 51 18 -1.36038561848685D-17 51 19 3.34414459506416D-17 51 20 -1.36150013153353D-17 51 21 4.29804919713323D-17 51 22 -1.69168335802992D-17 51 23 4.70656863888777D-17 51 24 -2.80024792525633D-17 51 25 2.43760297898529D-17 51 26 -4.43997684789900D-17 51 27 6.12317063487190D-17 51 28 -3.72946683121725D-17 51 29 4.78096882366784D-17 51 30 -3.99159775450973D-17 51 31 4.65372008029367D-17 51 32 -3.54805397940640D-17 51 33 3.46387602615171D-17 51 34 -3.68932138529918D-17 51 35 4.11548206372200D-17 51 36 -1.21738457389927D-16 51 37 1.12783056359355D-16 51 38 -5.30510112599242D-17 51 39 4.63746116144396D-17 51 40 3.29044536049179D-17 51 41 7.35000084866655D-17 51 42 5.08961654501135D-17 51 43 6.95773508655253D-17 51 44 -1.22000664893337D-17 51 45 6.36105637735991D-17 51 46 -3.00624056743769D-17 51 47 5.11719586506855D-17 51 48 4.98350702337331D-17 51 49 7.10957750810337D-17 51 50 5.21059576663578D-18 51 51 6.56436431589143D-17 52 1 -4.27321010337824D-10 52 2 2.20329010481632D-10 52 3 -5.38502756068319D-11 52 4 1.63089968956265D-10 52 5 -8.24719686230569D-11 52 6 2.33508835989695D-11 52 7 2.64231031047367D-10 52 8 -1.37857064073225D-10 52 9 3.04993568123927D-11 52 10 -1.86875815096376D-17 52 11 3.58368445544435D-17 52 12 -2.92085749574490D-17 52 13 3.90439902964853D-17 52 14 8.81789181977204D-17 52 15 1.01937149334366D-17 52 16 -7.78096530463660D-18 52 17 3.80027324121085D-17 52 18 -1.27959022191739D-16 52 19 4.38158053620169D-17 52 20 -1.69792617434190D-16 52 21 6.37584297379614D-17 52 22 -1.95678019654530D-16 52 23 8.30658183829028D-17 52 24 -8.69315378056348D-17 52 25 3.47615482360362D-17 52 26 -2.59636205897380D-16 52 27 7.91414918773675D-17 52 28 -2.06347898079143D-16 52 29 6.48247396481686D-17 52 30 -2.07139627117182D-16 52 31 5.61454449108122D-17 52 32 -1.19090163929713D-16 52 33 3.84842010182498D-17 52 34 -1.55741956649299D-16 52 35 4.77713536078060D-17 52 36 -4.41943654323943D-16 52 37 2.03129336980943D-16 52 38 -2.35347224855296D-16 52 39 4.00825909399277D-17 52 40 3.25136573155097D-16 52 41 9.59825983772560D-17 52 42 3.17099592389102D-16 52 43 9.29500112910999D-17 52 44 2.96734446297016D-16 52 45 7.46383057628681D-17 52 46 2.69953753256249D-16 52 47 5.84974355523343D-17 52 48 2.69296202309993D-16 52 49 7.53087170953238D-17 52 50 2.52516732419986D-16 52 51 3.84680281066055D-17 52 52 2.10288191614139D-16 53 1 -1.76749878462907D-10 53 2 8.93754339292192D-11 53 3 -2.53147440736731D-11 53 4 8.10679446538250D-11 53 5 -1.73494135213799D-11 53 6 5.25141754354566D-11 53 7 9.56819214458503D-11 53 8 -7.20260713084881D-11 53 9 -2.71995073971956D-11 53 10 1.49242373643288D-18 53 11 5.29655061820353D-17 53 12 -5.40725240075724D-18 53 13 3.82677919039917D-17 53 14 -4.83491163591576D-17 53 15 -4.53384175952458D-18 53 16 -2.78034933729998D-17 53 17 9.65259991494725D-18 53 18 -9.63765379474161D-18 53 19 6.81663034284310D-17 53 20 -5.92136946949222D-18 53 21 8.86639901602065D-17 53 22 -6.77511581950037D-18 53 23 9.01505490854045D-17 53 24 -3.38673795209120D-17 53 25 2.44377011503276D-17 53 26 -3.87651125872139D-17 53 27 9.52970484046751D-17 53 28 -3.84179395914562D-17 53 29 6.99156939196856D-17 53 30 -4.22062909686645D-17 53 31 6.21950855481425D-17 53 32 -4.61157369680913D-17 53 33 3.50105024220900D-17 53 34 -4.31763084488848D-17 53 35 4.37204810326256D-17 53 36 -1.01958288130139D-16 53 37 1.39058669873404D-16 53 38 -5.04672905746678D-17 53 39 6.14421835177725D-17 53 40 3.88923391030691D-17 53 41 9.12338135666040D-17 53 42 5.73039464158601D-17 53 43 1.03461983457192D-16 53 44 -1.12350412748005D-17 53 45 5.71579598935234D-17 53 46 -3.54141837885958D-17 53 47 4.08482700230488D-17 53 48 5.12895746885691D-17 53 49 1.21248039626839D-16 53 50 -8.93388838249290D-19 53 51 5.15067045528780D-17 53 52 3.24464359324001D-17 53 53 1.04916680182793D-16 54 1 -4.22951408377335D-10 54 2 2.12711968559714D-10 54 3 -6.25798845420024D-11 54 4 2.09589436026634D-10 54 5 -9.37355433198680D-11 54 6 5.12019227692197D-11 54 7 2.13361958994659D-10 54 8 -1.18976483063076D-10 54 9 1.13778756768552D-11 54 10 -1.41743118499940D-17 54 11 3.59765936378268D-17 54 12 -4.41123032190800D-17 54 13 3.79803597916077D-17 54 14 -6.16887697987286D-17 54 15 1.27961404666324D-17 54 16 -9.42587092739567D-17 54 17 2.56568915309177D-17 54 18 -7.88110438940561D-17 54 19 5.53443066189231D-17 54 20 -7.14199335494073D-17 54 21 6.07691577715042D-17 54 22 -7.64698785448935D-17 54 23 6.05797364123541D-17 54 24 -1.36294495227734D-16 54 25 4.23130358543245D-17 54 26 -1.55145426141853D-16 54 27 8.88859195575135D-17 54 28 -1.61781576179360D-16 54 29 7.14097434142554D-17 54 30 -1.81435179084572D-16 54 31 6.36056870092092D-17 54 32 -1.76189050166598D-16 54 33 4.89083337538632D-17 54 34 -1.82925663735139D-16 54 35 5.33476759632193D-17 54 36 -2.46465048985443D-16 54 37 1.62859722977476D-16 54 38 -2.10652923206106D-16 54 39 5.94896289575756D-17 54 40 1.95818578098723D-16 54 41 1.07396928444530D-16 54 42 2.18445391538859D-16 54 43 9.89770254522162D-17 54 44 1.10524804679426D-16 54 45 8.19910231845307D-17 54 46 5.32946177684795D-17 54 47 6.51665449068730D-17 54 48 1.99680348807556D-16 54 49 9.49810269929975D-17 54 50 9.14899870538691D-17 54 51 5.80709159912268D-17 54 52 1.47637966980903D-16 54 53 5.58475603671863D-17 54 54 1.95751479573146D-16 55 1 -1.32041487494850D-10 55 2 6.91596545366967D-11 55 3 -1.47739883233677D-11 55 4 3.78582918104717D-11 55 5 4.15798722489898D-12 55 6 4.57350769567022D-11 55 7 9.41831907256090D-11 55 8 -7.33176590999017D-11 55 9 -3.09611148377166D-11 55 10 -9.74787075645678D-18 55 11 5.42521643056800D-17 55 12 -7.35819187429992D-18 55 13 3.57392063558417D-17 55 14 -1.74750127506706D-17 55 15 9.82083698165354D-18 55 16 -5.89927754619562D-18 55 17 1.19355827068927D-17 55 18 -2.85090771032931D-17 55 19 6.97763771791262D-17 55 20 -4.26237328115814D-17 55 21 1.05076543107708D-16 55 22 -5.04465702263664D-17 55 23 1.17661330950255D-16 55 24 -1.53657739765817D-17 55 25 1.82998281821108D-17 55 26 -6.85747447808158D-17 55 27 9.97796653995772D-17 55 28 -4.79523219049802D-17 55 29 7.14993187222995D-17 55 30 -4.20248868654680D-17 55 31 6.33167381158208D-17 55 32 -2.12222857080355D-17 55 33 3.06682763598839D-17 55 34 -2.52086073477470D-17 55 35 4.26383747920894D-17 55 36 -1.47851103406553D-16 55 37 1.60863962319013D-16 55 38 -4.07631832209249D-17 55 39 6.00572619955657D-17 55 40 9.72200854824092D-17 55 41 7.15562196794327D-17 55 42 1.07407219692744D-16 55 43 9.94139706549017D-17 55 44 5.95305922827188D-17 55 45 3.19738336835034D-17 55 46 3.74538886601957D-17 55 47 2.67025980535902D-17 55 48 8.36384310975743D-17 55 49 1.46669259963077D-16 55 50 5.53336856479342D-17 55 51 2.47282985991647D-17 55 52 5.98296366938422D-17 55 53 1.04522852306986D-16 55 54 1.29028693434195D-17 55 55 3.78034050102685D-16 56 1 -1.97335886580290D-10 56 2 1.17417501271588D-10 56 3 2.24264685525354D-12 56 4 -6.71924464856218D-11 56 5 1.44090457550050D-11 56 6 -4.34763558376857D-11 56 7 2.64528325745108D-10 56 8 -1.31826522859618D-10 56 9 4.12337397111080D-11 56 10 1.56952636690005D-18 56 11 1.53865572435164D-17 56 12 4.33302203976475D-17 56 13 8.47791540217962D-18 56 14 4.32887362305083D-16 56 15 -1.28757360413790D-16 56 16 2.52809470459251D-16 56 17 2.03906416917658D-17 56 18 -1.68361359956338D-16 56 19 5.58503216457272D-18 56 20 -3.14792024778900D-16 56 21 6.64962656367570D-17 56 22 -3.81048404192430D-16 56 23 1.25173915378771D-16 56 24 1.01865611885344D-16 56 25 -9.16730136802376D-18 56 26 -3.95929212120214D-16 56 27 7.45354253724307D-17 56 28 -2.03169721031245D-16 56 29 4.96387411980176D-17 56 30 -1.48269167294979D-16 56 31 4.25571549577796D-17 56 32 1.24186390128105D-16 56 33 1.31366572888338D-17 56 34 2.56460017773107D-17 56 35 3.78054645542366D-17 56 36 -8.26135312394019D-16 56 37 3.37590874394095D-16 56 38 -1.66974542400929D-16 56 39 1.16157938035377D-17 56 40 3.88308637100406D-16 56 41 1.17376180632619D-16 56 42 3.38465988780059D-16 56 43 1.18939303268819D-16 56 44 4.85013351026419D-16 56 45 1.02743990115694D-16 56 46 6.18350972320676D-16 56 47 6.70955328681376D-17 56 48 2.71975777130993D-16 56 49 5.10730455882697D-17 56 50 4.64991816392860D-16 56 51 4.64611317801129D-17 56 52 2.29519168931996D-16 56 53 6.64936151551505D-18 56 54 2.10313494768111D-17 56 55 3.39273600553565D-17 56 56 9.79443063235048D-16 57 1 -4.74106956814256D-11 57 2 2.25101523247480D-11 57 3 -9.32243130507731D-12 57 4 3.59232810559789D-11 57 5 -1.78338729004940D-11 57 6 5.71762296429576D-12 57 7 1.14874127469143D-11 57 8 -4.67628743371320D-12 57 9 3.60479640348519D-12 57 10 -4.57269765056072D-20 57 11 2.77253035151936D-19 57 12 -7.06496506100000D-18 57 13 5.26763858610868D-18 57 14 -4.24617997682456D-17 57 15 1.87066525448850D-17 57 16 -3.14672574416451D-17 57 17 6.19022776840791D-18 57 18 2.06184264124837D-19 57 19 1.12306221725162D-17 57 20 9.61535115137634D-18 57 21 9.66738614525298D-18 57 22 1.25106913330618D-17 57 23 6.74923425389783D-18 57 24 -2.35343682566125D-17 57 25 1.74008410122392D-17 57 26 4.50370421441276D-19 57 27 1.96643768692178D-17 57 28 -9.50272572873203D-18 57 29 1.97239904264595D-17 57 30 -1.43476800753978D-17 57 31 2.04933981347719D-17 57 32 -2.79748392684473D-17 57 33 1.99904378435193D-17 57 34 -2.31700656997454D-17 57 35 2.04719943842511D-17 57 36 -2.68295955972750D-18 57 37 1.47160019144733D-17 57 38 -1.84101991844182D-17 57 39 1.77491965385125D-17 57 40 7.98790606641972D-18 57 41 8.11425438192860D-18 57 42 1.62291978508937D-17 57 43 8.30384056137931D-18 57 44 -1.95160758419889D-17 57 45 1.06833851619443D-17 57 46 -5.61531804657628D-17 57 47 1.72942251988509D-17 57 48 1.01294281097266D-17 57 49 1.76664081423610D-17 57 50 -1.89428109129975D-17 57 51 1.36687357328102D-17 57 52 6.76649525014786D-18 57 53 1.24351283207829D-17 57 54 2.18243364288375D-17 57 55 1.56572413609823D-18 57 56 -5.71251045644277D-17 57 57 3.90837830642234D-17 58 1 -1.82155291900098D-10 58 2 1.02103898976848D-10 58 3 -8.79645739754566D-12 58 4 -4.73442587902365D-12 58 5 -9.34978286695929D-12 58 6 -2.09957126008534D-11 58 7 1.86889710564284D-10 58 8 -9.27541085414692D-11 58 9 2.97921776171897D-11 58 10 2.14273775624912D-18 58 11 1.44492083206960D-17 58 12 2.14398835175659D-17 58 13 1.34666399745424D-17 58 14 2.30280851020005D-16 58 15 -4.80797061979288D-17 58 16 1.28639975005986D-16 58 17 2.11544786387469D-17 58 18 -1.07683370517704D-16 58 19 1.11295474309172D-17 58 20 -1.90602556766318D-16 58 21 4.28264276000041D-17 58 22 -2.29939183826999D-16 58 23 7.66733393549577D-17 58 24 3.91350616006441D-17 58 25 5.99494698913693D-18 58 26 -2.48577866392536D-16 58 27 4.82568197577053D-17 58 28 -1.41114512673269D-16 58 29 3.78009797606392D-17 58 30 -1.13714255941087D-16 58 31 3.45220485547025D-17 58 32 4.00839161718172D-17 58 33 1.67997722905219D-17 58 34 -1.65001642954437D-17 58 35 3.06163324945250D-17 58 36 -4.91275486641588D-16 58 37 1.97272860753511D-16 58 38 -1.27283591543860D-16 58 39 1.48623910966757D-17 58 40 2.61475406327022D-16 58 41 6.52377121307547D-17 58 42 2.27985809872562D-16 58 43 6.73435473307345D-17 58 44 3.15048434382442D-16 58 45 5.64676995666038D-17 58 46 3.67279914086369D-16 58 47 3.87251774386110D-17 58 48 1.84062789556773D-16 58 49 2.71757664508458D-17 58 50 2.90559867552201D-16 58 51 2.21035734972390D-17 58 52 1.55438741253674D-16 58 53 4.40353413814930D-18 58 54 2.75730933159335D-17 58 55 1.58109976432271D-17 58 56 4.77459681964657D-16 58 57 -2.39178457059146D-17 58 58 2.80866979124988D-16 59 1 -7.85036673530666D-11 59 2 3.95004228162100D-11 59 3 -1.15822865888919D-11 59 4 3.88275719833247D-11 59 5 -1.82859337365144D-11 59 6 7.89157433519641D-12 59 7 3.96760885870187D-11 59 8 -2.12145149397713D-11 59 9 3.69067341963143D-12 59 10 9.38400842802423D-20 59 11 7.10015586595973D-18 59 12 -6.74598043114018D-18 59 13 1.05985136323251D-17 59 14 -3.92601916501896D-17 59 15 1.22779951303888D-17 59 16 -2.88997026646642D-17 59 17 7.91120163860975D-18 59 18 -2.14513533484599D-18 59 19 1.51680463101255D-17 59 20 6.61616608930481D-18 59 21 9.18754246460357D-18 59 22 8.45456754873405D-18 59 23 6.32572566334256D-18 59 24 -2.48281459371780D-17 59 25 1.98703475377308D-17 59 26 -5.28303349790305D-18 59 27 1.87202188424478D-17 59 28 -1.39704907225222D-17 59 29 2.35080401136756D-17 59 30 -1.92983014020777D-17 59 31 2.66766283127638D-17 59 32 -3.06357344397600D-17 59 33 2.12494649530471D-17 59 34 -2.65083775232206D-17 59 35 2.40815400237423D-17 59 36 -7.23439651611515D-18 59 37 1.27059207129615D-17 59 38 -2.22149731064573D-17 59 39 2.63259355408032D-17 59 40 1.39633297994670D-17 59 41 8.98563652966843D-18 59 42 2.05532476549346D-17 59 43 9.56239850068431D-18 59 44 -9.30100069391455D-18 59 45 1.00153809217697D-17 59 46 -3.41371877239445D-17 59 47 1.28852834302746D-17 59 48 1.60735752870078D-17 59 49 1.21852715212591D-17 59 50 -1.23857329126798D-17 59 51 1.30126948936561D-17 59 52 7.08405906680202D-18 59 53 1.54975728888872D-17 59 54 2.49475676688152D-17 59 55 -1.46082552234514D-17 59 56 -5.36334581521065D-17 59 57 1.83662781407599D-17 59 58 -1.11234592265467D-17 59 59 3.54597033884191D-17 60 1 -1.18974609488249D-10 60 2 6.74460031079470D-11 60 3 -4.43588124731075D-12 60 4 -9.89491884174510D-12 60 5 -4.34243281596702D-12 60 6 -1.75861887897877D-11 60 7 1.28869523206934D-10 60 8 -6.31035616749678D-11 60 9 2.20220799704374D-11 60 10 6.70185843977609D-18 60 11 8.62123056317753D-18 60 12 2.16695865291339D-17 60 13 8.24673421508495D-18 60 14 1.75891062805681D-16 60 15 -3.60344492489772D-17 60 16 1.02106588349362D-16 60 17 1.40702862548007D-17 60 18 -7.64360199990298D-17 60 19 7.29348713249877D-18 60 20 -1.39526487720805D-16 60 21 3.21617181656897D-17 60 22 -1.69269814469155D-16 60 23 5.77909945759381D-17 60 24 3.60948221684360D-17 60 25 4.41264712139398D-18 60 26 -1.81783017469605D-16 60 27 3.68261824108872D-17 60 28 -1.00122478725391D-16 60 29 2.90274080669849D-17 60 30 -7.85345342504730D-17 60 31 2.77269122116876D-17 60 32 3.59496087400437D-17 60 33 1.47584572501935D-17 60 34 -5.78485434479154D-18 60 35 2.48640861205965D-17 60 36 -3.63699456996931D-16 60 37 1.51450523352029D-16 60 38 -8.75613236900338D-17 60 39 1.21950635797273D-17 60 40 1.86395992768554D-16 60 41 4.79730305560285D-17 60 42 1.59500204896267D-16 60 43 4.96478880020101D-17 60 44 2.31393043537886D-16 60 45 4.16451374295568D-17 60 46 2.70464071120558D-16 60 47 2.85142431981118D-17 60 48 1.28608790500004D-16 60 49 1.74720282447180D-17 60 50 2.15273697227213D-16 60 51 1.42296542264773D-17 60 52 1.11389963940047D-16 60 53 4.40276167526912D-19 60 54 1.32359862203453D-17 60 55 7.68761141241771D-18 60 56 3.52356120786648D-16 60 57 -1.50780645754292D-17 60 58 2.04005826089670D-16 60 59 -1.04824155897249D-17 60 60 1.59753854099333D-16 61 1 -8.22073804274043D-11 61 2 4.14711658305258D-11 61 3 -1.19433306015631D-11 61 4 3.94981520429153D-11 61 5 -1.70088475991910D-11 61 6 1.07836515288689D-11 61 7 4.27092209678423D-11 61 8 -2.44623463052465D-11 61 9 1.15963689242054D-12 61 10 -1.72543135674809D-18 61 11 1.44903153269022D-17 61 12 -7.10454244933761D-18 61 13 1.47413080167047D-17 61 14 2.76107697395162D-19 61 15 1.30616410631564D-17 61 16 -2.26981754402878D-17 61 17 7.78669646579945D-18 61 18 -4.64197719304063D-18 61 19 1.53686816647056D-17 61 20 2.35620319462625D-18 61 21 9.20709961939591D-18 61 22 3.96850711682442D-18 61 23 5.31216229342466D-18 61 24 -2.28480423414120D-17 61 25 1.39056364787032D-17 61 26 -7.87350922103714D-18 61 27 1.31029038032294D-17 61 28 -1.60365044904188D-17 61 29 1.76777820697457D-17 61 30 -2.14237019600977D-17 61 31 1.98299831002549D-17 61 32 -3.09364932491095D-17 61 33 1.31459460092922D-17 61 34 -2.77626607347979D-17 61 35 1.55209482158119D-17 61 36 -2.36750567272304D-18 61 37 7.75860793989004D-18 61 38 -2.33660036068337D-17 61 39 1.99523193423594D-17 61 40 1.96768165290794D-17 61 41 1.18031585219872D-17 61 42 2.30878012775546D-17 61 43 1.11745380399016D-17 61 44 4.90956755772562D-18 61 45 8.72154665011630D-18 61 46 -9.62123744144101D-18 61 47 6.01005245994887D-18 61 48 2.04558529300574D-17 61 49 9.69344596281917D-18 61 50 -1.21554378813278D-18 61 51 7.52920167768396D-18 61 52 1.11709917840971D-17 61 53 1.05451817285712D-17 61 54 2.00390131692027D-17 61 55 -1.23139814525929D-17 61 56 -4.78137537360049D-17 61 57 5.85128508143575D-18 61 58 -1.55191155933846D-17 61 59 1.49527681281404D-17 61 60 -7.68489023487973D-18 61 61 3.47033266640610D-17 62 1 -1.69877956842882D-10 62 2 8.73008142698105D-11 62 3 -2.19080098307600D-11 62 4 6.72104263667979D-11 62 5 -3.13281775848607D-11 62 6 1.42228325666024D-11 62 7 1.02667522738865D-10 62 8 -5.59726619913715D-11 62 9 7.68513881365443D-12 62 10 6.60595114822598D-18 62 11 1.11552448059043D-17 62 12 -2.55313679149825D-18 62 13 1.23880870957657D-17 62 14 1.16693315168873D-17 62 15 -5.53118532578317D-18 62 16 -6.76819832611824D-18 62 17 9.45101853788156D-18 62 18 -3.60932109637861D-17 62 19 2.15510021468619D-17 62 20 -4.54821188606475D-17 62 21 2.78075903151263D-17 62 22 -5.37007724688817D-17 62 23 3.31601905882843D-17 62 24 -3.56845583344028D-17 62 25 1.75478204507911D-17 62 26 -8.82292219248926D-17 62 27 4.29903428378329D-17 62 28 -7.41693632961154D-17 62 29 3.49365583328852D-17 62 30 -7.67766823196192D-17 62 31 3.30832053296860D-17 62 32 -5.12025143563696D-17 62 33 2.53439840738249D-17 62 34 -6.22380848501456D-17 62 35 2.87945177751893D-17 62 36 -1.65115531931488D-16 62 37 9.48730219471903D-17 62 38 -9.02115104888672D-17 62 39 2.95505232821350D-17 62 40 9.18070302779226D-17 62 41 5.14721582084654D-17 62 42 9.43472544069340D-17 62 43 4.84917785821729D-17 62 44 7.22383185261045D-17 62 45 4.15090430869870D-17 62 46 5.92709645805178D-17 62 47 3.27043937142543D-17 62 48 8.58783278405413D-17 62 49 3.81678778288415D-17 62 50 6.78482209339940D-17 62 51 2.62784895641092D-17 62 52 6.99509923245823D-17 62 53 2.18647090138969D-17 62 54 7.07105175180208D-17 62 55 -5.82665625568234D-19 62 56 7.38878899234348D-17 62 57 7.26859725126152D-18 62 58 5.43455974447236D-17 62 59 1.15063876438881D-17 62 60 4.16513498851903D-17 62 61 7.00779929484924D-18 62 62 5.01788757491104D-17 63 1 -2.29020178598917D-10 63 2 1.12313321721446D-10 63 3 -3.88445799519967D-11 63 4 1.36495026500153D-10 63 5 -3.11820407154012D-11 63 6 8.50114154805091D-11 63 7 9.25251473829094D-11 63 8 -8.11313135852107D-11 63 9 -4.61668828931803D-11 63 10 -3.45049142264541D-18 63 11 8.56882473711049D-17 63 12 -1.51318106805170D-17 63 13 5.77658540608211D-17 63 14 -8.03914327515515D-17 63 15 1.45434896875806D-17 63 16 -6.13054091910932D-17 63 17 1.48251564228948D-17 63 18 6.36000590753600D-18 63 19 8.79411336940326D-17 63 20 2.96381995806131D-17 63 21 1.07521031324048D-16 63 22 3.89345034247355D-17 63 23 9.56136322135859D-17 63 24 -5.84618057855079D-17 63 25 1.68845175611703D-17 63 26 1.12904813273262D-18 63 27 9.80504349806578D-17 63 28 -2.99557170386929D-17 63 29 6.42252693236383D-17 63 30 -4.50937478709165D-17 63 31 4.54675239191390D-17 63 32 -8.22448378681402D-17 63 33 1.64758037073137D-17 63 34 -6.90535519908705D-17 63 35 1.88707020156070D-17 63 36 1.47959652847056D-17 63 37 9.51882663266089D-17 63 38 -5.18782475879121D-17 63 39 4.30066751965957D-17 63 40 2.13255032997821D-17 63 41 9.07621321798337D-17 63 42 3.47255389791480D-17 63 43 1.08060326197816D-16 63 44 -2.05100518583900D-17 63 45 3.54440541901330D-17 63 46 -4.95067317482270D-17 63 47 1.41819986466387D-17 63 48 3.57623825396854D-17 63 49 1.09637235218310D-16 63 50 -2.62741598148705D-17 63 51 2.53325736719203D-17 63 52 2.05550780096209D-17 63 53 8.89475988172713D-17 63 54 5.80808724364382D-17 63 55 9.87377363139364D-17 63 56 -1.09115089958267D-16 63 57 3.20971349604151D-18 63 58 -5.90894491988034D-17 63 59 4.75230660898280D-18 63 60 -4.44209081883225D-17 63 61 2.29685662397764D-17 63 62 -1.21919077248700D-17 63 63 4.05344028025702D-16 64 1 -1.34144819261541D-10 64 2 7.06774127224673D-11 64 3 -1.42894569480931D-11 64 4 3.73889394020137D-11 64 5 -2.02411989480202D-11 64 6 3.04486909456181D-12 64 7 9.67558749987499D-11 64 8 -5.04362205963102D-11 64 9 1.12445763582628D-11 64 10 7.94095469176702D-18 64 11 8.15219809347839D-18 64 12 7.18466696177383D-18 64 13 8.49695702147258D-18 64 14 5.65547008675111D-17 64 15 -1.27973640191374D-17 64 16 2.83432465814613D-17 64 17 9.34044200559149D-18 64 18 -4.38198193032875D-17 64 19 1.45026348178995D-17 64 20 -6.93117163834254D-17 64 21 2.74739402231281D-17 64 22 -8.35653620922647D-17 64 23 3.92890347345749D-17 64 24 -8.88710922133226D-18 64 25 1.13899535438821D-17 64 26 -1.07651113214015D-16 64 27 3.77947006820792D-17 64 28 -7.38817786300660D-17 64 29 2.94135082542405D-17 64 30 -6.86435046047546D-17 64 31 2.75873792345101D-17 64 32 -1.89421524740530D-17 64 33 1.99006530972424D-17 64 34 -3.80548146176092D-17 64 35 2.44848935792063D-17 64 36 -2.09091728435499D-16 64 37 1.06044934747445D-16 64 38 -7.94386049763771D-17 64 39 2.02024374172834D-17 64 40 1.10996865345436D-16 64 41 4.45443711752610D-17 64 42 1.03074851268565D-16 64 43 4.36898529388496D-17 64 44 1.15329873991871D-16 64 45 3.61297583579017D-17 64 46 1.18201324980365D-16 64 47 2.74499845650813D-17 64 48 8.87625936779040D-17 64 49 2.72592622260812D-17 64 50 1.07399079623201D-16 64 51 1.75967589155122D-17 64 52 7.55814536908898D-17 64 53 1.15888983098626D-17 64 54 4.39977216816095D-17 64 55 4.76178769742657D-18 64 56 1.44103819133812D-16 64 57 7.52560797554394D-19 64 58 9.28111349869156D-17 64 59 2.74753253366913D-18 64 60 7.39317666314633D-17 64 61 9.28884318875126D-19 64 62 3.81372222234339D-17 64 63 -5.14464122498341D-18 64 64 5.47046880319081D-17 65 1 -1.49822989728395D-10 65 2 7.58163225673160D-11 65 3 -2.13599839443276D-11 65 4 6.85646295459856D-11 65 5 -1.79786135601312D-11 65 6 3.86965335109704D-11 65 7 8.12583482517477D-11 65 8 -5.78377580183862D-11 65 9 -1.73366227903312D-11 65 10 -1.31398191309863D-18 65 11 4.41520883866938D-17 65 12 -8.06992998853848D-18 65 13 3.46944054487703D-17 65 14 -1.58105115363288D-17 65 15 4.33140005844752D-18 65 16 -2.55207482404931D-17 65 17 1.06785806726115D-17 65 18 -4.74499261464467D-18 65 19 4.52080415772917D-17 65 20 4.50657992789146D-18 65 21 4.58646131313736D-17 65 22 7.10398730162632D-18 65 23 3.89054867239847D-17 65 24 -3.13896308429577D-17 65 25 1.45140795851393D-17 65 26 -1.62194814997879D-17 65 27 4.49173641484482D-17 65 28 -2.76564419028115D-17 65 29 3.77524611167161D-17 65 30 -3.53520917987958D-17 65 31 3.34686914937297D-17 65 32 -4.53945179129850D-17 65 33 1.39879927819711D-17 65 34 -4.20314522893537D-17 65 35 1.85849060001258D-17 65 36 -2.05411758724799D-17 65 37 4.40494788252138D-17 65 38 -3.94951799601973D-17 65 39 3.41881198645239D-17 65 40 2.75515145902938D-17 65 41 4.73038157487081D-17 65 42 3.44559902520884D-17 65 43 5.35136940275444D-17 65 44 3.74701111990368D-18 65 45 2.41006451960694D-17 65 46 -9.67136822840827D-18 65 47 1.08480719831568D-17 65 48 3.27100572551617D-17 65 49 5.19839272108896D-17 65 50 -1.35005351400067D-18 65 51 2.00314612557910D-17 65 52 1.93485516198868D-17 65 53 4.68444555067018D-17 65 54 3.67793946044770D-17 65 55 2.77512910074455D-17 65 56 -3.21311815161452D-17 65 57 2.38398668111825D-18 65 58 -1.38920475931124D-17 65 59 1.22377324847938D-17 65 60 -1.07749525551619D-17 65 61 2.50363107127465D-17 65 62 1.28866924488283D-17 65 63 6.82699409325762D-17 65 64 -1.05581965713145D-17 65 65 1.06403426501720D-16 66 1 -1.97173207644007D-10 66 2 9.66927959488388D-11 66 3 -3.34472496567831D-11 66 4 1.19759540791407D-10 66 5 -4.80469822452426D-11 66 6 3.87943691903733D-11 66 7 7.74136529592195D-11 66 8 -4.86458844224678D-11 66 9 -5.34722383626032D-12 66 10 6.15026210755095D-18 66 11 2.02324357047903D-17 66 12 -1.99740239377243D-17 66 13 2.07982513118758D-17 66 14 -1.02390295808862D-16 66 15 2.32025047398527D-18 66 16 -8.22621508572171D-17 66 17 5.83060355367008D-18 66 18 4.34746857226534D-18 66 19 3.12588346235331D-17 66 20 3.97375774924246D-17 66 21 1.59217615960488D-17 66 22 5.02205265256380D-17 66 23 -3.04572432566371D-19 66 24 -8.24759578199732D-17 66 25 2.43093622828902D-17 66 26 -1.23418566980160D-18 66 27 4.10268736258961D-17 66 28 -4.27326469877524D-17 66 29 3.44712455469049D-17 66 30 -6.48321117611450D-17 66 31 3.22658961302684D-17 66 32 -1.08690766444226D-16 66 33 2.73517299553800D-17 66 34 -9.64024911400455D-17 66 35 2.63448356232954D-17 66 36 4.49786071371758D-18 66 37 3.39899396161526D-17 66 38 -8.38879921413389D-17 66 39 3.99858083201605D-17 66 40 -1.32783677953791D-17 66 41 6.06617671562351D-17 66 42 1.71642662774418D-17 66 43 4.96307515623678D-17 66 44 -8.76987965898074D-17 66 45 5.03641019108261D-17 66 46 -1.32541150613324D-16 66 47 4.04397333366118D-17 66 48 3.40438422887138D-17 66 49 5.31111886601304D-17 66 50 -7.28307708285870D-17 66 51 4.83651049698281D-17 66 52 2.22925565208339D-17 66 53 4.17772117398306D-17 66 54 1.17279589605915D-16 66 55 -3.96611409331506D-17 66 56 -1.21266906485562D-16 66 57 2.21306608419849D-17 66 58 -6.08345444136966D-17 66 59 3.14562503966610D-17 66 60 -5.09722763546470D-17 66 61 2.03072719028747D-17 66 62 4.68125027266538D-17 66 63 3.88399061471305D-18 66 64 4.96700566344921D-18 66 65 4.03478188489551D-17 66 66 1.93321343407049D-16 67 1 -1.60721254415664D-10 67 2 8.05858054764398D-11 67 3 -2.42035520318814D-11 67 4 7.88196313081406D-11 67 5 -7.36534136221417D-12 67 6 6.75012243907008D-11 67 7 8.19016280276798D-11 67 8 -7.32204460554118D-11 67 9 -4.32976451651388D-11 67 10 -3.48562339230017D-19 67 11 6.08097235061039D-17 67 12 -5.98433675136689D-18 67 13 3.15369611866245D-17 67 14 -4.93583982362149D-17 67 15 1.17789496914602D-17 67 16 -3.37519202758485D-17 67 17 2.51521281670726D-18 67 18 -1.99674851908041D-17 67 19 7.92275383499601D-17 67 20 -2.31377501358649D-17 67 21 1.26670480820815D-16 67 22 -2.50634199435877D-17 67 23 1.37766842468920D-16 67 24 -4.00971805824203D-17 67 25 1.21692596637445D-17 67 26 -4.78225934016688D-17 67 27 1.09171327352495D-16 67 28 -4.62025815393961D-17 67 29 7.06762411031492D-17 67 30 -4.66375263633610D-17 67 31 5.46776656187514D-17 67 32 -4.98805340307250D-17 67 33 2.70574928850918D-17 67 34 -4.51505196372548D-17 67 35 3.06353636286823D-17 67 36 -7.32257305821571D-17 67 37 1.55021706781197D-16 67 38 -4.00048036935065D-17 67 39 4.73370014225670D-17 67 40 9.06547371867581D-17 67 41 6.95522172477521D-17 67 42 8.49145008623025D-17 67 43 1.00873047639767D-16 67 44 8.68732635722035D-17 67 45 1.11161056586202D-17 67 46 7.36133912160018D-17 67 47 -1.57450541897242D-18 67 48 6.56849166582455D-17 67 49 1.03093876388537D-16 67 50 6.50722361245709D-17 67 51 -1.16522022369966D-17 67 52 4.93304925047464D-17 67 53 7.14206459465245D-17 67 54 2.27463246532347D-17 67 55 1.82073953018970D-16 67 56 -2.18169357699574D-17 67 57 -9.02693892279472D-18 67 58 -4.19825334845808D-18 67 59 -1.85333220001339D-17 67 60 8.55952423845141D-18 67 61 8.62968991045648D-18 67 62 -1.41086361819736D-18 67 63 2.71874453497797D-16 67 64 1.99994284188437D-17 67 65 3.44988581235776D-17 67 66 -1.78061434709688D-16 67 67 7.26387527645697D-16 68 1 -9.57070769353262D-11 68 2 4.68686181677539D-11 68 3 -1.63487809510887D-11 68 4 5.84727168349286D-11 68 5 -2.11069147499508D-11 68 6 2.30107099866762D-11 68 7 3.72343533694347D-11 68 8 -2.57617372391975D-11 68 9 -6.66197895367887D-12 68 10 1.35134194596699D-17 68 11 6.03195856199664D-18 68 12 -1.79834985354180D-18 68 13 6.13266044329062D-18 68 14 -5.67897544497582D-17 68 15 1.90232908927609D-18 68 16 -3.94197142002295D-17 68 17 -1.41607502219921D-18 68 18 8.68591617764147D-18 68 19 2.00507064449193D-17 68 20 2.69697131254241D-17 68 21 1.67272719242081D-17 68 22 3.19785866379636D-17 68 23 1.00794108731405D-17 68 24 -3.93275635300237D-17 68 25 1.41732429931746D-17 68 26 1.68088284418949D-18 68 27 3.30409270053060D-17 68 28 -1.94176386738664D-17 68 29 2.58591403903134D-17 68 30 -3.01005581000652D-17 68 31 2.48074711383657D-17 68 32 -5.33757150896903D-17 68 33 2.15759003437912D-17 68 34 -4.61792766655448D-17 68 35 2.07123805752247D-17 68 36 -2.51120373681775D-18 68 37 3.66600174384861D-17 68 38 -3.90799561767305D-17 68 39 2.86183668954078D-17 68 40 -1.50666917619388D-17 68 41 3.71874894395541D-17 68 42 -6.09469659941083D-19 68 43 3.40598865472341D-17 68 44 -5.00073013556115D-17 68 45 2.80419676488814D-17 68 46 -7.37301464615740D-17 68 47 2.27619051322164D-17 68 48 1.02895249092666D-17 68 49 3.37097058622442D-17 68 50 -3.89010597037924D-17 68 51 2.27903889035392D-17 68 52 9.14251375200991D-18 68 53 2.48626006672582D-17 68 54 5.68768940847389D-17 68 55 -1.00477916027030D-17 68 56 -7.03740691596149D-17 68 57 1.19460085425426D-17 68 58 -3.27443981410076D-17 68 59 1.50232650695013D-17 68 60 -2.25894481115594D-17 68 61 1.12188383972596D-17 68 62 2.82257199537551D-17 68 63 2.92827723676741D-17 68 64 1.00452820214966D-17 68 65 2.05557517753878D-17 68 66 7.10808103592087D-17 68 67 6.27225838269800D-18 68 68 4.87978547189112D-17 69 1 -1.85627363564056D-10 69 2 9.19976651949034D-11 69 3 -2.98159237414253D-11 69 4 1.01582558521673D-10 69 5 -1.93828879608140D-11 69 6 6.98823637131684D-11 69 7 8.40448015393615D-11 69 8 -7.26147987502555D-11 69 9 -4.00664714108924D-11 69 10 -7.02382069789945D-18 69 11 8.16221868356558D-17 69 12 -1.33732120167647D-17 69 13 5.10389613349178D-17 69 14 -3.91004274258205D-17 69 15 5.55703825017876D-18 69 16 -3.99709182478739D-17 69 17 1.08865167136733D-17 69 18 -8.65329434009178D-18 69 19 7.57593103406285D-17 69 20 8.60923746910552D-19 69 21 1.03363757562336D-16 69 22 4.13788467676480D-18 69 23 1.01404696516607D-16 69 24 -4.45931858034984D-17 69 25 1.00653740233342D-17 69 26 -2.40634353813276D-17 69 27 8.77507305732918D-17 69 28 -3.77796673902445D-17 69 29 5.58349319459604D-17 69 30 -4.61758852127892D-17 69 31 4.04217381532231D-17 69 32 -6.47611607085531D-17 69 33 1.36376416283843D-17 69 34 -5.74118624395721D-17 69 35 1.72015811740474D-17 69 36 -3.21094507560737D-17 69 37 1.07788616085238D-16 69 38 -4.99279776977590D-17 69 39 3.86557864944702D-17 69 40 4.41242961553525D-17 69 41 7.95079500354157D-17 69 42 5.17413125542227D-17 69 43 9.82205535879294D-17 69 44 1.55732836304857D-17 69 45 2.98410587849989D-17 69 46 -3.49189976731922D-18 69 47 1.16010188764086D-17 69 48 4.76725776089282D-17 69 49 9.87855608291165D-17 69 50 8.40860414390913D-18 69 51 1.93107255740887D-17 69 52 3.21801288670665D-17 69 53 7.92144276111745D-17 69 54 4.84361575891162D-17 69 55 9.98743869122261D-17 69 56 -4.30894307714971D-17 69 57 7.18410508710970D-19 69 58 -1.85470364104116D-17 69 59 2.68601023582889D-18 69 60 -1.29037673608080D-17 69 61 1.78499868115536D-17 69 62 1.00293433495205D-17 69 63 1.56954062735666D-16 69 64 4.06489771028960D-18 69 65 6.11859715971234D-17 69 66 8.97216790607414D-18 69 67 2.14499365287278D-16 69 68 1.30164830660058D-17 69 69 1.82433715834235D-16 70 1 1.65441184440849D-02 70 2 -1.11368332830026D-02 70 3 -2.42003848970022D-03 70 4 1.72638328684673D-02 70 5 -4.36718595319965D-03 70 6 9.91705954891613D-03 70 7 -3.38088710400899D-02 70 8 1.55014327940033D-02 70 9 -7.50100340535076D-03 70 10 -6.14615993812431D-10 70 11 -2.33467772399051D-09 70 12 -6.11612586745396D-09 70 13 -2.33492184906981D-09 70 14 -3.67036946835892D-08 70 15 5.50142507913611D-09 70 16 -2.69820606707292D-08 70 17 -4.27566754817354D-09 70 18 1.42737698393440D-08 70 19 2.16033340579746D-09 70 20 2.84019663570442D-08 70 21 3.54396115123615D-09 70 22 3.52115297706258D-08 70 23 -1.76829725203542D-09 70 24 -1.46263466890501D-08 70 25 -2.15476059658254D-09 70 26 3.35877350005429D-08 70 27 3.72040050371349D-09 70 28 1.51071211184780D-08 70 29 -3.01667215400656D-09 70 30 9.87370840725858D-09 70 31 -6.46654534681771D-09 70 32 -1.68586461835660D-08 70 33 -2.70436762072223D-09 70 34 -7.37763980374956D-09 70 35 -6.04675862717700D-09 70 36 6.70011626222428D-08 70 37 -1.01557482144082D-08 70 38 9.89302780118383D-09 70 39 -5.44026812846336D-09 70 40 -3.66139565629928D-08 70 41 -4.21651323709889D-10 70 42 -2.85540483968281D-08 70 43 -1.12669998444514D-10 70 44 -5.15333043104344D-08 70 45 -4.22809065085163D-09 70 46 -6.17226830937244D-08 70 47 -1.84855537654863D-09 70 48 -2.05232098941936D-08 70 49 4.71488960908886D-09 70 50 -4.62531435584221D-08 70 51 -2.89195614084248D-10 70 52 -1.81787610849126D-08 70 53 4.36465405896090D-09 70 54 8.93842260130935D-09 70 55 -6.36640913537440D-11 70 56 -7.00342588814850D-08 70 57 3.93170351342038D-09 70 58 -4.30357131342986D-08 70 59 1.44136527833878D-09 70 60 -3.36211212289080D-08 70 61 2.20363374156491D-10 70 62 -4.54419826043194D-09 70 63 1.73156609211978D-08 70 64 -1.30226991200594D-08 70 65 2.78172376115268D-09 70 66 1.89153798351756D-08 70 67 5.32438481249373D-09 70 68 9.61929867743501D-09 70 69 1.00822405834174D-08 70 70 1.16598482509121D+01 71 1 4.44969239442549D-02 71 2 -2.30014568235800D-02 71 3 5.50599925201981D-03 71 4 -1.57139573045096D-02 71 5 1.37619886888458D-03 71 6 -1.36156117228226D-02 71 7 -2.87829586652954D-02 71 8 2.16252896692393D-02 71 9 8.10965995649905D-03 71 10 3.99899907650152D-10 71 11 -1.28782634494045D-08 71 12 2.57194277430837D-09 71 13 -1.03180189170140D-08 71 14 3.64277311330282D-08 71 15 9.01101395454127D-09 71 16 1.46615229638638D-08 71 17 1.32277889762558D-09 71 18 2.50863124111769D-09 71 19 -2.27951562448916D-08 71 20 -2.72104150704643D-10 71 21 -2.43544157738923D-08 71 22 -1.24632919800718D-10 71 23 -2.41041061539335D-08 71 24 1.22162577677079D-08 71 25 -1.58896195151255D-08 71 26 9.06754620078866D-09 71 27 -3.15632532445505D-08 71 28 7.60415797733105D-09 71 29 -3.53320087790229D-08 71 30 7.73330699027552D-09 71 31 -4.35712586066517D-08 71 32 1.55198405385670D-08 71 33 -2.66990960870960D-08 71 34 9.91703371634017D-09 71 35 -3.42553533726656D-08 71 36 3.56747077507471D-08 71 37 -4.07120291247698D-08 71 38 6.04945496222013D-09 71 39 -4.63550524807342D-08 71 40 -7.48295486598332D-09 71 41 -1.98875231636806D-08 71 42 -2.24742539866608D-08 71 43 -2.97610146873654D-08 71 44 2.69440268456322D-08 71 45 -1.39405871219448D-08 71 46 3.80366322548269D-08 71 47 -1.95951863210632D-08 71 48 -1.65632277646313D-08 71 49 -4.59038931060521D-08 71 50 1.78869543887940D-08 71 51 -1.79905099520159D-08 71 52 -4.85997969437246D-09 71 53 -3.21933821078677D-08 71 54 -1.79448043828678D-08 71 55 -4.53631589261213D-08 71 56 -6.16315157798122D-09 71 57 -5.11785337870173D-09 71 58 3.66158954953355D-09 71 59 -9.29564243564845D-09 71 60 4.59771833955896D-09 71 61 -5.10739624465568D-09 71 62 -4.51785046403600D-09 71 63 -1.86200829752824D-08 71 64 3.41592227925930D-10 71 65 -1.28487573471691D-08 71 66 -1.17857675301333D-08 71 67 -2.09425112304859D-08 71 68 -6.48816061396836D-09 71 69 -1.83211273973731D-08 71 70 -1.42495446161291D+00 71 71 4.57896007001575D+01 72 1 -7.06989447045815D-02 72 2 3.74783795256518D-02 72 3 -7.14296357400257D-03 72 4 1.70256379886824D-02 72 5 -4.14890741030860D-03 72 6 1.03583730833949D-02 72 7 5.36747784674365D-02 72 8 -3.33242085170631D-02 72 9 -3.20746803042387D-03 72 10 -8.16180402333402D-10 72 11 1.72599037837340D-08 72 12 -5.49949511023243D-09 72 13 1.34954164140995D-08 72 14 -3.60345475063314D-08 72 15 -2.55279657090469D-10 72 16 -2.12166207881390D-08 72 17 4.48808644509115D-09 72 18 2.97398153399714D-09 72 19 1.67593774249777D-08 72 20 1.34911705855793D-08 72 21 4.66745201986904D-09 72 22 1.57797737720020D-08 72 23 8.50651122656683D-11 72 24 -1.85884420976336D-08 72 25 1.43840205503979D-08 72 26 2.56756384013509D-09 72 27 1.23530554744410D-08 72 28 -7.92240687600246D-09 72 29 2.05213354075112D-08 72 30 -1.34080361660645D-08 72 31 2.55538366588708D-08 72 32 -2.27661569985735D-08 72 33 1.57838723173235D-08 72 34 -1.92560006005918D-08 72 35 2.02964544065290D-08 72 36 2.85174591214376D-09 72 37 -1.82310195921528D-09 72 38 -1.52650038387409D-08 72 39 3.26457537889319D-08 72 40 -3.19378568923861D-09 72 41 1.68103668221181D-08 72 42 6.12336731404187D-09 72 43 1.58988205569333D-08 72 44 -2.60809540176368D-08 72 45 1.61803922336843D-08 72 46 -3.83342310561652D-08 72 47 1.17921566494836D-08 72 48 7.17882012427404D-09 72 49 2.30397460488500D-08 72 50 -2.18932789514091D-08 72 51 1.67820398662762D-08 72 52 2.34503658786548D-09 72 53 1.97839956555423D-08 72 54 2.40656516775438D-08 72 55 6.68853907143989D-09 72 56 -3.48580967509461D-08 72 57 4.99759827631769D-09 72 58 -1.78422128150732D-08 72 59 1.01773262448327D-08 72 60 -1.46794280477753D-08 72 61 1.02981835678815D-08 72 62 7.66168522171490D-09 72 63 1.76543097884914D-08 72 64 -1.77878874759253D-09 72 65 1.82209263669569D-08 72 66 3.13648304963373D-08 72 67 -3.49347365117229D-09 72 68 1.54497371228267D-08 72 69 1.13017213496106D-08 72 70 -1.28722364108012D+00 72 71 -1.18655551935227D+01 72 72 2.20732308499731D+01 73 1 2.18147723115283D-01 73 2 -1.12443049817286D-01 73 3 2.75513141768761D-02 73 4 -8.37996453041378D-02 73 5 4.43459283186253D-02 73 6 -8.59025827211912D-03 73 7 -1.34348072078881D-01 73 8 6.80971349073082D-02 73 9 -1.89610348667799D-02 73 10 -3.04717930725131D-09 73 11 -2.24249061575810D-09 73 12 1.92228858636164D-09 73 13 -5.37547010499200D-09 73 14 -6.21819813860159D-08 73 15 1.99258984720932D-08 73 16 -1.51962579025760D-08 73 17 -1.27781144720702D-08 73 18 6.14173489767912D-08 73 19 -1.53589032015128D-08 73 20 9.16084539728503D-08 73 21 -4.57229867372356D-08 73 22 1.10191888836668D-07 73 23 -6.99465805654624D-08 73 24 3.30117648786911D-08 73 25 -1.48748549564858D-08 73 26 1.50968374896334D-07 73 27 -7.40364916848191D-08 73 28 1.05939965567810D-07 73 29 -4.09935258450079D-08 73 30 1.01736392511139D-07 73 31 -2.98621398503021D-08 73 32 3.86198973498131D-08 73 33 -3.05540400385788D-08 73 34 6.43624584132585D-08 73 35 -3.49743034597098D-08 73 36 3.35236504561987D-07 73 37 -2.22224938291396D-07 73 38 1.30641426236448D-07 73 39 -2.19940623465434D-08 73 40 -1.51217557584839D-07 73 41 -1.12167990680170D-07 73 42 -1.59665588319030D-07 73 43 -9.44991095349397D-08 73 44 -1.18833529852998D-07 73 45 -1.00792154370173D-07 73 46 -1.11831577757412D-07 73 47 -7.18731440312838D-08 73 48 -1.41210793616356D-07 73 49 -7.57098464313580D-08 73 50 -1.25170725192672D-07 73 51 -6.27611439199333D-08 73 52 -1.13646846813463D-07 73 53 -3.20939385567546D-08 73 54 -9.11442467825982D-08 73 55 -8.75902390527731D-09 73 56 -2.02639461673025D-07 73 57 -7.11360193551507D-09 73 58 -1.11663534386477D-07 73 59 -9.08050932937534D-10 73 60 -8.11144254743905D-08 73 61 1.94755344138345D-09 73 62 -5.10909526717306D-08 73 63 1.16316584553947D-08 73 64 -5.42408574169430D-08 73 65 1.65697778285055D-10 73 66 -3.62790021531699D-08 73 67 2.33243795268382D-08 73 68 -1.69956112613966D-08 73 69 5.21446847612103D-09 73 70 9.89444934626365D+00 73 71 -1.46809055247384D+01 73 72 -1.46766787210234D+00 73 73 1.66948096188148D+02 74 1 7.65720466055611D-04 74 2 -3.36164327771644D-04 74 3 1.97959050695543D-04 74 4 -7.88864600561148D-04 74 5 -3.22205483337056D-06 74 6 -8.10528216230593D-04 74 7 2.31465702763227D-05 74 8 3.39334244204183D-04 74 9 6.12497430549214D-04 74 10 1.19959101031757D-10 74 11 -4.95925367150328D-10 74 12 4.85519671710796D-10 74 13 -2.65231867209975D-10 74 14 2.38055538163127D-09 74 15 2.23512517095505D-10 74 16 1.71112541630267D-09 74 17 1.72837501701278D-10 74 18 -9.58288797164518D-10 74 19 -5.48530271999517D-10 74 20 -2.02166043075646D-09 74 21 -1.03326269896276D-10 74 22 -2.48504956288279D-09 74 23 4.25928703586857D-10 74 24 1.06471221350665D-09 74 25 -1.11987661268949D-10 74 26 -2.08708043892736D-09 74 27 -2.84908625763906D-10 74 28 -7.83756431578941D-10 74 29 -2.64725673432222D-10 74 30 -3.78250002142792D-10 74 31 -2.09449610035441D-10 74 32 1.06135361066041D-09 74 33 -5.19484470013407D-11 74 34 5.53408352276200D-10 74 35 -2.43721870970864D-11 74 36 -3.99825741903667D-09 74 37 1.27184852908425D-09 74 38 -3.84499262995458D-10 74 39 -5.22524651584349D-10 74 40 2.44177712300589D-09 74 41 -3.97894718511099D-10 74 42 1.75292591150746D-09 74 43 -3.75444911303904D-10 74 44 3.71165803446491D-09 74 45 -1.62784235628824D-10 74 46 4.12961565173470D-09 74 47 -3.52312385416050D-11 74 48 1.24010928758631D-09 74 49 -7.81045105556065D-10 74 50 3.28460237654212D-09 74 51 -4.10353173384405D-10 74 52 1.22469896602074D-09 74 53 -7.47574557262878D-10 74 54 -1.00468020145268D-09 74 55 5.68993588825282D-11 74 56 3.75928354611303D-09 74 57 1.46483850852359D-11 74 58 2.66716192186801D-09 74 59 -1.57121003576708D-10 74 60 2.21046449365755D-09 74 61 -2.11992505937155D-10 74 62 1.15177278743839D-10 74 63 -1.40426930910444D-09 74 64 8.76159101151948D-10 74 65 -7.79284170740717D-10 74 66 -2.09571856259832D-09 74 67 3.39997949170624D-10 74 68 -9.27466262694163D-10 74 69 -7.93708430154959D-10 74 70 -5.62515950067696D-01 74 71 3.90434457935481D-01 74 72 -7.16887432311481D-01 74 73 -5.30114964678956D-01 74 74 6.69350986860742D-02 75 1 -1.29746176224233D-02 75 2 6.80437732105558D-03 75 3 -1.43678231819559D-03 75 4 3.94848624299209D-03 75 5 -2.49004862362157D-03 75 6 -2.88171472685575D-04 75 7 9.02613136714991D-03 75 8 -4.31432779312037D-03 75 9 1.72495504729113D-03 75 10 -1.17040619821627D-09 75 11 1.18701018170152D-09 75 12 -1.25678118956137D-09 75 13 1.41113805874952D-09 75 14 6.76087593629780D-09 75 15 1.70256546277111D-09 75 16 9.49691727879654D-10 75 17 2.08002383699542D-09 75 18 -4.83425642332443D-09 75 19 4.07826819585799D-10 75 20 -6.53553101513093D-09 75 21 -4.55306834512903D-11 75 22 -7.34899439116545D-09 75 23 -1.68813829984256D-11 75 24 -2.09035089630636D-09 75 25 5.16393853457517D-10 75 26 -8.87108258874621D-09 75 27 -7.18553555375282D-10 75 28 -7.24011473784934D-09 75 29 -8.27285808268341D-11 75 30 -7.25384445508818D-09 75 31 -7.84584626765696D-10 75 32 -2.59042002087512D-09 75 33 -7.59625842834368D-10 75 34 -4.65349801486977D-09 75 35 -9.10508048056078D-10 75 36 -1.17706510870918D-08 75 37 -1.28575511425452D-09 75 38 -7.91910302188320D-09 75 39 -1.95364811137920D-09 75 40 1.32534190661325D-08 75 41 -7.12782426959395D-10 75 42 1.11826164055222D-08 75 43 -6.45990221864233D-10 75 44 1.55960745643919D-08 75 45 -8.07567924451063D-10 75 46 1.47860209629240D-08 75 47 -8.16092729252167D-10 75 48 8.67697606450638D-09 75 49 -1.71712941414785D-09 75 50 1.17433299224054D-08 75 51 -1.64451164085395D-09 75 52 7.01714198911506D-09 75 53 -1.43201593962557D-09 75 54 2.61101337963908D-09 75 55 1.85447167718001D-11 75 56 6.49564501279838D-09 75 57 2.18031841362747D-10 75 58 5.80846618076931D-09 75 59 7.75583540642182D-12 75 60 4.30237829797179D-09 75 61 2.78429820595659D-10 75 62 1.61146379798511D-09 75 63 3.09343146335264D-12 75 64 2.41171133998165D-09 75 65 1.39273668980352D-10 75 66 -1.58982121072412D-09 75 67 1.97430251622688D-09 75 68 -8.61421669156880D-10 75 69 3.84274753183604D-10 75 70 -1.07377737208486D+00 75 71 2.39051560415489D+00 75 72 -6.78954625427221D-01 75 73 -1.19470908971317D+00 75 74 8.33861596917339D-02 75 75 6.15576968440994D-01 76 1 -6.29802648136935D-03 76 2 3.24669448441977D-03 76 3 -7.94703570294458D-04 76 4 2.37132765461569D-03 76 5 -8.56774058007395D-04 76 6 9.31728358915267D-04 76 7 3.92669789071588D-03 76 8 -2.38992389891336D-03 76 9 -1.37030013557555D-04 76 10 4.99607534881131D-10 76 11 7.47002223251895D-10 76 12 2.69701076622931D-10 76 13 7.21278161082921D-10 76 14 -2.23038160485355D-09 76 15 -1.35195944885251D-09 76 16 -9.04596247032370D-10 76 17 2.72485359063062D-10 76 18 -2.23911941862084D-10 76 19 2.40850683148704D-09 76 20 -3.21284709052232D-10 76 21 3.59921807747198D-09 76 22 -6.98267149276967D-10 76 23 4.41225346510656D-09 76 24 -8.41651004586262D-10 76 25 2.43503214088300D-09 76 26 -2.69862901684799D-09 76 27 5.82852281076224D-09 76 28 -1.45989972905300D-09 76 29 4.77805210339490D-09 76 30 -1.26483810371436D-09 76 31 5.02080806554853D-09 76 32 -3.40100002484578D-10 76 33 4.10183307558780D-09 76 34 -4.82972479530343D-10 76 35 4.82572553422058D-09 76 36 -1.21658335038963D-08 76 37 9.86254876863786D-09 76 38 -2.29255268329379D-09 76 39 4.99836851551910D-09 76 40 1.60578945285948D-09 76 41 5.51634517794108D-09 76 42 3.85923459076135D-09 76 43 5.74028461795706D-09 76 44 -3.52515475195176D-09 76 45 5.44189757785794D-09 76 46 -5.98663687855221D-09 76 47 5.40788999095570D-09 76 48 2.68645435657417D-09 76 49 7.16702285773360D-09 76 50 -1.14615896019233D-09 76 51 4.71928795344255D-09 76 52 1.50493930060527D-09 76 53 4.26008799745061D-09 76 54 2.60143546122272D-09 76 55 3.38464924284474D-09 76 56 5.01740486566307D-09 76 57 2.11947731735269D-09 76 58 1.73892574189155D-09 76 59 1.48315995595337D-09 76 60 1.22337095262976D-09 76 61 3.17541264197048D-10 76 62 1.30213957056504D-09 76 63 1.34441955343235D-09 76 64 1.02202010530354D-09 76 65 5.59534152085076D-10 76 66 1.48934171067051D-09 76 67 1.73155536010537D-09 76 68 1.22979535998923D-09 76 69 9.43928719078991D-10 76 70 -5.67088224333243D-02 76 71 -3.51513922808230D+00 76 72 1.24514495325272D+00 76 73 -5.44461942342922D+00 76 74 -2.07766885228459D-02 76 75 -2.59344135631853D-01 76 76 8.62147783305842D-01 77 1 1.07793330098992D-02 77 2 -5.72938754518508D-03 77 3 1.06167198949492D-03 77 4 -2.52957026589802D-03 77 5 1.27005199630371D-03 77 6 -3.77892321986449D-04 77 7 -8.24976214078437D-03 77 8 4.45933712682715D-03 77 9 -6.83777220796780D-04 77 10 -1.05619442982155D-09 77 11 -7.49049215726103D-10 77 12 -7.67667900678081D-10 77 13 -5.79663374962821D-10 77 14 -3.84793556862864D-09 77 15 7.47888498872248D-10 77 16 -2.07606607477551D-09 77 17 -9.44120998009836D-10 77 18 2.33006198681009D-09 77 19 -6.77438957196657D-10 77 20 3.66675047978101D-09 77 21 -6.92233454646787D-10 77 22 4.50107966344015D-09 77 23 -1.16374441066603D-09 77 24 6.36263583257174D-10 77 25 -4.20765986045354D-10 77 26 6.81251844488902D-09 77 27 -1.11223801770893D-09 77 28 5.05808451412873D-09 77 29 -1.05640228435328D-09 77 30 5.00501075835355D-09 77 31 -6.27250730005732D-10 77 32 6.15228806023831D-10 77 33 -5.12352221449486D-10 77 34 2.46012482790721D-09 77 35 -3.39952623857984D-10 77 36 1.37592742425957D-08 77 37 -3.28903548527004D-09 77 38 6.17917362964585D-09 77 39 -1.02261770755096D-10 77 40 -7.33350055946157D-09 77 41 -2.79258481155812D-09 77 42 -6.26684593294001D-09 77 43 -2.56073911992445D-09 77 44 -8.80219180690308D-09 77 45 -2.17314154125501D-09 77 46 -9.44040469472680D-09 77 47 -1.11933494503705D-09 77 48 -5.11733460178427D-09 77 49 -1.11222477225642D-09 77 50 -7.59209934001865D-09 77 51 -6.51864693809172D-10 77 52 -4.64397416428728D-09 77 53 -5.55031055131576D-10 77 54 -2.70507407738573D-09 77 55 5.32658117965824D-10 77 56 -9.05026290821245D-09 77 57 4.24361320998044D-10 77 58 -6.02850707687319D-09 77 59 -1.42709521873345D-10 77 60 -4.67688099643652D-09 77 61 -6.76891737608724D-11 77 62 -2.98261162178127D-09 77 63 -1.02324515987743D-09 77 64 -3.37697286987999D-09 77 65 -6.30514022265486D-10 77 66 -1.11604607148025D-09 77 67 -2.76957715938824D-09 77 68 -1.74654412079278D-09 77 69 -6.92360145253767D-10 77 70 9.72482687195785D-01 77 71 -1.22797243827543D+00 77 72 -2.04100495723199D-01 77 73 3.65808855646584D+00 77 74 -3.49034575751502D-02 77 75 -3.13897489869005D-01 77 76 -3.36433819721161D-02 77 77 5.76229569850439D-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 EOP_XPL 1 mas Constraint on X pole value 266 EOP_YPL 1 mas Constraint on Y pole value 267 EOP_UT1 1 ms Constraint on UT1 angle 268 EOR_XPL 1 masD Constraint on X pole rate 269 EOR_YPL 1 masD Constraint on Y pole rate 270 EOR_UT1 1 msD Constraint on UT1 rate 271 GRAD_OFF 1 mm Atmosphere gradient offset 272 GRAD_OFF 2 mm Atmosphere gradient offset 273 GRAD_RAT 1 mm/d Atmosphere gradient rate 274 GRAD_OFF 3 mm Atmosphere gradient offset 275 GRAD_RAT 2 mm/d Atmosphere gradient rate 276 GRAD_OFF 4 mm Atmosphere gradient offset 277 GRAD_RAT 3 mm/d Atmosphere gradient rate 278 GRAD_OFF 5 mm Atmosphere gradient offset 279 GRAD_RAT 4 mm/d Atmosphere gradient rate 280 GRAD_OFF 6 mm Atmosphere gradient offset 281 GRAD_OFF 7 mm Atmosphere gradient offset 282 GRAD_RAT 5 mm/d Atmosphere gradient rate 283 GRAD_OFF 8 mm Atmosphere gradient offset 284 GRAD_RAT 6 mm/d Atmosphere gradient rate 285 GRAD_OFF 9 mm Atmosphere gradient offset 286 GRAD_RAT 7 mm/d Atmosphere gradient rate 287 GRAD_OFF 10 mm Atmosphere gradient offset 288 GRAD_RAT 8 mm/d Atmosphere gradient rate 289 GRAD_OFF 11 mm Atmosphere gradient offset 290 GRAD_OFF 12 mm Atmosphere gradient offset 291 GRAD_RAT 9 mm/d Atmosphere gradient rate 292 GRAD_OFF 13 mm Atmosphere gradient offset 293 GRAD_RAT 10 mm/d Atmosphere gradient rate 294 GRAD_OFF 14 mm Atmosphere gradient offset 295 GRAD_RAT 11 mm/d Atmosphere gradient rate 296 GRAD_OFF 15 mm Atmosphere gradient offset 297 GRAD_RAT 12 mm/d Atmosphere gradient rate 298 GRAD_OFF 16 mm Atmosphere gradient offset 299 GRAD_OFF 17 mm Atmosphere gradient offset 300 GRAD_RAT 13 mm/d Atmosphere gradient rate 301 GRAD_OFF 18 mm Atmosphere gradient offset 302 GRAD_RAT 14 mm/d Atmosphere gradient rate 303 GRAD_OFF 19 mm Atmosphere gradient offset 304 GRAD_RAT 15 mm/d Atmosphere gradient rate 305 GRAD_OFF 20 mm Atmosphere gradient offset 306 GRAD_RAT 16 mm/d Atmosphere gradient rate 307 GRAD_OFF 21 mm Atmosphere gradient offset 308 GRAD_OFF 22 mm Atmosphere gradient offset 309 GRAD_RAT 17 mm/d Atmosphere gradient rate 310 GRAD_OFF 23 mm Atmosphere gradient offset 311 GRAD_RAT 18 mm/d Atmosphere gradient rate 312 GRAD_OFF 24 mm Atmosphere gradient offset 313 GRAD_RAT 19 mm/d Atmosphere gradient rate 314 GRAD_OFF 25 mm Atmosphere gradient offset 315 GRAD_RAT 20 mm/d Atmosphere gradient rate 316 GRAD_OFF 26 mm Atmosphere gradient offset 317 GRAD_OFF 27 mm Atmosphere gradient offset 318 GRAD_RAT 21 mm/d Atmosphere gradient rate 319 GRAD_OFF 28 mm Atmosphere gradient offset 320 GRAD_RAT 22 mm/d Atmosphere gradient rate 321 GRAD_OFF 29 mm Atmosphere gradient offset 322 GRAD_RAT 23 mm/d Atmosphere gradient rate 323 GRAD_OFF 30 mm Atmosphere gradient offset 324 GRAD_RAT 24 mm/d Atmosphere gradient rate 325 NNT_POS 1 m No-net translation for positions 326 NNT_POS 2 m No-net translation for positions 327 NNT_POS 3 m No-net translation for positions 328 NNR_POS 1 m No-net rotation for positions 329 NNR_POS 2 m No-net rotation for positions 330 NNR_POS 3 m No-net rotation for positions 331 NNR_SRC 1 rad No-net rotation for sources 332 NNR_SRC 2 rad No-net rotation for sources 333 NNR_SRC 3 rad No-net rotation for sources 334 SRC_COO 1 rad Source coordinates 335 SRC_COO 2 rad Source coordinates 336 SRC_COO 3 rad Source coordinates 337 SRC_COO 4 rad Source coordinates 338 SRC_COO 5 rad Source coordinates 339 SRC_COO 6 rad Source coordinates 340 SRC_COO 7 rad Source coordinates 341 SRC_COO 8 rad Source coordinates 342 SRC_COO 9 rad Source coordinates 343 SRC_COO 10 rad Source coordinates 344 SRC_COO 11 rad Source coordinates 345 SRC_COO 12 rad Source coordinates 346 SRC_COO 13 rad Source coordinates 347 SRC_COO 14 rad Source coordinates 348 SRC_COO 15 rad Source coordinates 349 SRC_COO 16 rad Source coordinates 350 SRC_COO 17 rad Source coordinates 351 SRC_COO 18 rad Source coordinates 352 SRC_COO 19 rad Source coordinates 353 SRC_COO 20 rad Source coordinates 354 SRC_COO 21 rad Source coordinates 355 SRC_COO 22 rad Source coordinates 356 SRC_COO 23 rad Source coordinates 357 SRC_COO 24 rad Source coordinates 358 SRC_COO 25 rad Source coordinates 359 SRC_COO 26 rad Source coordinates 360 SRC_COO 27 rad Source coordinates 361 SRC_COO 28 rad Source coordinates 362 SRC_COO 29 rad Source coordinates 363 SRC_COO 30 rad Source coordinates 364 SRC_COO 31 rad Source coordinates 365 SRC_COO 32 rad Source coordinates 366 SRC_COO 33 rad Source coordinates 367 SRC_COO 34 rad Source coordinates 368 SRC_COO 35 rad Source coordinates 369 SRC_COO 36 rad Source coordinates 370 SRC_COO 37 rad Source coordinates 371 SRC_COO 38 rad Source coordinates 372 SRC_COO 39 rad Source coordinates 373 SRC_COO 40 rad Source coordinates 374 SRC_COO 41 rad Source coordinates 375 SRC_COO 42 rad Source coordinates 376 SRC_COO 43 rad Source coordinates 377 SRC_COO 44 rad Source coordinates 378 SRC_COO 45 rad Source coordinates 379 SRC_COO 46 rad Source coordinates 380 SRC_COO 47 rad Source coordinates 381 SRC_COO 48 rad Source coordinates 382 SRC_COO 49 rad Source coordinates 383 SRC_COO 50 rad Source coordinates 384 SRC_COO 51 rad Source coordinates 385 SRC_COO 52 rad Source coordinates 386 SRC_COO 53 rad Source coordinates 387 SRC_COO 54 rad Source coordinates 388 SRC_COO 55 rad Source coordinates 389 SRC_COO 56 rad Source coordinates 390 SRC_COO 57 rad Source coordinates 391 SRC_COO 58 rad Source coordinates 392 SRC_COO 59 rad Source coordinates 393 SRC_COO 60 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) 265 70 1.00000000000000D+00 266 72 1.00000000000000D+00 267 74 1.00000000000000D+00 268 71 1.00000000000000D+00 269 73 1.00000000000000D+00 270 75 1.00000000000000D+00 325 1 1.00000000000000D+00 325 4 1.00000000000000D+00 325 7 1.00000000000000D+00 326 2 1.00000000000000D+00 326 5 1.00000000000000D+00 326 8 1.00000000000000D+00 327 3 1.00000000000000D+00 327 6 1.00000000000000D+00 327 9 1.00000000000000D+00 328 2 -3.74591407344644D-01 328 3 -3.22312074080860D-01 328 5 -6.19711447760010D-01 328 6 -7.73993550637008D-01 328 8 -4.30213297385548D-01 328 9 -8.90727547542967D-01 329 1 3.74591407344644D-01 329 3 8.69697793499890D-01 329 4 6.19711447760010D-01 329 6 -1.38658877672685D-01 329 7 4.30213297385548D-01 329 9 -1.50899771811870D-01 330 1 3.22312074080860D-01 330 2 -8.69697793499890D-01 330 4 7.73993550637008D-01 330 5 1.38658877672685D-01 330 7 8.90727547542967D-01 330 8 1.50899771811870D-01 331 10 -3.32196651182863D-02 331 11 1.90137952546753D-02 331 12 -7.87880162354209D-02 331 13 2.77224597946016D-02 331 14 -2.52263629146413D-03 331 15 2.16381802030263D-01 331 16 -2.07710513877194D-01 331 17 2.27389734764070D-01 331 18 2.25712075468703D-03 331 19 8.70637897450444D-02 331 20 1.22879152268305D-02 331 21 1.86701970530589D-02 331 22 4.70186467523433D-02 331 23 4.14968280623347D-02 331 24 -1.19152048665614D-02 331 25 1.06822865867550D-01 331 26 -2.30779064649521D-01 331 27 1.65541322208120D-01 331 28 3.74206236322543D-02 331 29 7.95346160474574D-02 331 30 3.21111474846225D-01 331 31 7.45560124406964D-02 331 32 4.02321292368642D-02 331 33 1.36692545593491D-02 331 34 3.38575168049569D-01 331 35 1.04366481301885D-01 331 36 -1.37220177132406D-01 331 37 1.31909322029719D-02 331 38 1.47342302189542D-01 331 39 2.94496194748696D-03 331 40 2.38966477358667D-03 331 41 -4.49932154087396D-04 331 42 -1.87269843195494D-01 331 43 -2.76096588063460D-02 331 44 1.15677121817613D-01 331 45 -2.21772917045103D-02 331 46 6.36779321259832D-02 331 47 -1.02883956063986D-01 331 48 -5.16111374288292D-02 331 49 -4.04676651919976D-02 331 50 1.95656771476830D-01 331 51 -1.15270524592727D-01 331 52 -6.20012483134025D-03 331 53 -1.51401440217227D-01 331 54 3.27622776667400D-01 331 55 -5.12881777412222D-02 331 56 -2.67346899749859D-03 331 57 -1.01772690384218D-01 331 58 -7.61256842890788D-02 331 59 -2.11188395430513D-01 331 60 -3.35721734390083D-01 331 61 -6.98200566150894D-02 331 62 1.03771092923778D-02 331 63 -4.12864716822092D-03 331 64 -4.21361979484426D-02 331 65 -1.68284207601791D-02 331 66 1.04362524179290D-01 331 67 -1.81384029975552D-02 331 68 1.27641466274156D-01 331 69 -2.83134571558557D-03 332 10 -8.43740052366385D-03 332 11 -3.45948427782228D-02 332 12 -3.24497600605281D-02 332 13 -3.11054437832249D-02 332 14 -1.17325000376085D-03 332 15 -2.15001144635178D-01 332 16 -1.45691623037041D-01 332 17 -1.49813419699171D-01 332 18 3.41667452255919D-03 332 19 -2.65793720323943D-02 332 20 2.20552402613072D-02 332 21 -4.80696852818216D-03 332 22 1.13432777722339D-01 332 23 -7.94881562289902D-03 332 24 -4.13706061705927D-01 332 25 -1.42177154594172D-03 332 26 3.77263798017425D-01 332 27 4.67965309267820D-02 332 28 -5.12727579755992D-02 332 29 2.68248001219306D-02 332 30 -2.28398322941088D-01 332 31 4.84397117796040D-02 332 32 -2.66273392865390D-02 332 33 9.54434304867755D-03 332 34 -1.81363081624824D-01 332 35 9.00374572250470D-02 332 36 3.52165535114411D-02 332 37 2.37521308048419D-02 332 38 -1.50162242393524D-02 332 39 1.33537228223209D-02 332 40 1.77003815745268D-04 332 41 2.80709653045398D-03 332 42 -3.18505558516146D-02 332 43 7.50184064053014D-02 332 44 2.49743985155511D-02 332 45 4.74697461720325D-02 332 46 3.02477086083088D-02 332 47 1.00092166590478D-01 332 48 -3.92549806480355D-02 332 49 2.45874095146173D-02 332 50 2.65852345692277D-01 332 51 3.92038410520535D-02 332 52 -6.02026813934915D-02 332 53 7.20560695209172D-03 332 54 -5.73818718693827D-01 332 55 -1.35323308731550D-02 332 56 4.50910787482867D-03 332 57 -2.78850704392303D-02 332 58 6.24342432601400D-02 332 59 -1.18996550333026D-01 332 60 1.28174971427637D-01 332 61 -8.45108342962925D-02 332 62 -3.33202192046292D-03 332 63 -5.94199489747719D-03 332 64 1.14847905996803D-02 332 65 -2.85319589314439D-02 332 66 -1.96416981461055D-02 332 67 -4.45369582542897D-02 332 68 -4.53091967884163D-03 332 69 -3.68599113213939D-02 333 10 1.01029776416004D-01 333 12 7.36918671138043D-02 333 14 1.93161403737725D-04 333 16 6.00683762901412D-02 333 18 5.12243315017383D-02 333 20 2.22726982608830D-02 333 22 8.72286778454386D-02 333 24 1.59106314163103D-01 333 26 6.33110651597944D-01 333 28 1.02093983004073D-01 333 30 2.76590430348317D-01 333 32 1.14684661704041D-02 333 34 1.15822590837531D-01 333 36 5.63314692969462D-02 333 38 6.60542019370927D-02 333 40 8.52929337661140D-03 333 42 4.14858116035382D-01 333 44 4.17588405297896D-02 333 46 1.21236526948939D-02 333 48 1.05355063575328D-01 333 50 1.40130862808870D-01 333 52 2.88592426021154D-01 333 54 3.52403127125152D-01 333 56 4.47785992457159D-04 333 58 2.08084713233732D-02 333 60 9.22733156605612D-02 333 62 3.98168882230447D-02 333 64 4.76350503540522D-02 333 66 4.44265812924300D-02 333 68 9.38977805541670D-02 334 10 1.00000000000000D+00 335 11 1.00000000000000D+00 336 12 1.00000000000000D+00 337 13 1.00000000000000D+00 338 14 1.00000000000000D+00 339 15 1.00000000000000D+00 340 16 1.00000000000000D+00 341 17 1.00000000000000D+00 342 18 1.00000000000000D+00 343 19 1.00000000000000D+00 344 20 1.00000000000000D+00 345 21 1.00000000000000D+00 346 22 1.00000000000000D+00 347 23 1.00000000000000D+00 348 24 1.00000000000000D+00 349 25 1.00000000000000D+00 350 26 1.00000000000000D+00 351 27 1.00000000000000D+00 352 28 1.00000000000000D+00 353 29 1.00000000000000D+00 354 30 1.00000000000000D+00 355 31 1.00000000000000D+00 356 32 1.00000000000000D+00 357 33 1.00000000000000D+00 358 34 1.00000000000000D+00 359 35 1.00000000000000D+00 360 36 1.00000000000000D+00 361 37 1.00000000000000D+00 362 38 1.00000000000000D+00 363 39 1.00000000000000D+00 364 40 1.00000000000000D+00 365 41 1.00000000000000D+00 366 42 1.00000000000000D+00 367 43 1.00000000000000D+00 368 44 1.00000000000000D+00 369 45 1.00000000000000D+00 370 46 1.00000000000000D+00 371 47 1.00000000000000D+00 372 48 1.00000000000000D+00 373 49 1.00000000000000D+00 374 50 1.00000000000000D+00 375 51 1.00000000000000D+00 376 52 1.00000000000000D+00 377 53 1.00000000000000D+00 378 54 1.00000000000000D+00 379 55 1.00000000000000D+00 380 56 1.00000000000000D+00 381 57 1.00000000000000D+00 382 58 1.00000000000000D+00 383 59 1.00000000000000D+00 384 60 1.00000000000000D+00 385 61 1.00000000000000D+00 386 62 1.00000000000000D+00 387 63 1.00000000000000D+00 388 64 1.00000000000000D+00 389 65 1.00000000000000D+00 390 66 1.00000000000000D+00 391 67 1.00000000000000D+00 392 68 1.00000000000000D+00 393 69 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 4.50011377633944D+01 266 0.00000000000000D+00 4.50012215891552D+01 267 0.00000000000000D+00 3.00009195895934D+00 268 0.00000000000000D+00 4.50000000000000D+01 269 0.00000000000000D+00 4.50000000000000D+01 270 0.00000000000000D+00 2.99180898971171D+00 271 0.00000000000000D+00 5.00000000000000D-01 272 0.00000000000000D+00 5.00000000000000D-01 273 0.00000000000000D+00 2.00000000000000D+00 274 0.00000000000000D+00 5.00000000000000D-01 275 0.00000000000000D+00 2.00000000000000D+00 276 0.00000000000000D+00 5.00000000000000D-01 277 0.00000000000000D+00 2.00000000000000D+00 278 0.00000000000000D+00 5.00000000000000D-01 279 0.00000000000000D+00 2.00000000000000D+00 280 0.00000000000000D+00 5.00000000000000D-01 281 0.00000000000000D+00 5.00000000000000D-01 282 0.00000000000000D+00 2.00000000000000D+00 283 0.00000000000000D+00 5.00000000000000D-01 284 0.00000000000000D+00 2.00000000000000D+00 285 0.00000000000000D+00 5.00000000000000D-01 286 0.00000000000000D+00 2.00000000000000D+00 287 0.00000000000000D+00 5.00000000000000D-01 288 0.00000000000000D+00 2.00000000000000D+00 289 0.00000000000000D+00 5.00000000000000D-01 290 0.00000000000000D+00 5.00000000000000D-01 291 0.00000000000000D+00 2.00000000000000D+00 292 0.00000000000000D+00 5.00000000000000D-01 293 0.00000000000000D+00 2.00000000000000D+00 294 0.00000000000000D+00 5.00000000000000D-01 295 0.00000000000000D+00 2.00000000000000D+00 296 0.00000000000000D+00 5.00000000000000D-01 297 0.00000000000000D+00 2.00000000000000D+00 298 0.00000000000000D+00 5.00000000000000D-01 299 0.00000000000000D+00 5.00000000000000D-01 300 0.00000000000000D+00 2.00000000000000D+00 301 0.00000000000000D+00 5.00000000000000D-01 302 0.00000000000000D+00 2.00000000000000D+00 303 0.00000000000000D+00 5.00000000000000D-01 304 0.00000000000000D+00 2.00000000000000D+00 305 0.00000000000000D+00 5.00000000000000D-01 306 0.00000000000000D+00 2.00000000000000D+00 307 0.00000000000000D+00 5.00000000000000D-01 308 0.00000000000000D+00 5.00000000000000D-01 309 0.00000000000000D+00 2.00000000000000D+00 310 0.00000000000000D+00 5.00000000000000D-01 311 0.00000000000000D+00 2.00000000000000D+00 312 0.00000000000000D+00 5.00000000000000D-01 313 0.00000000000000D+00 2.00000000000000D+00 314 0.00000000000000D+00 5.00000000000000D-01 315 0.00000000000000D+00 2.00000000000000D+00 316 0.00000000000000D+00 5.00000000000000D-01 317 0.00000000000000D+00 5.00000000000000D-01 318 0.00000000000000D+00 2.00000000000000D+00 319 0.00000000000000D+00 5.00000000000000D-01 320 0.00000000000000D+00 2.00000000000000D+00 321 0.00000000000000D+00 5.00000000000000D-01 322 0.00000000000000D+00 2.00000000000000D+00 323 0.00000000000000D+00 5.00000000000000D-01 324 0.00000000000000D+00 2.00000000000000D+00 325 0.00000000000000D+00 1.00000000000000D-04 326 0.00000000000000D+00 1.00000000000000D-04 327 0.00000000000000D+00 1.00000000000000D-04 328 0.00000000000000D+00 1.00000000000000D-04 329 0.00000000000000D+00 1.00000000000000D-04 330 0.00000000000000D+00 1.00000000000000D-04 331 0.00000000000000D+00 5.00000000000000D-11 332 0.00000000000000D+00 5.00000000000000D-11 333 0.00000000000000D+00 5.00000000000000D-11 334 0.00000000000000D+00 1.00000000000000D-06 335 0.00000000000000D+00 1.00000000000000D-06 336 0.00000000000000D+00 1.00000000000000D-06 337 0.00000000000000D+00 1.00000000000000D-06 338 0.00000000000000D+00 1.00000000000000D-06 339 0.00000000000000D+00 1.00000000000000D-06 340 0.00000000000000D+00 1.00000000000000D-06 341 0.00000000000000D+00 1.00000000000000D-06 342 0.00000000000000D+00 1.00000000000000D-06 343 0.00000000000000D+00 1.00000000000000D-06 344 0.00000000000000D+00 1.00000000000000D-06 345 0.00000000000000D+00 1.00000000000000D-06 346 0.00000000000000D+00 1.00000000000000D-06 347 0.00000000000000D+00 1.00000000000000D-06 348 0.00000000000000D+00 1.00000000000000D-06 349 0.00000000000000D+00 1.00000000000000D-06 350 0.00000000000000D+00 1.00000000000000D-06 351 0.00000000000000D+00 1.00000000000000D-06 352 0.00000000000000D+00 1.00000000000000D-06 353 0.00000000000000D+00 1.00000000000000D-06 354 0.00000000000000D+00 1.00000000000000D-06 355 0.00000000000000D+00 1.00000000000000D-06 356 0.00000000000000D+00 1.00000000000000D-06 357 0.00000000000000D+00 1.00000000000000D-06 358 0.00000000000000D+00 1.00000000000000D-06 359 0.00000000000000D+00 1.00000000000000D-06 360 0.00000000000000D+00 1.00000000000000D-06 361 0.00000000000000D+00 1.00000000000000D-06 362 0.00000000000000D+00 1.00000000000000D-06 363 0.00000000000000D+00 1.00000000000000D-06 364 0.00000000000000D+00 1.00000000000000D-06 365 0.00000000000000D+00 1.00000000000000D-06 366 0.00000000000000D+00 1.00000000000000D-06 367 0.00000000000000D+00 1.00000000000000D-06 368 0.00000000000000D+00 1.00000000000000D-06 369 0.00000000000000D+00 1.00000000000000D-06 370 0.00000000000000D+00 1.00000000000000D-06 371 0.00000000000000D+00 1.00000000000000D-06 372 0.00000000000000D+00 1.00000000000000D-06 373 0.00000000000000D+00 1.00000000000000D-06 374 0.00000000000000D+00 1.00000000000000D-06 375 0.00000000000000D+00 1.00000000000000D-06 376 0.00000000000000D+00 1.00000000000000D-06 377 0.00000000000000D+00 1.00000000000000D-06 378 0.00000000000000D+00 1.00000000000000D-06 379 0.00000000000000D+00 1.00000000000000D-06 380 0.00000000000000D+00 1.00000000000000D-06 381 0.00000000000000D+00 1.00000000000000D-06 382 0.00000000000000D+00 1.00000000000000D-06 383 0.00000000000000D+00 1.00000000000000D-06 384 0.00000000000000D+00 1.00000000000000D-06 385 0.00000000000000D+00 1.00000000000000D-06 386 0.00000000000000D+00 1.00000000000000D-06 387 0.00000000000000D+00 1.00000000000000D-06 388 0.00000000000000D+00 1.00000000000000D-06 389 0.00000000000000D+00 1.00000000000000D-06 390 0.00000000000000D+00 1.00000000000000D-06 391 0.00000000000000D+00 1.00000000000000D-06 392 0.00000000000000D+00 1.00000000000000D-06 393 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.93802189953456D-04 266 266 4.93800350300921D-04 267 267 1.11104299649534D-01 268 268 4.93827160493827D-04 269 269 4.93827160493827D-04 270 270 1.11720346604068D-01 271 271 4.00000000000000D+00 272 272 4.00000000000000D+00 273 273 2.50000000000000D-01 274 274 4.00000000000000D+00 275 275 2.50000000000000D-01 276 276 4.00000000000000D+00 277 277 2.50000000000000D-01 278 278 4.00000000000000D+00 279 279 2.50000000000000D-01 280 280 4.00000000000000D+00 281 281 4.00000000000000D+00 282 282 2.50000000000000D-01 283 283 4.00000000000000D+00 284 284 2.50000000000000D-01 285 285 4.00000000000000D+00 286 286 2.50000000000000D-01 287 287 4.00000000000000D+00 288 288 2.50000000000000D-01 289 289 4.00000000000000D+00 290 290 4.00000000000000D+00 291 291 2.50000000000000D-01 292 292 4.00000000000000D+00 293 293 2.50000000000000D-01 294 294 4.00000000000000D+00 295 295 2.50000000000000D-01 296 296 4.00000000000000D+00 297 297 2.50000000000000D-01 298 298 4.00000000000000D+00 299 299 4.00000000000000D+00 300 300 2.50000000000000D-01 301 301 4.00000000000000D+00 302 302 2.50000000000000D-01 303 303 4.00000000000000D+00 304 304 2.50000000000000D-01 305 305 4.00000000000000D+00 306 306 2.50000000000000D-01 307 307 4.00000000000000D+00 308 308 4.00000000000000D+00 309 309 2.50000000000000D-01 310 310 4.00000000000000D+00 311 311 2.50000000000000D-01 312 312 4.00000000000000D+00 313 313 2.50000000000000D-01 314 314 4.00000000000000D+00 315 315 2.50000000000000D-01 316 316 4.00000000000000D+00 317 317 4.00000000000000D+00 318 318 2.50000000000000D-01 319 319 4.00000000000000D+00 320 320 2.50000000000000D-01 321 321 4.00000000000000D+00 322 322 2.50000000000000D-01 323 323 4.00000000000000D+00 324 324 2.50000000000000D-01 325 325 1.00000000000000D+08 326 326 1.00000000000000D+08 327 327 1.00000000000000D+08 328 328 1.00000000000000D+08 329 329 1.00000000000000D+08 330 330 1.00000000000000D+08 331 331 4.00000000000000D+20 332 332 4.00000000000000D+20 333 333 4.00000000000000D+20 334 334 1.00000000000000D+12 335 335 1.00000000000000D+12 336 336 1.00000000000000D+12 337 337 1.00000000000000D+12 338 338 1.00000000000000D+12 339 339 1.00000000000000D+12 340 340 1.00000000000000D+12 341 341 1.00000000000000D+12 342 342 1.00000000000000D+12 343 343 1.00000000000000D+12 344 344 1.00000000000000D+12 345 345 1.00000000000000D+12 346 346 1.00000000000000D+12 347 347 1.00000000000000D+12 348 348 1.00000000000000D+12 349 349 1.00000000000000D+12 350 350 1.00000000000000D+12 351 351 1.00000000000000D+12 352 352 1.00000000000000D+12 353 353 1.00000000000000D+12 354 354 1.00000000000000D+12 355 355 1.00000000000000D+12 356 356 1.00000000000000D+12 357 357 1.00000000000000D+12 358 358 1.00000000000000D+12 359 359 1.00000000000000D+12 360 360 1.00000000000000D+12 361 361 1.00000000000000D+12 362 362 1.00000000000000D+12 363 363 1.00000000000000D+12 364 364 1.00000000000000D+12 365 365 1.00000000000000D+12 366 366 1.00000000000000D+12 367 367 1.00000000000000D+12 368 368 1.00000000000000D+12 369 369 1.00000000000000D+12 370 370 1.00000000000000D+12 371 371 1.00000000000000D+12 372 372 1.00000000000000D+12 373 373 1.00000000000000D+12 374 374 1.00000000000000D+12 375 375 1.00000000000000D+12 376 376 1.00000000000000D+12 377 377 1.00000000000000D+12 378 378 1.00000000000000D+12 379 379 1.00000000000000D+12 380 380 1.00000000000000D+12 381 381 1.00000000000000D+12 382 382 1.00000000000000D+12 383 383 1.00000000000000D+12 384 384 1.00000000000000D+12 385 385 1.00000000000000D+12 386 386 1.00000000000000D+12 387 387 1.00000000000000D+12 388 388 1.00000000000000D+12 389 389 1.00000000000000D+12 390 390 1.00000000000000D+12 391 391 1.00000000000000D+12 392 392 1.00000000000000D+12 393 393 1.00000000000000D+12 -SOLUTION/CONSTRAINT_WEIGHT_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_MATRIX * Ind1 Ind2 Decomposed_normal_matrix(ind1,ind2) 1 1 7.84493108014390D+03 2 1 7.42160734381527D+02 2 2 1.15728363110870D+04 3 1 8.63973087345064D+03 3 2 1.71032041996215D+04 3 3 4.03258326966763D+04 4 1 -8.71729122070223D+03 4 2 -6.48633969694376D+02 4 3 -1.17029384410977D+04 4 4 4.10073810180426D+04 5 1 3.06277674577292D+03 5 2 -9.69106610514782D+03 5 3 -6.26392895158008D+03 5 4 1.07268330377527D+03 5 5 2.81037161449080D+04 6 1 3.61375594813377D+02 6 2 -1.27380784489103D+04 6 3 -1.46477927444037D+04 6 4 8.29678059069999D+03 6 5 4.28966825582981D+04 6 6 8.31854581191426D+04 7 1 8.72345926515758D+02 7 2 -9.35147807151079D+01 7 3 3.06320029269904D+03 7 4 -3.22901076004207D+04 7 5 -4.13545362507738D+03 7 6 -8.65815889620595D+03 7 7 3.14177439906001D+04 8 1 -3.80493016030919D+03 8 2 -1.88176834287494D+03 8 3 -1.08392707419060D+04 8 4 -4.24040505209938D+02 8 5 -1.84126459141143D+04 8 6 -3.01586016449146D+04 8 7 4.22897688520327D+03 8 8 2.02944180213911D+04 9 1 -9.00110967230890D+03 9 2 -4.36512075590342D+03 9 3 -2.56780411978792D+04 9 4 3.40615327653848D+03 9 5 -3.66327512354031D+04 9 6 -6.85376658126407D+04 9 7 5.59495383122005D+03 9 8 4.09978746514916D+04 9 9 9.42157066282509D+04 10 1 4.06128293769034D+09 10 2 1.12046947275460D+10 10 3 1.61528757873365D+10 10 4 -6.00084103338972D+09 10 5 -9.74741866153920D+09 10 6 -1.37704164830248D+10 10 7 1.93955903906235D+09 10 8 -1.45727580166290D+09 10 9 -2.38245917956291D+09 10 10 3.94125969437503D+17 11 1 8.23967637784212D+08 11 2 2.15034096978018D+09 11 3 2.83365864591304D+09 11 4 -3.47070334881329D+09 11 5 -4.84906075486164D+09 11 6 -5.54817325530323D+09 11 7 2.64673544387285D+09 11 8 2.69872005619017D+09 11 9 2.71451464178791D+09 11 10 8.32364577661449D+16 11 11 3.85878597896510D+16 12 1 6.49943705497217D+09 12 2 5.72080756427446D+09 12 3 1.11440001677485D+10 12 4 -5.68637019603821D+09 12 5 -5.47578796558099D+09 12 6 -8.67112868896519D+09 12 7 -8.13065979251766D+08 12 8 -2.45019536544340D+08 12 9 -2.47287141386054D+09 12 10 -5.65888307297203D+16 12 11 -1.50622006054113D+16 12 12 2.85943302550915D+17 13 1 2.52623925213269D+09 13 2 1.01830060475632D+09 13 3 3.15810898182364D+09 13 4 -5.01875256842479D+09 13 5 -1.49472527538092D+09 13 6 -1.69909483736108D+09 13 7 2.49251301262321D+09 13 8 4.76424966879411D+08 13 9 -1.45901410752857D+09 13 10 -1.23813812063699D+16 13 11 -6.27533953354278D+15 13 12 6.83357526064754D+16 13 13 4.34409148682797D+16 14 1 -2.21546150172532D+09 14 2 -3.28153167266498D+09 14 3 -3.80473857693223D+09 14 4 2.40096046649602D+09 14 5 3.38718713279101D+09 14 6 3.99559673506402D+09 14 7 -1.85498952730835D+08 14 8 -1.05655466222122D+08 14 9 -1.90858158988589D+08 14 10 -3.02312868777657D+15 14 11 -5.61982305480658D+14 14 12 -2.81287333039343D+14 14 13 -1.40559684521958D+14 14 14 9.27737880138738D+15 15 1 6.68608132493012D+09 15 2 2.02445879883877D+10 15 3 2.15960990138288D+10 15 4 -1.88119272364703D+09 15 5 -1.41189861247961D+10 15 6 -1.33190904962120D+10 15 7 -4.80489083192838D+09 15 8 -6.12559969107297D+09 15 9 -8.27700824188736D+09 15 10 2.18569224479718D+15 15 11 4.77593098142208D+14 15 12 -2.08076510798029D+15 15 13 -1.15238444560128D+15 15 14 -3.33873422081651D+16 15 15 2.20741869006631D+17 16 1 1.38961884406903D+09 16 2 -1.79178014355056D+10 16 3 -2.73743547610540D+10 16 4 3.28642645574324D+09 16 5 1.11281973927087D+10 16 6 1.45716810569187D+10 16 7 -4.67604428165614D+09 16 8 6.78960400180227D+09 16 9 1.28026737198820D+10 16 10 -1.24213572623160D+17 16 11 -2.87733750915320D+16 16 12 -1.05085334616070D+17 16 13 -2.62074322451425D+16 16 14 -4.21491131146484D+15 16 15 1.44950609001902D+16 16 16 3.65965195949450D+17 17 1 8.86796549093314D+09 17 2 -7.80153827394053D+09 17 3 5.94837426716460D+07 17 4 -2.37471630361702D+09 17 5 1.80788927878627D+10 17 6 2.17133911445225D+10 17 7 -6.49325118664080D+09 17 8 -1.02773526255685D+10 17 9 -2.17728746383100D+10 17 10 3.29247033690241D+16 17 11 -5.30833072421965D+15 17 12 -7.78227716417280D+15 17 13 -1.44229209030144D+16 17 14 5.33714049458827D+15 17 15 -2.68098329062912D+16 17 16 8.69746210387845D+16 17 17 1.83212845535858D+17 18 1 2.86644821984752D+09 18 2 4.28139676960864D+08 18 3 3.86492206215035D+09 18 4 -1.20942872800968D+08 18 5 3.71213129040770D+08 18 6 -1.95148114986290D+09 18 7 -2.74550495449353D+09 18 8 -7.99352613008922D+08 18 9 -1.91344083857998D+09 18 10 -5.65611618889446D+15 18 11 -1.15716096923634D+15 18 12 -1.05042430053268D+16 18 13 -2.32775274301702D+15 18 14 4.39983895576486D+14 18 15 -5.94422255131840D+14 18 16 -2.76850614770419D+16 18 17 1.08194293823254D+16 18 18 1.61002373649830D+17 19 1 9.33147101663002D+08 19 2 1.38982370563275D+08 19 3 2.09628429770225D+09 19 4 -7.96651357555927D+09 19 5 -6.08469629493270D+09 19 6 -1.21308898449029D+10 19 7 7.03336584777339D+09 19 8 5.94571448877111D+09 19 9 1.00346056258502D+10 19 10 -1.67735023848531D+15 19 11 1.25181852366848D+14 19 12 -6.45886016091648D+14 19 13 -3.38392503964454D+15 19 14 1.40640998982598D+14 19 15 -8.45317892121600D+13 19 16 -3.12758803237248D+15 19 17 -8.04000297925811D+15 19 18 2.01879106136722D+16 19 19 5.61542420167662D+16 20 1 8.82252275723990D+08 20 2 2.40824553848795D+09 20 3 8.09776532367826D+09 20 4 -8.08968973031116D+08 20 5 -8.19191088974622D+08 20 6 -2.77051845573954D+09 20 7 -7.32831020532662D+07 20 8 -1.58905441796188D+09 20 9 -5.32724683870246D+09 20 10 -2.40271645601229D+15 20 11 -7.27092780320448D+14 20 12 -6.53644332671821D+15 20 13 -1.55647506269325D+15 20 14 -1.52566824866358D+13 20 15 2.00232816083968D+14 20 16 -1.21440007504559D+16 20 17 -1.07677136124518D+16 20 18 -1.46419104533888D+16 20 19 -1.64172719564547D+15 20 20 1.13396801172803D+17 21 1 -3.36344322392794D+08 21 2 3.87229443745761D+08 21 3 5.23662203072098D+08 21 4 6.10167830525576D+08 21 5 -5.98944099238388D+08 21 6 -2.58737038523669D+09 21 7 -2.73823637977636D+08 21 8 2.11714771708828D+08 21 9 2.06370819857465D+09 21 10 -3.88063303047088D+14 21 11 -9.08311651537432D+14 21 12 -3.82707771593109D+15 21 13 -1.57817495499059D+15 21 14 -7.47163413781650D+12 21 15 1.26971863112256D+14 21 16 -1.93043315637568D+14 21 17 -1.69555311878912D+14 21 18 -4.09825704687842D+15 21 19 -9.01444404974888D+15 21 20 2.15222692140667D+16 21 21 1.63572094629040D+16 22 1 2.04052105987863D+09 22 2 2.63681142999621D+09 22 3 1.60417959975393D+10 22 4 -9.45859373012658D+09 22 5 4.05235912640343D+09 22 6 4.55445431015256D+08 22 7 7.41807357478341D+09 22 8 -6.68917057594933D+09 22 9 -1.64972413327680D+10 22 10 -2.12446270986460D+16 22 11 -6.84257992076262D+15 22 12 1.25714794257736D+16 22 13 5.11429298683648D+15 22 14 1.24066207264764D+14 22 15 -9.72316998588416D+14 22 16 -8.58371927343898D+15 22 17 -2.22811819745587D+15 22 18 -3.56019268777357D+16 22 19 3.99173360621568D+14 22 20 -3.56084220434861D+16 22 21 -1.14230768122472D+16 22 22 2.95020425731218D+17 23 1 1.74699549486438D+08 23 2 5.91157980191785D+08 23 3 1.29149739094157D+09 23 4 2.87675478854291D+09 23 5 -1.41850594792409D+09 23 6 -4.56877245999351D+09 23 7 -3.05145461434614D+09 23 8 8.27348212592619D+08 23 9 3.27727510381278D+09 23 10 -4.38835475476732D+15 23 11 -3.37056830122427D+15 23 12 2.53339695825411D+15 23 13 -1.63078274849352D+15 23 14 8.33425220845915D+13 23 15 -7.07506224939008D+14 23 16 5.54450656954317D+15 23 17 -1.97467912795501D+15 23 18 -2.37125834082497D+15 23 19 -5.74814769696618D+15 23 20 -1.07893667031459D+16 23 21 -6.01189338349042D+15 23 22 3.43630115334455D+16 23 23 2.04279888635431D+16 24 1 -2.27445961736456D+10 24 2 7.55903171101942D+09 24 3 -2.31764948682542D+10 24 4 2.84609631882475D+10 24 5 -1.41374818206062D+10 24 6 5.92353325747586D+08 24 7 -5.71636754762630D+09 24 8 6.57845278429491D+09 24 9 2.25841419876873D+10 24 10 1.32902689251502D+16 24 11 4.99181225239552D+15 24 12 -3.69332623472978D+16 24 13 -1.51798612512563D+16 24 14 -4.34643207457316D+14 24 15 4.22224352340378D+15 24 16 -2.15130319877893D+17 24 17 -1.47554888104743D+17 24 18 -3.93631260381082D+16 24 19 -1.28798152165637D+16 24 20 -2.33395779576819D+16 24 21 1.96630535562752D+14 24 22 -8.67408801697352D+16 24 23 -8.51468037018445D+15 24 24 4.67197506790676D+17 25 1 2.62345300001224D+09 25 2 -5.68524849707640D+08 25 3 1.94879346473682D+09 25 4 1.77132127393481D+08 25 5 8.32647796638527D+09 25 6 1.91844500421208D+10 25 7 -2.80058575401628D+09 25 8 -7.75795258473329D+09 25 9 -2.11332434279536D+10 25 10 -7.75001203818890D+13 25 11 1.75904689486164D+14 25 12 9.21469574595360D+15 25 13 3.78693322850372D+15 25 14 1.18658799871428D+14 25 15 -1.19169911080718D+15 25 16 1.28847078394538D+16 25 17 -4.70630400770851D+15 25 18 -2.89394566132328D+15 25 19 -1.98739351790446D+16 25 20 4.81508399593375D+15 25 21 -1.40530785353690D+15 25 22 1.76016652738554D+16 25 23 6.67747265683912D+15 25 24 -2.74510555354042D+16 25 25 6.20801443115419D+16 26 1 1.44122498598750D+10 26 2 1.65139054423720D+10 26 3 6.65941047262520D+10 26 4 -1.77647231225662D+10 26 5 -6.42518464150893D+09 26 6 -3.00113730352158D+10 26 7 3.35248134181902D+09 26 8 -1.00887214679922D+10 26 9 -3.65827311513190D+10 26 10 -4.66880091734835D+15 26 11 -3.51254525730816D+14 26 12 -2.38230890934272D+14 26 13 1.98463846022144D+14 26 14 2.46756996465520D+13 26 15 -5.06435524179149D+15 26 16 2.01669647764296D+16 26 17 9.91017469702144D+15 26 18 -4.25377812329472D+16 26 19 -1.09195434926080D+15 26 20 1.68182142848614D+15 26 21 -1.96554215767552D+14 26 22 -1.29893316239311D+17 26 23 -5.08069206198323D+15 26 24 -8.64920994656666D+16 26 25 -5.80337603512998D+15 26 26 1.02637921779836D+18 27 1 2.09311595409367D+09 27 2 3.96259567634181D+09 27 3 1.29675515589030D+10 27 4 -1.37586944679641D+09 27 5 -6.16574677318080D+09 27 6 -1.98309992098690D+10 27 7 -7.17247242654161D+08 27 8 2.20315166769291D+09 27 9 6.86344774767380D+09 27 10 -1.14965453254054D+15 27 11 -1.54411874604928D+14 27 12 -1.60295893675520D+14 27 13 3.54244574504960D+13 27 14 1.40979844593160D+13 27 15 -1.30078787361331D+15 27 16 4.87953247879578D+15 27 17 2.57121958987930D+15 27 18 -7.53086261239877D+15 27 19 -4.02833731117126D+15 27 20 3.49310037396992D+14 27 21 4.48594220591840D+13 27 22 -1.94196009449521D+16 27 23 -2.65918969848522D+15 27 24 -2.21701594756332D+16 27 25 -1.20564697268586D+16 27 26 1.64156824783015D+17 27 27 6.36046769264031D+16 28 1 1.01293673396445D+10 28 2 -9.09483050710329D+08 28 3 3.84588112299009D+09 28 4 -5.31546976449621D+09 28 5 -3.74020808135324D+08 28 6 -5.85391741510798D+09 28 7 -4.81389723373005D+09 28 8 1.28350468338030D+09 28 9 2.00803649187702D+09 28 10 3.32332028829798D+15 28 11 1.00313267785971D+15 28 12 5.59771457447526D+15 28 13 1.93415487915904D+15 28 14 1.27214599881950D+14 28 15 -9.11580846249472D+14 28 16 8.92720626930842D+15 28 17 3.99895792231731D+15 28 18 2.60610474080205D+15 28 19 1.03621723490688D+14 28 20 -1.61269387825037D+15 28 21 -8.79336646811200D+13 28 22 -1.92148279237489D+16 28 23 -4.62346714432147D+15 28 24 -2.79746098520453D+16 28 25 -1.00698471391724D+14 28 26 -1.51458024316588D+17 28 27 -1.54328318558354D+16 28 28 4.42739402224707D+17 29 1 2.94931234632981D+09 29 2 -2.70865254072500D+08 29 3 2.50310252129744D+09 29 4 -5.23029910770216D+09 29 5 -2.47146159248034D+09 29 6 -7.65183224157070D+09 29 7 2.28098642096046D+09 29 8 2.74232709506595D+09 29 9 5.14872976274351D+09 29 10 4.02576861699360D+13 29 11 7.40173304120704D+14 29 12 4.01292818678272D+14 29 13 2.55520974570624D+14 29 14 2.29500576571200D+13 29 15 -1.71443197987840D+14 29 16 1.95666661852800D+15 29 17 -1.67767702994611D+15 29 18 5.65052084918000D+13 29 19 -1.83464183184102D+15 29 20 8.31917353754816D+14 29 21 1.06112686299392D+14 29 22 -3.19609062585114D+15 29 23 -6.72058274513008D+14 29 24 -3.44636134475930D+15 29 25 -6.75060449905823D+15 29 26 -1.68416576157885D+16 29 27 -1.71669180457971D+16 29 28 8.58271180359910D+16 29 29 7.86756765793667D+16 30 1 5.94278755989873D+09 30 2 1.10668306634297D+10 30 3 1.16835863730090D+10 30 4 1.56490557758558D+09 30 5 -9.49959920457886D+09 30 6 -1.34689403888159D+10 30 7 -7.50769390892228D+09 30 8 -1.56722764441155D+09 30 9 1.78535477895174D+09 30 10 2.33163971652198D+15 30 11 2.04717846300672D+14 30 12 -4.16280163245056D+14 30 13 -2.48070356578304D+14 30 14 8.24815964833880D+13 30 15 -7.25721267408896D+14 30 16 -2.09702854720717D+15 30 17 -2.19050267079066D+15 30 18 1.68373470640128D+14 30 19 -1.78080565948160D+15 30 20 1.63266187841536D+15 30 21 3.55960500620608D+14 30 22 3.04628464493343D+16 30 23 1.48017876626931D+15 30 24 -2.04811638677463D+16 30 25 -2.40096118062597D+15 30 26 -2.06436047322178D+17 30 27 -1.99030411665731D+16 30 28 -1.62364905530698D+17 30 29 -3.77822638334510D+16 30 30 9.59767515468558D+17 31 1 1.63634011485395D+09 31 2 1.23258835290738D+09 31 3 2.33340617111094D+09 31 4 -4.84759401866589D+09 31 5 -2.82398821293921D+09 31 6 -3.99694909787839D+09 31 7 3.21125368716408D+09 31 8 1.59139997756476D+09 31 9 1.66354295607500D+09 31 10 6.00107851911040D+13 31 11 -3.83756712075520D+13 31 12 -4.49571791877120D+13 31 13 -3.85382771165440D+13 31 14 5.98887150094800D+12 31 15 -2.92484811299840D+13 31 16 -4.54141348879360D+13 31 17 -7.43722742732800D+13 31 18 -3.05149895031248D+14 31 19 -3.07740343677824D+14 31 20 2.50297662367488D+14 31 21 6.51796070482240D+13 31 22 1.03221315303245D+15 31 23 3.35012849076480D+14 31 24 -4.61716236734874D+15 31 25 -8.58048315834800D+12 31 26 -1.00501049227162D+16 31 27 2.12019224092992D+15 31 28 -2.42644783532927D+16 31 29 -1.95237146826685D+16 31 30 1.24221394560931D+17 31 31 6.99050332127892D+16 32 1 -2.02951310535412D+09 32 2 -4.82454637195175D+09 32 3 -8.76963095650104D+09 32 4 1.80670887119092D+09 32 5 3.96739530274766D+09 32 6 7.13497134435868D+09 32 7 2.22803966993363D+08 32 8 8.57151445851383D+08 32 9 1.63465967241631D+09 32 10 1.19414082117971D+15 32 11 2.71633649172864D+14 32 12 1.19739674574906D+15 32 13 3.93744273249152D+14 32 14 -4.92055076372042D+13 32 15 8.28272102662144D+14 32 16 2.73609196646832D+15 32 17 2.35291839100672D+15 32 18 1.16893185608886D+15 32 19 -3.08725500576320D+14 32 20 6.14667263696640D+13 32 21 2.04478255841520D+13 32 22 -1.38181762264128D+14 32 23 -1.49997992679488D+14 32 24 -1.09433626558781D+16 32 25 -2.44180891888240D+14 32 26 -2.69608865276355D+16 32 27 -4.92891220405530D+15 32 28 -2.30449456621095D+16 32 29 -5.59988970026387D+15 32 30 -5.73473019289812D+16 32 31 -5.14918253603206D+15 32 32 1.18671491475779D+17 33 1 4.42026038478962D+07 33 2 1.26521145501351D+09 33 3 2.06358980912213D+09 33 4 3.51529740006527D+08 33 5 -4.23859567621163D+08 33 6 -5.39010583124604D+08 33 7 -3.95732378404538D+08 33 8 -8.41351869566680D+08 33 9 -1.52457922119905D+09 33 10 -8.57661303694448D+14 33 11 -2.40345941698992D+14 33 12 -1.18020298403691D+15 33 13 -4.03726447678384D+14 33 14 3.14933825938865D+13 33 15 -6.48536478261888D+14 33 16 -3.01010750183341D+15 33 17 -2.48948008046752D+15 33 18 -1.72973548021005D+15 33 19 -2.64847262917184D+14 33 20 1.80899558335280D+14 33 21 2.06589897431200D+13 33 22 2.67711406103629D+15 33 23 6.80027086199400D+14 33 24 6.95774184228403D+15 33 25 6.12665989351004D+14 33 26 8.05407358681626D+15 33 27 1.74061790004467D+15 33 28 7.81671047237008D+15 33 29 -6.52706683477600D+13 33 30 1.91611746197453D+15 33 31 -3.57831551550106D+15 33 32 -1.94860129776268D+16 33 33 1.83201772993448D+16 34 1 -1.26659287756129D+10 34 2 -1.53458620876048D+10 34 3 -4.24103789436986D+10 34 4 1.21679629871464D+10 34 5 8.86486383941679D+09 34 6 2.38509885850795D+10 34 7 4.97963927448686D+08 34 8 6.48100127661019D+09 34 9 1.85593908681457D+10 34 10 3.55529529644442D+15 34 11 4.63591037453824D+14 34 12 1.75064079859866D+15 34 13 4.76282248108288D+14 34 14 -9.58087017015720D+13 34 15 2.89989656700723D+15 34 16 -4.91444253692416D+14 34 17 1.79672125660365D+15 34 18 8.10330189951846D+15 34 19 -1.71955574603366D+15 34 20 2.42961029549696D+14 34 21 8.36126902890880D+13 34 22 3.32443551001615D+16 34 23 3.05565260481242D+15 34 24 1.16593725454971D+16 34 25 3.72580952004835D+15 34 26 -2.35416903012647D+17 34 27 -4.30612929808195D+16 34 28 -5.45319748508529D+16 34 29 -1.72407823347569D+16 34 30 -3.59817584257335D+17 34 31 -5.08018646525107D+16 34 32 -4.50049817799738D+16 34 33 8.58118039454016D+15 34 34 5.92500709200300D+17 35 1 2.16490210114927D+09 35 2 2.64839966363311D+09 35 3 9.17812290037205D+09 35 4 5.14473109008888D+09 35 5 3.98113491488477D+09 35 6 9.56891627502236D+09 35 7 -7.30963338000788D+09 35 8 -6.62953453145908D+09 35 9 -1.87470391473865D+10 35 10 -1.29367802622106D+15 35 11 -2.25063707766016D+14 35 12 -7.52921564281600D+14 35 13 -2.47531575866368D+14 35 14 3.35449996207600D+13 35 15 -1.19907446952346D+15 35 16 1.71718374256640D+13 35 17 -8.69902576404480D+14 35 18 -3.74352793343142D+15 35 19 -3.33002553634816D+14 35 20 2.50564002784640D+14 35 21 3.85545237286720D+13 35 22 -1.15856247261302D+16 35 23 1.96505042873888D+14 35 24 -1.15107310788280D+16 35 25 -7.57820155994160D+13 35 26 1.16154218092689D+17 35 27 1.59133989776031D+16 35 28 -3.28152211406541D+15 35 29 -1.83821379488074D+16 35 30 -1.46520868262042D+16 35 31 -3.19643759523912D+16 35 32 5.16239671125261D+15 35 33 -5.67434780248557D+15 35 34 -3.19310101293179D+16 35 35 1.00346571162696D+17 36 1 1.07931417967043D+09 36 2 2.78419795291779D+09 36 3 1.06944974031812D+10 36 4 -2.39015029077633D+09 36 5 9.50014134075652D+08 36 6 2.31894717558153D+08 36 7 1.31083749577739D+09 36 8 -3.73421273459271D+09 36 9 -1.09263921615372D+10 36 10 -1.45611386366054D+15 36 11 -1.68480252347456D+14 36 12 -5.18462160192768D+14 36 13 -1.64183488039424D+14 36 14 1.10238180623450D+12 36 15 -1.52594778150963D+15 36 16 8.57807724012032D+14 36 17 -8.98782683527680D+14 36 18 2.29208807669427D+15 36 19 7.88170251154624D+14 36 20 -1.05326237256653D+15 36 21 -5.66868639130320D+13 36 22 -7.98484498211686D+15 36 23 -1.06160376965150D+15 36 24 1.38970262679557D+16 36 25 -5.17844578318564D+14 36 26 -7.44283600374784D+16 36 27 -6.90586947488422D+15 36 28 9.80561587357082D+15 36 29 4.50925123391008D+15 36 30 1.59341344239043D+16 36 31 1.22754086122918D+15 36 32 5.11696685927005D+15 36 33 -7.56878298050400D+14 36 34 1.14500553141197D+15 36 35 -1.84311294848998D+15 36 36 1.18678765770262D+17 37 1 -8.16326467289524D+07 37 2 5.75807018909160D+08 37 3 1.15244148898812D+09 37 4 1.16556876929571D+09 37 5 -1.52986428242573D+08 37 6 -3.41352387604790D+08 37 7 -1.08393609328747D+09 37 8 -4.22820649808448D+08 37 9 -8.11089105014545D+08 37 10 -3.36393488605728D+14 37 11 1.87548283874560D+13 37 12 -1.85493588964096D+14 37 13 -2.95878236124800D+13 37 14 -1.25557404602000D+12 37 15 -3.61389617868800D+14 37 16 1.01985178018304D+14 37 17 -1.31965421920000D+14 37 18 6.10326729706200D+14 37 19 2.65038799511520D+14 37 20 -2.50921445560864D+14 37 21 -6.19612142306000D+13 37 22 -1.88246510636467D+15 37 23 -3.99423968618080D+14 37 24 3.44023905210266D+15 37 25 9.91192615037200D+12 37 26 -2.04305890218317D+16 37 27 -4.08007844745965D+15 37 28 5.13795783691629D+15 37 29 1.96151900775520D+15 37 30 4.72461057180442D+15 37 31 -1.80107434019002D+15 37 32 1.42701941043338D+15 37 33 -8.61628231124800D+13 37 34 1.32211365327078D+15 37 35 -1.34388238414336D+14 37 36 2.13529756277636D+16 37 37 7.33734590915939D+15 38 1 -7.35255200393415D+09 38 2 5.79783648691596D+09 38 3 2.03902195833519D+09 38 4 4.98751953519112D+09 38 5 -7.39817025949458D+09 38 6 -6.56021779962923D+09 38 7 2.36503207195273D+09 38 8 1.60033483070478D+09 38 9 4.52119605286111D+09 38 10 3.22058570446336D+14 38 11 4.67222633670400D+13 38 12 6.13318718580224D+14 38 13 1.85176293213696D+14 38 14 6.79619938576300D+13 38 15 -1.40159115211776D+14 38 16 8.41085054596864D+14 38 17 3.53946164802304D+14 38 18 2.85230509176653D+15 38 19 3.81512859307200D+14 38 20 -2.46119916609664D+14 38 21 -7.58426748717920D+13 38 22 3.03455205539200D+15 38 23 -7.15447613492448D+14 38 24 4.50871033937920D+15 38 25 5.77867389034396D+14 38 26 5.91285434455921D+16 38 27 4.64542632303683D+15 38 28 -7.19483507779840D+15 38 29 -4.40287183494650D+15 38 30 -1.15056096586201D+17 38 31 -2.30083184566200D+16 38 32 -4.72794544126918D+15 38 33 1.07864774868752D+14 38 34 -9.90585212613064D+16 38 35 -1.10367047600118D+16 38 36 -4.81515151043935D+16 38 37 -7.23527590755685D+15 38 38 2.27116506224396D+17 39 1 -3.82132136475080D+08 39 2 2.98031911069669D+08 39 3 -4.03361333732735D+08 39 4 2.09326702584182D+09 39 5 -2.63080611105349D+09 39 6 -2.35559026160393D+09 39 7 -1.71113484685698D+09 39 8 2.33277414562471D+09 39 9 2.75895159020631D+09 39 10 -4.53771944384160D+13 39 11 -5.65565742128000D+12 39 12 -1.40285966206720D+13 39 13 7.38437445171200D+12 39 14 5.66023090124200D+12 39 15 -4.98782880403200D+13 39 16 -2.18112631580160D+13 39 17 9.29213847782400D+12 39 18 -1.79417335886916D+14 39 19 2.62585956713600D+13 39 20 -1.44209049752640D+13 39 21 -1.10337439799480D+13 39 22 -5.73270801097856D+14 39 23 -3.04556860756960D+13 39 24 6.38746521907200D+13 39 25 -6.89308388542460D+13 39 26 -7.76057433920307D+15 39 27 -3.87507471676800D+12 39 28 3.99548615383136D+14 39 29 2.38010970714064D+14 39 30 5.97433816393677D+15 39 31 -3.48346693734979D+15 39 32 7.49961459248480D+14 39 33 2.83620044559520D+13 39 34 1.67398748312986D+15 39 35 -9.34795854131430D+15 39 36 1.96171368574634D+15 39 37 1.18962502363250D+15 39 38 4.93961984002880D+14 39 39 1.48433995191514D+16 40 1 6.73401196621732D+08 40 2 2.44951846712224D+07 40 3 5.89881177829977D+08 40 4 -6.50407764785928D+08 40 5 1.95626968036777D+08 40 6 -2.59231864974353D+08 40 7 -2.29933773324426D+07 40 8 -2.20122111415668D+08 40 9 -3.30649299129070D+08 40 10 7.72944023916160D+13 40 11 9.71075047081550D+12 40 12 9.27702635061440D+13 40 13 2.08092946797265D+13 40 14 1.57742329424220D+13 40 15 1.22297689094780D+13 40 16 8.62464799571520D+13 40 17 2.53561563171300D+13 40 18 -5.24693834390400D+12 40 19 -1.03324672445608D+13 40 20 -1.42432912014240D+13 40 21 -3.48337030462956D+12 40 22 -6.80002048337280D+13 40 23 -1.71143787085584D+13 40 24 1.74455754711168D+14 40 25 -3.00769839053881D+12 40 26 1.18645311030784D+14 40 27 -1.78128811062850D+12 40 28 -1.57280029773440D+13 40 29 -1.15723498724900D+12 40 30 -1.27512031956480D+13 40 31 5.90368003933000D+12 40 32 6.92054527015200D+12 40 33 6.18590300995038D+12 40 34 -1.41599694540160D+13 40 35 5.60842454309400D+12 40 36 9.05993662633280D+13 40 37 -1.21446437448290D+14 40 38 -2.83959095503200D+14 40 39 -1.39489883695944D+13 40 40 4.44289907967584D+16 41 1 1.88281363051586D+08 41 2 2.47177233765801D+07 41 3 2.34113407766576D+08 41 4 -5.41864465994292D+08 41 5 -1.09544421359994D+08 41 6 -4.47268944087134D+08 41 7 3.53583118339116D+08 41 8 8.48266808827945D+07 41 9 2.13155534396095D+08 41 10 1.71292815895380D+13 41 11 2.59845367238400D+12 41 12 2.18019677784480D+13 41 13 5.13812658093200D+12 41 14 3.28448147356250D+12 41 15 6.95849724800000D+10 41 16 2.12537969902080D+13 41 17 5.60223000144000D+12 41 18 -1.38963426804800D+12 41 19 -2.78030581688400D+12 41 20 -3.49350976384800D+12 41 21 -6.74758151558000D+11 41 22 -1.66883519980800D+13 41 23 -3.66126887599700D+12 41 24 4.30924671953280D+13 41 25 -1.10505697155100D+12 41 26 2.52733585408000D+13 41 27 -9.95774061504000D+11 41 28 -3.80010113519200D+12 41 29 -4.35299959668000D+11 41 30 -2.80388007296000D+12 41 31 1.30930048419200D+12 41 32 1.75081944201600D+12 41 33 1.33811402268600D+12 41 34 -2.32848740851200D+12 41 35 8.80741550192000D+11 41 36 5.33442650656160D+13 41 37 -8.74756371476320D+13 41 38 -6.57982544722040D+13 41 39 -3.09200518596600D+12 41 40 9.21639526661019D+15 41 41 4.65071472382284D+15 42 1 9.10212828668280D+09 42 2 1.52818851982477D+10 42 3 3.74611182910467D+10 42 4 -6.25183667542281D+09 42 5 -2.45570015057255D+08 42 6 -4.83995959929291D+09 42 7 -2.85028745437518D+09 42 8 -1.50363143432742D+10 42 9 -3.26211582156678D+10 42 10 -3.87414204252160D+13 42 11 -3.53243976074880D+13 42 12 1.66276626288640D+14 42 13 2.10321935598720D+13 42 14 1.50185507347336D+14 42 15 -2.98205595190579D+15 42 16 5.68345458278400D+14 42 17 -4.00535176917760D+14 42 18 8.51481350451200D+12 42 19 -5.85781973514240D+13 42 20 -6.68534404925440D+13 42 21 -4.40857896471200D+12 42 22 -3.34660562632704D+14 42 23 -5.43425925959360D+13 42 24 6.98590844182528D+14 42 25 -5.40927325981800D+13 42 26 -2.88398028259328D+14 42 27 -1.41514499937152D+14 42 28 -4.93595925872640D+13 42 29 -1.40914695153280D+13 42 30 -4.39566774599680D+13 42 31 1.25913658022400D+13 42 32 5.29254145607680D+13 42 33 -1.94820294617760D+13 42 34 1.91704339222528D+14 42 35 -5.69124576136960D+13 42 36 4.13476204709888D+14 42 37 -8.81074623164992D+14 42 38 -6.08471022979072D+14 42 39 -3.82554011021120D+13 42 40 -2.67305193259697D+16 42 41 -4.53830715289403D+15 42 42 4.27592012996784D+17 43 1 1.10136397891369D+09 43 2 2.56539207442457D+09 43 3 5.25120750281123D+09 43 4 -3.99953257671006D+09 43 5 -7.24706629541694D+09 43 6 -1.61590182398296D+10 43 7 2.89816909271261D+09 43 8 4.68167370062536D+09 43 9 1.09078106754862D+10 43 10 1.09171226003520D+13 43 11 -4.58114492160000D+10 43 12 3.06806365891840D+13 43 13 1.25939591630080D+13 43 14 2.85081669848360D+13 43 15 -3.82916164924416D+14 43 16 1.03175573193216D+14 43 17 -5.62602751375360D+13 43 18 -1.05221752195520D+13 43 19 -2.52008619011840D+13 43 20 -1.20773789021440D+13 43 21 -1.18809158414720D+13 43 22 -4.94845318881280D+13 43 23 -2.04521132506880D+13 43 24 1.32554442823680D+14 43 25 3.29413134865680D+13 43 26 -1.24090828949504D+14 43 27 -4.84909778030080D+13 43 28 -1.25162908700160D+13 43 29 -1.15311876608000D+11 43 30 1.73800464312320D+13 43 31 1.13223958443520D+13 43 32 9.21023017382400D+12 43 33 -1.54448897504000D+11 43 34 5.81642634444800D+13 43 35 1.99456721730560D+13 43 36 9.36065385662080D+14 43 37 -1.63714353877235D+15 43 38 -1.12192367048768D+14 43 39 -1.87533308714240D+13 43 40 -4.66439310737364D+15 43 41 -1.85994221578842D+15 43 42 6.21154000454797D+16 43 43 3.70109993037921D+16 44 1 2.56437506552136D+09 44 2 -2.83607662367745D+09 44 3 -7.76331571333567D+09 44 4 -1.88026988339408D+09 44 5 -8.82244960246656D+08 44 6 -9.98611189601922D+08 44 7 -6.84105403653286D+08 44 8 3.71832217719267D+09 44 9 8.76192703354935D+09 44 10 2.62394596050432D+14 44 11 3.72821366458880D+13 44 12 4.62869993722112D+14 44 13 1.17068353150592D+14 44 14 1.07329763521074D+14 44 15 -8.34764802166272D+14 44 16 4.14950309789440D+14 44 17 1.62465677504000D+14 44 18 1.21627751398400D+12 44 19 -2.75027686041280D+13 44 20 -6.98841297747840D+13 44 21 -2.24731462376480D+13 44 22 -3.71511628678400D+14 44 23 -1.31341264307968D+14 44 24 1.01093420213043D+15 44 25 -3.15731115477140D+13 44 26 6.92482948200448D+14 44 27 -1.01843193564800D+13 44 28 -9.39282153062400D+13 44 29 -3.47358897808000D+12 44 30 -6.74717151672320D+13 44 31 3.71501002522880D+13 44 32 5.39947180230720D+13 44 33 2.66142768229120D+13 44 34 -5.76789215357440D+13 44 35 1.33446552339200D+13 44 36 -2.45672631552000D+13 44 37 2.23325190190688D+14 44 38 -1.65327847384806D+15 44 39 -8.10265066814080D+13 44 40 -1.34652185614417D+16 44 41 -3.47028010195685D+15 44 42 -1.21600130735813D+17 44 43 -1.38674441449303D+16 44 44 2.08515696701639D+17 45 1 2.10378843968471D+09 45 2 -6.76422767480211D+08 45 3 3.89225571335923D+08 45 4 -7.13410879475195D+09 45 5 1.32920361862994D+09 45 6 4.37618557784838D+09 45 7 5.03032069756987D+09 45 8 -6.52781203949545D+08 45 9 -4.76541119156824D+09 45 10 3.78661175546240D+13 45 11 -5.16415702566400D+12 45 12 6.99606218513920D+13 45 13 9.32087459788800D+12 45 14 2.85371339894200D+13 45 15 -3.00135679787008D+14 45 16 8.67143753861120D+13 45 17 -2.25981448755200D+12 45 18 1.14730431592000D+11 45 19 -1.07326710042240D+13 45 20 -8.65459956428800D+12 45 21 7.93786076588800D+12 45 22 -5.52312702643200D+13 45 23 4.81010593446400D+12 45 24 1.68467994394624D+14 45 25 -2.77916597434880D+13 45 26 1.04810494465024D+14 45 27 1.16671985217280D+13 45 28 -1.54872105602560D+13 45 29 -4.78795555942400D+12 45 30 -4.37386947942400D+12 45 31 1.94723882841600D+12 45 32 8.36367563827200D+12 45 33 3.56959640729600D+12 45 34 -5.70440266188800D+12 45 35 -6.47612857369600D+12 45 36 -2.71886946320512D+14 45 37 4.92848424564352D+14 45 38 -2.28861074175744D+14 45 39 -8.47880662361600D+12 45 40 -3.71497647558142D+15 45 41 -1.83342090006318D+15 45 42 7.13713508854451D+15 45 43 -7.29876982099456D+15 45 44 3.03415809090582D+16 45 45 5.13480534267370D+16 46 1 -3.37068664686149D+09 46 2 -1.48220880625203D+10 46 3 -2.53190920591361D+10 46 4 2.56846579434260D+09 46 5 9.15998545370981D+09 46 6 1.35019537272237D+10 46 7 8.02220738039915D+08 46 8 5.66210280367606D+09 46 9 1.18171383794518D+10 46 10 3.74948348674560D+14 46 11 6.68411877448320D+13 46 12 1.24391753664512D+14 46 13 4.45080522459520D+13 46 14 -8.75487227864684D+13 46 15 2.62338410939085D+15 46 16 -2.94855243973952D+14 46 17 5.10541716374272D+14 46 18 -2.16934141980608D+14 46 19 -2.55173045944320D+13 46 20 1.03751811442512D+14 46 21 4.33573436768000D+11 46 22 6.51616166128064D+14 46 23 1.50098697208880D+14 46 24 -1.13475862206592D+15 46 25 1.72473468090800D+14 46 26 7.64214682707814D+15 46 27 1.06055066503322D+15 46 28 1.68879042814675D+15 46 29 3.48906925596736D+14 46 30 6.19645062527258D+15 46 31 1.46808608968563D+15 46 32 -3.13555315915720D+14 46 33 1.77193481751824D+14 46 34 6.75651589897856D+14 46 35 1.12083337135501D+15 46 36 -1.15968476079700D+16 46 37 -1.95637769074467D+15 46 38 -1.01668854358027D+16 46 39 -7.92003463289056D+14 46 40 -2.20307982970230D+15 46 41 -6.90933298931368D+14 46 42 -1.19938462866334D+17 46 43 -2.11143962697229D+16 46 44 -3.81136924821181D+16 46 45 -1.03713146102369D+16 46 46 1.43849558333178D+17 47 1 4.65064977339635D+09 47 2 2.10633138352509D+09 47 3 1.06253007818230D+10 47 4 3.59821528338601D+09 47 5 1.26720443127081D+10 47 6 1.83816511299717D+10 47 7 -8.24886401992188D+09 47 8 -1.47783767127868D+10 47 9 -2.90069520428837D+10 47 10 -5.42040432605184D+14 47 11 -6.54118231992320D+13 47 12 -2.12034368671744D+14 47 13 -3.85509870627840D+13 47 14 9.99225613266480D+13 47 15 -2.46537086439424D+15 47 16 2.99618139576320D+14 47 17 -5.18139844216832D+14 47 18 3.41290792890704D+14 47 19 6.97611393052160D+13 47 20 -2.06115314066688D+14 47 21 -6.40212349440000D+11 47 22 -1.78446059162163D+15 47 23 -2.16462785725696D+14 47 24 2.77682808771379D+15 47 25 -2.57511829908680D+14 47 26 -2.07427546885038D+16 47 27 -1.44455280093389D+15 47 28 -2.27973208343578D+15 47 29 -1.04772435042752D+15 47 30 -7.33120026859930D+15 47 31 -2.79224158993971D+15 47 32 8.23915522002944D+14 47 33 -3.90606355308864D+14 47 34 1.11788295804723D+15 47 35 -2.42426021266227D+15 47 36 3.09897956228805D+16 47 37 6.17136799584013D+15 47 38 1.04693098076210D+16 47 39 -2.17863911770694D+15 47 40 9.29762691225190D+13 47 41 -3.79845197461008D+14 47 42 1.13570346358725D+17 47 43 2.35300575967130D+15 47 44 2.20739067616128D+14 47 45 -1.58743748900321D+16 47 46 -2.55580835017039D+16 47 47 1.48746924625060D+17 48 1 3.99125316015215D+09 48 2 4.81087519456165D+09 48 3 1.57005023068661D+10 48 4 -2.49512598311404D+09 48 5 5.91756029370557D+09 48 6 6.32057196690714D+09 48 7 -1.49612623962483D+09 48 8 -1.07284351319306D+10 48 9 -2.20210741366542D+10 48 10 2.07433999961088D+14 48 11 -2.92006318714240D+13 48 12 -1.93600640644096D+14 48 13 -1.20787659029760D+14 48 14 8.77353080657980D+13 48 15 3.67117165812224D+14 48 16 1.08132863457280D+13 48 17 -3.15146191446016D+14 48 18 -9.60746086640640D+13 48 19 -5.76273875782400D+13 48 20 6.15333520544000D+13 48 21 3.78639257354880D+13 48 22 2.77848976116736D+14 48 23 1.73064947994752D+14 48 24 -6.00105503310848D+14 48 25 7.60088672424800D+12 48 26 -4.33556791545856D+14 48 27 4.81118917597440D+13 48 28 2.90746779207680D+13 48 29 -1.11568178419840D+13 48 30 7.74867411210240D+13 48 31 -2.54041006152960D+13 48 32 -4.99292306983040D+13 48 33 -4.22141079996800D+12 48 34 1.80196472616960D+13 48 35 4.45131598758400D+13 48 36 2.35388231101952D+14 48 37 -3.66946498654272D+14 48 38 1.19608280410778D+15 48 39 5.64508090744000D+13 48 40 -1.34033049497818D+15 48 41 -6.37326175295096D+14 48 42 -4.29801273887375D+16 48 43 -1.02723247069765D+16 48 44 -1.12632104770414D+16 48 45 -1.05338947355834D+16 48 46 -2.58440957460510D+16 48 47 -4.64810789022720D+15 48 48 2.90901819536787D+17 49 1 8.06358515053881D+07 49 2 1.24365322689568D+09 49 3 2.51507586716412D+09 49 4 3.95456915264285D+08 49 5 -1.25075436180900D+09 49 6 -2.81753225677608D+09 49 7 -4.76092423535316D+08 49 8 7.10081066399231D+06 49 9 3.02456346893422D+08 49 10 -4.58487044302560D+13 49 11 -7.99814021984000D+12 49 12 -8.13697620391680D+13 49 13 -2.08060467013760D+13 49 14 4.29289134950000D+11 49 15 1.75601233026560D+13 49 16 -3.72742968151040D+13 49 17 -5.98814817600000D+13 49 18 -8.95813441862800D+12 49 19 -7.78188676089600D+12 49 20 1.40509682041280D+13 49 21 5.24013629298400D+12 49 22 6.95049987334400D+13 49 23 3.33506099635040D+13 49 24 -1.49301992735744D+14 49 25 1.15178886029260D+13 49 26 -1.94381949259264D+14 49 27 -7.81692961964800D+12 49 28 1.05799073140480D+13 49 29 -1.82295279904000D+12 49 30 3.29175996812800D+13 49 31 -2.40638507750400D+12 49 32 -7.42076781238400D+12 49 33 -4.95375780540800D+12 49 34 3.87230516718080D+13 49 35 9.23955657600000D+12 49 36 2.55887038252608D+14 49 37 -4.53649773381024D+14 49 38 2.85347582962816D+14 49 39 6.72418460848000D+12 49 40 -6.46001619367476D+14 49 41 -4.00465261245816D+14 49 42 -1.01898696032284D+16 49 43 -2.54353570302221D+15 49 44 -1.58902989794490D+15 49 45 -8.59078482132090D+15 49 46 -4.51978128685018D+15 49 47 -3.79369547457830D+15 49 48 4.20223863235521D+16 49 49 2.15905407942901D+16 50 1 -1.80240165525072D+09 50 2 2.97871511875787D+08 50 3 -1.35321451009182D+10 50 4 7.18883068551838D+09 50 5 -9.73897941031889D+09 50 6 -8.39880081717622D+09 50 7 -5.38642786428059D+09 50 8 9.44110801204119D+09 50 9 2.19309461156871D+10 50 10 3.67891240242176D+14 50 11 8.34256879815680D+13 50 12 -1.30131464617472D+14 50 13 -1.56519868221440D+13 50 14 -2.59865918319432D+14 50 15 -7.67967014892749D+15 50 16 -8.81445975887360D+14 50 17 8.62908788613120D+14 50 18 -1.09792453202944D+14 50 19 4.90918900664320D+13 50 20 1.60389323012608D+14 50 21 -2.07868148492800D+12 50 22 6.51990279592960D+14 50 23 6.66771655648000D+13 50 24 -8.36945126875136D+14 50 25 1.57564222744960D+14 50 26 1.08443392575078D+15 50 27 3.24441570153472D+14 50 28 -8.67768344985600D+12 50 29 2.66536902430720D+13 50 30 1.39269589129216D+14 50 31 1.06037933946880D+13 50 32 -7.88640101575680D+13 50 33 6.93515063136000D+13 50 34 -4.32351710352384D+14 50 35 2.21953001908224D+14 50 36 1.65677274300416D+14 50 37 2.61820873316864D+14 50 38 6.29137032110080D+14 50 39 4.62532673507840D+13 50 40 -1.34977516221402D+15 50 41 -1.62729430504256D+14 50 42 1.85447474552791D+16 50 43 5.62350979778765D+15 50 44 -5.88607386592415D+16 50 45 -2.21072869239470D+16 50 46 -3.80067061818088D+16 50 47 -1.93880753694863D+16 50 48 -8.80771334402734D+16 50 49 -6.05500859861606D+15 50 50 3.34526722740107D+17 51 1 5.58450854802317D+09 51 2 -3.33712150589329D+09 51 3 -1.12004097232233D+09 51 4 -1.72681349151954D+10 51 5 6.30952622138507D+09 51 6 1.22740602214579D+10 51 7 1.16836272077574D+10 51 8 -2.97240548442162D+09 51 9 -1.11540193562550D+10 51 10 5.40723727333760D+13 51 11 3.23752477579520D+13 51 12 -5.62558806488960D+13 51 13 1.53209258905600D+12 51 14 -2.09396351148500D+14 51 15 -6.47881477385011D+15 51 16 -2.22172742966016D+14 51 17 2.60273036161536D+14 51 18 -4.61413483950400D+13 51 19 -2.31672907633280D+13 51 20 5.88613164256000D+13 51 21 5.35376755701120D+13 51 22 2.31134431415552D+14 51 23 1.78174479715184D+14 51 24 -2.03383227776000D+14 51 25 -3.13365910605040D+13 51 26 2.58815138226176D+14 51 27 1.46353258688128D+14 51 28 -1.22059457368320D+13 51 29 -1.26656683635200D+13 51 30 7.05950006860800D+13 51 31 -1.13925636193280D+13 51 32 -3.03673432735360D+13 51 33 2.34364201120320D+13 51 34 -1.08571028824576D+14 51 35 4.84918684920320D+13 51 36 -2.36999330078720D+13 51 37 1.86643111895296D+14 51 38 2.86664274557312D+14 51 39 2.93553066060800D+13 51 40 2.47081169185868D+14 51 41 1.44786720637928D+14 51 42 1.71063193324518D+15 51 43 6.79767215472640D+14 51 44 6.81716067601280D+13 51 45 -4.83729237197696D+14 51 46 -1.87246349038790D+15 51 47 -4.13521315006259D+15 51 48 1.35425430798426D+16 51 49 3.83108666086605D+15 51 50 4.72301419831716D+16 51 51 9.22525180470081D+16 52 1 9.60888512193399D+09 52 2 3.14743421967321D+10 52 3 5.05519465519860D+10 52 4 -6.91044397988500D+09 52 5 -2.62570543459217D+10 52 6 -3.95898069662473D+10 52 7 -2.69843913948976D+09 52 8 -5.21728645660000D+09 52 9 -1.09621391374538D+10 52 10 -1.12262742102835D+15 52 11 -1.21048507086592D+14 52 12 -5.93490366972928D+14 52 13 -6.94010741690880D+13 52 14 -2.08936487286872D+14 52 15 -2.62318823436257D+16 52 16 -2.04766166387712D+14 52 17 -3.31727291330048D+14 52 18 1.10118984439808D+14 52 19 8.67241965072640D+13 52 20 9.98116171847680D+13 52 21 4.15566787576000D+13 52 22 2.27723629887488D+14 52 23 3.71602351785280D+13 52 24 -8.89031952240640D+13 52 25 -1.01284690225608D+14 52 26 -4.55394513248256D+14 52 27 -3.21892674711040D+13 52 28 -6.55375505920000D+13 52 29 -9.28382487808000D+12 52 30 -2.16895481200640D+13 52 31 -8.45754393881600D+12 52 32 6.21601453416960D+13 52 33 -6.33720473285120D+13 52 34 2.38632004917248D+14 52 35 -9.31816543411200D+13 52 36 -1.12813505470464D+14 52 37 -4.03248521861120D+13 52 38 4.53401340069888D+14 52 39 1.62620863240960D+13 52 40 2.32442217049741D+15 52 41 5.41066424671776D+14 52 42 1.68798154648781D+15 52 43 3.26343504144128D+14 52 44 1.97741648175432D+16 52 45 6.85951304868390D+15 52 46 -2.68806969212467D+16 52 47 -4.35765061098865D+16 52 48 -6.68935539769528D+16 52 49 -9.36253349011610D+15 52 50 -1.41458286637136D+17 52 51 -5.48824614999663D+16 52 52 6.17331998215594D+17 53 1 1.12790097166472D+09 53 2 6.87009667437420D+09 53 3 9.49121917484621D+09 53 4 -4.75877409544372D+09 53 5 -1.60526285763529D+10 53 6 -2.80724265204791D+10 53 7 3.63087403020838D+09 53 8 9.18253112557371D+09 53 9 1.85812072320292D+10 53 10 -1.90259329844020D+14 53 11 -4.60292841173760D+13 53 12 -7.86798335755840D+13 53 13 -2.63757823385280D+13 53 14 9.21364593785900D+12 53 15 -4.91662261242048D+15 53 16 7.88844275201920D+13 53 17 -1.49302193782400D+14 53 18 3.30910881294600D+12 53 19 -3.52347970752800D+13 53 20 1.37778418993200D+13 53 21 2.87916864806160D+13 53 22 3.08636322995200D+13 53 23 5.91379116674960D+13 53 24 1.06500938187264D+14 53 25 -5.27992466379460D+13 53 26 -2.18590655323392D+14 53 27 -2.11655287118400D+13 53 28 -3.02843928254080D+13 53 29 -1.99012483363200D+13 53 30 1.36164112787200D+13 53 31 -1.01333597696480D+13 53 32 1.35098170377920D+13 53 33 -1.34907779806800D+13 53 34 8.96586194446720D+13 53 35 -3.14644691120640D+13 53 36 -8.45834141553760D+13 53 37 7.16797600217760D+13 53 38 8.23250349836160D+13 53 39 8.22574768848000D+11 53 40 2.59188778768982D+14 53 41 9.35256718778860D+13 53 42 -6.49583564897242D+15 53 43 -1.73428780663229D+15 53 44 6.44554938182662D+15 53 45 1.66915069224771D+15 53 46 -3.51261616808813D+15 53 47 -9.68682073538771D+15 53 48 -2.10485406636738D+16 53 49 -1.02969073061344D+16 53 50 -1.87317514865819D+16 53 51 -3.42208076570372D+16 53 52 1.18952015345102D+17 53 53 7.98620606966260D+16 54 1 -6.99163552336315D+08 54 2 4.88712330415632D+09 54 3 1.83231316545038D+10 54 4 -9.98817591816150D+09 54 5 9.51265489387828D+09 54 6 1.35957160906509D+10 54 7 1.06873377423787D+10 54 8 -1.43997722947643D+10 54 9 -3.19188466863112D+10 54 10 4.84255516627149D+15 54 11 -1.02684821689754D+15 54 12 2.74715339247821D+15 54 13 -1.10844320251187D+15 54 14 1.45427447359462D+15 54 15 1.08236401462804D+16 54 16 7.90586092723712D+15 54 17 -7.79267115686707D+15 54 18 -4.83055155241984D+14 54 19 -7.56035115675648D+14 54 20 -6.74538328556544D+14 54 21 2.26844156029440D+13 54 22 -3.29883625596518D+15 54 23 -5.44793883238400D+14 54 24 4.33572905510912D+15 54 25 -1.01132607439168D+15 54 26 -3.19728928002867D+15 54 27 -8.11782463746048D+14 54 28 6.73363241349120D+13 54 29 -1.20044230630400D+14 54 30 1.56312096202752D+14 54 31 -2.45789856768000D+12 54 32 2.58001993836544D+14 54 33 -1.88016462529024D+14 54 34 1.41818246752461D+15 54 35 -6.18658769403904D+14 54 36 -1.12331614256026D+15 54 37 4.41583019581440D+13 54 38 -5.68563788865536D+14 54 39 -1.95785724200960D+13 54 40 -6.37169322551040D+14 54 41 -6.99070717849600D+13 54 42 -2.00485226428088D+16 54 43 -4.61834827474534D+15 54 44 4.64573376328499D+15 54 45 -1.93019443445760D+13 54 46 9.43294587043610D+15 54 47 7.00731657953280D+13 54 48 -3.28945356394250D+16 54 49 -3.56913607342592D+15 54 50 -2.38084093952410D+15 54 51 1.79418845210317D+15 54 52 -7.35568250479165D+16 54 53 -1.02520053726838D+16 54 54 2.05861258633220D+17 55 1 -1.23191917119388D+09 55 2 6.00989098442100D+08 55 3 6.86408361079226D+08 55 4 3.68498247927916D+09 55 5 3.25172249023803D+08 55 6 1.59147194991121D+09 55 7 -2.45306307197434D+09 55 8 -9.26161529379270D+08 55 9 -2.27788034135439D+09 55 10 -3.45486896528768D+14 55 11 -3.02094911558400D+13 55 12 -6.94867898734400D+13 55 13 2.71751013739200D+13 55 14 2.11795831634947D+14 55 15 1.77869405575629D+15 55 16 2.02631818834688D+14 55 17 -2.49837179265152D+14 55 18 6.67555515432240D+13 55 19 2.10110142834400D+13 55 20 -4.50788760734240D+13 55 21 -2.76925410839440D+13 55 22 -2.11922573918464D+14 55 23 -1.20442713088976D+14 55 24 2.66632387475200D+14 55 25 -1.55054283103170D+13 55 26 -4.72458358647040D+14 55 27 -1.58794808722592D+14 55 28 5.21821667609600D+12 55 29 1.73196529657600D+12 55 30 -3.26045254120960D+13 55 31 6.77480725651200D+12 55 32 4.61236610032960D+13 55 33 -3.77828487512480D+13 55 34 2.06818285252864D+14 55 35 -8.38559987043200D+13 55 36 -1.41009398145504D+14 55 37 -2.44245964598080D+13 55 38 -1.18959211909536D+14 55 39 -1.65235361023680D+13 55 40 -9.54297370833821D+13 55 41 -2.00702905394320D+13 55 42 -2.57208159261213D+15 55 43 -6.37800687746304D+14 55 44 5.82871705328160D+14 55 45 7.63738820739200D+13 55 46 1.48898248776755D+15 55 47 3.53858201635776D+14 55 48 -5.17149110168854D+15 55 49 -1.60544691047454D+15 55 50 2.54947175641421D+15 55 51 -1.80285585678534D+15 55 52 -1.84960235294852D+16 55 53 -9.19028683007970D+15 55 54 2.21583197320274D+16 55 55 9.32518210446278D+15 56 1 -1.46040423810878D+09 56 2 -7.03505792546048D+09 56 3 -8.37830328966673D+09 56 4 1.99354836003478D+09 56 5 6.41702155372534D+09 56 6 6.73692457727136D+09 56 7 -5.33144077938597D+08 56 8 6.18036335003933D+08 56 9 1.64137870844289D+09 56 10 4.73813694059200D+13 56 11 9.09700547108000D+13 56 12 -1.12095863502460D+13 56 13 6.44836959763600D+13 56 14 -1.08350439017823D+14 56 15 4.18714840896064D+14 56 16 -3.26099276264442D+14 56 17 4.15657217892256D+14 56 18 -1.46424701359640D+13 56 19 1.42011725611600D+13 56 20 1.08488331914760D+13 56 21 -1.17969072963990D+13 56 22 1.15684758233156D+14 56 23 2.85089421607780D+13 56 24 -2.45030753811768D+14 56 25 8.09070788052750D+13 56 26 1.47701189397792D+14 56 27 4.06415789218720D+13 56 28 3.21378916122400D+13 56 29 1.07311513448640D+13 56 30 4.45709402495040D+13 56 31 4.15083527518400D+12 56 32 -3.09981828705068D+13 56 33 2.28082704853280D+13 56 34 -9.60204653335240D+13 56 35 5.56767131238720D+13 56 36 6.18972688999320D+13 56 37 -6.77456750967200D+12 56 38 1.56441624459208D+14 56 39 1.31023725908680D+13 56 40 2.49180859386742D+14 56 41 5.61168687414780D+13 56 42 2.58329145510026D+15 56 43 5.24515218890704D+14 56 44 8.73586458947674D+14 56 45 3.93597875373984D+14 56 46 -2.25543130927686D+15 56 47 -9.79127480005280D+14 56 48 -7.77800858439428D+14 56 49 -5.47225548955520D+13 56 50 -1.23063823584896D+16 56 51 -5.68505179422251D+15 56 52 -3.04201638108897D+16 56 53 -8.25139586238178D+15 56 54 -8.75762402040510D+15 56 55 -4.53331785295388D+14 56 56 2.54563463407849D+16 57 1 3.35705302985855D+09 57 2 1.16610780110009D+10 57 3 1.52154130882170D+10 57 4 -6.86120653720686D+08 57 5 -7.62071373386791D+09 57 6 -9.11475386456376D+09 57 7 -2.67093192394349D+09 57 8 -4.04036462734745D+09 57 9 -6.10065928215004D+09 57 10 -7.54822333453792D+14 57 11 -1.01864485333184D+14 57 12 -2.70279222682112D+14 57 13 -3.40914952568960D+13 57 14 2.62937195424982D+14 57 15 -7.02836943155917D+15 57 16 2.15303040177664D+14 57 17 -4.57276673456640D+14 57 18 8.40154228412400D+13 57 19 4.32079584023040D+13 57 20 2.09735304939520D+13 57 21 1.02764046698720D+13 57 22 -9.10512439764480D+13 57 23 -7.36075065068160D+13 57 24 4.19059305849856D+14 57 25 -1.06503664125386D+14 57 26 -4.02780845031936D+14 57 27 -1.21208813088512D+14 57 28 -7.72718397691520D+13 57 29 -9.64297966252800D+12 57 30 -7.26204599024640D+13 57 31 2.53561404876800D+12 57 32 8.27005815477120D+13 57 33 -5.95687556083840D+13 57 34 2.63786009592320D+14 57 35 -1.16811272734080D+14 57 36 -1.30872971678848D+14 57 37 -6.87978356750400D+13 57 38 -1.39904745919680D+14 57 39 -8.15960890937600D+12 57 40 -1.13609201940756D+15 57 41 -2.89335195946072D+14 57 42 -1.58193575294854D+15 57 43 1.81862216061824D+14 57 44 -9.13628022185504D+15 57 45 -2.55001888120154D+15 57 46 2.86007653363661D+15 57 47 1.98584774161920D+14 57 48 2.85354860680376D+16 57 49 4.72026492841862D+15 57 50 2.46490402397732D+16 57 51 2.20443014065920D+14 57 52 7.00435121064867D+16 57 53 1.22330657863461D+16 57 54 -2.76740753449677D+15 57 55 -4.96884268536832D+14 57 56 -2.47060174408854D+16 57 57 1.07768132678087D+17 58 1 -2.77483456255119D+09 58 2 -2.79894254101517D+09 58 3 -6.65563798855234D+09 58 4 6.23149611067982D+09 58 5 -2.16494962856346D+09 58 6 -2.88546557384270D+09 58 7 -3.45666065983651D+09 58 8 4.96389155062863D+09 58 9 9.54110350143281D+09 58 10 -7.30681947180672D+14 58 11 1.13316443827200D+14 58 12 -2.42939236379904D+14 58 13 2.51058494650368D+14 58 14 -3.18271466536893D+14 58 15 2.91671204076544D+14 58 16 -7.07056502585600D+12 58 17 1.71423823864832D+14 58 18 1.07378259630464D+14 58 19 7.36774181335040D+13 58 20 -8.59715581750400D+12 58 21 -4.33069817554080D+13 58 22 5.02353616582400D+13 58 23 -7.70498264907200D+13 58 24 -1.75094238452480D+14 58 25 1.15731028523904D+14 58 26 -3.92618685863936D+14 58 27 -1.21095118718208D+14 58 28 5.26018405034240D+13 58 29 1.75597044404480D+13 58 30 5.89337651502080D+13 58 31 1.47676067402240D+13 58 32 1.09588732775200D+13 58 33 -1.44057984091840D+13 58 34 1.23396548698112D+14 58 35 -1.61265367367680D+13 58 36 -7.09918980676480D+13 58 37 -6.05117050720000D+13 58 38 1.87908144364352D+14 58 39 -5.81905657792000D+11 58 40 1.89489572855560D+14 58 41 3.67912748947360D+13 58 42 2.25218141163981D+15 58 43 5.14163368274688D+14 58 44 2.26401035834496D+14 58 45 2.27017126118912D+14 58 46 6.26550471322992D+14 58 47 2.06832434389965D+15 58 48 7.29904228917939D+15 58 49 8.69497866785280D+14 58 50 -1.01964474477455D+16 58 51 -9.69875693982029D+15 58 52 -5.68903681825751D+16 58 53 -1.02118869171084D+16 58 54 5.74082434765158D+15 58 55 4.03301936501466D+15 58 56 -7.75500666512306D+15 58 57 1.20681492069759D+16 58 58 1.04654134916575D+17 59 1 4.20177003132542D+09 59 2 1.14423366274060D+09 59 3 5.08603324876303D+09 59 4 3.87486743894109D+09 59 5 4.60737111226820D+09 59 6 7.09310502240042D+09 59 7 -8.07663679043916D+09 59 8 -5.75160519449607D+09 59 9 -1.21791383603018D+10 59 10 2.04848329519168D+14 59 11 -3.07019124029440D+13 59 12 -1.40811165967360D+13 59 13 -5.93361313579520D+13 59 14 1.33416298386920D+14 59 15 -2.33921357506355D+15 59 16 9.69889573775360D+13 59 17 -1.15235484789760D+14 59 18 -7.19089667004800D+13 59 19 -2.12087710906880D+13 59 20 6.49875376074240D+13 59 21 1.89303335173440D+13 59 22 1.75446419104768D+14 59 23 2.93407007218560D+13 59 24 -3.95873373921280D+13 59 25 -2.05830615445600D+13 59 26 4.65437943404544D+14 59 27 1.02359535836672D+14 59 28 -8.73383180523520D+13 59 29 -9.56461225907200D+12 59 30 -9.77836000563200D+13 59 31 -1.36858529200640D+13 59 32 -9.03250692121600D+12 59 33 1.04618898264320D+13 59 34 -1.55102607819776D+14 59 35 4.35307523696640D+13 59 36 6.36445827671040D+13 59 37 1.10251438787584D+14 59 38 -2.44168066286080D+13 59 39 9.91163340403200D+12 59 40 -1.50076605307993D+14 59 41 8.12997415609600D+12 59 42 -3.78023367889715D+15 59 43 -8.56185273306624D+14 59 44 2.03974399476224D+14 59 45 -2.69626881707520D+14 59 46 -7.47501647405312D+14 59 47 -3.28467056914637D+15 59 48 -6.75454391124557D+15 59 49 2.05428455382733D+15 59 50 7.19215013339341D+15 59 51 -3.52776625473280D+14 59 52 6.59057691487247D+16 59 53 -3.39596687985664D+15 59 54 -4.50904631559373D+15 59 55 1.24544110488691D+15 59 56 6.09591134312656D+15 59 57 -1.40357663600540D+16 59 58 -3.84167157235374D+16 59 59 7.92656213938964D+16 60 1 -2.61476905579806D+09 60 2 8.16813685098803D+09 60 3 -8.09882145632126D+09 60 4 5.67303765195957D+09 60 5 -1.51443227408156D+10 60 6 -9.63351270888080D+09 60 7 -3.05826534488288D+09 60 8 6.97618393570385D+09 60 9 1.77323339829254D+10 60 10 -1.31299902621880D+16 60 11 -1.65808634978688D+15 60 12 -4.50354186545971D+15 60 13 -2.09181216684544D+14 60 14 -1.31114242513819D+16 60 15 8.32228080103956D+16 60 16 7.28577488012006D+15 60 17 -1.23562106895022D+16 60 18 2.14223361025101D+15 60 19 1.12342656316570D+15 60 20 8.32402706498432D+14 60 21 1.71111503673920D+14 60 22 3.01236063756493D+15 60 23 4.91881134738368D+14 60 24 -2.80275344436326D+15 60 25 2.36266241812736D+14 60 26 1.04518645057536D+15 60 27 4.30694721616896D+14 60 28 -3.58246581008896D+14 60 29 3.18713008371200D+13 60 30 -4.12653542795264D+14 60 31 -4.87792287001600D+13 60 32 7.71307372947840D+13 60 33 -1.00942924000320D+14 60 34 -2.15666782683648D+14 60 35 1.10902910197760D+13 60 36 3.06487656083712D+14 60 37 -1.29781627072768D+14 60 38 1.03262602814669D+15 60 39 3.10176690597120D+13 60 40 4.53167067519936D+14 60 41 7.34368969607680D+13 60 42 8.04532199105946D+15 60 43 2.00082830008320D+15 60 44 -1.47178136533350D+15 60 45 6.13116940682240D+13 60 46 -2.37317650104038D+15 60 47 3.84593917333504D+14 60 48 1.57335740735959D+16 60 49 1.66241349614797D+15 60 50 -6.50398273705677D+15 60 51 -8.45516340186138D+15 60 52 -9.97553450067149D+15 60 53 -2.43141538703283D+15 60 54 -4.34386332251628D+16 60 55 -1.50132674963699D+15 60 56 -1.87183273416584D+16 60 57 -7.48992144450637D+15 60 58 -6.08512311447988D+16 60 59 1.15423510031155D+15 60 60 2.95336055154373D+17 61 1 2.75481862902253D+09 61 2 -1.99206555797264D+09 61 3 1.25258729340336D+09 61 4 -7.67472806855944D+09 61 5 4.52514652522656D+09 61 6 8.02533609336732D+09 61 7 4.91990946043478D+09 61 8 -2.53308087457635D+09 61 9 -9.27792339226029D+09 61 10 -7.36433031466976D+14 61 11 -6.84576784636160D+14 61 12 1.18079877328384D+14 61 13 -8.35959811316224D+14 61 14 -5.05542724314938D+15 61 15 -2.05079809310515D+15 61 16 3.71960600564429D+15 61 17 -6.42544296073626D+15 61 18 3.16663455117008D+14 61 19 -1.83509174666240D+13 61 20 -2.46203855112960D+13 61 21 6.23495959125440D+13 61 22 -1.56445347394048D+14 61 23 8.74957349749440D+13 61 24 2.26916369590272D+14 61 25 -1.84272788042248D+14 61 26 2.35400872734720D+13 61 27 7.32642903621120D+13 61 28 8.95416598656000D+12 61 29 -2.76004020074240D+13 61 30 1.70897545144320D+13 61 31 -2.61052525731840D+13 61 32 -7.16505234572800D+12 61 33 1.21159043136000D+11 61 34 -1.46661769809920D+13 61 35 -5.54594301982720D+13 61 36 -8.23245244421120D+13 61 37 5.44866827900160D+13 61 38 3.56354847888640D+13 61 39 7.57701677452800D+12 61 40 -1.26587554551369D+14 61 41 -8.34653847948800D+12 61 42 -4.03386314343322D+15 61 43 -9.37062816052736D+14 61 44 9.90722795277184D+14 61 45 -4.94859897528320D+13 61 46 1.08840805482470D+15 61 47 -7.27417540880896D+14 61 48 -8.02473024287949D+15 61 49 -3.23170672856704D+14 61 50 -1.39091739067085D+15 61 51 7.24110476297728D+14 61 52 -2.62072579056717D+15 61 53 -9.48764252160512D+14 61 54 2.91150279701176D+16 61 55 4.67335063435283D+15 61 56 5.96632415161779D+15 61 57 2.58764239256333D+15 61 58 1.84256664972634D+16 61 59 -1.59986505806295D+16 61 60 -3.61228112315141D+16 61 61 6.96409978185149D+16 62 1 2.63184980176259D+09 62 2 3.02743428851557D+09 62 3 7.47692100112753D+09 62 4 -3.70023343365379D+08 62 5 3.71416797685920D+08 62 6 -1.09238225814550D+09 62 7 -2.26182622702681D+09 62 8 -3.39885086572521D+09 62 9 -6.38453867594016D+09 62 10 -1.63998130017252D+16 62 11 -3.24065342291623D+15 62 12 -5.30788553926067D+15 62 13 -9.05253229992568D+14 62 14 -1.51518944744165D+15 62 15 1.28268730456924D+16 62 16 1.45013796556301D+15 62 17 -1.03136830461094D+15 62 18 2.98372939980787D+15 62 19 1.50895372447932D+14 62 20 -3.49778875054080D+13 62 21 1.03504666228502D+14 62 22 -7.44102520857344D+14 62 23 -1.67705655871620D+13 62 24 1.79218813337446D+15 62 25 -4.11674335024109D+14 62 26 6.04776599552000D+12 62 27 3.34584220860000D+12 62 28 -5.86992885626880D+13 62 29 -5.54963571535520D+13 62 30 2.30418514170880D+14 62 31 2.07790390941520D+13 62 32 2.77991372406400D+12 62 33 2.90888954451100D+13 62 34 5.33228220011520D+13 62 35 1.05546045322256D+14 62 36 1.33269295419008D+14 62 37 1.29784507235560D+13 62 38 1.97328159334528D+14 62 39 2.20571879024000D+13 62 40 3.37551215179680D+13 62 41 4.10016669901750D+12 62 42 4.24739251986432D+14 62 43 8.93202718221760D+13 62 44 -2.70160538588160D+13 62 45 9.56532285413600D+12 62 46 -2.02282441627840D+14 62 47 -5.86352783648640D+13 62 48 7.55314100511232D+14 62 49 2.06679558908360D+13 62 50 -3.76088077820928D+14 62 51 -4.09204013071800D+14 62 52 -6.20943041605120D+14 62 53 -2.44417449034040D+13 62 54 -5.03909710767309D+15 62 55 1.44938133899905D+15 62 56 -2.81871794475000D+14 62 57 -2.96074527166896D+14 62 58 -1.42535610719599D+16 62 59 -8.56150643567520D+14 62 60 -3.21373992340063D+16 62 61 4.15858374134165D+15 62 62 1.62160448279810D+17 63 1 1.15854903387501D+09 63 2 3.88123942872148D+07 63 3 1.83033567340327D+09 63 4 -2.85181665906515D+09 63 5 -8.87228831816393D+07 63 6 -2.33100266859973D+09 63 7 1.69326762117454D+09 63 8 4.99104993465002D+07 63 9 5.00666995412326D+08 63 10 -4.61944921303965D+15 63 11 -1.41923353530781D+15 63 12 -2.12411206219971D+15 63 13 -6.86309422714208D+14 63 14 -3.53418831851658D+14 63 15 1.10055411796218D+15 63 16 -2.30169886814118D+15 63 17 -1.76385849162458D+15 63 18 5.79135837042143D+14 63 19 1.73600864530992D+14 63 20 1.02102985336376D+14 63 21 3.25991598780940D+13 63 22 4.23393320073760D+14 63 23 2.16962183954400D+14 63 24 -1.24206830600960D+13 63 25 1.52172204379086D+14 63 26 -5.09302727236352D+14 63 27 -1.37534379130208D+14 63 28 -5.19222936736960D+13 63 29 -1.03773471153760D+13 63 30 7.77828567144320D+13 63 31 1.73631064869120D+13 63 32 3.02884314038720D+13 63 33 -1.04132590433040D+13 63 34 2.27664665959168D+14 63 35 1.72751771491840D+13 63 36 -5.72209357936320D+13 63 37 -8.91509238662400D+12 63 38 1.01931968740992D+14 63 39 1.92957939688120D+13 63 40 5.36243442159556D+12 63 41 -4.52373396529000D+11 63 42 -3.84114235454400D+12 63 43 -1.22107557213120D+13 63 44 3.58580156008800D+13 63 45 5.70272192144000D+11 63 46 -1.38010378262400D+13 63 47 -6.35845914511360D+13 63 48 1.56234632260160D+13 63 49 -2.43343586898080D+13 63 50 4.33942599080960D+13 63 51 -1.53131119984576D+14 63 52 -1.47746687447760D+14 63 53 -7.04895368974100D+13 63 54 1.18545097241370D+15 63 55 1.71416811994684D+14 63 56 -1.02056665248838D+14 63 57 -5.53509489453040D+13 63 58 -1.17356268455206D+15 63 59 8.85672249779200D+12 63 60 -4.13178721325792D+15 63 61 3.33643139871616D+14 63 62 1.51505985451992D+16 63 63 6.77307644690214D+15 64 1 5.52323245181005D+09 64 2 4.81394079545443D+09 64 3 7.33905982972074D+09 64 4 -3.63638644456980D+09 64 5 -4.62980054850919D+09 64 6 -7.55753953787582D+09 64 7 -1.88684534498318D+09 64 8 -1.84140331454302D+08 64 9 2.18479737939485D+08 64 10 -2.38358550552945D+16 64 11 -4.51078880695034D+15 64 12 -1.03284451095532D+16 64 13 -2.07736252295013D+15 64 14 -6.89754992419094D+15 64 15 4.75761487620256D+16 64 16 -3.50896357333530D+15 64 17 -3.31908809849050D+15 64 18 4.44783102540595D+15 64 19 8.20472054025920D+14 64 20 2.85418208826880D+14 64 21 2.22316548229224D+14 64 22 -3.58408000918016D+14 64 23 7.35071374344240D+13 64 24 3.43846688383744D+15 64 25 -5.52582892086150D+14 64 26 -1.97267558251110D+15 64 27 -5.07611775520800D+14 64 28 -3.71869425952000D+14 64 29 -1.40527975280832D+14 64 30 6.31187233515520D+13 64 31 8.06837217529600D+12 64 32 2.94442025407808D+14 64 33 -1.93494318172136D+14 64 34 1.13979589870310D+15 64 35 -3.04303321767872D+14 64 36 -4.18401693411584D+14 64 37 -1.01076919319920D+14 64 38 1.20985974523904D+14 64 39 1.83180849950400D+12 64 40 1.16622599753920D+13 64 41 -1.02509785685200D+12 64 42 -8.47125977988096D+14 64 43 -1.26388381286144D+14 64 44 -2.98798288872448D+14 64 45 -1.07541490520256D+14 64 46 7.80165464477312D+14 64 47 -8.17231079683968D+14 64 48 3.09834667081472D+14 64 49 -5.29223290657600D+13 64 50 1.81845836321331D+15 64 51 5.88623545445600D+14 64 52 -1.18370468798874D+15 64 53 -3.14609557842144D+14 64 54 -5.59980680781619D+15 64 55 7.22933143381392D+14 64 56 8.33683445147237D+14 64 57 -2.30523078481267D+15 64 58 2.96842509952570D+15 64 59 2.49277832788736D+14 64 60 -6.29966439599150D+16 64 61 -5.61786784242438D+15 64 62 -1.12685920185142D+16 64 63 -6.44555713422668D+14 64 64 1.93932338891828D+17 65 1 1.87380301929098D+09 65 2 8.80319490152992D+08 65 3 2.22566291151565D+09 65 4 -4.97341138157688D+09 65 5 -2.79096490946241D+09 65 6 -5.13355315094322D+09 65 7 3.09960832881299D+09 65 8 1.91064548384524D+09 65 9 2.90789024203838D+09 65 10 -7.35113079181304D+15 65 11 -1.17389527190643D+15 65 12 -3.63523348278112D+15 65 13 -1.34679917032237D+15 65 14 -1.94951841538531D+15 65 15 9.91637746112000D+15 65 16 -2.54334948881203D+15 65 17 -4.47156392453248D+15 65 18 1.42697575621830D+15 65 19 1.99507232959872D+14 65 20 4.90657217539840D+13 65 21 6.89357077106400D+13 65 22 -2.87178637606144D+14 65 23 3.63129285308160D+13 65 24 1.39601206500762D+15 65 25 -1.64533997439398D+14 65 26 -7.32746608571904D+14 65 27 -1.92418272364096D+14 65 28 -1.02711550814848D+14 65 29 -5.71909253843840D+13 65 30 9.42567318615040D+13 65 31 7.18416573894400D+12 65 32 8.37767704712960D+13 65 33 -4.62128178933920D+13 65 34 3.88245279691776D+14 65 35 -7.30777563951360D+13 65 36 -1.42482655167552D+14 65 37 -7.70083314073600D+12 65 38 9.81635379260800D+12 65 39 2.17081236182400D+12 65 40 -4.54990081883248D+13 65 41 -4.78752263603200D+12 65 42 -1.46354537681274D+15 65 43 -3.54709454590848D+14 65 44 2.62837891553184D+14 65 45 -1.57285953930240D+13 65 46 6.85939839582592D+14 65 47 -1.23893716328448D+14 65 48 -2.21115969119405D+15 65 49 -1.48340726850528D+14 65 50 2.23310782319104D+14 65 51 2.50559076788992D+14 65 52 -1.77473247304448D+14 65 53 -1.18915269689373D+15 65 54 6.51236832712294D+15 65 55 8.99953861092064D+14 65 56 -1.18120709348356D+15 65 57 -5.35412808839232D+14 65 58 1.65782280953331D+15 65 59 -1.36235772104627D+15 65 60 -1.25045249907338D+16 65 61 -6.62681563076096D+15 65 62 -1.29185523039177D+15 65 63 4.29750299520016D+14 65 64 4.31428079104959D+16 65 65 2.68848571650402D+16 66 1 7.98619473234136D+08 66 2 1.55653367404455D+07 66 3 2.86720727036321D+09 66 4 -2.45709159002841D+09 66 5 1.56690729096052D+09 66 6 1.37712025152148D+09 66 7 1.65847177303719D+09 66 8 -1.58247184612342D+09 66 9 -4.24432737084660D+09 66 10 -7.19789024394240D+13 66 11 -6.89283470382304D+14 66 12 2.43990433014784D+14 66 13 -2.88226101733952D+14 66 14 -5.90466468023141D+14 66 15 1.46787296821476D+16 66 16 6.84519911309440D+14 66 17 -1.27642361493146D+15 66 18 2.33200861914880D+13 66 19 -1.69966254420832D+14 66 20 -2.93034932594688D+14 66 21 -3.57677985421120D+13 66 22 -1.35712880915149D+15 66 23 -3.20769531624568D+14 66 24 1.92069400438733D+15 66 25 -3.09960557996366D+14 66 26 -2.49523133070746D+15 66 27 -6.86013856112640D+14 66 28 5.75773409182720D+13 66 29 -3.69852613026240D+13 66 30 1.18601302943744D+14 66 31 2.57159899263360D+13 66 32 1.92064479219552D+14 66 33 -1.47292271742624D+14 66 34 1.06916095178445D+15 66 35 -3.91496716423424D+14 66 36 -7.18297394933504D+14 66 37 -1.31733409445280D+14 66 38 -1.86293270545920D+14 66 39 -1.93351948680320D+13 66 40 -3.03731694895360D+13 66 41 -6.11331776891200D+12 66 42 -1.59161081408410D+15 66 43 -3.21021535118592D+14 66 44 1.37334895756928D+14 66 45 -2.17099604639360D+13 66 46 1.02764223253120D+15 66 47 -4.29941816567680D+14 66 48 -1.25744676207821D+15 66 49 -1.52507403858176D+14 66 50 2.81075469325158D+15 66 51 1.33285400268192D+15 66 52 7.86185042729984D+14 66 53 -1.23557129703952D+14 66 54 -1.36246761904200D+16 66 55 -1.49958301336509D+15 66 56 1.62895768286835D+15 66 57 -5.25728613794432D+14 66 58 -2.81202369231117D+15 66 59 -6.74730808424448D+14 66 60 -1.51036839897958D+15 66 61 -4.42330822557312D+14 66 62 -1.11799731397573D+16 66 63 6.59265045474000D+14 66 64 -6.24255836725632D+14 66 65 -7.98920624497920D+13 66 66 7.97581136398845D+16 67 1 -1.81613961621206D+08 67 2 5.53294769965479D+07 67 3 -7.08518975054272D+07 67 4 1.48619175546913D+09 67 5 2.87000483350232D+08 67 6 1.12930944817851D+09 67 7 -1.30457788988814D+09 67 8 -3.42329819728791D+08 67 9 -1.05845753964579D+09 67 10 1.91034107125958D+15 67 11 9.26279087238016D+14 67 12 1.05742834435994D+15 67 13 6.88260900640256D+14 67 14 -1.87728140397960D+14 67 15 6.05710069662669D+15 67 16 2.18154811918285D+15 67 17 1.20994814388173D+15 67 18 -2.27378127015600D+14 67 19 -1.51660251495744D+14 67 20 -1.45866284040704D+14 67 21 -3.68549473785920D+13 67 22 -6.92631450770944D+14 67 23 -2.50276230557360D+14 67 24 7.75798398052352D+14 67 25 -1.74592731927048D+14 67 26 -6.88270879713280D+14 67 27 -1.96661375956992D+14 67 28 2.52336160940800D+13 67 29 -1.00832402829440D+13 67 30 -8.57270175488000D+12 67 31 1.70868221248000D+12 67 32 6.53612999672960D+13 67 33 -5.54815494363840D+13 67 34 3.03632457347072D+14 67 35 -1.54930335884288D+14 67 36 -2.36085330136320D+14 67 37 -4.72651366536320D+13 67 38 -1.10734921076160D+14 67 39 -1.64998377348800D+13 67 40 -1.17416343539260D+13 67 41 -2.00068895877600D+12 67 42 -5.70891112015296D+14 67 43 -1.12872324384000D+14 67 44 2.59326964992000D+12 67 45 -7.69320069401600D+12 67 46 3.93812136801024D+14 67 47 -1.65077631340800D+14 67 48 -3.57513134512128D+14 67 49 -3.63727810643840D+13 67 50 9.79135601800192D+14 67 51 5.38358525293184D+14 67 52 1.38750620962560D+14 67 53 -2.76596894534400D+12 67 54 -6.23377936341606D+15 67 55 -1.07516895512262D+15 67 56 7.01171068093600D+14 67 57 -2.81267371644928D+14 67 58 8.56410846525184D+14 67 59 -9.40946765061120D+13 67 60 3.40411551974656D+14 67 61 -1.26039654492032D+15 67 62 -3.74642342829368D+15 67 63 -1.47963752918422D+15 67 64 -8.53848835314880D+14 67 65 -2.90714638296320D+13 67 66 2.63484025177640D+16 67 67 1.19399721339405D+16 68 1 2.46762271633376D+09 68 2 7.56161438450002D+09 68 3 1.80700255230419D+10 68 4 -1.11988231386373D+09 68 5 -1.85179199396784D+09 68 6 -5.99852988736751D+09 68 7 -1.34774043039771D+09 68 8 -5.70982138213868D+09 68 9 -1.20714954042393D+10 68 10 -6.72868557429473D+16 68 11 -1.16522517713543D+16 68 12 -1.69946085255629D+16 68 13 -2.25126894040794D+15 68 14 -8.07320855902071D+15 68 15 3.89748038815441D+16 68 16 -2.13836368033405D+16 68 17 2.26616986054872D+16 68 18 1.58799189487488D+15 68 19 -5.01053682105728D+14 68 20 -1.59570128322918D+15 68 21 -5.89097658314729D+14 68 22 -1.00478570223585D+16 68 23 -2.69583874986218D+15 68 24 1.68025452105277D+16 68 25 -1.13508874584394D+15 68 26 -4.66700493403750D+15 68 27 -1.15861833353451D+15 68 28 8.95169478917120D+13 68 29 -3.81417221326496D+14 68 30 9.83061943187456D+14 68 31 4.98893521533760D+13 68 32 4.89049187868608D+14 68 33 -2.82073738270506D+14 68 34 2.38020095464653D+15 68 35 -8.60850668602304D+14 68 36 -1.27791277496755D+15 68 37 -2.46478340447208D+14 68 38 -3.07699121355776D+14 68 39 -2.32823139781160D+13 68 40 -6.26068073174400D+13 68 41 -1.53405533190640D+13 68 42 -8.77178541029376D+14 68 43 -1.54215281186736D+14 68 44 -3.17348462128384D+14 68 45 -9.06592970796480D+13 68 46 6.60739241651072D+14 68 47 -6.65492078113120D+14 68 48 -2.95079196572160D+14 68 49 -8.68896856013600D+12 68 50 1.40815330837094D+15 68 51 4.93208814841024D+14 68 52 -1.75281253914624D+14 68 53 -1.75592334472576D+14 68 54 -1.09418448510484D+16 68 55 -5.21170890885600D+14 68 56 8.23188114286362D+14 68 57 -8.01441268419432D+14 68 58 6.39712004264000D+15 68 59 2.86741176371136D+14 68 60 -1.41287845366467D+16 68 61 -8.13614990135802D+15 68 62 -4.17704362866156D+16 68 63 -8.12702453043280D+13 68 64 -3.16777252087375D+16 68 65 -1.16622010159442D+16 68 66 -5.08108369555843D+16 68 67 -2.11631236437183D+16 68 68 3.08363885716583D+17 69 1 7.20982679636879D+08 69 2 1.83659692271233D+09 69 3 3.54629706463494D+09 69 4 -3.47246776451091D+09 69 5 -4.94057055633367D+09 69 6 -1.18136175344508D+10 69 7 2.75148493311655D+09 69 8 3.10397381028791D+09 69 9 8.26732048826456D+09 69 10 -9.20153601326928D+15 69 11 -6.49548825369011D+15 69 12 -1.28225606349933D+15 69 13 -1.93209366930989D+15 69 14 -2.67957467523846D+15 69 15 7.28874254111949D+15 69 16 -2.12827457356237D+15 69 17 -6.38513269273856D+14 69 18 3.18730254964304D+14 69 19 2.28493745068032D+14 69 20 -5.32258937373440D+13 69 21 -3.12513791366264D+14 69 22 -1.61851647282688D+14 69 23 -4.55110559691968D+14 69 24 9.33009431417856D+14 69 25 7.47891856196428D+14 69 26 -1.29612570812006D+15 69 27 -4.62210297458944D+14 69 28 -1.46668148011520D+14 69 29 -6.53177576774400D+12 69 30 -2.24879848872960D+13 69 31 4.12272232134400D+13 69 32 1.28707718065280D+14 69 33 -8.12273139383680D+13 69 34 6.06640179288576D+14 69 35 -7.66260600284160D+13 69 36 -2.37861433609728D+14 69 37 -7.21676327159040D+13 69 38 -3.54935611881280D+13 69 39 -4.37573431923200D+12 69 40 -1.41975829197870D+13 69 41 -4.41542435888800D+12 69 42 -2.11883590761856D+14 69 43 -7.77998461670400D+13 69 44 -8.18680044366080D+13 69 45 -6.21826686425600D+12 69 46 1.42287099013952D+14 69 47 -1.90711758725632D+14 69 48 -3.03119957852160D+13 69 49 -1.51968350894720D+13 69 50 2.56256797761024D+14 69 51 1.06507027478912D+14 69 52 -1.06966945722752D+14 69 53 -8.46647620317120D+13 69 54 2.75319542898688D+14 69 55 -2.73544339577920D+14 69 56 1.08688827764368D+14 69 57 -2.55413245603840D+14 69 58 1.38989178674573D+15 69 59 1.27864121301504D+14 69 60 -3.71987335388954D+15 69 61 -3.38198960186650D+15 69 62 -1.62020752540947D+15 69 63 3.24886081839552D+14 69 64 -2.29826346546486D+15 69 65 -2.17183312343821D+15 69 66 -1.79247390303743D+16 69 67 -1.02295207702141D+16 69 68 5.06838113463749D+16 69 69 3.08012698161773D+16 70 1 -2.08363747524930D+02 70 2 -5.29468092899595D+02 70 3 -1.18315418115355D+03 70 4 1.11860422579681D+02 70 5 1.80115860488240D+02 70 6 3.82357571555786D+02 70 7 9.65033252987375D+01 70 8 3.49352232209308D+02 70 9 8.00796609577612D+02 70 10 -4.62214015050247D+08 70 11 -6.55947809675163D+07 70 12 -3.03861914929509D+08 70 13 -6.53615147861577D+07 70 14 1.00673320890436D+08 70 15 -6.53588847794021D+08 70 16 8.40956979663608D+08 70 17 1.88277963626008D+07 70 18 -1.15536677149496D+08 70 19 -1.34160356058567D+07 70 20 -2.48097817386115D+08 70 21 -1.96583835755538D+07 70 22 -4.47446002057845D+08 70 23 -5.54598838788045D+07 70 24 5.25836831359572D+08 70 25 -6.53485402052843D+07 70 26 -1.96049258938729D+09 70 27 -3.89774120487733D+08 70 28 -7.07303048005863D+07 70 29 -4.04690710671645D+07 70 30 -3.62281888616538D+08 70 31 -4.09928999712818D+07 70 32 2.59836345620140D+08 70 33 -6.68488694635883D+07 70 34 1.23577717352897D+09 70 35 -3.19418242632465D+08 70 36 -3.21583672511882D+08 70 37 -4.31514252442772D+07 70 38 -1.03454016517966D+08 70 39 7.61838122974082D+05 70 40 -1.35597645586040D+07 70 41 -3.73029311088615D+06 70 42 -1.12755923011090D+09 70 43 -1.34219728155309D+08 70 44 2.60568973856064D+08 70 45 3.12512412997157D+07 70 46 7.72594838013597D+08 70 47 -3.55161776896948D+08 70 48 -4.76199484347298D+08 70 49 -8.04096012748928D+07 70 50 3.84980977473589D+08 70 51 1.40877809230124D+08 70 52 -1.52240753934150D+09 70 53 -2.58907632942381D+08 70 54 -5.26018993663730D+08 70 55 -4.58528522576172D+07 70 56 2.47530708842865D+08 70 57 -4.66628101500682D+08 70 58 1.69922288019956D+08 70 59 -1.78527478729545D+08 70 60 2.21549785123722D+08 70 61 6.89238356021305D+06 70 62 -2.28727928687758D+08 70 63 -3.82204875318372D+07 70 64 -1.97913381130240D+08 70 65 -3.60201920316095D+07 70 66 -7.52573643368020D+07 70 67 -7.17517057917672D+06 70 68 -5.56839790450454D+08 70 69 -8.58378983926868D+07 70 70 3.61589185834740D+01 71 1 -2.60711491254356D+00 71 2 3.03589804660946D+01 71 3 6.52092271656464D-01 71 4 1.31164132201699D+01 71 5 -1.19809325268396D+01 71 6 8.57704873344384D+00 71 7 -1.05092984030691D+01 71 8 -1.83780478856392D+01 71 9 -9.22914100027494D+00 71 10 -2.04113727338299D+07 71 11 -4.17904013989798D+06 71 12 -5.23105364693489D+07 71 13 -1.51100646161462D+07 71 14 2.16517586417338D+06 71 15 1.42982166777720D+07 71 16 1.37062492382574D+08 71 17 3.13416342964482D+07 71 18 -9.61389842772429D+06 71 19 -6.51527325999169D+06 71 20 -6.10439674208256D+07 71 21 -4.20831102492137D+06 71 22 -9.17379736256077D+07 71 23 -1.20029217461128D+07 71 24 1.58394176475213D+08 71 25 -1.08475730301629D+07 71 26 -6.73889188914528D+08 71 27 -1.31248084016428D+08 71 28 -3.36201028434336D+07 71 29 -1.55906061385863D+07 71 30 -1.52921629960609D+08 71 31 -1.61485724856840D+07 71 32 9.67153105072183D+07 71 33 -2.19816919122894D+07 71 34 4.87599960117133D+08 71 35 -1.03842985051793D+08 71 36 -1.88364449670330D+08 71 37 -3.16660447196835D+07 71 38 -3.51709390365238D+07 71 39 -1.50662093265311D+06 71 40 6.15821408000486D+06 71 41 1.55615218556722D+06 71 42 5.66169505793754D+08 71 43 7.63355576168889D+07 71 44 -1.23314469651368D+08 71 45 -1.01545794104684D+07 71 46 -2.87719324400588D+08 71 47 1.03193410646797D+08 71 48 1.90155770769080D+08 71 49 3.21438604912552D+07 71 50 -8.98584561014847D+07 71 51 -2.44595189140597D+07 71 52 3.60550957076655D+08 71 53 5.92768702535976D+07 71 54 7.21850293384703D+07 71 55 6.82503418700091D+06 71 56 -5.15851414157441D+07 71 57 1.41309273651140D+08 71 58 -2.59388308448016D+07 71 59 4.31706019400878D+07 71 60 -8.51135887296029D+06 71 61 7.08348006935431D+06 71 62 2.25553345516461D+07 71 63 1.64928388735432D+06 71 64 1.96789184034034D+07 71 65 8.28995813010217D+06 71 66 2.15177834871833D+06 71 67 6.00337935840028D+05 71 68 -1.91166622860475D+07 71 69 -1.67612891717761D+06 71 70 -1.04795869390257D-01 71 71 3.31399649216916D+00 72 1 -1.36329972217955D+02 72 2 -3.30178932626474D+02 72 3 -7.20225866905815D+02 72 4 1.82601592637886D+02 72 5 1.34623440557081D+02 72 6 2.26931602442764D+02 72 7 -4.62716201874430D+01 72 8 1.95555491949394D+02 72 9 4.93294264454008D+02 72 10 -3.09453293172094D+08 72 11 -6.15345696788557D+07 72 12 -2.05785084307640D+08 72 13 -5.97069707727571D+07 72 14 7.76217223836247D+07 72 15 -4.47561497923160D+08 72 16 5.22989833882178D+08 72 17 3.88850032688377D+07 72 18 -5.93029894311274D+07 72 19 -2.84594700972928D+07 72 20 -1.40934890623009D+08 72 21 -3.94941284349210D+06 72 22 -2.64031685776447D+08 72 23 -1.53569637081631D+07 72 24 3.09178452384466D+08 72 25 -5.43272275541226D+07 72 26 -1.12532770192181D+09 72 27 -1.98279966882957D+08 72 28 -4.68575936022842D+07 72 29 -3.00898905789923D+07 72 30 -2.30440078231535D+08 72 31 -4.50097892093051D+07 72 32 1.59368510904989D+08 72 33 -3.88899913997818D+07 72 34 7.35551017299122D+08 72 35 -1.77114581339784D+08 72 36 -1.87729586167275D+08 72 37 -2.08603547570877D+07 72 38 -6.50183970320421D+07 72 39 -2.20210562854933D+05 72 40 -8.31099678266071D+06 72 41 -3.16526299151769D+06 72 42 -6.67356925315273D+08 72 43 -8.01234954022620D+07 72 44 1.39561201554231D+08 72 45 -1.38119897780009D+07 72 46 4.74036674278900D+08 72 47 -1.82899556518740D+08 72 48 -2.72179597122594D+08 72 49 -4.33245850255404D+07 72 50 2.10654154620476D+08 72 51 1.75885779836491D+07 72 52 -9.50276293688557D+08 72 53 -1.69981344518847D+08 72 54 -3.23782664821413D+08 72 55 -1.69551583680905D+07 72 56 1.72012225899433D+08 72 57 -2.98285779933373D+08 72 58 1.19431138605108D+08 72 59 -9.00928541573215D+07 72 60 7.48131921458775D+07 72 61 -2.13249701551220D+07 72 62 -1.30249310618639D+08 72 63 -2.42385141012003D+07 72 64 -1.36575323258305D+08 72 65 -3.81971092418922D+07 72 66 -4.62029678745054D+07 72 67 -1.27816997605542D+06 72 68 -3.19040958719973D+08 72 69 -5.12870986000074D+07 72 70 2.13293776061458D+01 72 71 -1.64369724161132D-01 72 72 1.31641968279086D+01 73 1 -1.15922100253700D+00 73 2 2.07284943321837D+01 73 3 3.82908417879021D+00 73 4 6.38488632720236D+00 73 5 -1.29798817048130D+01 73 6 -5.07429615179041D+00 73 7 -5.22566538175696D+00 73 8 -7.74861259541212D+00 73 9 1.24521197593543D+00 73 10 -1.73721247175938D+07 73 11 -5.04396487253064D+06 73 12 -3.45814887043000D+07 73 13 -1.25534743335279D+07 73 14 1.32393752732429D+06 73 15 9.95151189629137D+06 73 16 8.67692134700406D+07 73 17 1.85135917681168D+07 73 18 -3.73257230211492D+06 73 19 -8.24590670803250D+06 73 20 -3.48726964079652D+07 73 21 -9.07819856352425D+05 73 22 -5.48843017453055D+07 73 23 -3.64127061206757D+06 73 24 9.33810472585272D+07 73 25 -1.28199344206281D+07 73 26 -3.88917048305248D+08 73 27 -6.79237959845143D+07 73 28 -2.07271366993594D+07 73 29 -1.23895303511345D+07 73 30 -9.72047793585319D+07 73 31 -1.87632836257156D+07 73 32 5.95634522871017D+07 73 33 -1.27072573755125D+07 73 34 2.91888041339840D+08 73 35 -5.74679907144697D+07 73 36 -1.08991652074723D+08 73 37 -1.60094725693593D+07 73 38 -2.43560120418167D+07 73 39 -1.37330669874922D+06 73 40 3.91042125102404D+06 73 41 1.38121105237185D+06 73 42 3.33358470057700D+08 73 43 4.49438398247021D+07 73 44 -6.51309191504601D+07 73 45 7.15291627470205D+06 73 46 -1.75575500019608D+08 73 47 5.79925287243250D+07 73 48 1.07573044395572D+08 73 49 1.68693336333395D+07 73 50 -4.75641435198174D+07 73 51 2.42348726342095D+06 73 52 2.25676310540275D+08 73 53 3.61860628345091D+07 73 54 4.55356029983711D+07 73 55 2.01161609673028D+06 73 56 -3.59056492614123D+07 73 57 9.09912311136885D+07 73 58 -1.75691452815835D+07 73 59 2.16076116905915D+07 73 60 -2.84319066821756D+06 73 61 2.86039359906345D+06 73 62 1.29249841240187D+07 73 63 8.78092285993150D+05 73 64 1.22131724372450D+07 73 65 4.68076827964275D+06 73 66 1.49771724395824D+06 73 67 2.44516257077164D+05 73 68 -1.13076758337963D+07 73 69 -9.03658180160831D+05 73 70 -1.58034912909599D-01 73 71 1.93438494819779D+00 73 72 -1.59908224646791D-01 73 73 1.16613879776210D+00 74 1 -1.96418199804777D+03 74 2 -5.59436770788950D+03 74 3 -9.71824032247009D+03 74 4 3.62758954585715D+02 74 5 3.56831786323889D+03 74 6 5.24701943729418D+03 74 7 1.60142304710891D+03 74 8 2.02604984269267D+03 74 9 4.47122088495159D+03 74 10 -6.00315422015797D+09 74 11 -1.02005209499176D+09 74 12 -4.08710722665133D+09 74 13 -8.67116766027093D+08 74 14 1.99075230348386D+09 74 15 -1.11839348367846D+10 74 16 7.88916957059226D+09 74 17 1.38575805633657D+09 74 18 -9.55194497007013D+08 74 19 1.57886970803274D+08 74 20 -1.32634037484813D+09 74 21 -1.24787885307917D+08 74 22 -1.29612225615176D+09 74 23 -4.75479555039628D+08 74 24 9.44506796685682D+08 74 25 -4.80349113204896D+08 74 26 -1.06303129594498D+10 74 27 -2.32152233119545D+09 74 28 -1.94966984176124D+09 74 29 -3.50079012491238D+08 74 30 -6.84898605597055D+09 74 31 -7.35582832135541D+08 74 32 2.70273267882541D+09 74 33 -6.28591220677002D+08 74 34 9.90693696234167D+09 74 35 -2.13159075791692D+09 74 36 -1.48051779766175D+09 74 37 -3.14369966188749D+08 74 38 -1.03943424367636D+09 74 39 -1.39694410061228D+08 74 40 -1.54961465100585D+08 74 41 -3.11959520266281D+07 74 42 -9.30867475400706D+09 74 43 -1.24746778248511D+09 74 44 7.76247762070326D+08 74 45 1.47568415519557D+08 74 46 7.72766313304829D+09 74 47 -2.49610581793992D+09 74 48 -3.23332863677211D+09 74 49 -6.25620753694814D+08 74 50 -2.12889325267574D+06 74 51 1.01579352908185D+09 74 52 -1.69377897566566D+10 74 53 -3.20430140813332D+09 74 54 -1.64297123402129D+09 74 55 -1.63057234066773D+08 74 56 3.57679549439028D+09 74 57 -6.33627133516118D+09 74 58 1.73222721268844D+09 74 59 -1.88993761525469D+09 74 60 -3.40715315216631D+09 74 61 6.10953569201099D+08 74 62 -2.11267313962763D+09 74 63 -1.67937605909337D+08 74 64 -3.51609460287886D+09 74 65 -6.24475320995470D+08 74 66 -9.29974264783830D+07 74 67 -6.11303381078210D+07 74 68 -4.16641019989255D+09 74 69 -8.43419823462355D+08 74 70 2.99008030922253D+02 74 71 -1.43603385624215D+01 74 72 1.81859007446479D+02 74 73 -9.80079353785712D+00 74 74 3.13181892736300D+03 75 1 -6.98848523837813D+01 75 2 -4.42257969269380D+02 75 3 -4.31949123014719D+02 75 4 6.94023939576944D+01 75 5 2.16798536259641D+02 75 6 1.38053822119277D+02 75 7 4.82459303161661D-01 75 8 2.25459432565101D+02 75 9 2.93895300864824D+02 75 10 4.52853333693034D+08 75 11 8.18699466435424D+07 75 12 6.44379575220348D+08 75 13 1.58465864681297D+08 75 14 -2.24878958398981D+07 75 15 -2.38668135040851D+08 75 16 -1.38786063874331D+09 75 17 -4.66049763819845D+08 75 18 9.42873039483990D+07 75 19 -4.12472817146941D+07 75 20 3.41856576478468D+08 75 21 3.07197897707658D+07 75 22 2.12234368715576D+08 75 23 1.18461889405606D+08 75 24 -4.74580980009000D+08 75 25 9.17252202554419D+07 75 26 3.63513267270184D+09 75 27 7.99162439393073D+08 75 28 7.56457646536105D+08 75 29 1.14031126592188D+08 75 30 2.87868902663383D+09 75 31 3.14033737511327D+08 75 32 -1.02404072296983D+09 75 33 2.09567142043629D+08 75 34 -3.97424775401798D+09 75 35 7.01935295285089D+08 75 36 8.84017051456896D+08 75 37 2.18293267184712D+08 75 38 4.92380452528680D+08 75 39 7.79327917977316D+07 75 40 -8.06382670412314D+07 75 41 -1.58889624686265D+07 75 42 -4.59873787479077D+09 75 43 -6.60022061273712D+08 75 44 3.30073926694964D+08 75 45 2.76733467854621D+07 75 46 2.95835669628854D+09 75 47 -1.08219190780790D+09 75 48 -1.21587531080780D+09 75 49 -2.34945478484753D+08 75 50 -1.59014111199906D+08 75 51 1.83096223950933D+08 75 52 -4.04107814897003D+09 75 53 -7.63393129616758D+08 75 54 -9.94791340757011D+07 75 55 -7.84195038579819D+06 75 56 7.45219417229899D+08 75 57 -1.92852104079237D+09 75 58 2.65772901815367D+08 75 59 -4.13825870657805D+08 75 60 -3.52473384872659D+08 75 61 1.44249378676080D+08 75 62 -1.71841904571704D+08 75 63 -1.91326356906242D+07 75 64 -2.18772725720975D+08 75 65 -6.66606353111502D+07 75 66 5.17101078416288D+06 75 67 7.60200214776825D+05 75 68 6.91489194506070D+07 75 69 -2.32088285385222D+06 75 70 1.30455824263237D+01 75 71 -2.53171117003524D+01 75 72 9.09911891491853D+00 75 73 -1.50007651195264D+01 75 74 2.23196549335512D+02 75 75 2.32186843472274D+02 76 1 -3.84501481076368D+01 76 2 1.17133008777002D+02 76 3 -1.10982101763764D+01 76 4 3.70092631065113D+01 76 5 -6.48241066908484D+01 76 6 4.18959796595831D+01 76 7 1.44088482786326D+00 76 8 -5.23089020066323D+01 76 9 -3.07977694708133D+01 76 10 3.97333087211259D+07 76 11 1.03301182789709D+07 76 12 -1.83560579037934D+08 76 13 -5.44938158703328D+07 76 14 -5.67949118986755D+07 76 15 5.29917601446639D+08 76 16 5.32519414242554D+08 76 17 1.69598868943631D+08 76 18 -3.93273668840558D+07 76 19 -1.49986020553728D+07 76 20 -2.78253788280302D+08 76 21 -2.14698280301114D+07 76 22 -6.07106354975700D+08 76 23 -8.03992661273722D+07 76 24 8.14772449918540D+08 76 25 -8.58550842854543D+07 76 26 -2.47226935821031D+09 76 27 -4.89299862333080D+08 76 28 -8.03071753805204D+07 76 29 -5.21637074150422D+07 76 30 -3.01547585069068D+08 76 31 -5.53079369539208D+07 76 32 3.02571385761485D+08 76 33 -8.41878485339076D+07 76 34 1.32987443886939D+09 76 35 -4.23560364097934D+08 76 36 -1.36817571086107D+08 76 37 -9.41317781080451D+06 76 38 -1.80450406278865D+08 76 39 2.98848143613919D+06 76 40 7.09219816469379D+06 76 41 1.28009274940694D+06 76 42 -3.39896874318909D+08 76 43 -8.38298308415690D+07 76 44 5.08982785022672D+07 76 45 -4.34095067975102D+07 76 46 -8.31801480442783D+07 76 47 -3.60200114737664D+08 76 48 3.08173030368102D+08 76 49 4.58603250411913D+07 76 50 -5.23131338037687D+08 76 51 -1.98294124621820D+08 76 52 1.66557574734540D+09 76 53 3.29622891453359D+08 76 54 9.09600847115209D+08 76 55 8.67760827244659D+07 76 56 -2.98243058597831D+08 76 57 4.29180551946480D+08 76 58 -2.00147590546437D+08 76 59 2.18633401115353D+08 76 60 -2.06549497652706D+08 76 61 1.12784339006140D+08 76 62 2.20329170727650D+08 76 63 2.62586846965664D+07 76 64 2.49985908373463D+08 76 65 1.06885750623706D+08 76 66 9.31812419384726D+07 76 67 2.21860212579124D+07 76 68 1.09171871217656D+08 76 69 3.30509364865572D+07 76 70 5.24039594408431D-02 76 71 7.10997817306503D+00 76 72 -5.35706692035152D-01 76 73 4.19365768391822D+00 76 74 -4.70627585988829D+01 76 75 -5.26596699313299D+01 76 76 3.39973377116024D+01 77 1 -8.17876250164837D+00 77 2 -3.06674814751604D+01 77 3 -7.57932822546673D+01 77 4 5.12781598880696D+00 77 5 2.43368897776959D+01 77 6 4.01419398885920D+01 77 7 3.05094664813376D+00 77 8 6.33059163879518D+00 77 9 3.56513423520160D+01 77 10 6.35233639354396D+08 77 11 1.13018095165537D+08 77 12 2.68542866523491D+08 77 13 6.74691304445260D+07 77 14 -1.22463714892720D+08 77 15 7.20011021706766D+08 77 16 -8.39994831930090D+08 77 17 1.70852828398537D+08 77 18 1.44845096185845D+08 77 19 1.40307975418136D+07 77 20 1.25321944577942D+08 77 21 4.33607982944651D+06 77 22 4.20463466425611D+08 77 23 4.13021763441099D+07 77 24 -1.76997058746948D+08 77 25 1.13247161019999D+08 77 26 -3.25457732546523D+08 77 27 -5.54115815736881D+07 77 28 -5.82073635106032D+07 77 29 -1.04698217697819D+07 77 30 -2.21854688541829D+08 77 31 -1.28569778075579D+07 77 32 9.04534482596852D+07 77 33 7.31948287940877D+06 77 34 6.08824336809547D+08 77 35 -1.17114286562793D+07 77 36 -4.97222228733466D+08 77 37 -7.86206892267683D+07 77 38 -5.40909765404046D+07 77 39 -1.16305061076540D+07 77 40 -2.14221615914464D+07 77 41 -5.27018799908026D+06 77 42 -1.57207781133229D+09 77 43 -2.16425247158745D+08 77 44 3.47368286648377D+08 77 45 1.05781700554570D+07 77 46 9.02133745225525D+08 77 47 -6.11589386636024D+08 77 48 -6.77638111016524D+08 77 49 -1.08075550546222D+08 77 50 1.29283989065457D+08 77 51 -7.78608828249862D+07 77 52 -6.28769252965734D+08 77 53 -1.10445540192168D+08 77 54 2.93486201795927D+08 77 55 2.92832107178033D+07 77 56 5.92213025612392D+07 77 57 -3.89730460536372D+08 77 58 -2.00337617242557D+07 77 59 -7.59384652326015D+07 77 60 -2.86011973576806D+08 77 61 -2.86916894329447D+07 77 62 1.57322380005029D+08 77 63 2.94886014720135D+07 77 64 1.79522864566222D+08 77 65 3.12112905179701D+07 77 66 1.41752456323759D+08 77 67 3.54056776153848D+07 77 68 7.80298715135613D+08 77 69 1.11709822423091D+08 77 70 2.33108951299340D+00 77 71 -2.93786014182730D+00 77 72 1.37862806559911D+00 77 73 -1.82840502178700D+00 77 74 1.62859926754006D+01 77 75 3.11250738047826D+01 77 76 9.62291197487733D-01 77 77 2.57662395899172D+01 -SOLUTION/DECOMPOSED_NORMAL_MATRIX * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_VECTOR * Ind1 Decomposed_vector(ind1) 1 -3.58840368091704D+00 2 1.49107487236909D+02 3 3.24359238730993D+02 4 -9.91892851957591D+01 5 -2.01578127172080D+02 6 -7.16195890808484D+02 7 1.02777688955152D+02 8 5.24706398726943D+01 9 3.91836652085051D+02 10 8.15739603439092D+08 11 5.17957503282490D+06 12 1.09517853690005D+09 13 2.07828455555400D+08 14 -2.83372102592484D+07 15 2.85905426465007D+08 16 -8.89395063669595D+08 17 1.10714723932388D+08 18 -1.54973304539539D+08 19 7.13853027240844D+07 20 6.33885763171661D+08 21 1.70791460961910D+08 22 3.66507081832056D+08 23 1.61791928101248D+08 24 -7.11548449116430D+08 25 -1.12785785814122D+08 26 7.02825556682462D+08 27 2.11304665908022D+08 28 6.70027880604639D+08 29 -2.13337451909028D+08 30 1.09297475424429D+09 31 7.76771590136070D+07 32 -1.81567829633139D+08 33 -4.78666668994954D+06 34 -1.99515077910613D+09 35 4.66187819404699D+08 36 -4.70830274648185D+07 37 8.86663791548985D+07 38 7.66983247800947D+08 39 -8.26766114884421D+07 40 3.44037773964947D+08 41 1.69820593349799D+08 42 -1.78915150817524D+09 43 -1.50181125642310D+08 44 2.98662979698035D+08 45 -5.91503105236284D+08 46 2.55977365642289D+08 47 -4.49365555453862D+08 48 3.07867737830188D+08 49 3.07804994802122D+08 50 -2.74552735732439D+08 51 -4.44779587804131D+08 52 -8.32625329708837D+08 53 -2.88910212973709D+08 54 6.72505212262959D+08 55 1.03817207759578D+08 56 1.46150092936090D+08 57 -2.54151042646106D+08 58 1.72710719038201D+08 59 -1.77252019958622D+08 60 -1.91705126851636D+08 61 -9.73553964022987D+07 62 -3.11211521643176D+08 63 -2.71126950512777D+07 64 -2.72861870248310D+08 65 2.75018922600473D+07 66 6.79988036400525D+07 67 5.23798016639486D+06 68 1.39424437281497D+08 69 1.49496617534822D+08 70 -9.38314986198888D+00 71 -5.48330478641756D+00 72 -4.52183252854242D+00 73 -3.50946220296739D+00 74 -6.32060618551103D+01 75 5.52910253251923D+01 76 -7.82170156702356D+00 77 1.29313366937281D+01 -SOLUTION/DECOMPOSED_NORMAL_VECTOR * * ----------------------------------------------------------------------------- * +SOLUTION/DECOMPOSED_NORMAL_CALIBRATION LOADING_EFFECT * Ind1 Decomposed_vector(ind1) 1 0.00000000000000D+00 2 0.00000000000000D+00 3 0.00000000000000D+00 4 0.00000000000000D+00 5 0.00000000000000D+00 6 0.00000000000000D+00 7 0.00000000000000D+00 8 0.00000000000000D+00 9 0.00000000000000D+00 10 0.00000000000000D+00 11 0.00000000000000D+00 12 0.00000000000000D+00 13 0.00000000000000D+00 14 0.00000000000000D+00 15 0.00000000000000D+00 16 0.00000000000000D+00 17 0.00000000000000D+00 18 0.00000000000000D+00 19 0.00000000000000D+00 20 0.00000000000000D+00 21 0.00000000000000D+00 22 0.00000000000000D+00 23 0.00000000000000D+00 24 0.00000000000000D+00 25 0.00000000000000D+00 26 0.00000000000000D+00 27 0.00000000000000D+00 28 0.00000000000000D+00 29 0.00000000000000D+00 30 0.00000000000000D+00 31 0.00000000000000D+00 32 0.00000000000000D+00 33 0.00000000000000D+00 34 0.00000000000000D+00 35 0.00000000000000D+00 36 0.00000000000000D+00 37 0.00000000000000D+00 38 0.00000000000000D+00 39 0.00000000000000D+00 40 0.00000000000000D+00 41 0.00000000000000D+00 42 0.00000000000000D+00 43 0.00000000000000D+00 44 0.00000000000000D+00 45 0.00000000000000D+00 46 0.00000000000000D+00 47 0.00000000000000D+00 48 0.00000000000000D+00 49 0.00000000000000D+00 50 0.00000000000000D+00 51 0.00000000000000D+00 52 0.00000000000000D+00 53 0.00000000000000D+00 54 0.00000000000000D+00 55 0.00000000000000D+00 56 0.00000000000000D+00 57 0.00000000000000D+00 58 0.00000000000000D+00 59 0.00000000000000D+00 60 0.00000000000000D+00 61 0.00000000000000D+00 62 0.00000000000000D+00 63 0.00000000000000D+00 64 0.00000000000000D+00 65 0.00000000000000D+00 66 0.00000000000000D+00 67 0.00000000000000D+00 68 0.00000000000000D+00 69 0.00000000000000D+00 70 0.00000000000000D+00 71 0.00000000000000D+00 72 0.00000000000000D+00 73 0.00000000000000D+00 74 0.00000000000000D+00 75 0.00000000000000D+00 76 0.00000000000000D+00 77 0.00000000000000D+00 -SOLUTION/DECOMPOSED_NORMAL_CALIBRATION * * ----------------------------------------------------------------------------- * %ENDSNX