Hi, how are you? I have 1000 total columns with 100 rows and I have shown 4 columns of 100 rows below. I want the zeros to be read in as numerical or integer values rather than a character. Right now I have a 100x0 character matrix rather than a 100x1000 double matrix. What do I need to do to read in a .csv spreadsheet with counting the zeros as a numerical or integer value? Thank-you. Irucka Embry 0 0 0 0 0.16387 0.60612 0.87705 0.83798 0.32774 1.2122 1.7541 1.676 0.4916 1.8184 2.6312 2.5139 0.65547 2.4245 3.5082 3.3519 0.81934 3.0306 4.3853 4.1899 0.98321 3.6367 5.2623 5.0279 1.1471 4.2429 6.1394 5.8659 1.3109 4.849 7.0164 6.7038 1.4748 5.4551 7.8935 7.5418 1.6387 6.0612 8.7705 8.3798 1.8026 6.6673 9.6476 9.2178 1.9664 7.2735 10.525 10.056 2.1303 7.8796 11.402 10.894 2.2942 8.4857 12.279 11.732 2.458 9.0918 13.156 12.57 2.6219 9.6979 14.033 13.408 2.7858 10.304 14.91 14.246 2.9496 10.91 15.787 15.084 3.1135 11.516 16.664 15.922 3.2774 12.122 17.541 16.76 3.4412 12.729 18.418 17.598 3.6051 13.335 19.295 18.436 3.769 13.941 20.172 19.274 3.9328 14.547 21.049 20.112 4.0967 15.153 21.926 20.95 4.2606 15.759 22.803 21.788 4.4244 16.365 23.68 22.625 4.5883 16.971 24.557 23.463 4.7522 17.578 25.434 24.301 4.916 18.184 26.312 25.139 5.0799 18.79 27.189 25.977 5.2438 19.396 28.066 26.815 5.4077 20.002 28.943 27.653 5.5715 20.608 29.82 28.491 5.7354 21.214 30.697 29.329 5.8993 21.82 31.574 30.167 6.0631 22.426 32.451 31.005 6.227 23.033 33.328 31.843 6.3909 23.639 34.205 32.681 6.5547 24.245 35.082 33.519 6.7186 24.851 35.959 34.357 6.8825 25.457 36.836 35.195 7.0463 26.063 37.713 36.033 7.2102 26.669 38.59 36.871 7.3741 27.275 39.467 37.709 7.5379 27.882 40.344 38.547 7.7018 28.488 41.221 39.385 7.8657 29.094 42.098 40.223 8.0295 29.7 42.976 41.061 8.1934 30.306 43.853 41.899 8.1115 30.003 43.414 41.48 8.0295 29.7 42.976 41.061 7.9476 29.397 42.537 40.642 7.8657 29.094 42.098 40.223 7.7837 28.791 41.66 39.804 7.7018 28.488 41.221 39.385 7.6199 28.185 40.783 38.966 7.5379 27.882 40.344 38.547 7.456 27.579 39.906 38.128 7.3741 27.275 39.467 37.709 7.2921 26.972 39.029 37.29 7.2102 26.669 38.59 36.871 7.1283 26.366 38.152 36.452 7.0463 26.063 37.713 36.033 6.9644 25.76 37.275 35.614 6.8825 25.457 36.836 35.195 6.8005 25.154 36.398 34.776 6.7186 24.851 35.959 34.357 6.6367 24.548 35.521 33.938 6.5547 24.245 35.082 33.519 6.4728 23.942 34.644 33.1 6.3909 23.639 34.205 32.681 6.3089 23.336 33.766 32.262 6.227 23.033 33.328 31.843 6.1451 22.73 32.889 31.424 6.0631 22.426 32.451 31.005 5.9812 22.123 32.012 30.586 5.8993 21.82 31.574 30.167 5.8173 21.517 31.135 29.748 5.7354 21.214 30.697 29.329 5.6535 20.911 30.258 28.91 5.5715 20.608 29.82 28.491 5.4896 20.305 29.381 28.072 5.4077 20.002 28.943 27.653 5.3257 19.699 28.504 27.234 5.2438 19.396 28.066 26.815 5.1618 19.093 27.627 26.396 5.0799 18.79 27.189 25.977 4.998 18.487 26.75 25.558 4.916 18.184 26.312 25.139 4.8341 17.881 25.873 24.72 4.7522 17.578 25.434 24.301 4.6702 17.274 24.996 23.882 4.5883 16.971 24.557 23.463 4.5064 16.668 24.119 23.044 4.4244 16.365 23.68 22.625 4.3425 16.062 23.242 22.206 4.2606 15.759 22.803 21.788 4.1786 15.456 22.365 21.369 4.0967 15.153 21.926 20.95 -- View this message in context: http://r.789695.n4.nabble.com/zeros-in-double-matrix-rather-than-character-matrix-tp4651081.html Sent from the R help mailing list archive at Nabble.com.
Jean V Adams
2012-Nov-28 13:21 UTC
[R] zeros in double matrix rather than character matrix
Irucka, What is the code that you are using that results in a character matrix? What does the character matrix look like? If your matrix is called m, submit the following code and share the results with us. m[1:6, ] as.numeric(m[1:6, ]) Jean iembry <iruckaE@mail2world.com> wrote on 11/27/2012 11:35:15 PM:> > Hi, how are you? > > I have 1000 total columns with 100 rows and I have shown 4 columns of100> rows below. I want the zeros to be read in as numerical or integervalues> rather than a character. Right now I have a 100x0 character matrixrather> than a 100x1000 double matrix. > > What do I need to do to read in a .csv spreadsheet with counting thezeros> as a numerical or integer value? > > Thank-you. > > Irucka Embry > > > 0 0 0 0 > 0.16387 0.60612 0.87705 0.83798 > 0.32774 1.2122 1.7541 1.676 > 0.4916 1.8184 2.6312 2.5139 > 0.65547 2.4245 3.5082 3.3519 > 0.81934 3.0306 4.3853 4.1899 > 0.98321 3.6367 5.2623 5.0279 > 1.1471 4.2429 6.1394 5.8659 > 1.3109 4.849 7.0164 6.7038 > 1.4748 5.4551 7.8935 7.5418 > 1.6387 6.0612 8.7705 8.3798 > 1.8026 6.6673 9.6476 9.2178 > 1.9664 7.2735 10.525 10.056 > 2.1303 7.8796 11.402 10.894 > 2.2942 8.4857 12.279 11.732 > 2.458 9.0918 13.156 12.57 > 2.6219 9.6979 14.033 13.408 > 2.7858 10.304 14.91 14.246 > 2.9496 10.91 15.787 15.084 > 3.1135 11.516 16.664 15.922 > 3.2774 12.122 17.541 16.76 > 3.4412 12.729 18.418 17.598 > 3.6051 13.335 19.295 18.436 > 3.769 13.941 20.172 19.274 > 3.9328 14.547 21.049 20.112 > 4.0967 15.153 21.926 20.95 > 4.2606 15.759 22.803 21.788 > 4.4244 16.365 23.68 22.625 > 4.5883 16.971 24.557 23.463 > 4.7522 17.578 25.434 24.301 > 4.916 18.184 26.312 25.139 > 5.0799 18.79 27.189 25.977 > 5.2438 19.396 28.066 26.815 > 5.4077 20.002 28.943 27.653 > 5.5715 20.608 29.82 28.491 > 5.7354 21.214 30.697 29.329 > 5.8993 21.82 31.574 30.167 > 6.0631 22.426 32.451 31.005 > 6.227 23.033 33.328 31.843 > 6.3909 23.639 34.205 32.681 > 6.5547 24.245 35.082 33.519 > 6.7186 24.851 35.959 34.357 > 6.8825 25.457 36.836 35.195 > 7.0463 26.063 37.713 36.033 > 7.2102 26.669 38.59 36.871 > 7.3741 27.275 39.467 37.709 > 7.5379 27.882 40.344 38.547 > 7.7018 28.488 41.221 39.385 > 7.8657 29.094 42.098 40.223 > 8.0295 29.7 42.976 41.061 > 8.1934 30.306 43.853 41.899 > 8.1115 30.003 43.414 41.48 > 8.0295 29.7 42.976 41.061 > 7.9476 29.397 42.537 40.642 > 7.8657 29.094 42.098 40.223 > 7.7837 28.791 41.66 39.804 > 7.7018 28.488 41.221 39.385 > 7.6199 28.185 40.783 38.966 > 7.5379 27.882 40.344 38.547 > 7.456 27.579 39.906 38.128 > 7.3741 27.275 39.467 37.709 > 7.2921 26.972 39.029 37.29 > 7.2102 26.669 38.59 36.871 > 7.1283 26.366 38.152 36.452 > 7.0463 26.063 37.713 36.033 > 6.9644 25.76 37.275 35.614 > 6.8825 25.457 36.836 35.195 > 6.8005 25.154 36.398 34.776 > 6.7186 24.851 35.959 34.357 > 6.6367 24.548 35.521 33.938 > 6.5547 24.245 35.082 33.519 > 6.4728 23.942 34.644 33.1 > 6.3909 23.639 34.205 32.681 > 6.3089 23.336 33.766 32.262 > 6.227 23.033 33.328 31.843 > 6.1451 22.73 32.889 31.424 > 6.0631 22.426 32.451 31.005 > 5.9812 22.123 32.012 30.586 > 5.8993 21.82 31.574 30.167 > 5.8173 21.517 31.135 29.748 > 5.7354 21.214 30.697 29.329 > 5.6535 20.911 30.258 28.91 > 5.5715 20.608 29.82 28.491 > 5.4896 20.305 29.381 28.072 > 5.4077 20.002 28.943 27.653 > 5.3257 19.699 28.504 27.234 > 5.2438 19.396 28.066 26.815 > 5.1618 19.093 27.627 26.396 > 5.0799 18.79 27.189 25.977 > 4.998 18.487 26.75 25.558 > 4.916 18.184 26.312 25.139 > 4.8341 17.881 25.873 24.72 > 4.7522 17.578 25.434 24.301 > 4.6702 17.274 24.996 23.882 > 4.5883 16.971 24.557 23.463 > 4.5064 16.668 24.119 23.044 > 4.4244 16.365 23.68 22.625 > 4.3425 16.062 23.242 22.206 > 4.2606 15.759 22.803 21.788 > 4.1786 15.456 22.365 21.369 > 4.0967 15.153 21.926 20.95[[alternative HTML version deleted]]
Irucka Embry
2012-Nov-28 13:32 UTC
[R] zeros in double matrix rather than character matrix
Hi Jean, how are you? Thank-you for the response. I have just created a new post that includes more information about my problem ["how to keep all zeros in 1st row (not NA)"] and I will also show the current code and the results below. I will respond back to the other question in another e-mail. Irucka Embry Input <- as.matrix(read.csv("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_ GLUE_Example/Input_Parameter.csv", header = TRUE, sep =",", )) 101x1 character matrix Input Time..day..1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.2 4.25.26.27.28.29.30.31.32.33.34.35.36.37.38.39.40.41.42.43.44.45.46.47.4 8.49.50.51.52.53.54.55.56.57.58.59.60.61.62.63.64.65.66.67.68.69.70.71.7 2.73.74.75.76.77.78.79.80.81.82.83.84.85.86.87.88.89.90.91.92.93.94.95.9 6.97.98.99.100.101.102.103.104.105.106.107.108.109.110.111.112.113.114.1 15.116.117.118.119.120.121.122.123.124.125.126.127.128.129.130.131.132.1 33.134.135.136.137.138.139.140.141.142.143.144.145.146.147.148.149.150.1 51.152.153.154.155.156.157.158.159.160.161.162.163.164.165.166.167.168.1 69.170.171.172.173.174.175.176.177.178.179.180.181.182.183.184.185.186.1 87.188.189.190.191.192.193.194.195.196.197.198.199.200.201.202.203.204.2 05.206.207.208.209.210.211.212.213.214.215.216.217.218.219.220.221.222.2 23.224.225.226.227.228.229.230.231.232.233.234.235.236.237.238.239.240.2 41.242.243.244.245.246.247.248.249.250.251.252.253.254.255.256.257.258.2 59.260.261.262.263.264.265.266.267.268.269.270.271.272.273.274.275.276.2 77.278.279.280.281.282.283.284.285.286.287.288.289.290.291.292.293.294.2 95.296.297.298.299.300.301.302.303.304.305.306.307.308.309.310.311.312.3 13.314.315.316.317.318.319.320.321.322.323.324.325.326.327.328.329.330.3 31.332.333.334.335.336.337.338.339.340.341.342.343.344.345.346.347.348.3 49.350.351.352.353.354.355.356.357.358.359.360.361.362.363.364.365.366.3 67.368.369.370.371.372.373.374.375.376.377.378.379.380.381.382.383.384.3 85.386.387.388.389.390.391.392.393.394.395.396.397.398.399.400.401.402.4 03.404.405.406.407.408.409.410.411.412.413.414.415.416.417.418.419.420.4 21.422.423.424.425.426.427.428.429.430.431.432.433.434.435.436.437.438.4 39.440.441.442.443.444.445.446.447.448.449.450.451.452.453.454.455.456.4 57.458.459.460.461.462.463.464.465.466.467.468.469.470.471.472.473.474.4 75.476.477.478.479.480.481.482.483.484.485.486.487.488.489.490.491.492.4 93.494.495.496.497.498.499.500.501.502.503.504.505.506.507.508.509.510.5 11.512.513.514.515.516.517.518.519.520.521.522.523.524.525.526.527.528.5 29.530.531.532.533.534.535.536.537.538.539.540.541.542.543.544.545.546.5 47.548.549.550.551.552.553.554.555.556.557.558.559.560.561.562.563.564.5 65.566.567.568.569.570.571.572.573.574.575.576.577.578.579.580.581.582.5 83.584.585.586.587.588.589.590.591.592.593.594.595.596.597.598.599.600.6 01.602.603.604.605.606.607.608.609.610.611.612.613.614.615.616.617.618.6 19.620.621.622.623.624.625.626.627.628.629.630.631.632.633.634.635.636.6 37.638.639.640.641.642.643.644.645.646.647.648.649.650.651.652.653.654.6 55.656.657.658.659.660.661.662.663.664.665.666.667.668.669.670.671.672.6 73.674.675.676.677.678.679.680.681.682.683.684.685.686.687.688.689.690.6 91.692.693.694.695.696.697.698.699.700.701.702.703.704.705.706.707.708.7 09.710.711.712.713.714.715.716.717.718.719.720.721.722.723.724.725.726.7 27.728.729.730.731.732.733.734.735.736.737.738.739.740.741.742.743.744.7 45.746.747.748.749.750.751.752.753.754.755.756.757.758.759.760.761.762.7 63.764.765.766.767.768.769.770.771.772.773.774.775.776.777.778.779.780.7 81.782.783.784.785.786.787.788.789.790.791.792.793.794.795.796.797.798.7 99.800.801.802.803.804.805.806.807.808.809.810.811.812.813.814.815.816.8 17.818.819.820.821.822.823.824.825.826.827.828.829.830.831.832.833.834.8 35.836.837.838.839.840.841.842.843.844.845.846.847.848.849.850.851.852.8 53.854.855.856.857.858.859.860.861.862.863.864.865.866.867.868.869.870.8 71.872.873.874.875.876.877.878.879.880.881.882.883.884.885.886.887.888.8 89.890.891.892.893.894.895.896.897.898.899.900.901.902.903.904.905.906.9 07.908.909.910.911.912.913.914.915.916.917.918.919.920.921.922.923.924.9 25.926.927.928.929.930.931.932.933.934.935.936.937.938.939.940.941.942.9 43.944.945.946.947.948.949.950.951.952.953.954.955.956.957.958.959.960.9 61.962.963.964.965.966.967.968.969.970.971.972.973.974.975.976.977.978.9 79.980.981.982.983.984.985.986.987.988.989.990.991.992.993.994.995.996.9 97.998.999.1000 [1,] "0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0" [2,] "1;0.16387;0.60612;0.87705;0.83798;0.26256;0.2763;0.14561;0.64365;0.3354 9;0.57083;0.77006;0.66183;0.89897;0.75467;0.29031;0.62502;0.37289;0.4330 1;0.49257;0.32471;0.93694;0.98593;0.62572;0.19011;0.24422;0.8111;0.92226 ;0.64808;0.54254;0.50744;0.29956;0.38237;0.18165;0.48215;0.88272;0.68313 ;0.22463;0.94944;0.42222;0.52936;0.59623;0.73172;0.95969;0.61568;0.65522 ;0.2822;0.63606;0.91753;0.90065;0.37887;0.83357;0.43949;0.85313;0.2142;0 .12122;0.44879;0.33948;0.70395;0.81464;0.38951;0.17642;0.76111;0.51108;0 .22062;0.17044;0.24061;0.46663;0.84428;0.12734;0.67585;0.19788;0.20239;0 .34844;0.58319;0.45463;0.10807;0.258;0.60392;0.55876;0.22981;0.80121;0.3 1447;0.93271;0.96714;0.91037;0.3084;0.51829;0.82599;0.88896;0.47315;0.70 677;0.99733;0.13205;0.73721;0.50304;0.74288;0.97735;0.15275;0.40228;0.36 195;0.56508;0.71566;0.41248;0.98537;0.32182;0.86758;0.78487;0.72197;0.58 076;0.76553;0.79643;0.55342;0.86057;0.43115;0.27003;0.40491;0.47662;0.14 263;0.78235;0.69486;0.68461;0.95001;0.5389;0.35661;0.10436;0.37507;0.249 1;0.75866;0.79426;0.65903;0.67794;0.38747;0.2944;0.3983;0.50353;0.91636; 0.10283;0.89477;0.86574;0.72631;0.30284;0.18385;0.21612;0.52759;0.23951; 0.69803;0.41437;0.39506;0.16011;0.72891;0.98161;0.56265;0.55711;0.84931; 0.54748;0.96904;0.99416;0.44459;0.63225;0.57523;0.25254;0.74712;0.85737; 0.46101;0.9557;0.407;0.45907;0.43516;0.92999;0.69316;0.80659;0.11744;0.7 1214;0.49746;0.78861;0.15753;0.96308;0.20496;0.77477;0.97468;0.45122;0.1 327;0.3524;0.42668;0.29224;0.41686;0.34281;0.82046;0.60894;0.63943;0.469 7;0.36658;0.31162;0.51593;0.71114;0.94043;0.88079;0.58621;0.98921;0.9432 7;0.18997;0.17323;0.27808;0.77802;0.12171;0.52472;0.49058;0.20902;0.8298 1;0.67163;0.26837;0.80298;0.8403;0.54432;0.61396;0.16737;0.47944;0.13707 ;0.81744;0.68852;0.28714;0.34828;0.92547;0.59784;0.76832;0.26095;0.53242 ;0.22671;0.90294;0.73607;0.87097;0.19499;0.329;0.90911;0.65389;0.88801;0 .23519;0.36569;0.33266;0.84875;0.58994;0.48743;0.14947;0.66768;0.62139;0 .64353;0.57208;0.75155;0.11168;0.31866;0.49782;0.62012;0.60425;0.914;0.8 3895;0.17544;0.26577;0.31683;0.25379;0.48137;0.57997;0.5623;0.94104;0.81 082;0.87554;0.33844;0.94632;0.42078;0.64148;0.78158;0.27821;0.70926;0.34 503;0.289;0.67983;0.60109;0.25972;0.11895;0.28492;0.53472;0.33135;0.2379 3;0.69992;0.16207;0.52118;0.9536;0.13859;0.144;0.65158;0.69613;0.74928;0 .89729;0.31054;0.1852;0.45022;0.39584;0.32596;0.42435;0.97199;0.55087;0. 81453;0.805;0.35818;0.74021;0.92287;0.74487;0.16535;0.52604;0.86207;0.19 615;0.62864;0.90188;0.61817;0.7328;0.22923;0.83171;0.99911;0.56017;0.760 15;0.65784;0.84201;0.40332;0.79123;0.68633;0.63297;0.90811;0.10145;0.878 64;0.79086;0.51383;0.24593;0.49222;0.85477;0.58467;0.59263;0.10935;0.305 71;0.36858;0.95838;0.21099;0.97018;0.92842;0.71449;0.57349;0.2194;0.1260 3;0.76358;0.98343;0.72376;0.13506;0.40966;0.20301;0.8642;0.47228;0.67044 ;0.50648;0.45759;0.77242;0.30158;0.98918;0.43739;0.48407;0.23317;0.38041 ;0.36369;0.15546;0.53941;0.39169;0.46186;0.44104;0.66542;0.82259;0.89178 ;0.38597;0.19298;0.7521;0.28072;0.56646;0.5373;0.88444;0.70233;0.88611;0 .97527;0.2338;0.62938;0.81917;0.85214;0.80003;0.10612;0.44207;0.33658;0. 73493;0.12957;0.75576;0.93342;0.1412;0.25056;0.29747;0.86986;0.46817;0.5 2239;0.14764;0.51566;0.79799;0.84658;0.3515;0.72756;0.66498;0.17899;0.32 811;0.51007;0.71942;0.18721;0.1246;0.58797;0.93808;0.8353;0.15761;0.2128 9;0.45307;0.24313;0.65052;0.82521;0.56903;0.94513;0.47592;0.57767;0.8929 6;0.80766;0.49542;0.96481;0.16897;0.34323;0.913;0.82862;0.11552;0.74123; 0.87282;0.61058;0.11391;0.30468;0.77959;0.90513;0.26524;0.43193;0.66079; 0.41631;0.35932;0.38262;0.91961;0.99223;0.18004;0.39103;0.59978;0.31384; 0.67293;0.77629;0.50124;0.27344;0.54635;0.62357;0.27215;0.85841;0.78669; 0.44646;0.70521;0.5935;0.42904;0.19958;0.25599;0.20706;0.53067;0.95147;0 .98019;0.32022;0.96182;0.21847;0.29409;0.54891;0.15204;0.37143;0.71809;0 .46428;0.6895;0.92633;0.99618;0.22244;0.61259;0.64678;0.76625;0.67602;0. 35435;0.63659;0.40837;0.42021;0.37679;0.39931;0.55495;0.48631;0.69134;0. 73434;0.97776;0.42687;0.46567;0.4997;0.76208;0.86603;0.34455;0.38443;0.9 8749;0.26799;0.96047;0.44357;0.33757;0.85355;0.74214;0.34988;0.45666;0.3 004;0.8961;0.5171;0.83132;0.62797;0.79244;0.92521;0.64248;0.90234;0.1303 4;0.87844;0.31149;0.89075;0.17282;0.5857;0.52539;0.3682;0.40942;0.59205; 0.15076;0.2646;0.35901;0.11983;0.54078;0.68571;0.28919;0.48845;0.49428;0 .56618;0.39307;0.32368;0.6707;0.83646;0.37602;0.98053;0.16795;0.81587;0. 5237;0.39703;0.91811;0.41408;0.76261;0.94433;0.46992;0.68053;0.21222;0.3 2128;0.7895;0.80641;0.27701;0.77396;0.63731;0.20782;0.70338;0.57611;0.93 215;0.19121;0.22178;0.43238;0.36096;0.50899;0.18298;0.91109;0.7832;0.538 14;0.30638;0.65699;0.55424;0.66641;0.14673;0.64903;0.80463;0.24826;0.965 21;0.87147;0.69524;0.22746;0.44803;0.16241;0.10189;0.73214;0.57293;0.237 64;0.59905;0.86266;0.41807;0.61674;0.11235;0.2841;0.12872;0.25399;0.8244 8;0.75011;0.54954;0.6226;0.48066;0.99303;0.60688;0.84741;0.93708;0.13929 ;0.2344;0.7188;0.7061;0.72538;0.194;0.95087;0.2258;0.60205;0.23193;0.339 29;0.87405;0.50515;0.97362;0.18231;0.31956;0.48498;0.25841;0.58211;0.746 04;0.82095;0.63522;0.44118;0.71374;0.88482;0.76695;0.58912;0.17668;0.203 9;0.66002;0.42208;0.17003;0.60829;0.843;0.56861;0.29627;0.9568;0.65259;0 .62067;0.18788;0.28109;0.12286;0.85132;0.89407;0.20804;0.67484;0.15413;0 .75754;0.32744;0.27446;0.93918;0.77943;0.66342;0.91519;0.77167;0.38996;0 .51957;0.88194;0.70117;0.838;0.90613;0.14956;0.95499;0.61321;0.71066;0.8 1679;0.99845;0.47461;0.40587;0.69267;0.97078;0.53159;0.9839;0.35294;0.81 198;0.33041;0.92896;0.21741;0.51258;0.46033;0.55239;0.63164;0.43792;0.75 406;0.59442;0.64523;0.55797;0.67893;0.68738;0.56154;0.47416;0.34571;0.36 482;0.83064;0.94788;0.4122;0.30367;0.90727;0.37777;0.73893;0.72121;0.496 18;0.10826;0.80074;0.31558;0.86772;0.53443;0.45383;0.72659;0.54283;0.105 02;0.38396;0.45226;0.25725;0.92087;0.42838;0.13397;0.11628;0.99057;0.293 45;0.27078;0.7955;0.15855;0.85643;0.24143;0.78514;0.20051;0.3719;0.14191 ;0.24742;0.49121;0.40048;0.97853;0.36185;0.49369;0.27512;0.66311;0.3228; 0.83332;0.43913;0.55596;0.21991;0.61904;0.18865;0.46292;0.19644;0.21505; 0.52672;0.94404;0.16424;0.25125;0.14798;0.34102;0.47138;0.28593;0.17162; 0.96844;0.39374;0.5022;0.90893;0.3813;0.47797;0.45568;0.83481;0.53307;0. 9635;0.7933;0.78041;0.71527;0.26739;0.81287;0.73066;0.15619;0.33447;0.99 14;0.74631;0.34743;0.99717;0.85893;0.87394;0.51917;0.77126;0.58345;0.756 51;0.93542;0.42314;0.80286;0.88318;0.97655;0.1185;0.61625;0.93492;0.2237 4;0.89989;0.66947;0.63861;0.85001;0.57908;0.42963;0.10719;0.70159;0.8686 7;0.37059;0.60977;0.24259;0.55095;0.70806;0.60296;0.3254;0.64837;0.41528 ;0.88665;0.8922;0.17818;0.18065;0.2056;0.40297;0.56792;0.29546;0.68365;0 .44664;0.76957;0.11302;0.54108;0.43408;0.5752;0.84453;0.23098;0.59064;0. 13073;0.69729;0.75258;0.6559;0.92725;0.92064;0.78724;0.73659;0.35634;0.8 0947;0.8268;0.62667;0.3025;0.72068;0.29117;0.2499;0.12428;0.48536;0.6817 6;0.64617;0.30917;0.13973;0.95648;0.4011;0.26365;0.50411;0.51162;0.37923 ;0.16655;0.28352;0.88006;0.85587;0.9417;0.27133;0.57834;0.13574;0.92409; 0.93133;0.84527;0.87661;0.91181;0.77744;0.77569;0.8416;0.68997;0.57013;0 .15344;0.3332;0.36393;0.54475;0.1106;0.60551;0.90413;0.86402;0.76426;0.6 992;0.27971;0.56429;0.40681;0.35478;0.39621;0.95943;0.61194;0.58713;0.28 72;0.49888;0.19205;0.1746;0.13629;0.63069;0.81906;0.47825;0.18614;0.5359 4;0.88951;0.89749;0.52121;0.70986;0.8089;0.34159;0.63383;0.71656;0.20111 ;0.64042;0.65802;0.95309;0.73982;0.19839;0.48882;0.65285;0.33032;0.9869; 0.98207;0.7591;0.55937;0.9158;0.97244;0.67414;0.41136;0.50781;0.31264;0. 79849;0.82306;0.66849;0.37395;0.59521;0.44959;0.20997;0.54656;0.35047;0. 44538;0.85965;0.78825;0.42544;0.38849;0.74364;0.26185;0.1609;0.46773;0.2 1567;0.82754;0.7967;0.72289;0.11504;0.31716;0.23877;0.67734;0.5146;0.465 01;0.52862;0.36967;0.14434;0.24524;0.12699;0.62383;0.59737;0.45972;0.435 91;0.9949;0.7294;0.25483;0.96632;0.23638;0.29816;0.38691;0.41931;0.10009 ;0.30712;0.69079;0.48303;0.94765;0.7488;0.22819" [3,] "2;0.32774;1.2122;1.7541;1.676;0.52511;0.55259;0.29122;1.2873;0.67097;1. 1417;1.5401;1.3237;1.7979;1.5093;0.58061;1.25;0.74578;0.86603;0.98515;0. 64942;1.8739;1.9719;1.2514;0.38021;0.48845;1.6222;1.8445;1.2962;1.0851;1 .0149;0.59912;0.76475;0.3633;0.96429;1.7654;1.3663;0.44925;1.8989;0.8444 4;1.0587;1.1925;1.4634;1.9194;1.2314;1.3104;0.5644;1.2721;1.8351;1.8013; 0.75773;1.6671;0.87899;1.7063;0.4284;0.24245;0.89758;0.67896;1.4079;1.62 93;0.77902;0.35283;1.5222;1.0222;0.44124;0.34088;0.48121;0.93326;1.6886; 0.25467;1.3517;0.39577;0.40479;0.69687;1.1664;0.90927;0.21613;0.51601;1. 2078;1.1175;0.45962;1.6024;0.62893;1.8654;1.9343;1.8207;0.6168;1.0366;1. 652;1.7779;0.9463;1.4135;1.9947;0.2641;1.4744;1.0061;1.4858;1.9547;0.305 5;0.80457;0.7239;1.1302;1.4313;0.82496;1.9707;0.64363;1.7352;1.5697;1.44 39;1.1615;1.5311;1.5929;1.1068;1.7211;0.8623;0.54006;0.80982;0.95324;0.2 8527;1.5647;1.3897;1.3692;1.9;1.0778;0.71323;0.20873;0.75015;0.49819;1.5 173;1.5885;1.3181;1.3559;0.77493;0.5888;0.79661;1.0071;1.8327;0.20566;1. 7895;1.7315;1.4526;0.60569;0.36769;0.43224;1.0552;0.47902;1.3961;0.82875 ;0.79012;0.32023;1.4578;1.9632;1.1253;1.1142;1.6986;1.095;1.9381;1.9883; 0.88918;1.2645;1.1505;0.50507;1.4942;1.7147;0.92203;1.9114;0.814;0.91815 ;0.87032;1.86;1.3863;1.6132;0.23488;1.4243;0.99493;1.5772;0.31505;1.9262 ;0.40991;1.5495;1.9494;0.90244;0.2654;0.70481;0.85336;0.58447;0.83373;0. 68562;1.6409;1.2179;1.2789;0.9394;0.73316;0.62325;1.0319;1.4223;1.8809;1 .7616;1.1724;1.9784;1.8865;0.37993;0.34646;0.55616;1.556;0.24341;1.0494; 0.98117;0.41805;1.6596;1.3433;0.53674;1.606;1.6806;1.0886;1.2279;0.33474 ;0.95887;0.27415;1.6349;1.377;0.57429;0.69655;1.8509;1.1957;1.5366;0.521 9;1.0648;0.45342;1.8059;1.4721;1.7419;0.38997;0.65801;1.8182;1.3078;1.77 6;0.47038;0.73137;0.66533;1.6975;1.1799;0.97486;0.29893;1.3354;1.2428;1. 2871;1.1442;1.5031;0.22335;0.63733;0.99563;1.2402;1.2085;1.828;1.6779;0. 35088;0.53154;0.63367;0.50759;0.96273;1.1599;1.1246;1.8821;1.6216;1.7511 ;0.67688;1.8926;0.84157;1.283;1.5632;0.55641;1.4185;0.69006;0.57799;1.35 97;1.2022;0.51944;0.23789;0.56985;1.0694;0.66271;0.47586;1.3998;0.32414; 1.0424;1.9072;0.27717;0.288;1.3032;1.3923;1.4986;1.7946;0.62108;0.3704;0 .90043;0.79168;0.65191;0.84871;1.944;1.1017;1.6291;1.61;0.71637;1.4804;1 .8457;1.4897;0.3307;1.0521;1.7241;0.3923;1.2573;1.8038;1.2363;1.4656;0.4 5847;1.6634;1.9982;1.1203;1.5203;1.3157;1.684;0.80663;1.5825;1.3727;1.26 59;1.8162;0.2029;1.7573;1.5817;1.0277;0.49185;0.98444;1.7095;1.1693;1.18 53;0.21869;0.61143;0.73716;1.9168;0.42198;1.9404;1.8568;1.429;1.147;0.43 88;0.25207;1.5272;1.9669;1.4475;0.27013;0.81933;0.40601;1.7284;0.94457;1 .3409;1.013;0.91517;1.5448;0.60315;1.9784;0.87479;0.96815;0.46634;0.7608 2;0.72739;0.31092;1.0788;0.78338;0.92371;0.88208;1.3308;1.6452;1.7836;0. 77193;0.38595;1.5042;0.56144;1.1329;1.0746;1.7689;1.4047;1.7722;1.9505;0 .46759;1.2588;1.6383;1.7043;1.6001;0.21224;0.88413;0.67316;1.4699;0.2591 4;1.5115;1.8668;0.28239;0.50113;0.59494;1.7397;0.93634;1.0448;0.29528;1. 0313;1.596;1.6932;0.70299;1.4551;1.33;0.35799;0.65622;1.0201;1.4388;0.37 442;0.24919;1.1759;1.8762;1.6706;0.31522;0.42579;0.90615;0.48625;1.301;1 .6504;1.1381;1.8903;0.95183;1.1553;1.7859;1.6153;0.99085;1.9296;0.33793; 0.68647;1.826;1.6572;0.23104;1.4825;1.7456;1.2212;0.22783;0.60935;1.5592 ;1.8103;0.53048;0.86386;1.3216;0.83262;0.71863;0.76525;1.8392;1.9845;0.3 6009;0.78206;1.1996;0.62769;1.3459;1.5526;1.0025;0.54687;1.0927;1.2471;0 .5443;1.7168;1.5734;0.89292;1.4104;1.187;0.85807;0.39915;0.51197;0.41413 ;1.0613;1.9029;1.9604;0.64044;1.9236;0.43693;0.58818;1.0978;0.30407;0.74 286;1.4362;0.92856;1.379;1.8527;1.9924;0.44488;1.2252;1.2936;1.5325;1.35 2;0.7087;1.2732;0.81675;0.84041;0.75358;0.79861;1.1099;0.97262;1.3827;1. 4687;1.9555;0.85374;0.93134;0.99941;1.5242;1.7321;0.6891;0.76887;1.975;0 .53597;1.9209;0.88714;0.67513;1.7071;1.4843;0.69976;0.91332;0.60081;1.79 22;1.0342;1.6626;1.2559;1.5849;1.8504;1.285;1.8047;0.26069;1.7569;0.6229 7;1.7815;0.34564;1.1714;1.0508;0.73639;0.81883;1.1841;0.30152;0.5292;0.7 1802;0.23966;1.0816;1.3714;0.57839;0.9769;0.98856;1.1324;0.78614;0.64736 ;1.3414;1.6729;0.75203;1.9611;0.3359;1.6317;1.0474;0.79406;1.8362;0.8281 7;1.5252;1.8887;0.93984;1.3611;0.42445;0.64255;1.579;1.6128;0.55402;1.54 79;1.2746;0.41563;1.4068;1.1522;1.8643;0.38242;0.44356;0.86476;0.72191;1 .018;0.36596;1.8222;1.5664;1.0763;0.61275;1.314;1.1085;1.3328;0.29347;1. 2981;1.6093;0.49652;1.9304;1.7429;1.3905;0.45492;0.89606;0.32481;0.20377 ;1.4643;1.1459;0.47528;1.1981;1.7253;0.83614;1.2335;0.2247;0.5682;0.2574 4;0.50798;1.649;1.5002;1.0991;1.2452;0.96132;1.9861;1.2138;1.6948;1.8742 ;0.27859;0.46881;1.4376;1.4122;1.4508;0.38801;1.9017;0.4516;1.2041;0.463 86;0.67858;1.7481;1.0103;1.9472;0.36462;0.63913;0.96996;0.51682;1.1642;1 .4921;1.6419;1.2704;0.88236;1.4275;1.7696;1.5339;1.1782;0.35337;0.40781; 1.32;0.84415;0.34007;1.2166;1.686;1.1372;0.59255;1.9136;1.3052;1.2413;0. 37577;0.56219;0.24571;1.7026;1.7881;0.41608;1.3497;0.30826;1.5151;0.6548 8;0.54891;1.8784;1.5589;1.3268;1.8304;1.5433;0.77991;1.0391;1.7639;1.402 3;1.676;1.8123;0.29912;1.91;1.2264;1.4213;1.6336;1.9969;0.94921;0.81173; 1.3853;1.9416;1.0632;1.9678;0.70589;1.624;0.66083;1.8579;0.43482;1.0252; 0.92066;1.1048;1.2633;0.87585;1.5081;1.1888;1.2905;1.1159;1.3579;1.3748; 1.1231;0.94832;0.69141;0.72964;1.6613;1.8958;0.82439;0.60734;1.8145;0.75 554;1.4779;1.4424;0.99237;0.21652;1.6015;0.63116;1.7354;1.0689;0.90765;1 .4532;1.0857;0.21005;0.76793;0.90452;0.5145;1.8417;0.85675;0.26793;0.232 57;1.9811;0.58691;0.54156;1.591;0.31711;1.7129;0.48286;1.5703;0.40103;0. 74381;0.28381;0.49483;0.98242;0.80095;1.9571;0.72371;0.98738;0.55024;1.3 262;0.6456;1.6666;0.87827;1.1119;0.43983;1.2381;0.3773;0.92584;0.39288;0 .4301;1.0534;1.8881;0.32849;0.50251;0.29595;0.68204;0.94276;0.57185;0.34 325;1.9369;0.78749;1.0044;1.8179;0.7626;0.95595;0.91135;1.6696;1.0661;1. 927;1.5866;1.5608;1.4305;0.53479;1.6257;1.4613;0.31239;0.66895;1.9828;1. 4926;0.69486;1.9943;1.7179;1.7479;1.0383;1.5425;1.1669;1.513;1.8708;0.84 627;1.6057;1.7664;1.9531;0.237;1.2325;1.8698;0.44748;1.7998;1.3389;1.277 2;1.7;1.1582;0.85925;0.21437;1.4032;1.7373;0.74118;1.2195;0.48519;1.1019 ;1.4161;1.2059;0.65081;1.2967;0.83056;1.7733;1.7844;0.35635;0.3613;0.411 19;0.80594;1.1358;0.59093;1.3673;0.89328;1.5391;0.22604;1.0822;0.86816;1 .1504;1.6891;0.46196;1.1813;0.26145;1.3946;1.5052;1.3118;1.8545;1.8413;1 .5745;1.4732;0.71267;1.6189;1.6536;1.2533;0.60499;1.4414;0.58234;0.4998; 0.24856;0.97073;1.3635;1.2923;0.61834;0.27947;1.913;0.80221;0.5273;1.008 2;1.0232;0.75846;0.33311;0.56705;1.7601;1.7117;1.8834;0.54265;1.1567;0.2 7149;1.8482;1.8627;1.6905;1.7532;1.8236;1.5549;1.5514;1.6832;1.3799;1.14 03;0.30688;0.6664;0.72787;1.0895;0.22121;1.211;1.8083;1.728;1.5285;1.398 4;0.55942;1.1286;0.81363;0.70956;0.79241;1.9189;1.2239;1.1743;0.57441;0. 99777;0.3841;0.3492;0.27259;1.2614;1.6381;0.95649;0.37229;1.0719;1.779;1 .795;1.0424;1.4197;1.6178;0.68317;1.2677;1.4331;0.40221;1.2808;1.316;1.9 062;1.4796;0.39677;0.97763;1.3057;0.66064;1.9738;1.9641;1.5182;1.1187;1. 8316;1.9449;1.3483;0.82271;1.0156;0.62527;1.597;1.6461;1.337;0.7479;1.19 04;0.89919;0.41994;1.0931;0.70094;0.89077;1.7193;1.5765;0.85088;0.77698; 1.4873;0.5237;0.3218;0.93547;0.43133;1.6551;1.5934;1.4458;0.23009;0.6343 2;0.47754;1.3547;1.0292;0.93002;1.0572;0.73933;0.28868;0.49047;0.25399;1 .2477;1.1947;0.91943;0.87182;1.9898;1.4588;0.50965;1.9326;0.47276;0.5963 3;0.77382;0.83861;0.20018;0.61424;1.3816;0.96606;1.8953;1.4976;0.45638" [4,] "3;0.4916;1.8184;2.6312;2.5139;0.78767;0.82889;0.43683;1.9309;1.0065;1.7 125;2.3102;1.9855;2.6969;2.264;0.87092;1.875;1.1187;1.299;1.4777;0.97413 ;2.8108;2.9578;1.8772;0.57032;0.73267;2.4333;2.7668;1.9442;1.6276;1.5223 ;0.89868;1.1471;0.54496;1.4464;2.6482;2.0494;0.67388;2.8483;1.2667;1.588 1;1.7887;2.1951;2.8791;1.847;1.9656;0.8466;1.9082;2.7526;2.7019;1.1366;2 .5007;1.3185;2.5594;0.6426;0.36367;1.3464;1.0184;2.1118;2.4439;1.1685;0. 52925;2.2833;1.5332;0.66185;0.51132;0.72182;1.3999;2.5328;0.38201;2.0276 ;0.59365;0.60718;1.0453;1.7496;1.3639;0.3242;0.77401;1.8118;1.6763;0.689 43;2.4036;0.9434;2.7981;2.9014;2.7311;0.92521;1.5549;2.478;2.6669;1.4195 ;2.1203;2.992;0.39616;2.2116;1.5091;2.2286;2.9321;0.45826;1.2068;1.0859; 1.6952;2.147;1.2374;2.9561;0.96545;2.6027;2.3546;2.1659;1.7423;2.2966;2. 3893;1.6603;2.5817;1.2934;0.81008;1.2147;1.4299;0.4279;2.3471;2.0846;2.0 538;2.85;1.6167;1.0698;0.31309;1.1252;0.74729;2.276;2.3828;1.9771;2.0338 ;1.1624;0.8832;1.1949;1.5106;2.7491;0.30848;2.6843;2.5972;2.1789;0.90853 ;0.55154;0.64836;1.5828;0.71852;2.0941;1.2431;1.1852;0.48034;2.1867;2.94 48;1.688;1.6713;2.5479;1.6424;2.9071;2.9825;1.3338;1.8967;1.7257;0.75761 ;2.2414;2.5721;1.383;2.8671;1.221;1.3772;1.3055;2.79;2.0795;2.4198;0.352 31;2.1364;1.4924;2.3658;0.47258;2.8892;0.61487;2.3243;2.924;1.3537;0.398 1;1.0572;1.28;0.87671;1.2506;1.0284;2.4614;1.8268;1.9183;1.4091;1.0997;0 .93487;1.5478;2.1334;2.8213;2.6424;1.7586;2.9676;2.8298;0.5699;0.51969;0 .83424;2.3341;0.36512;1.5742;1.4718;0.62707;2.4894;2.0149;0.8051;2.4089; 2.5209;1.6329;1.8419;0.50211;1.4383;0.41122;2.4523;2.0656;0.86143;1.0448 ;2.7764;1.7935;2.305;0.78286;1.5972;0.68013;2.7088;2.2082;2.6129;0.58496 ;0.98701;2.7273;1.9617;2.664;0.70557;1.0971;0.99799;2.5462;1.7698;1.4623 ;0.4484;2.003;1.8642;1.9306;1.7162;2.2546;0.33503;0.95599;1.4934;1.8604; 1.8128;2.742;2.5169;0.52633;0.79731;0.9505;0.76138;1.4441;1.7399;1.6869; 2.8231;2.4325;2.6266;1.0153;2.839;1.2624;1.9245;2.3447;0.83462;2.1278;1. 0351;0.86699;2.0395;1.8033;0.77916;0.35684;0.85477;1.6042;0.99406;0.7137 9;2.0998;0.48621;1.5635;2.8608;0.41576;0.432;1.9547;2.0884;2.2478;2.6919 ;0.93162;0.5556;1.3506;1.1875;0.97787;1.2731;2.916;1.6526;2.4436;2.415;1 .0745;2.2206;2.7686;2.2346;0.49605;1.5781;2.5862;0.58846;1.8859;2.7056;1 .8545;2.1984;0.6877;2.4951;2.9973;1.6805;2.2804;1.9735;2.526;1.2099;2.37 37;2.059;1.8989;2.7243;0.30435;2.6359;2.3726;1.5415;0.73778;1.4767;2.564 3;1.754;1.7779;0.32804;0.91714;1.1057;2.8751;0.63297;2.9105;2.7853;2.143 5;1.7205;0.6582;0.3781;2.2908;2.9503;2.1713;0.40519;1.229;0.60902;2.5926 ;1.4168;2.0113;1.5194;1.3728;2.3173;0.90473;2.9675;1.3122;1.4522;0.69951 ;1.1412;1.0911;0.46638;1.6182;1.1751;1.3856;1.3231;1.9963;2.4678;2.6753; 1.1579;0.57893;2.2563;0.84217;1.6994;1.6119;2.6533;2.107;2.6583;2.9258;0 .70139;1.8881;2.4575;2.5564;2.4001;0.31836;1.3262;1.0097;2.2048;0.38872; 2.2673;2.8003;0.42359;0.75169;0.89242;2.6096;1.4045;1.5672;0.44292;1.547 ;2.394;2.5397;1.0545;2.1827;1.9949;0.53698;0.98433;1.5302;2.1583;0.56162 ;0.37379;1.7639;2.8142;2.5059;0.47283;0.63868;1.3592;0.72938;1.9516;2.47 56;1.7071;2.8354;1.4277;1.733;2.6789;2.423;1.4863;2.8944;0.5069;1.0297;2 .739;2.4858;0.34655;2.2237;2.6184;1.8317;0.34174;0.91403;2.3388;2.7154;0 .79571;1.2958;1.9824;1.2489;1.0779;1.1479;2.7588;2.9767;0.54013;1.1731;1 .7993;0.94153;2.0188;2.3289;1.5037;0.82031;1.6391;1.8707;0.81645;2.5752; 2.3601;1.3394;2.1156;1.7805;1.2871;0.59873;0.76796;0.62119;1.592;2.8544; 2.9406;0.96065;2.8855;0.6554;0.88227;1.6467;0.45611;1.1143;2.1543;1.3928 ;2.0685;2.779;2.9885;0.66732;1.8378;1.9403;2.2987;2.0281;1.0631;1.9098;1 .2251;1.2606;1.1304;1.1979;1.6649;1.4589;2.074;2.203;2.9333;1.2806;1.397 ;1.4991;2.2862;2.5981;1.0336;1.1533;2.9625;0.80396;2.8814;1.3307;1.0127; 2.5607;2.2264;1.0496;1.37;0.90121;2.6883;1.5513;2.494;1.8839;2.3773;2.77 56;1.9274;2.707;0.39103;2.6353;0.93446;2.6722;0.51846;1.7571;1.5762;1.10 46;1.2283;1.7761;0.45227;0.79381;1.077;0.35949;1.6223;2.0571;0.86758;1.4 653;1.4828;1.6985;1.1792;0.97105;2.0121;2.5094;1.1281;2.9416;0.50385;2.4 476;1.5711;1.1911;2.7543;1.2423;2.2878;2.833;1.4098;2.0416;0.63667;0.963 83;2.3685;2.4192;0.83102;2.3219;1.9119;0.62345;2.1101;1.7283;2.7965;0.57 362;0.66534;1.2971;1.0829;1.527;0.54893;2.7333;2.3496;1.6144;0.91913;1.9 71;1.6627;1.9992;0.4402;1.9471;2.4139;0.74479;2.8956;2.6144;2.0857;0.682 39;1.3441;0.48722;0.30566;2.1964;1.7188;0.71292;1.7972;2.588;1.2542;1.85 02;0.33705;0.8523;0.38617;0.76196;2.4734;2.2503;1.6486;1.8678;1.442;2.97 91;1.8206;2.5422;2.8113;0.41788;0.70321;2.1564;2.1183;2.1762;0.58201;2.8 526;0.6774;1.8061;0.69579;1.0179;2.6222;1.5155;2.9208;0.54693;0.95869;1. 4549;0.77523;1.7463;2.2381;2.4629;1.9057;1.3235;2.1412;2.6545;2.3008;1.7 673;0.53005;0.61171;1.9801;1.2662;0.5101;1.8249;2.529;1.7058;0.88882;2.8 704;1.9578;1.862;0.56365;0.84328;0.36857;2.554;2.6822;0.62412;2.0245;0.4 6239;2.2726;0.98232;0.82337;2.8175;2.3383;1.9903;2.7456;2.315;1.1699;1.5 587;2.6458;2.1035;2.514;2.7184;0.44868;2.865;1.8396;2.132;2.4504;2.9953; 1.4238;1.2176;2.078;2.9123;1.5948;2.9517;1.0588;2.4359;0.99124;2.7869;0. 65223;1.5377;1.381;1.6572;1.8949;1.3138;2.2622;1.7832;1.9357;1.6739;2.03 68;2.0622;1.6846;1.4225;1.0371;1.0945;2.4919;2.8437;1.2366;0.91101;2.721 8;1.1333;2.2168;2.1636;1.4885;0.32478;2.4022;0.94674;2.6032;1.6033;1.361 5;2.1798;1.6285;0.31507;1.1519;1.3568;0.77176;2.7626;1.2851;0.4019;0.348 85;2.9717;0.88036;0.81233;2.3865;0.47566;2.5693;0.72428;2.3554;0.60154;1 .1157;0.42572;0.74225;1.4736;1.2014;2.9356;1.0856;1.4811;0.82536;1.9893; 0.96841;2.5;1.3174;1.6679;0.65974;1.8571;0.56595;1.3888;0.58932;0.64515; 1.5802;2.8321;0.49273;0.75376;0.44393;1.0231;1.4141;0.85778;0.51487;2.90 53;1.1812;1.5066;2.7268;1.1439;1.4339;1.367;2.5044;1.5992;2.8905;2.3799; 2.3412;2.1458;0.80218;2.4386;2.192;0.46858;1.0034;2.9742;2.2389;1.0423;2 .9915;2.5768;2.6218;1.5575;2.3138;1.7503;2.2695;2.8063;1.2694;2.4086;2.6 495;2.9297;0.3555;1.8488;2.8048;0.67123;2.6997;2.0084;1.9158;2.55;1.7372 ;1.2889;0.32156;2.1048;2.606;1.1118;1.8293;0.72778;1.6529;2.1242;1.8089; 0.97621;1.9451;1.2458;2.6599;2.6766;0.53453;0.54195;0.61679;1.2089;1.703 8;0.88639;2.0509;1.3399;2.3087;0.33906;1.6232;1.3022;1.7256;2.5336;0.692 94;1.7719;0.39218;2.0919;2.2577;1.9677;2.7817;2.7619;2.3617;2.2098;1.069 ;2.4284;2.4804;1.88;0.90749;2.162;0.87351;0.74971;0.37284;1.4561;2.0453; 1.9385;0.92751;0.4192;2.8694;1.2033;0.79095;1.5123;1.5348;1.1377;0.49966 ;0.85057;2.6402;2.5676;2.8251;0.81398;1.735;0.40723;2.7723;2.794;2.5358; 2.6298;2.7354;2.3323;2.3271;2.5248;2.0699;1.7104;0.46032;0.99959;1.0918; 1.6342;0.33181;1.8165;2.7124;2.5921;2.2928;2.0976;0.83913;1.6929;1.2204; 1.0643;1.1886;2.8783;1.8358;1.7614;0.86161;1.4967;0.57614;0.5238;0.40888 ;1.8921;2.4572;1.4347;0.55843;1.6078;2.6685;2.6925;1.5636;2.1296;2.4267; 1.0248;1.9015;2.1497;0.60332;1.9213;1.974;2.8593;2.2195;0.59516;1.4664;1 .9586;0.99096;2.9607;2.9462;2.2773;1.6781;2.7474;2.9173;2.0224;1.2341;1. 5234;0.93791;2.3955;2.4692;2.0055;1.1218;1.7856;1.3488;0.6299;1.6397;1.0 514;1.3362;2.5789;2.3647;1.2763;1.1655;2.2309;0.78554;0.4827;1.4032;0.64 7;2.4826;2.3901;2.1687;0.34513;0.95147;0.71631;2.032;1.5438;1.395;1.5859 ;1.109;0.43303;0.73571;0.38098;1.8715;1.7921;1.3792;1.3077;2.9847;2.1882 ;0.76448;2.899;0.70914;0.89449;1.1607;1.2579;0.30026;0.92136;2.0724;1.44 91;2.8429;2.2464;0.68457" Input <- as.matrix(Input[,-1]) # remove column 1 from analysis 101x0 character matrix [1,] [2,] [3,] [4,] [5,] [6,] [7,] [8,] [9,] [10,] [11,] [12,] [13,] [14,] [15,] [16,] [17,] [18,] [19,] [20,] [21,] [22,] [23,] [24,] [25,] [26,] [27,] [28,] [29,] [30,] [31,] [32,] [33,] [34,] [35,] [36,] [37,] [38,] [39,] [40,] [41,] [42,] [43,] [44,] [45,] [46,] [47,] [48,] [49,] [50,] [51,] [52,] [53,] [54,] [55,] [56,] [57,] [58,] [59,] [60,] [61,] [62,] [63,] [64,] [65,] [66,] [67,] [68,] [69,] [70,] [71,] [72,] [73,] [74,] [75,] [76,] [77,] [78,] [79,] [80,] [81,] [82,] [83,] [84,] [85,] [86,] [87,] [88,] [89,] [90,] [91,] [92,] [93,] [94,] [95,] [96,] [97,] [98,] [99,] [100,] [101,] <-----Original Message----->>From: Jean V Adams [jvadams@usgs.gov] >Sent: 11/28/2012 7:21:16 AM >To: iruckaE@mail2world.com >Cc: r-help@r-project.org >Subject: Re: [R] zeros in double matrix rather than character matrix > >Irucka, > >What is the code that you are using that results in a character matrix? >What does the character matrix look like? >If your matrix is called m, submit the following code and share theresults with>us. > >m[1:6, ] >as.numeric(m[1:6, ]) > >Jean > > > >iembry <iruckaE@mail2world.com> wrote on 11/27/2012 11:35:15 PM: >> >> Hi, how are you? >> >> I have 1000 total columns with 100 rows and I have shown 4 columns of100>> rows below. I want the zeros to be read in as numerical or integervalues>> rather than a character. Right now I have a 100x0 character matrixrather>> than a 100x1000 double matrix. >> >> What do I need to do to read in a .csv spreadsheet with counting thezeros>> as a numerical or integer value? >> >> Thank-you. >> >> Irucka Embry >> >> >> 0 0 0 0 >> 0.16387 0.60612 0.87705 0.83798 >> 0.32774 1.2122 1.7541 1.676 >> 0.4916 1.8184 2.6312 2.5139 >> 0.65547 2.4245 3.5082 3.3519 >> 0.81934 3.0306 4.3853 4.1899 >> 0.98321 3.6367 5.2623 5.0279 >> 1.1471 4.2429 6.1394 5.8659 >> 1.3109 4.849 7.0164 6.7038 >> 1.4748 5.4551 7.8935 7.5418 >> 1.6387 6.0612 8.7705 8.3798 >> 1.8026 6.6673 9.6476 9.2178 >> 1.9664 7.2735 10.525 10.056 >> 2.1303 7.8796 11.402 10.894 >> 2.2942 8.4857 12.279 11.732 >> 2.458 9.0918 13.156 12.57 >> 2.6219 9.6979 14.033 13.408 >> 2.7858 10.304 14.91 14.246 >> 2.9496 10.91 15.787 15.084 >> 3.1135 11.516 16.664 15.922 >> 3.2774 12.122 17.541 16.76 >> 3.4412 12.729 18.418 17.598 >> 3.6051 13.335 19.295 18.436 >> 3.769 13.941 20.172 19.274 >> 3.9328 14.547 21.049 20.112 >> 4.0967 15.153 21.926 20.95 >> 4.2606 15.759 22.803 21.788 >> 4.4244 16.365 23.68 22.625 >> 4.5883 16.971 24.557 23.463 >> 4.7522 17.578 25.434 24.301 >> 4.916 18.184 26.312 25.139 >> 5.0799 18.79 27.189 25.977 >> 5.2438 19.396 28.066 26.815 >> 5.4077 20.002 28.943 27.653 >> 5.5715 20.608 29.82 28.491 >> 5.7354 21.214 30.697 29.329 >> 5.8993 21.82 31.574 30.167 >> 6.0631 22.426 32.451 31.005 >> 6.227 23.033 33.328 31.843 >> 6.3909 23.639 34.205 32.681 >> 6.5547 24.245 35.082 33.519 >> 6.7186 24.851 35.959 34.357 >> 6.8825 25.457 36.836 35.195 >> 7.0463 26.063 37.713 36.033 >> 7.2102 26.669 38.59 36.871 >> 7.3741 27.275 39.467 37.709 >> 7.5379 27.882 40.344 38.547 >> 7.7018 28.488 41.221 39.385 >> 7.8657 29.094 42.098 40.223 >> 8.0295 29.7 42.976 41.061 >> 8.1934 30.306 43.853 41.899 >> 8.1115 30.003 43.414 41.48 >> 8.0295 29.7 42.976 41.061 >> 7.9476 29.397 42.537 40.642 >> 7.8657 29.094 42.098 40.223 >> 7.7837 28.791 41.66 39.804 >> 7.7018 28.488 41.221 39.385 >> 7.6199 28.185 40.783 38.966 >> 7.5379 27.882 40.344 38.547 >> 7.456 27.579 39.906 38.128 >> 7.3741 27.275 39.467 37.709 >> 7.2921 26.972 39.029 37.29 >> 7.2102 26.669 38.59 36.871 >> 7.1283 26.366 38.152 36.452 >> 7.0463 26.063 37.713 36.033 >> 6.9644 25.76 37.275 35.614 >> 6.8825 25.457 36.836 35.195 >> 6.8005 25.154 36.398 34.776 >> 6.7186 24.851 35.959 34.357 >> 6.6367 24.548 35.521 33.938 >> 6.5547 24.245 35.082 33.519 >> 6.4728 23.942 34.644 33.1 >> 6.3909 23.639 34.205 32.681 >> 6.3089 23.336 33.766 32.262 >> 6.227 23.033 33.328 31.843 >> 6.1451 22.73 32.889 31.424 >> 6.0631 22.426 32.451 31.005 >> 5.9812 22.123 32.012 30.586 >> 5.8993 21.82 31.574 30.167 >> 5.8173 21.517 31.135 29.748 >> 5.7354 21.214 30.697 29.329 >> 5.6535 20.911 30.258 28.91 >> 5.5715 20.608 29.82 28.491 >> 5.4896 20.305 29.381 28.072 >> 5.4077 20.002 28.943 27.653 >> 5.3257 19.699 28.504 27.234 >> 5.2438 19.396 28.066 26.815 >> 5.1618 19.093 27.627 26.396 >> 5.0799 18.79 27.189 25.977 >> 4.998 18.487 26.75 25.558 >> 4.916 18.184 26.312 25.139 >> 4.8341 17.881 25.873 24.72 >> 4.7522 17.578 25.434 24.301 >> 4.6702 17.274 24.996 23.882 >> 4.5883 16.971 24.557 23.463 >> 4.5064 16.668 24.119 23.044 >> 4.4244 16.365 23.68 22.625 >> 4.3425 16.062 23.242 22.206 >> 4.2606 15.759 22.803 21.788 >> 4.1786 15.456 22.365 21.369 >> 4.0967 15.153 21.926 20.95<span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br> <font color=#999999>Unlimited Email Storage – POP3 – Calendar – SMS – Translator – Much More!</font></font></span> [[alternative HTML version deleted]]
Irucka Embry
2012-Nov-28 13:35 UTC
[R] zeros in double matrix rather than character matrix
Hi Jean, I am responding to the last part of your response now. Thank-you. Irucka Embry m[1:6, ] where m is Input Input <- as.matrix(read.csv("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_ GLUE_Example/Input_Parameter.csv", header = TRUE, sep =","))> Input[1:6, ][1] "0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0" [2] "1;0.16387;0.60612;0.87705;0.83798;0.26256;0.2763;0.14561;0.64365;0.3354 9;0.57083;0.77006;0.66183;0.89897;0.75467;0.29031;0.62502;0.37289;0.4330 1;0.49257;0.32471;0.93694;0.98593;0.62572;0.19011;0.24422;0.8111;0.92226 ;0.64808;0.54254;0.50744;0.29956;0.38237;0.18165;0.48215;0.88272;0.68313 ;0.22463;0.94944;0.42222;0.52936;0.59623;0.73172;0.95969;0.61568;0.65522 ;0.2822;0.63606;0.91753;0.90065;0.37887;0.83357;0.43949;0.85313;0.2142;0 .12122;0.44879;0.33948;0.70395;0.81464;0.38951;0.17642;0.76111;0.51108;0 .22062;0.17044;0.24061;0.46663;0.84428;0.12734;0.67585;0.19788;0.20239;0 .34844;0.58319;0.45463;0.10807;0.258;0.60392;0.55876;0.22981;0.80121;0.3 1447;0.93271;0.96714;0.91037;0.3084;0.51829;0.82599;0.88896;0.47315;0.70 677;0.99733;0.13205;0.73721;0.50304;0.74288;0.97735;0.15275;0.40228;0.36 195;0.56508;0.71566;0.41248;0.98537;0.32182;0.86758;0.78487;0.72197;0.58 076;0.76553;0.79643;0.55342;0.86057;0.43115;0.27003;0.40491;0.47662;0.14 263;0.78235;0.69486;0.68461;0.95001;0.5389;0.35661;0.10436;0.37507;0.249 1;0.75866;0.79426;0.65903;0.67794;0.38747;0.2944;0.3983;0.50353;0.91636; 0.10283;0.89477;0.86574;0.72631;0.30284;0.18385;0.21612;0.52759;0.23951; 0.69803;0.41437;0.39506;0.16011;0.72891;0.98161;0.56265;0.55711;0.84931; 0.54748;0.96904;0.99416;0.44459;0.63225;0.57523;0.25254;0.74712;0.85737; 0.46101;0.9557;0.407;0.45907;0.43516;0.92999;0.69316;0.80659;0.11744;0.7 1214;0.49746;0.78861;0.15753;0.96308;0.20496;0.77477;0.97468;0.45122;0.1 327;0.3524;0.42668;0.29224;0.41686;0.34281;0.82046;0.60894;0.63943;0.469 7;0.36658;0.31162;0.51593;0.71114;0.94043;0.88079;0.58621;0.98921;0.9432 7;0.18997;0.17323;0.27808;0.77802;0.12171;0.52472;0.49058;0.20902;0.8298 1;0.67163;0.26837;0.80298;0.8403;0.54432;0.61396;0.16737;0.47944;0.13707 ;0.81744;0.68852;0.28714;0.34828;0.92547;0.59784;0.76832;0.26095;0.53242 ;0.22671;0.90294;0.73607;0.87097;0.19499;0.329;0.90911;0.65389;0.88801;0 .23519;0.36569;0.33266;0.84875;0.58994;0.48743;0.14947;0.66768;0.62139;0 .64353;0.57208;0.75155;0.11168;0.31866;0.49782;0.62012;0.60425;0.914;0.8 3895;0.17544;0.26577;0.31683;0.25379;0.48137;0.57997;0.5623;0.94104;0.81 082;0.87554;0.33844;0.94632;0.42078;0.64148;0.78158;0.27821;0.70926;0.34 503;0.289;0.67983;0.60109;0.25972;0.11895;0.28492;0.53472;0.33135;0.2379 3;0.69992;0.16207;0.52118;0.9536;0.13859;0.144;0.65158;0.69613;0.74928;0 .89729;0.31054;0.1852;0.45022;0.39584;0.32596;0.42435;0.97199;0.55087;0. 81453;0.805;0.35818;0.74021;0.92287;0.74487;0.16535;0.52604;0.86207;0.19 615;0.62864;0.90188;0.61817;0.7328;0.22923;0.83171;0.99911;0.56017;0.760 15;0.65784;0.84201;0.40332;0.79123;0.68633;0.63297;0.90811;0.10145;0.878 64;0.79086;0.51383;0.24593;0.49222;0.85477;0.58467;0.59263;0.10935;0.305 71;0.36858;0.95838;0.21099;0.97018;0.92842;0.71449;0.57349;0.2194;0.1260 3;0.76358;0.98343;0.72376;0.13506;0.40966;0.20301;0.8642;0.47228;0.67044 ;0.50648;0.45759;0.77242;0.30158;0.98918;0.43739;0.48407;0.23317;0.38041 ;0.36369;0.15546;0.53941;0.39169;0.46186;0.44104;0.66542;0.82259;0.89178 ;0.38597;0.19298;0.7521;0.28072;0.56646;0.5373;0.88444;0.70233;0.88611;0 .97527;0.2338;0.62938;0.81917;0.85214;0.80003;0.10612;0.44207;0.33658;0. 73493;0.12957;0.75576;0.93342;0.1412;0.25056;0.29747;0.86986;0.46817;0.5 2239;0.14764;0.51566;0.79799;0.84658;0.3515;0.72756;0.66498;0.17899;0.32 811;0.51007;0.71942;0.18721;0.1246;0.58797;0.93808;0.8353;0.15761;0.2128 9;0.45307;0.24313;0.65052;0.82521;0.56903;0.94513;0.47592;0.57767;0.8929 6;0.80766;0.49542;0.96481;0.16897;0.34323;0.913;0.82862;0.11552;0.74123; 0.87282;0.61058;0.11391;0.30468;0.77959;0.90513;0.26524;0.43193;0.66079; 0.41631;0.35932;0.38262;0.91961;0.99223;0.18004;0.39103;0.59978;0.31384; 0.67293;0.77629;0.50124;0.27344;0.54635;0.62357;0.27215;0.85841;0.78669; 0.44646;0.70521;0.5935;0.42904;0.19958;0.25599;0.20706;0.53067;0.95147;0 .98019;0.32022;0.96182;0.21847;0.29409;0.54891;0.15204;0.37143;0.71809;0 .46428;0.6895;0.92633;0.99618;0.22244;0.61259;0.64678;0.76625;0.67602;0. 35435;0.63659;0.40837;0.42021;0.37679;0.39931;0.55495;0.48631;0.69134;0. 73434;0.97776;0.42687;0.46567;0.4997;0.76208;0.86603;0.34455;0.38443;0.9 8749;0.26799;0.96047;0.44357;0.33757;0.85355;0.74214;0.34988;0.45666;0.3 004;0.8961;0.5171;0.83132;0.62797;0.79244;0.92521;0.64248;0.90234;0.1303 4;0.87844;0.31149;0.89075;0.17282;0.5857;0.52539;0.3682;0.40942;0.59205; 0.15076;0.2646;0.35901;0.11983;0.54078;0.68571;0.28919;0.48845;0.49428;0 .56618;0.39307;0.32368;0.6707;0.83646;0.37602;0.98053;0.16795;0.81587;0. 5237;0.39703;0.91811;0.41408;0.76261;0.94433;0.46992;0.68053;0.21222;0.3 2128;0.7895;0.80641;0.27701;0.77396;0.63731;0.20782;0.70338;0.57611;0.93 215;0.19121;0.22178;0.43238;0.36096;0.50899;0.18298;0.91109;0.7832;0.538 14;0.30638;0.65699;0.55424;0.66641;0.14673;0.64903;0.80463;0.24826;0.965 21;0.87147;0.69524;0.22746;0.44803;0.16241;0.10189;0.73214;0.57293;0.237 64;0.59905;0.86266;0.41807;0.61674;0.11235;0.2841;0.12872;0.25399;0.8244 8;0.75011;0.54954;0.6226;0.48066;0.99303;0.60688;0.84741;0.93708;0.13929 ;0.2344;0.7188;0.7061;0.72538;0.194;0.95087;0.2258;0.60205;0.23193;0.339 29;0.87405;0.50515;0.97362;0.18231;0.31956;0.48498;0.25841;0.58211;0.746 04;0.82095;0.63522;0.44118;0.71374;0.88482;0.76695;0.58912;0.17668;0.203 9;0.66002;0.42208;0.17003;0.60829;0.843;0.56861;0.29627;0.9568;0.65259;0 .62067;0.18788;0.28109;0.12286;0.85132;0.89407;0.20804;0.67484;0.15413;0 .75754;0.32744;0.27446;0.93918;0.77943;0.66342;0.91519;0.77167;0.38996;0 .51957;0.88194;0.70117;0.838;0.90613;0.14956;0.95499;0.61321;0.71066;0.8 1679;0.99845;0.47461;0.40587;0.69267;0.97078;0.53159;0.9839;0.35294;0.81 198;0.33041;0.92896;0.21741;0.51258;0.46033;0.55239;0.63164;0.43792;0.75 406;0.59442;0.64523;0.55797;0.67893;0.68738;0.56154;0.47416;0.34571;0.36 482;0.83064;0.94788;0.4122;0.30367;0.90727;0.37777;0.73893;0.72121;0.496 18;0.10826;0.80074;0.31558;0.86772;0.53443;0.45383;0.72659;0.54283;0.105 02;0.38396;0.45226;0.25725;0.92087;0.42838;0.13397;0.11628;0.99057;0.293 45;0.27078;0.7955;0.15855;0.85643;0.24143;0.78514;0.20051;0.3719;0.14191 ;0.24742;0.49121;0.40048;0.97853;0.36185;0.49369;0.27512;0.66311;0.3228; 0.83332;0.43913;0.55596;0.21991;0.61904;0.18865;0.46292;0.19644;0.21505; 0.52672;0.94404;0.16424;0.25125;0.14798;0.34102;0.47138;0.28593;0.17162; 0.96844;0.39374;0.5022;0.90893;0.3813;0.47797;0.45568;0.83481;0.53307;0. 9635;0.7933;0.78041;0.71527;0.26739;0.81287;0.73066;0.15619;0.33447;0.99 14;0.74631;0.34743;0.99717;0.85893;0.87394;0.51917;0.77126;0.58345;0.756 51;0.93542;0.42314;0.80286;0.88318;0.97655;0.1185;0.61625;0.93492;0.2237 4;0.89989;0.66947;0.63861;0.85001;0.57908;0.42963;0.10719;0.70159;0.8686 7;0.37059;0.60977;0.24259;0.55095;0.70806;0.60296;0.3254;0.64837;0.41528 ;0.88665;0.8922;0.17818;0.18065;0.2056;0.40297;0.56792;0.29546;0.68365;0 .44664;0.76957;0.11302;0.54108;0.43408;0.5752;0.84453;0.23098;0.59064;0. 13073;0.69729;0.75258;0.6559;0.92725;0.92064;0.78724;0.73659;0.35634;0.8 0947;0.8268;0.62667;0.3025;0.72068;0.29117;0.2499;0.12428;0.48536;0.6817 6;0.64617;0.30917;0.13973;0.95648;0.4011;0.26365;0.50411;0.51162;0.37923 ;0.16655;0.28352;0.88006;0.85587;0.9417;0.27133;0.57834;0.13574;0.92409; 0.93133;0.84527;0.87661;0.91181;0.77744;0.77569;0.8416;0.68997;0.57013;0 .15344;0.3332;0.36393;0.54475;0.1106;0.60551;0.90413;0.86402;0.76426;0.6 992;0.27971;0.56429;0.40681;0.35478;0.39621;0.95943;0.61194;0.58713;0.28 72;0.49888;0.19205;0.1746;0.13629;0.63069;0.81906;0.47825;0.18614;0.5359 4;0.88951;0.89749;0.52121;0.70986;0.8089;0.34159;0.63383;0.71656;0.20111 ;0.64042;0.65802;0.95309;0.73982;0.19839;0.48882;0.65285;0.33032;0.9869; 0.98207;0.7591;0.55937;0.9158;0.97244;0.67414;0.41136;0.50781;0.31264;0. 79849;0.82306;0.66849;0.37395;0.59521;0.44959;0.20997;0.54656;0.35047;0. 44538;0.85965;0.78825;0.42544;0.38849;0.74364;0.26185;0.1609;0.46773;0.2 1567;0.82754;0.7967;0.72289;0.11504;0.31716;0.23877;0.67734;0.5146;0.465 01;0.52862;0.36967;0.14434;0.24524;0.12699;0.62383;0.59737;0.45972;0.435 91;0.9949;0.7294;0.25483;0.96632;0.23638;0.29816;0.38691;0.41931;0.10009 ;0.30712;0.69079;0.48303;0.94765;0.7488;0.22819" [3] "2;0.32774;1.2122;1.7541;1.676;0.52511;0.55259;0.29122;1.2873;0.67097;1. 1417;1.5401;1.3237;1.7979;1.5093;0.58061;1.25;0.74578;0.86603;0.98515;0. 64942;1.8739;1.9719;1.2514;0.38021;0.48845;1.6222;1.8445;1.2962;1.0851;1 .0149;0.59912;0.76475;0.3633;0.96429;1.7654;1.3663;0.44925;1.8989;0.8444 4;1.0587;1.1925;1.4634;1.9194;1.2314;1.3104;0.5644;1.2721;1.8351;1.8013; 0.75773;1.6671;0.87899;1.7063;0.4284;0.24245;0.89758;0.67896;1.4079;1.62 93;0.77902;0.35283;1.5222;1.0222;0.44124;0.34088;0.48121;0.93326;1.6886; 0.25467;1.3517;0.39577;0.40479;0.69687;1.1664;0.90927;0.21613;0.51601;1. 2078;1.1175;0.45962;1.6024;0.62893;1.8654;1.9343;1.8207;0.6168;1.0366;1. 652;1.7779;0.9463;1.4135;1.9947;0.2641;1.4744;1.0061;1.4858;1.9547;0.305 5;0.80457;0.7239;1.1302;1.4313;0.82496;1.9707;0.64363;1.7352;1.5697;1.44 39;1.1615;1.5311;1.5929;1.1068;1.7211;0.8623;0.54006;0.80982;0.95324;0.2 8527;1.5647;1.3897;1.3692;1.9;1.0778;0.71323;0.20873;0.75015;0.49819;1.5 173;1.5885;1.3181;1.3559;0.77493;0.5888;0.79661;1.0071;1.8327;0.20566;1. 7895;1.7315;1.4526;0.60569;0.36769;0.43224;1.0552;0.47902;1.3961;0.82875 ;0.79012;0.32023;1.4578;1.9632;1.1253;1.1142;1.6986;1.095;1.9381;1.9883; 0.88918;1.2645;1.1505;0.50507;1.4942;1.7147;0.92203;1.9114;0.814;0.91815 ;0.87032;1.86;1.3863;1.6132;0.23488;1.4243;0.99493;1.5772;0.31505;1.9262 ;0.40991;1.5495;1.9494;0.90244;0.2654;0.70481;0.85336;0.58447;0.83373;0. 68562;1.6409;1.2179;1.2789;0.9394;0.73316;0.62325;1.0319;1.4223;1.8809;1 .7616;1.1724;1.9784;1.8865;0.37993;0.34646;0.55616;1.556;0.24341;1.0494; 0.98117;0.41805;1.6596;1.3433;0.53674;1.606;1.6806;1.0886;1.2279;0.33474 ;0.95887;0.27415;1.6349;1.377;0.57429;0.69655;1.8509;1.1957;1.5366;0.521 9;1.0648;0.45342;1.8059;1.4721;1.7419;0.38997;0.65801;1.8182;1.3078;1.77 6;0.47038;0.73137;0.66533;1.6975;1.1799;0.97486;0.29893;1.3354;1.2428;1. 2871;1.1442;1.5031;0.22335;0.63733;0.99563;1.2402;1.2085;1.828;1.6779;0. 35088;0.53154;0.63367;0.50759;0.96273;1.1599;1.1246;1.8821;1.6216;1.7511 ;0.67688;1.8926;0.84157;1.283;1.5632;0.55641;1.4185;0.69006;0.57799;1.35 97;1.2022;0.51944;0.23789;0.56985;1.0694;0.66271;0.47586;1.3998;0.32414; 1.0424;1.9072;0.27717;0.288;1.3032;1.3923;1.4986;1.7946;0.62108;0.3704;0 .90043;0.79168;0.65191;0.84871;1.944;1.1017;1.6291;1.61;0.71637;1.4804;1 .8457;1.4897;0.3307;1.0521;1.7241;0.3923;1.2573;1.8038;1.2363;1.4656;0.4 5847;1.6634;1.9982;1.1203;1.5203;1.3157;1.684;0.80663;1.5825;1.3727;1.26 59;1.8162;0.2029;1.7573;1.5817;1.0277;0.49185;0.98444;1.7095;1.1693;1.18 53;0.21869;0.61143;0.73716;1.9168;0.42198;1.9404;1.8568;1.429;1.147;0.43 88;0.25207;1.5272;1.9669;1.4475;0.27013;0.81933;0.40601;1.7284;0.94457;1 .3409;1.013;0.91517;1.5448;0.60315;1.9784;0.87479;0.96815;0.46634;0.7608 2;0.72739;0.31092;1.0788;0.78338;0.92371;0.88208;1.3308;1.6452;1.7836;0. 77193;0.38595;1.5042;0.56144;1.1329;1.0746;1.7689;1.4047;1.7722;1.9505;0 .46759;1.2588;1.6383;1.7043;1.6001;0.21224;0.88413;0.67316;1.4699;0.2591 4;1.5115;1.8668;0.28239;0.50113;0.59494;1.7397;0.93634;1.0448;0.29528;1. 0313;1.596;1.6932;0.70299;1.4551;1.33;0.35799;0.65622;1.0201;1.4388;0.37 442;0.24919;1.1759;1.8762;1.6706;0.31522;0.42579;0.90615;0.48625;1.301;1 .6504;1.1381;1.8903;0.95183;1.1553;1.7859;1.6153;0.99085;1.9296;0.33793; 0.68647;1.826;1.6572;0.23104;1.4825;1.7456;1.2212;0.22783;0.60935;1.5592 ;1.8103;0.53048;0.86386;1.3216;0.83262;0.71863;0.76525;1.8392;1.9845;0.3 6009;0.78206;1.1996;0.62769;1.3459;1.5526;1.0025;0.54687;1.0927;1.2471;0 .5443;1.7168;1.5734;0.89292;1.4104;1.187;0.85807;0.39915;0.51197;0.41413 ;1.0613;1.9029;1.9604;0.64044;1.9236;0.43693;0.58818;1.0978;0.30407;0.74 286;1.4362;0.92856;1.379;1.8527;1.9924;0.44488;1.2252;1.2936;1.5325;1.35 2;0.7087;1.2732;0.81675;0.84041;0.75358;0.79861;1.1099;0.97262;1.3827;1. 4687;1.9555;0.85374;0.93134;0.99941;1.5242;1.7321;0.6891;0.76887;1.975;0 .53597;1.9209;0.88714;0.67513;1.7071;1.4843;0.69976;0.91332;0.60081;1.79 22;1.0342;1.6626;1.2559;1.5849;1.8504;1.285;1.8047;0.26069;1.7569;0.6229 7;1.7815;0.34564;1.1714;1.0508;0.73639;0.81883;1.1841;0.30152;0.5292;0.7 1802;0.23966;1.0816;1.3714;0.57839;0.9769;0.98856;1.1324;0.78614;0.64736 ;1.3414;1.6729;0.75203;1.9611;0.3359;1.6317;1.0474;0.79406;1.8362;0.8281 7;1.5252;1.8887;0.93984;1.3611;0.42445;0.64255;1.579;1.6128;0.55402;1.54 79;1.2746;0.41563;1.4068;1.1522;1.8643;0.38242;0.44356;0.86476;0.72191;1 .018;0.36596;1.8222;1.5664;1.0763;0.61275;1.314;1.1085;1.3328;0.29347;1. 2981;1.6093;0.49652;1.9304;1.7429;1.3905;0.45492;0.89606;0.32481;0.20377 ;1.4643;1.1459;0.47528;1.1981;1.7253;0.83614;1.2335;0.2247;0.5682;0.2574 4;0.50798;1.649;1.5002;1.0991;1.2452;0.96132;1.9861;1.2138;1.6948;1.8742 ;0.27859;0.46881;1.4376;1.4122;1.4508;0.38801;1.9017;0.4516;1.2041;0.463 86;0.67858;1.7481;1.0103;1.9472;0.36462;0.63913;0.96996;0.51682;1.1642;1 .4921;1.6419;1.2704;0.88236;1.4275;1.7696;1.5339;1.1782;0.35337;0.40781; 1.32;0.84415;0.34007;1.2166;1.686;1.1372;0.59255;1.9136;1.3052;1.2413;0. 37577;0.56219;0.24571;1.7026;1.7881;0.41608;1.3497;0.30826;1.5151;0.6548 8;0.54891;1.8784;1.5589;1.3268;1.8304;1.5433;0.77991;1.0391;1.7639;1.402 3;1.676;1.8123;0.29912;1.91;1.2264;1.4213;1.6336;1.9969;0.94921;0.81173; 1.3853;1.9416;1.0632;1.9678;0.70589;1.624;0.66083;1.8579;0.43482;1.0252; 0.92066;1.1048;1.2633;0.87585;1.5081;1.1888;1.2905;1.1159;1.3579;1.3748; 1.1231;0.94832;0.69141;0.72964;1.6613;1.8958;0.82439;0.60734;1.8145;0.75 554;1.4779;1.4424;0.99237;0.21652;1.6015;0.63116;1.7354;1.0689;0.90765;1 .4532;1.0857;0.21005;0.76793;0.90452;0.5145;1.8417;0.85675;0.26793;0.232 57;1.9811;0.58691;0.54156;1.591;0.31711;1.7129;0.48286;1.5703;0.40103;0. 74381;0.28381;0.49483;0.98242;0.80095;1.9571;0.72371;0.98738;0.55024;1.3 262;0.6456;1.6666;0.87827;1.1119;0.43983;1.2381;0.3773;0.92584;0.39288;0 .4301;1.0534;1.8881;0.32849;0.50251;0.29595;0.68204;0.94276;0.57185;0.34 325;1.9369;0.78749;1.0044;1.8179;0.7626;0.95595;0.91135;1.6696;1.0661;1. 927;1.5866;1.5608;1.4305;0.53479;1.6257;1.4613;0.31239;0.66895;1.9828;1. 4926;0.69486;1.9943;1.7179;1.7479;1.0383;1.5425;1.1669;1.513;1.8708;0.84 627;1.6057;1.7664;1.9531;0.237;1.2325;1.8698;0.44748;1.7998;1.3389;1.277 2;1.7;1.1582;0.85925;0.21437;1.4032;1.7373;0.74118;1.2195;0.48519;1.1019 ;1.4161;1.2059;0.65081;1.2967;0.83056;1.7733;1.7844;0.35635;0.3613;0.411 19;0.80594;1.1358;0.59093;1.3673;0.89328;1.5391;0.22604;1.0822;0.86816;1 .1504;1.6891;0.46196;1.1813;0.26145;1.3946;1.5052;1.3118;1.8545;1.8413;1 .5745;1.4732;0.71267;1.6189;1.6536;1.2533;0.60499;1.4414;0.58234;0.4998; 0.24856;0.97073;1.3635;1.2923;0.61834;0.27947;1.913;0.80221;0.5273;1.008 2;1.0232;0.75846;0.33311;0.56705;1.7601;1.7117;1.8834;0.54265;1.1567;0.2 7149;1.8482;1.8627;1.6905;1.7532;1.8236;1.5549;1.5514;1.6832;1.3799;1.14 03;0.30688;0.6664;0.72787;1.0895;0.22121;1.211;1.8083;1.728;1.5285;1.398 4;0.55942;1.1286;0.81363;0.70956;0.79241;1.9189;1.2239;1.1743;0.57441;0. 99777;0.3841;0.3492;0.27259;1.2614;1.6381;0.95649;0.37229;1.0719;1.779;1 .795;1.0424;1.4197;1.6178;0.68317;1.2677;1.4331;0.40221;1.2808;1.316;1.9 062;1.4796;0.39677;0.97763;1.3057;0.66064;1.9738;1.9641;1.5182;1.1187;1. 8316;1.9449;1.3483;0.82271;1.0156;0.62527;1.597;1.6461;1.337;0.7479;1.19 04;0.89919;0.41994;1.0931;0.70094;0.89077;1.7193;1.5765;0.85088;0.77698; 1.4873;0.5237;0.3218;0.93547;0.43133;1.6551;1.5934;1.4458;0.23009;0.6343 2;0.47754;1.3547;1.0292;0.93002;1.0572;0.73933;0.28868;0.49047;0.25399;1 .2477;1.1947;0.91943;0.87182;1.9898;1.4588;0.50965;1.9326;0.47276;0.5963 3;0.77382;0.83861;0.20018;0.61424;1.3816;0.96606;1.8953;1.4976;0.45638" [4] "3;0.4916;1.8184;2.6312;2.5139;0.78767;0.82889;0.43683;1.9309;1.0065;1.7 125;2.3102;1.9855;2.6969;2.264;0.87092;1.875;1.1187;1.299;1.4777;0.97413 ;2.8108;2.9578;1.8772;0.57032;0.73267;2.4333;2.7668;1.9442;1.6276;1.5223 ;0.89868;1.1471;0.54496;1.4464;2.6482;2.0494;0.67388;2.8483;1.2667;1.588 1;1.7887;2.1951;2.8791;1.847;1.9656;0.8466;1.9082;2.7526;2.7019;1.1366;2 .5007;1.3185;2.5594;0.6426;0.36367;1.3464;1.0184;2.1118;2.4439;1.1685;0. 52925;2.2833;1.5332;0.66185;0.51132;0.72182;1.3999;2.5328;0.38201;2.0276 ;0.59365;0.60718;1.0453;1.7496;1.3639;0.3242;0.77401;1.8118;1.6763;0.689 43;2.4036;0.9434;2.7981;2.9014;2.7311;0.92521;1.5549;2.478;2.6669;1.4195 ;2.1203;2.992;0.39616;2.2116;1.5091;2.2286;2.9321;0.45826;1.2068;1.0859; 1.6952;2.147;1.2374;2.9561;0.96545;2.6027;2.3546;2.1659;1.7423;2.2966;2. 3893;1.6603;2.5817;1.2934;0.81008;1.2147;1.4299;0.4279;2.3471;2.0846;2.0 538;2.85;1.6167;1.0698;0.31309;1.1252;0.74729;2.276;2.3828;1.9771;2.0338 ;1.1624;0.8832;1.1949;1.5106;2.7491;0.30848;2.6843;2.5972;2.1789;0.90853 ;0.55154;0.64836;1.5828;0.71852;2.0941;1.2431;1.1852;0.48034;2.1867;2.94 48;1.688;1.6713;2.5479;1.6424;2.9071;2.9825;1.3338;1.8967;1.7257;0.75761 ;2.2414;2.5721;1.383;2.8671;1.221;1.3772;1.3055;2.79;2.0795;2.4198;0.352 31;2.1364;1.4924;2.3658;0.47258;2.8892;0.61487;2.3243;2.924;1.3537;0.398 1;1.0572;1.28;0.87671;1.2506;1.0284;2.4614;1.8268;1.9183;1.4091;1.0997;0 .93487;1.5478;2.1334;2.8213;2.6424;1.7586;2.9676;2.8298;0.5699;0.51969;0 .83424;2.3341;0.36512;1.5742;1.4718;0.62707;2.4894;2.0149;0.8051;2.4089; 2.5209;1.6329;1.8419;0.50211;1.4383;0.41122;2.4523;2.0656;0.86143;1.0448 ;2.7764;1.7935;2.305;0.78286;1.5972;0.68013;2.7088;2.2082;2.6129;0.58496 ;0.98701;2.7273;1.9617;2.664;0.70557;1.0971;0.99799;2.5462;1.7698;1.4623 ;0.4484;2.003;1.8642;1.9306;1.7162;2.2546;0.33503;0.95599;1.4934;1.8604; 1.8128;2.742;2.5169;0.52633;0.79731;0.9505;0.76138;1.4441;1.7399;1.6869; 2.8231;2.4325;2.6266;1.0153;2.839;1.2624;1.9245;2.3447;0.83462;2.1278;1. 0351;0.86699;2.0395;1.8033;0.77916;0.35684;0.85477;1.6042;0.99406;0.7137 9;2.0998;0.48621;1.5635;2.8608;0.41576;0.432;1.9547;2.0884;2.2478;2.6919 ;0.93162;0.5556;1.3506;1.1875;0.97787;1.2731;2.916;1.6526;2.4436;2.415;1 .0745;2.2206;2.7686;2.2346;0.49605;1.5781;2.5862;0.58846;1.8859;2.7056;1 .8545;2.1984;0.6877;2.4951;2.9973;1.6805;2.2804;1.9735;2.526;1.2099;2.37 37;2.059;1.8989;2.7243;0.30435;2.6359;2.3726;1.5415;0.73778;1.4767;2.564 3;1.754;1.7779;0.32804;0.91714;1.1057;2.8751;0.63297;2.9105;2.7853;2.143 5;1.7205;0.6582;0.3781;2.2908;2.9503;2.1713;0.40519;1.229;0.60902;2.5926 ;1.4168;2.0113;1.5194;1.3728;2.3173;0.90473;2.9675;1.3122;1.4522;0.69951 ;1.1412;1.0911;0.46638;1.6182;1.1751;1.3856;1.3231;1.9963;2.4678;2.6753; 1.1579;0.57893;2.2563;0.84217;1.6994;1.6119;2.6533;2.107;2.6583;2.9258;0 .70139;1.8881;2.4575;2.5564;2.4001;0.31836;1.3262;1.0097;2.2048;0.38872; 2.2673;2.8003;0.42359;0.75169;0.89242;2.6096;1.4045;1.5672;0.44292;1.547 ;2.394;2.5397;1.0545;2.1827;1.9949;0.53698;0.98433;1.5302;2.1583;0.56162 ;0.37379;1.7639;2.8142;2.5059;0.47283;0.63868;1.3592;0.72938;1.9516;2.47 56;1.7071;2.8354;1.4277;1.733;2.6789;2.423;1.4863;2.8944;0.5069;1.0297;2 .739;2.4858;0.34655;2.2237;2.6184;1.8317;0.34174;0.91403;2.3388;2.7154;0 .79571;1.2958;1.9824;1.2489;1.0779;1.1479;2.7588;2.9767;0.54013;1.1731;1 .7993;0.94153;2.0188;2.3289;1.5037;0.82031;1.6391;1.8707;0.81645;2.5752; 2.3601;1.3394;2.1156;1.7805;1.2871;0.59873;0.76796;0.62119;1.592;2.8544; 2.9406;0.96065;2.8855;0.6554;0.88227;1.6467;0.45611;1.1143;2.1543;1.3928 ;2.0685;2.779;2.9885;0.66732;1.8378;1.9403;2.2987;2.0281;1.0631;1.9098;1 .2251;1.2606;1.1304;1.1979;1.6649;1.4589;2.074;2.203;2.9333;1.2806;1.397 ;1.4991;2.2862;2.5981;1.0336;1.1533;2.9625;0.80396;2.8814;1.3307;1.0127; 2.5607;2.2264;1.0496;1.37;0.90121;2.6883;1.5513;2.494;1.8839;2.3773;2.77 56;1.9274;2.707;0.39103;2.6353;0.93446;2.6722;0.51846;1.7571;1.5762;1.10 46;1.2283;1.7761;0.45227;0.79381;1.077;0.35949;1.6223;2.0571;0.86758;1.4 653;1.4828;1.6985;1.1792;0.97105;2.0121;2.5094;1.1281;2.9416;0.50385;2.4 476;1.5711;1.1911;2.7543;1.2423;2.2878;2.833;1.4098;2.0416;0.63667;0.963 83;2.3685;2.4192;0.83102;2.3219;1.9119;0.62345;2.1101;1.7283;2.7965;0.57 362;0.66534;1.2971;1.0829;1.527;0.54893;2.7333;2.3496;1.6144;0.91913;1.9 71;1.6627;1.9992;0.4402;1.9471;2.4139;0.74479;2.8956;2.6144;2.0857;0.682 39;1.3441;0.48722;0.30566;2.1964;1.7188;0.71292;1.7972;2.588;1.2542;1.85 02;0.33705;0.8523;0.38617;0.76196;2.4734;2.2503;1.6486;1.8678;1.442;2.97 91;1.8206;2.5422;2.8113;0.41788;0.70321;2.1564;2.1183;2.1762;0.58201;2.8 526;0.6774;1.8061;0.69579;1.0179;2.6222;1.5155;2.9208;0.54693;0.95869;1. 4549;0.77523;1.7463;2.2381;2.4629;1.9057;1.3235;2.1412;2.6545;2.3008;1.7 673;0.53005;0.61171;1.9801;1.2662;0.5101;1.8249;2.529;1.7058;0.88882;2.8 704;1.9578;1.862;0.56365;0.84328;0.36857;2.554;2.6822;0.62412;2.0245;0.4 6239;2.2726;0.98232;0.82337;2.8175;2.3383;1.9903;2.7456;2.315;1.1699;1.5 587;2.6458;2.1035;2.514;2.7184;0.44868;2.865;1.8396;2.132;2.4504;2.9953; 1.4238;1.2176;2.078;2.9123;1.5948;2.9517;1.0588;2.4359;0.99124;2.7869;0. 65223;1.5377;1.381;1.6572;1.8949;1.3138;2.2622;1.7832;1.9357;1.6739;2.03 68;2.0622;1.6846;1.4225;1.0371;1.0945;2.4919;2.8437;1.2366;0.91101;2.721 8;1.1333;2.2168;2.1636;1.4885;0.32478;2.4022;0.94674;2.6032;1.6033;1.361 5;2.1798;1.6285;0.31507;1.1519;1.3568;0.77176;2.7626;1.2851;0.4019;0.348 85;2.9717;0.88036;0.81233;2.3865;0.47566;2.5693;0.72428;2.3554;0.60154;1 .1157;0.42572;0.74225;1.4736;1.2014;2.9356;1.0856;1.4811;0.82536;1.9893; 0.96841;2.5;1.3174;1.6679;0.65974;1.8571;0.56595;1.3888;0.58932;0.64515; 1.5802;2.8321;0.49273;0.75376;0.44393;1.0231;1.4141;0.85778;0.51487;2.90 53;1.1812;1.5066;2.7268;1.1439;1.4339;1.367;2.5044;1.5992;2.8905;2.3799; 2.3412;2.1458;0.80218;2.4386;2.192;0.46858;1.0034;2.9742;2.2389;1.0423;2 .9915;2.5768;2.6218;1.5575;2.3138;1.7503;2.2695;2.8063;1.2694;2.4086;2.6 495;2.9297;0.3555;1.8488;2.8048;0.67123;2.6997;2.0084;1.9158;2.55;1.7372 ;1.2889;0.32156;2.1048;2.606;1.1118;1.8293;0.72778;1.6529;2.1242;1.8089; 0.97621;1.9451;1.2458;2.6599;2.6766;0.53453;0.54195;0.61679;1.2089;1.703 8;0.88639;2.0509;1.3399;2.3087;0.33906;1.6232;1.3022;1.7256;2.5336;0.692 94;1.7719;0.39218;2.0919;2.2577;1.9677;2.7817;2.7619;2.3617;2.2098;1.069 ;2.4284;2.4804;1.88;0.90749;2.162;0.87351;0.74971;0.37284;1.4561;2.0453; 1.9385;0.92751;0.4192;2.8694;1.2033;0.79095;1.5123;1.5348;1.1377;0.49966 ;0.85057;2.6402;2.5676;2.8251;0.81398;1.735;0.40723;2.7723;2.794;2.5358; 2.6298;2.7354;2.3323;2.3271;2.5248;2.0699;1.7104;0.46032;0.99959;1.0918; 1.6342;0.33181;1.8165;2.7124;2.5921;2.2928;2.0976;0.83913;1.6929;1.2204; 1.0643;1.1886;2.8783;1.8358;1.7614;0.86161;1.4967;0.57614;0.5238;0.40888 ;1.8921;2.4572;1.4347;0.55843;1.6078;2.6685;2.6925;1.5636;2.1296;2.4267; 1.0248;1.9015;2.1497;0.60332;1.9213;1.974;2.8593;2.2195;0.59516;1.4664;1 .9586;0.99096;2.9607;2.9462;2.2773;1.6781;2.7474;2.9173;2.0224;1.2341;1. 5234;0.93791;2.3955;2.4692;2.0055;1.1218;1.7856;1.3488;0.6299;1.6397;1.0 514;1.3362;2.5789;2.3647;1.2763;1.1655;2.2309;0.78554;0.4827;1.4032;0.64 7;2.4826;2.3901;2.1687;0.34513;0.95147;0.71631;2.032;1.5438;1.395;1.5859 ;1.109;0.43303;0.73571;0.38098;1.8715;1.7921;1.3792;1.3077;2.9847;2.1882 ;0.76448;2.899;0.70914;0.89449;1.1607;1.2579;0.30026;0.92136;2.0724;1.44 91;2.8429;2.2464;0.68457" [5] "4;0.65547;2.4245;3.5082;3.3519;1.0502;1.1052;0.58245;2.5746;1.3419;2.28 33;3.0802;2.6473;3.5959;3.0187;1.1612;2.5001;1.4916;1.7321;1.9703;1.2988 ;3.7478;3.9437;2.5029;0.76042;0.97689;3.2444;3.6891;2.5923;2.1702;2.0298 ;1.1982;1.5295;0.72661;1.9286;3.5309;2.7325;0.8985;3.7978;1.6889;2.1174; 2.3849;2.9269;3.8388;2.4627;2.6209;1.1288;2.5442;3.6701;3.6026;1.5155;3. 3343;1.758;3.4125;0.8568;0.48489;1.7952;1.3579;2.8158;3.2586;1.558;0.705 66;3.0444;2.0443;0.88247;0.68176;0.96242;1.8665;3.3771;0.50935;2.7034;0. 79154;0.80957;1.3937;2.3328;1.8185;0.43227;1.032;2.4157;2.235;0.91924;3. 2048;1.2579;3.7309;3.8686;3.6415;1.2336;2.0731;3.304;3.5559;1.8926;2.827 1;3.9893;0.52821;2.9488;2.0122;2.9715;3.9094;0.61101;1.6091;1.4478;2.260 3;2.8626;1.6499;3.9415;1.2873;3.4703;3.1395;2.8879;2.323;3.0621;3.1857;2 .2137;3.4423;1.7246;1.0801;1.6196;1.9065;0.57054;3.1294;2.7795;2.7384;3. 8;2.1556;1.4265;0.41745;1.5003;0.99638;3.0347;3.177;2.6361;2.7118;1.5499 ;1.1776;1.5932;2.0141;3.6654;0.41131;3.5791;3.4629;2.9052;1.2114;0.73539 ;0.86449;2.1104;0.95803;2.7921;1.6575;1.5802;0.64045;2.9156;3.9264;2.250 6;2.2284;3.3972;2.1899;3.8761;3.9766;1.7784;2.529;2.3009;1.0101;2.9885;3 .4295;1.8441;3.8228;1.628;1.8363;1.7406;3.72;2.7726;3.2263;0.46975;2.848 6;1.9899;3.1545;0.63011;3.8523;0.81983;3.0991;3.8987;1.8049;0.5308;1.409 6;1.7067;1.1689;1.6675;1.3712;3.2819;2.4358;2.5577;1.8788;1.4663;1.2465; 2.0637;2.8446;3.7617;3.5232;2.3448;3.9568;3.7731;0.75987;0.69292;1.1123; 3.1121;0.48682;2.0989;1.9623;0.83609;3.3192;2.6865;1.0735;3.2119;3.3612; 2.1773;2.4559;0.66948;1.9177;0.5483;3.2697;2.7541;1.1486;1.3931;3.7019;2 .3913;3.0733;1.0438;2.1297;0.90685;3.6118;2.9443;3.4839;0.77995;1.316;3. 6365;2.6156;3.5521;0.94076;1.4627;1.3307;3.395;2.3598;1.9497;0.59786;2.6 707;2.4856;2.5741;2.2883;3.0062;0.44671;1.2747;1.9913;2.4805;2.417;3.656 ;3.3558;0.70177;1.0631;1.2673;1.0152;1.9255;2.3199;2.2492;3.7642;3.2433; 3.5022;1.3538;3.7853;1.6831;2.5659;3.1263;1.1128;2.837;1.3801;1.156;2.71 93;2.4043;1.0389;0.47578;1.1397;2.1389;1.3254;0.95171;2.7997;0.64828;2.0 847;3.8144;0.55434;0.576;2.6063;2.7845;2.9971;3.5892;1.2422;0.7408;1.800 9;1.5834;1.3038;1.6974;3.888;2.2035;3.2581;3.22;1.4327;2.9608;3.6915;2.9 795;0.6614;2.1042;3.4483;0.78461;2.5146;3.6075;2.4727;2.9312;0.91694;3.3 268;3.9964;2.2407;3.0406;2.6314;3.368;1.6133;3.1649;2.7453;2.5319;3.6324 ;0.4058;3.5145;3.1634;2.0553;0.9837;1.9689;3.4191;2.3387;2.3705;0.43739; 1.2229;1.4743;3.8335;0.84396;3.8807;3.7137;2.858;2.294;0.87761;0.50413;3 .0543;3.9337;2.8951;0.54026;1.6387;0.81203;3.4568;1.8891;2.6818;2.0259;1 .8303;3.0897;1.2063;3.9567;1.7496;1.9363;0.93268;1.5216;1.4548;0.62184;2 .1576;1.5668;1.8474;1.7642;2.6617;3.2904;3.5671;1.5439;0.77191;3.0084;1. 1229;2.2658;2.1492;3.5378;2.8093;3.5444;3.9011;0.93519;2.5175;3.2767;3.4 086;3.2001;0.42448;1.7683;1.3463;2.9397;0.51829;3.0231;3.7337;0.56478;1. 0023;1.1899;3.4794;1.8727;2.0896;0.59056;2.0627;3.192;3.3863;1.406;2.910 2;2.6599;0.71597;1.3124;2.0403;2.8777;0.74883;0.49839;2.3519;3.7523;3.34 12;0.63044;0.85158;1.8123;0.9725;2.6021;3.3008;2.2761;3.7805;1.9037;2.31 07;3.5718;3.2306;1.9817;3.8592;0.67587;1.3729;3.652;3.3145;0.46207;2.964 9;3.4913;2.4423;0.45566;1.2187;3.1184;3.6205;1.061;1.7277;2.6431;1.6652; 1.4373;1.5305;3.6784;3.9689;0.72018;1.5641;2.3991;1.2554;2.6917;3.1052;2 .005;1.0937;2.1854;2.4943;1.0886;3.4336;3.1468;1.7858;2.8208;2.374;1.716 1;0.7983;1.0239;0.82826;2.1227;3.8059;3.9208;1.2809;3.8473;0.87386;1.176 4;2.1956;0.60815;1.4857;2.8723;1.8571;2.758;3.7053;3.9847;0.88977;2.4504 ;2.5871;3.065;2.7041;1.4174;2.5463;1.6335;1.6808;1.5072;1.5972;2.2198;1. 9452;2.7654;2.9374;3.911;1.7075;1.8627;1.9988;3.0483;3.4641;1.3782;1.537 7;3.9499;1.0719;3.8419;1.7743;1.3503;3.4142;2.9686;1.3995;1.8266;1.2016; 3.5844;2.0684;3.3253;2.5119;3.1698;3.7009;2.5699;3.6093;0.52137;3.5138;1 .2459;3.563;0.69129;2.3428;2.1016;1.4728;1.6377;2.3682;0.60303;1.0584;1. 436;0.47932;2.1631;2.7428;1.1568;1.9538;1.9771;2.2647;1.5723;1.2947;2.68 28;3.3458;1.5041;3.9221;0.67179;3.2635;2.0948;1.5881;3.6724;1.6563;3.050 4;3.7773;1.8797;2.7221;0.8489;1.2851;3.158;3.2256;1.108;3.0958;2.5493;0. 83127;2.8135;2.3044;3.7286;0.76483;0.88712;1.7295;1.4438;2.036;0.73191;3 .6444;3.1328;2.1526;1.2255;2.628;2.2169;2.6656;0.58694;2.5961;3.2185;0.9 9305;3.8608;3.4859;2.781;0.90985;1.7921;0.64963;0.40755;2.9286;2.2917;0. 95057;2.3962;3.4507;1.6723;2.467;0.4494;1.1364;0.51489;1.016;3.2979;3.00 04;2.1982;2.4904;1.9226;3.9721;2.4275;3.3897;3.7483;0.55717;0.93762;2.87 52;2.8244;2.9015;0.77602;3.8035;0.9032;2.4082;0.92772;1.3572;3.4962;2.02 06;3.8945;0.72924;1.2783;1.9399;1.0336;2.3285;2.9842;3.2838;2.5409;1.764 7;2.855;3.5393;3.0678;2.3565;0.70673;0.81561;2.6401;1.6883;0.68013;2.433 1;3.372;2.2744;1.1851;3.8272;2.6104;2.4827;0.75154;1.1244;0.49143;3.4053 ;3.5763;0.83216;2.6994;0.61652;3.0302;1.3098;1.0978;3.7567;3.1177;2.6537 ;3.6607;3.0867;1.5598;2.0783;3.5277;2.8047;3.352;3.6245;0.59823;3.8199;2 .4529;2.8426;3.2672;3.9938;1.8984;1.6235;2.7707;3.8831;2.1264;3.9356;1.4 118;3.2479;1.3217;3.7158;0.86964;2.0503;1.8413;2.2096;2.5266;1.7517;3.01 62;2.3777;2.5809;2.2319;2.7157;2.7495;2.2462;1.8966;1.3828;1.4593;3.3226 ;3.7915;1.6488;1.2147;3.6291;1.5111;2.9557;2.8848;1.9847;0.43304;3.203;1 .2623;3.4709;2.1377;1.8153;2.9064;2.1713;0.42009;1.5359;1.809;1.029;3.68 35;1.7135;0.53587;0.46513;3.9623;1.1738;1.0831;3.182;0.63421;3.4257;0.96 571;3.1406;0.80206;1.4876;0.56763;0.98967;1.9648;1.6019;3.9141;1.4474;1. 9748;1.1005;2.6525;1.2912;3.3333;1.7565;2.2238;0.87965;2.4762;0.75459;1. 8517;0.78576;0.8602;2.1069;3.7762;0.65698;1.005;0.5919;1.3641;1.8855;1.1 437;0.6865;3.8737;1.575;2.0088;3.6357;1.5252;1.9119;1.8227;3.3392;2.1323 ;3.854;3.1732;3.1216;2.8611;1.0696;3.2515;2.9226;0.62477;1.3379;3.9656;2 .9852;1.3897;3.9887;3.4357;3.4958;2.0767;3.085;2.3338;3.0261;3.7417;1.69 25;3.2114;3.5327;3.9062;0.474;2.465;3.7397;0.89497;3.5996;2.6779;2.5545; 3.4;2.3163;1.7185;0.42874;2.8064;3.4747;1.4824;2.4391;0.97038;2.2038;2.8 322;2.4118;1.3016;2.5935;1.6611;3.5466;3.5688;0.7127;0.7226;0.82238;1.61 19;2.2717;1.1819;2.7346;1.7866;3.0783;0.45208;2.1643;1.7363;2.3008;3.378 1;0.92392;2.3626;0.52291;2.7892;3.0103;2.6236;3.709;3.6826;3.149;2.9464; 1.4253;3.2379;3.3072;2.5067;1.21;2.8827;1.1647;0.99961;0.49712;1.9415;2. 727;2.5847;1.2367;0.55894;3.8259;1.6044;1.0546;2.0165;2.0465;1.5169;0.66 622;1.1341;3.5202;3.4235;3.7668;1.0853;2.3134;0.54297;3.6964;3.7253;3.38 11;3.5064;3.6472;3.1098;3.1027;3.3664;2.7599;2.2805;0.61376;1.3328;1.455 7;2.179;0.44241;2.4221;3.6165;3.4561;3.0571;2.7968;1.1188;2.2572;1.6273; 1.4191;1.5848;3.8377;2.4478;2.3485;1.1488;1.9955;0.76819;0.6984;0.54518; 2.5228;3.2762;1.913;0.74457;2.1437;3.5581;3.59;2.0848;2.8394;3.2356;1.36 63;2.5353;2.8662;0.80443;2.5617;2.6321;3.8124;2.9593;0.79355;1.9553;2.61 14;1.3213;3.9476;3.9283;3.0364;2.2375;3.6632;3.8898;2.6966;1.6454;2.0312 ;1.2505;3.1939;3.2923;2.674;1.4958;2.3808;1.7984;0.83987;2.1862;1.4019;1 .7815;3.4386;3.153;1.7018;1.554;2.9746;1.0474;0.6436;1.8709;0.86267;3.31 01;3.1868;2.8916;0.46018;1.2686;0.95508;2.7094;2.0584;1.86;2.1145;1.4787 ;0.57737;0.98095;0.50798;2.4953;2.3895;1.8389;1.7436;3.9796;2.9176;1.019 3;3.8653;0.94552;1.1927;1.5476;1.6772;0.40035;1.2285;2.7631;1.9321;3.790 6;2.9952;0.91276" [6] "5;0.81934;3.0306;4.3853;4.1899;1.3128;1.3815;0.72806;3.2182;1.6774;2.85 42;3.8503;3.3092;4.4949;3.7734;1.4515;3.1251;1.8645;2.1651;2.4629;1.6236 ;4.6847;4.9297;3.1286;0.95053;1.2211;4.0555;4.6113;3.2404;2.7127;2.5372; 1.4978;1.9119;0.90826;2.4107;4.4136;3.4156;1.1231;4.7472;2.1111;2.6468;2 .9812;3.6586;4.7985;3.0784;3.2761;1.411;3.1803;4.5876;4.5032;1.8943;4.16 79;2.1975;4.2656;1.071;0.60611;2.2439;1.6974;3.5197;4.0732;1.9476;0.8820 8;3.8055;2.5554;1.1031;0.8522;1.203;2.3331;4.2214;0.63669;3.3793;0.98942 ;1.012;1.7422;2.916;2.2732;0.54034;1.29;3.0196;2.7938;1.149;4.0061;1.572 3;4.6636;4.8357;4.5518;1.542;2.5914;4.13;4.4448;2.3658;3.5338;4.9866;0.6 6026;3.6861;2.5152;3.7144;4.8868;0.76376;2.0114;1.8098;2.8254;3.5783;2.0 624;4.9269;1.6091;4.3379;3.9243;3.6098;2.9038;3.8276;3.9822;2.7671;4.302 9;2.1557;1.3501;2.0245;2.3831;0.71317;3.9118;3.4743;3.423;4.75;2.6945;1. 7831;0.52182;1.8754;1.2455;3.7933;3.9713;3.2952;3.3897;1.9373;1.472;1.99 15;2.5176;4.5818;0.51414;4.4738;4.3287;3.6315;1.5142;0.91924;1.0806;2.63 79;1.1975;3.4902;2.0719;1.9753;0.80057;3.6445;4.9081;2.8133;2.7856;4.246 6;2.7374;4.8452;4.9708;2.2229;3.1612;2.8762;1.2627;3.7356;4.2869;2.3051; 4.7785;2.035;2.2954;2.1758;4.65;3.4658;4.0329;0.58719;3.5607;2.4873;3.94 31;0.78764;4.8154;1.0248;3.8738;4.8734;2.2561;0.6635;1.762;2.1334;1.4612 ;2.0843;1.714;4.1023;3.0447;3.1972;2.3485;1.8329;1.5581;2.5796;3.5557;4. 7022;4.404;2.931;4.946;4.7163;0.94983;0.86615;1.3904;3.8901;0.60853;2.62 36;2.4529;1.0451;4.149;3.3581;1.3418;4.0149;4.2015;2.7216;3.0698;0.83685 ;2.3972;0.68537;4.0872;3.4426;1.4357;1.7414;4.6273;2.9892;3.8416;1.3048; 2.6621;1.1336;4.5147;3.6803;4.3549;0.97493;1.645;4.5456;3.2694;4.4401;1. 1759;1.8284;1.6633;4.2437;2.9497;2.4371;0.74733;3.3384;3.1069;3.2176;2.8 604;3.7577;0.55839;1.5933;2.4891;3.1006;3.0213;4.57;4.1948;0.87721;1.328 9;1.5842;1.269;2.4068;2.8998;2.8115;4.7052;4.0541;4.3777;1.6922;4.7316;2 .1039;3.2074;3.9079;1.391;3.5463;1.7251;1.445;3.3991;3.0054;1.2986;0.594 73;1.4246;2.6736;1.6568;1.1896;3.4996;0.81034;2.6059;4.768;0.69293;0.72; 3.2579;3.4807;3.7464;4.4865;1.5527;0.926;2.2511;1.9792;1.6298;2.1218;4.8 599;2.7544;4.0726;4.025;1.7909;3.7011;4.6143;3.7243;0.82675;2.6302;4.310 3;0.98076;3.1432;4.5094;3.0908;3.664;1.1462;4.1586;4.9956;2.8008;3.8007; 3.2892;4.2101;2.0166;3.9562;3.4317;3.1648;4.5406;0.50725;4.3932;3.9543;2 .5691;1.2296;2.4611;4.2739;2.9233;2.9631;0.54674;1.5286;1.8429;4.7919;1. 055;4.8509;4.6421;3.5725;2.8674;1.097;0.63016;3.8179;4.9172;3.6188;0.675 32;2.0483;1.015;4.321;2.3614;3.3522;2.5324;2.2879;3.8621;1.5079;4.9459;2 .187;2.4204;1.1658;1.9021;1.8185;0.7773;2.6971;1.9585;2.3093;2.2052;3.32 71;4.113;4.4589;1.9298;0.96489;3.7605;1.4036;2.8323;2.6865;4.4222;3.5117 ;4.4305;4.8764;1.169;3.1469;4.0958;4.2607;4.0002;0.53061;2.2103;1.6829;3 .6747;0.64786;3.7788;4.6671;0.70598;1.2528;1.4874;4.3493;2.3408;2.612;0. 7382;2.5783;3.99;4.2329;1.7575;3.6378;3.3249;0.89497;1.6405;2.5504;3.597 1;0.93604;0.62298;2.9399;4.6904;4.1765;0.78805;1.0645;2.2654;1.2156;3.25 26;4.1261;2.8452;4.7257;2.3796;2.8883;4.4648;4.0383;2.4771;4.8241;0.8448 3;1.7162;4.565;4.1431;0.57759;3.7061;4.3641;3.0529;0.56957;1.5234;3.8979 ;4.5256;1.3262;2.1597;3.3039;2.0816;1.7966;1.9131;4.598;4.9611;0.90022;1 .9551;2.9989;1.5692;3.3646;3.8814;2.5062;1.3672;2.7318;3.1179;1.3608;4.2 92;3.9335;2.2323;3.526;2.9675;2.1452;0.99788;1.2799;1.0353;2.6534;4.7573 ;4.901;1.6011;4.8091;1.0923;1.4705;2.7445;0.76019;1.8571;3.5904;2.3214;3 .4475;4.6316;4.9809;1.1122;3.063;3.2339;3.8312;3.3801;1.7718;3.1829;2.04 19;2.101;1.8839;1.9965;2.7748;2.4316;3.4567;3.6717;4.8888;2.1344;2.3284; 2.4985;3.8104;4.3302;1.7227;1.9222;4.9374;1.3399;4.8023;2.2179;1.6878;4. 2678;3.7107;1.7494;2.2833;1.502;4.4805;2.5855;4.1566;3.1399;3.9622;4.626 1;3.2124;4.5117;0.65171;4.3922;1.5574;4.4537;0.86411;2.9285;2.627;1.841; 2.0471;2.9602;0.75379;1.323;1.7951;0.59916;2.7039;3.4285;1.446;2.4422;2. 4714;2.8309;1.9654;1.6184;3.3535;4.1823;1.8801;4.9026;0.83974;4.0794;2.6 185;1.9852;4.5905;2.0704;3.8131;4.7217;2.3496;3.4027;1.0611;1.6064;3.947 5;4.032;1.385;3.8698;3.1866;1.0391;3.5169;2.8805;4.6608;0.95604;1.1089;2 .1619;1.8048;2.5449;0.91489;4.5554;3.916;2.6907;1.5319;3.285;2.7712;3.33 21;0.73367;3.2452;4.0232;1.2413;4.826;4.3574;3.4762;1.1373;2.2401;0.8120 4;0.50943;3.6607;2.8646;1.1882;2.9953;4.3133;2.0904;3.0837;0.56175;1.420 5;0.64361;1.2699;4.1224;3.7506;2.7477;3.113;2.4033;4.9652;3.0344;4.2371; 4.6854;0.69646;1.172;3.594;3.5305;3.6269;0.97002;4.7544;1.129;3.0102;1.1 597;1.6965;4.3703;2.5258;4.8681;0.91155;1.5978;2.4249;1.292;2.9106;3.730 2;4.1048;3.1761;2.2059;3.5687;4.4241;3.8347;2.9456;0.88341;1.0195;3.3001 ;2.1104;0.85017;3.0414;4.215;2.843;1.4814;4.784;3.2629;3.1034;0.93942;1. 4055;0.61428;4.2566;4.4704;1.0402;3.3742;0.77065;3.7877;1.6372;1.3723;4. 6959;3.8972;3.3171;4.5759;3.8584;1.9498;2.5979;4.4097;3.5058;4.19;4.5307 ;0.74779;4.7749;3.0661;3.5533;4.084;4.9922;2.373;2.0293;3.4634;4.8539;2. 6579;4.9195;1.7647;4.0599;1.6521;4.6448;1.087;2.5629;2.3017;2.7619;3.158 2;2.1896;3.7703;2.9721;3.2261;2.7899;3.3947;3.4369;2.8077;2.3708;1.7285; 1.8241;4.1532;4.7394;2.061;1.5184;4.5364;1.8889;3.6947;3.6061;2.4809;0.5 413;4.0037;1.5779;4.3386;2.6721;2.2691;3.633;2.7142;0.52512;1.9198;2.261 3;1.2863;4.6044;2.1419;0.66983;0.58142;4.9529;1.4673;1.3539;3.9775;0.792 77;4.2821;1.2071;3.9257;1.0026;1.8595;0.70954;1.2371;2.4561;2.0024;4.892 6;1.8093;2.4685;1.3756;3.3156;1.614;4.1666;2.1957;2.7798;1.0996;3.0952;0 .94324;2.3146;0.9822;1.0752;2.6336;4.7202;0.82122;1.2563;0.73988;1.7051; 2.3569;1.4296;0.85812;4.8422;1.9687;2.511;4.5446;1.9065;2.3899;2.2784;4. 174;2.6654;4.8175;3.9665;3.902;3.5763;1.337;4.0643;3.6533;0.78097;1.6724 ;4.957;3.7316;1.7372;4.9859;4.2946;4.3697;2.5958;3.8563;2.9172;3.7826;4. 6771;2.1157;4.0143;4.4159;4.8828;0.5925;3.0813;4.6746;1.1187;4.4995;3.34 74;3.1931;4.25;2.8954;2.1481;0.53593;3.5079;4.3433;1.853;3.0488;1.213;2. 7548;3.5403;3.0148;1.627;3.2418;2.0764;4.4332;4.461;0.89088;0.90325;1.02 8;2.0148;2.8396;1.4773;3.4182;2.2332;3.8479;0.5651;2.7054;2.1704;2.876;4 .2227;1.1549;2.9532;0.65364;3.4865;3.7629;3.2795;4.6362;4.6032;3.9362;3. 6829;1.7817;4.0473;4.134;3.1333;1.5125;3.6034;1.4559;1.2495;0.6214;2.426 8;3.4088;3.2308;1.5459;0.69867;4.7824;2.0055;1.3183;2.5206;2.5581;1.8962 ;0.83277;1.4176;4.4003;4.2794;4.7085;1.3566;2.8917;0.67871;4.6204;4.6567 ;4.2264;4.383;4.559;3.8872;3.8784;4.208;3.4499;2.8506;0.7672;1.666;1.819 7;2.7237;0.55301;3.0276;4.5207;4.3201;3.8213;3.496;1.3985;2.8215;2.0341; 1.7739;1.981;4.7972;3.0597;2.9356;1.436;2.4944;0.96024;0.873;0.68147;3.1 534;4.0953;2.3912;0.93071;2.6797;4.4476;4.4874;2.606;3.5493;4.0445;1.707 9;3.1691;3.5828;1.0055;3.2021;3.2901;4.7655;3.6991;0.99193;2.4441;3.2643 ;1.6516;4.9345;4.9103;3.7955;2.7969;4.579;4.8622;3.3707;2.0568;2.539;1.5 632;3.9924;4.1153;3.3425;1.8697;2.9761;2.248;1.0498;2.7328;1.7523;2.2269 ;4.2982;3.9412;2.1272;1.9424;3.7182;1.3092;0.80449;2.3387;1.0783;4.1377; 3.9835;3.6144;0.57522;1.5858;1.1939;3.3867;2.573;2.3251;2.6431;1.8483;0. 72171;1.2262;0.63497;3.1191;2.9869;2.2986;2.1796;4.9745;3.647;1.2741;4.8 316;1.1819;1.4908;1.9345;2.0965;0.50044;1.5356;3.4539;2.4152;4.7382;3.74 4;1.1409" as.numeric(m[1:6, ]) where m is Input as.numeric(Input[1:6, ]) [1] NA NA NA NA NA NA Warning message: NAs introduced by coercion <-----Original Message----->>From: Jean V Adams [jvadams@usgs.gov] >Sent: 11/28/2012 7:21:16 AM >To: iruckaE@mail2world.com >Cc: r-help@r-project.org >Subject: Re: [R] zeros in double matrix rather than character matrix > >Irucka, > >What is the code that you are using that results in a character matrix? >What does the character matrix look like? >If your matrix is called m, submit the following code and share theresults with>us. > >m[1:6, ] >as.numeric(m[1:6, ]) > >Jean > > > >iembry <iruckaE@mail2world.com> wrote on 11/27/2012 11:35:15 PM: >> >> Hi, how are you? >> >> I have 1000 total columns with 100 rows and I have shown 4 columns of100>> rows below. I want the zeros to be read in as numerical or integervalues>> rather than a character. Right now I have a 100x0 character matrixrather>> than a 100x1000 double matrix. >> >> What do I need to do to read in a .csv spreadsheet with counting thezeros>> as a numerical or integer value? >> >> Thank-you. >> >> Irucka Embry >> >> >> 0 0 0 0 >> 0.16387 0.60612 0.87705 0.83798 >> 0.32774 1.2122 1.7541 1.676 >> 0.4916 1.8184 2.6312 2.5139 >> 0.65547 2.4245 3.5082 3.3519 >> 0.81934 3.0306 4.3853 4.1899 >> 0.98321 3.6367 5.2623 5.0279 >> 1.1471 4.2429 6.1394 5.8659 >> 1.3109 4.849 7.0164 6.7038 >> 1.4748 5.4551 7.8935 7.5418 >> 1.6387 6.0612 8.7705 8.3798 >> 1.8026 6.6673 9.6476 9.2178 >> 1.9664 7.2735 10.525 10.056 >> 2.1303 7.8796 11.402 10.894 >> 2.2942 8.4857 12.279 11.732 >> 2.458 9.0918 13.156 12.57 >> 2.6219 9.6979 14.033 13.408 >> 2.7858 10.304 14.91 14.246 >> 2.9496 10.91 15.787 15.084 >> 3.1135 11.516 16.664 15.922 >> 3.2774 12.122 17.541 16.76 >> 3.4412 12.729 18.418 17.598 >> 3.6051 13.335 19.295 18.436 >> 3.769 13.941 20.172 19.274 >> 3.9328 14.547 21.049 20.112 >> 4.0967 15.153 21.926 20.95 >> 4.2606 15.759 22.803 21.788 >> 4.4244 16.365 23.68 22.625 >> 4.5883 16.971 24.557 23.463 >> 4.7522 17.578 25.434 24.301 >> 4.916 18.184 26.312 25.139 >> 5.0799 18.79 27.189 25.977 >> 5.2438 19.396 28.066 26.815 >> 5.4077 20.002 28.943 27.653 >> 5.5715 20.608 29.82 28.491 >> 5.7354 21.214 30.697 29.329 >> 5.8993 21.82 31.574 30.167 >> 6.0631 22.426 32.451 31.005 >> 6.227 23.033 33.328 31.843 >> 6.3909 23.639 34.205 32.681 >> 6.5547 24.245 35.082 33.519 >> 6.7186 24.851 35.959 34.357 >> 6.8825 25.457 36.836 35.195 >> 7.0463 26.063 37.713 36.033 >> 7.2102 26.669 38.59 36.871 >> 7.3741 27.275 39.467 37.709 >> 7.5379 27.882 40.344 38.547 >> 7.7018 28.488 41.221 39.385 >> 7.8657 29.094 42.098 40.223 >> 8.0295 29.7 42.976 41.061 >> 8.1934 30.306 43.853 41.899 >> 8.1115 30.003 43.414 41.48 >> 8.0295 29.7 42.976 41.061 >> 7.9476 29.397 42.537 40.642 >> 7.8657 29.094 42.098 40.223 >> 7.7837 28.791 41.66 39.804 >> 7.7018 28.488 41.221 39.385 >> 7.6199 28.185 40.783 38.966 >> 7.5379 27.882 40.344 38.547 >> 7.456 27.579 39.906 38.128 >> 7.3741 27.275 39.467 37.709 >> 7.2921 26.972 39.029 37.29 >> 7.2102 26.669 38.59 36.871 >> 7.1283 26.366 38.152 36.452 >> 7.0463 26.063 37.713 36.033 >> 6.9644 25.76 37.275 35.614 >> 6.8825 25.457 36.836 35.195 >> 6.8005 25.154 36.398 34.776 >> 6.7186 24.851 35.959 34.357 >> 6.6367 24.548 35.521 33.938 >> 6.5547 24.245 35.082 33.519 >> 6.4728 23.942 34.644 33.1 >> 6.3909 23.639 34.205 32.681 >> 6.3089 23.336 33.766 32.262 >> 6.227 23.033 33.328 31.843 >> 6.1451 22.73 32.889 31.424 >> 6.0631 22.426 32.451 31.005 >> 5.9812 22.123 32.012 30.586 >> 5.8993 21.82 31.574 30.167 >> 5.8173 21.517 31.135 29.748 >> 5.7354 21.214 30.697 29.329 >> 5.6535 20.911 30.258 28.91 >> 5.5715 20.608 29.82 28.491 >> 5.4896 20.305 29.381 28.072 >> 5.4077 20.002 28.943 27.653 >> 5.3257 19.699 28.504 27.234 >> 5.2438 19.396 28.066 26.815 >> 5.1618 19.093 27.627 26.396 >> 5.0799 18.79 27.189 25.977 >> 4.998 18.487 26.75 25.558 >> 4.916 18.184 26.312 25.139 >> 4.8341 17.881 25.873 24.72 >> 4.7522 17.578 25.434 24.301 >> 4.6702 17.274 24.996 23.882 >> 4.5883 16.971 24.557 23.463 >> 4.5064 16.668 24.119 23.044 >> 4.4244 16.365 23.68 22.625 >> 4.3425 16.062 23.242 22.206 >> 4.2606 15.759 22.803 21.788 >> 4.1786 15.456 22.365 21.369 >> 4.0967 15.153 21.926 20.95<span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br> <font color=#999999>Unlimited Email Storage – POP3 – Calendar – SMS – Translator – Much More!</font></font></span> [[alternative HTML version deleted]]
HI, Try changing sep="," to sep=";".? A.K. ----- Original Message ----- From: Irucka Embry <iruckaE at mail2world.com> To: jvadams at usgs.gov Cc: r-help at r-project.org Sent: Wednesday, November 28, 2012 8:35 AM Subject: Re: [R] zeros in double matrix rather than character matrix Hi Jean, I am responding to the last part of your response now. Thank-you. Irucka Embry m[1:6, ] where m is Input Input <- as.matrix(read.csv("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_ GLUE_Example/Input_Parameter.csv", header = TRUE, sep =","))> Input[1:6, ][1] "0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0 ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0" [2] "1;0.16387;0.60612;0.87705;0.83798;0.26256;0.2763;0.14561;0.64365;0.3354 9;0.57083;0.77006;0.66183;0.89897;0.75467;0.29031;0.62502;0.37289;0.4330 1;0.49257;0.32471;0.93694;0.98593;0.62572;0.19011;0.24422;0.8111;0.92226 ;0.64808;0.54254;0.50744;0.29956;0.38237;0.18165;0.48215;0.88272;0.68313 ;0.22463;0.94944;0.42222;0.52936;0.59623;0.73172;0.95969;0.61568;0.65522 ;0.2822;0.63606;0.91753;0.90065;0.37887;0.83357;0.43949;0.85313;0.2142;0 .12122;0.44879;0.33948;0.70395;0.81464;0.38951;0.17642;0.76111;0.51108;0 .22062;0.17044;0.24061;0.46663;0.84428;0.12734;0.67585;0.19788;0.20239;0 .34844;0.58319;0.45463;0.10807;0.258;0.60392;0.55876;0.22981;0.80121;0.3 1447;0.93271;0.96714;0.91037;0.3084;0.51829;0.82599;0.88896;0.47315;0.70 677;0.99733;0.13205;0.73721;0.50304;0.74288;0.97735;0.15275;0.40228;0.36 195;0.56508;0.71566;0.41248;0.98537;0.32182;0.86758;0.78487;0.72197;0.58 076;0.76553;0.79643;0.55342;0.86057;0.43115;0.27003;0.40491;0.47662;0.14 263;0.78235;0.69486;0.68461;0.95001;0.5389;0.35661;0.10436;0.37507;0.249 1;0.75866;0.79426;0.65903;0.67794;0.38747;0.2944;0.3983;0.50353;0.91636; 0.10283;0.89477;0.86574;0.72631;0.30284;0.18385;0.21612;0.52759;0.23951; 0.69803;0.41437;0.39506;0.16011;0.72891;0.98161;0.56265;0.55711;0.84931; 0.54748;0.96904;0.99416;0.44459;0.63225;0.57523;0.25254;0.74712;0.85737; 0.46101;0.9557;0.407;0.45907;0.43516;0.92999;0.69316;0.80659;0.11744;0.7 1214;0.49746;0.78861;0.15753;0.96308;0.20496;0.77477;0.97468;0.45122;0.1 327;0.3524;0.42668;0.29224;0.41686;0.34281;0.82046;0.60894;0.63943;0.469 7;0.36658;0.31162;0.51593;0.71114;0.94043;0.88079;0.58621;0.98921;0.9432 7;0.18997;0.17323;0.27808;0.77802;0.12171;0.52472;0.49058;0.20902;0.8298 1;0.67163;0.26837;0.80298;0.8403;0.54432;0.61396;0.16737;0.47944;0.13707 ;0.81744;0.68852;0.28714;0.34828;0.92547;0.59784;0.76832;0.26095;0.53242 ;0.22671;0.90294;0.73607;0.87097;0.19499;0.329;0.90911;0.65389;0.88801;0 .23519;0.36569;0.33266;0.84875;0.58994;0.48743;0.14947;0.66768;0.62139;0 .64353;0.57208;0.75155;0.11168;0.31866;0.49782;0.62012;0.60425;0.914;0.8 3895;0.17544;0.26577;0.31683;0.25379;0.48137;0.57997;0.5623;0.94104;0.81 082;0.87554;0.33844;0.94632;0.42078;0.64148;0.78158;0.27821;0.70926;0.34 503;0.289;0.67983;0.60109;0.25972;0.11895;0.28492;0.53472;0.33135;0.2379 3;0.69992;0.16207;0.52118;0.9536;0.13859;0.144;0.65158;0.69613;0.74928;0 .89729;0.31054;0.1852;0.45022;0.39584;0.32596;0.42435;0.97199;0.55087;0. 81453;0.805;0.35818;0.74021;0.92287;0.74487;0.16535;0.52604;0.86207;0.19 615;0.62864;0.90188;0.61817;0.7328;0.22923;0.83171;0.99911;0.56017;0.760 15;0.65784;0.84201;0.40332;0.79123;0.68633;0.63297;0.90811;0.10145;0.878 64;0.79086;0.51383;0.24593;0.49222;0.85477;0.58467;0.59263;0.10935;0.305 71;0.36858;0.95838;0.21099;0.97018;0.92842;0.71449;0.57349;0.2194;0.1260 3;0.76358;0.98343;0.72376;0.13506;0.40966;0.20301;0.8642;0.47228;0.67044 ;0.50648;0.45759;0.77242;0.30158;0.98918;0.43739;0.48407;0.23317;0.38041 ;0.36369;0.15546;0.53941;0.39169;0.46186;0.44104;0.66542;0.82259;0.89178 ;0.38597;0.19298;0.7521;0.28072;0.56646;0.5373;0.88444;0.70233;0.88611;0 .97527;0.2338;0.62938;0.81917;0.85214;0.80003;0.10612;0.44207;0.33658;0. 73493;0.12957;0.75576;0.93342;0.1412;0.25056;0.29747;0.86986;0.46817;0.5 2239;0.14764;0.51566;0.79799;0.84658;0.3515;0.72756;0.66498;0.17899;0.32 811;0.51007;0.71942;0.18721;0.1246;0.58797;0.93808;0.8353;0.15761;0.2128 9;0.45307;0.24313;0.65052;0.82521;0.56903;0.94513;0.47592;0.57767;0.8929 6;0.80766;0.49542;0.96481;0.16897;0.34323;0.913;0.82862;0.11552;0.74123; 0.87282;0.61058;0.11391;0.30468;0.77959;0.90513;0.26524;0.43193;0.66079; 0.41631;0.35932;0.38262;0.91961;0.99223;0.18004;0.39103;0.59978;0.31384; 0.67293;0.77629;0.50124;0.27344;0.54635;0.62357;0.27215;0.85841;0.78669; 0.44646;0.70521;0.5935;0.42904;0.19958;0.25599;0.20706;0.53067;0.95147;0 .98019;0.32022;0.96182;0.21847;0.29409;0.54891;0.15204;0.37143;0.71809;0 .46428;0.6895;0.92633;0.99618;0.22244;0.61259;0.64678;0.76625;0.67602;0. 35435;0.63659;0.40837;0.42021;0.37679;0.39931;0.55495;0.48631;0.69134;0. 73434;0.97776;0.42687;0.46567;0.4997;0.76208;0.86603;0.34455;0.38443;0.9 8749;0.26799;0.96047;0.44357;0.33757;0.85355;0.74214;0.34988;0.45666;0.3 004;0.8961;0.5171;0.83132;0.62797;0.79244;0.92521;0.64248;0.90234;0.1303 4;0.87844;0.31149;0.89075;0.17282;0.5857;0.52539;0.3682;0.40942;0.59205; 0.15076;0.2646;0.35901;0.11983;0.54078;0.68571;0.28919;0.48845;0.49428;0 .56618;0.39307;0.32368;0.6707;0.83646;0.37602;0.98053;0.16795;0.81587;0. 5237;0.39703;0.91811;0.41408;0.76261;0.94433;0.46992;0.68053;0.21222;0.3 2128;0.7895;0.80641;0.27701;0.77396;0.63731;0.20782;0.70338;0.57611;0.93 215;0.19121;0.22178;0.43238;0.36096;0.50899;0.18298;0.91109;0.7832;0.538 14;0.30638;0.65699;0.55424;0.66641;0.14673;0.64903;0.80463;0.24826;0.965 21;0.87147;0.69524;0.22746;0.44803;0.16241;0.10189;0.73214;0.57293;0.237 64;0.59905;0.86266;0.41807;0.61674;0.11235;0.2841;0.12872;0.25399;0.8244 8;0.75011;0.54954;0.6226;0.48066;0.99303;0.60688;0.84741;0.93708;0.13929 ;0.2344;0.7188;0.7061;0.72538;0.194;0.95087;0.2258;0.60205;0.23193;0.339 29;0.87405;0.50515;0.97362;0.18231;0.31956;0.48498;0.25841;0.58211;0.746 04;0.82095;0.63522;0.44118;0.71374;0.88482;0.76695;0.58912;0.17668;0.203 9;0.66002;0.42208;0.17003;0.60829;0.843;0.56861;0.29627;0.9568;0.65259;0 .62067;0.18788;0.28109;0.12286;0.85132;0.89407;0.20804;0.67484;0.15413;0 .75754;0.32744;0.27446;0.93918;0.77943;0.66342;0.91519;0.77167;0.38996;0 .51957;0.88194;0.70117;0.838;0.90613;0.14956;0.95499;0.61321;0.71066;0.8 1679;0.99845;0.47461;0.40587;0.69267;0.97078;0.53159;0.9839;0.35294;0.81 198;0.33041;0.92896;0.21741;0.51258;0.46033;0.55239;0.63164;0.43792;0.75 406;0.59442;0.64523;0.55797;0.67893;0.68738;0.56154;0.47416;0.34571;0.36 482;0.83064;0.94788;0.4122;0.30367;0.90727;0.37777;0.73893;0.72121;0.496 18;0.10826;0.80074;0.31558;0.86772;0.53443;0.45383;0.72659;0.54283;0.105 02;0.38396;0.45226;0.25725;0.92087;0.42838;0.13397;0.11628;0.99057;0.293 45;0.27078;0.7955;0.15855;0.85643;0.24143;0.78514;0.20051;0.3719;0.14191 ;0.24742;0.49121;0.40048;0.97853;0.36185;0.49369;0.27512;0.66311;0.3228; 0.83332;0.43913;0.55596;0.21991;0.61904;0.18865;0.46292;0.19644;0.21505; 0.52672;0.94404;0.16424;0.25125;0.14798;0.34102;0.47138;0.28593;0.17162; 0.96844;0.39374;0.5022;0.90893;0.3813;0.47797;0.45568;0.83481;0.53307;0. 9635;0.7933;0.78041;0.71527;0.26739;0.81287;0.73066;0.15619;0.33447;0.99 14;0.74631;0.34743;0.99717;0.85893;0.87394;0.51917;0.77126;0.58345;0.756 51;0.93542;0.42314;0.80286;0.88318;0.97655;0.1185;0.61625;0.93492;0.2237 4;0.89989;0.66947;0.63861;0.85001;0.57908;0.42963;0.10719;0.70159;0.8686 7;0.37059;0.60977;0.24259;0.55095;0.70806;0.60296;0.3254;0.64837;0.41528 ;0.88665;0.8922;0.17818;0.18065;0.2056;0.40297;0.56792;0.29546;0.68365;0 .44664;0.76957;0.11302;0.54108;0.43408;0.5752;0.84453;0.23098;0.59064;0. 13073;0.69729;0.75258;0.6559;0.92725;0.92064;0.78724;0.73659;0.35634;0.8 0947;0.8268;0.62667;0.3025;0.72068;0.29117;0.2499;0.12428;0.48536;0.6817 6;0.64617;0.30917;0.13973;0.95648;0.4011;0.26365;0.50411;0.51162;0.37923 ;0.16655;0.28352;0.88006;0.85587;0.9417;0.27133;0.57834;0.13574;0.92409; 0.93133;0.84527;0.87661;0.91181;0.77744;0.77569;0.8416;0.68997;0.57013;0 .15344;0.3332;0.36393;0.54475;0.1106;0.60551;0.90413;0.86402;0.76426;0.6 992;0.27971;0.56429;0.40681;0.35478;0.39621;0.95943;0.61194;0.58713;0.28 72;0.49888;0.19205;0.1746;0.13629;0.63069;0.81906;0.47825;0.18614;0.5359 4;0.88951;0.89749;0.52121;0.70986;0.8089;0.34159;0.63383;0.71656;0.20111 ;0.64042;0.65802;0.95309;0.73982;0.19839;0.48882;0.65285;0.33032;0.9869; 0.98207;0.7591;0.55937;0.9158;0.97244;0.67414;0.41136;0.50781;0.31264;0. 79849;0.82306;0.66849;0.37395;0.59521;0.44959;0.20997;0.54656;0.35047;0. 44538;0.85965;0.78825;0.42544;0.38849;0.74364;0.26185;0.1609;0.46773;0.2 1567;0.82754;0.7967;0.72289;0.11504;0.31716;0.23877;0.67734;0.5146;0.465 01;0.52862;0.36967;0.14434;0.24524;0.12699;0.62383;0.59737;0.45972;0.435 91;0.9949;0.7294;0.25483;0.96632;0.23638;0.29816;0.38691;0.41931;0.10009 ;0.30712;0.69079;0.48303;0.94765;0.7488;0.22819" [3] "2;0.32774;1.2122;1.7541;1.676;0.52511;0.55259;0.29122;1.2873;0.67097;1. 1417;1.5401;1.3237;1.7979;1.5093;0.58061;1.25;0.74578;0.86603;0.98515;0. 64942;1.8739;1.9719;1.2514;0.38021;0.48845;1.6222;1.8445;1.2962;1.0851;1 .0149;0.59912;0.76475;0.3633;0.96429;1.7654;1.3663;0.44925;1.8989;0.8444 4;1.0587;1.1925;1.4634;1.9194;1.2314;1.3104;0.5644;1.2721;1.8351;1.8013; 0.75773;1.6671;0.87899;1.7063;0.4284;0.24245;0.89758;0.67896;1.4079;1.62 93;0.77902;0.35283;1.5222;1.0222;0.44124;0.34088;0.48121;0.93326;1.6886; 0.25467;1.3517;0.39577;0.40479;0.69687;1.1664;0.90927;0.21613;0.51601;1. 2078;1.1175;0.45962;1.6024;0.62893;1.8654;1.9343;1.8207;0.6168;1.0366;1. 652;1.7779;0.9463;1.4135;1.9947;0.2641;1.4744;1.0061;1.4858;1.9547;0.305 5;0.80457;0.7239;1.1302;1.4313;0.82496;1.9707;0.64363;1.7352;1.5697;1.44 39;1.1615;1.5311;1.5929;1.1068;1.7211;0.8623;0.54006;0.80982;0.95324;0.2 8527;1.5647;1.3897;1.3692;1.9;1.0778;0.71323;0.20873;0.75015;0.49819;1.5 173;1.5885;1.3181;1.3559;0.77493;0.5888;0.79661;1.0071;1.8327;0.20566;1. 7895;1.7315;1.4526;0.60569;0.36769;0.43224;1.0552;0.47902;1.3961;0.82875 ;0.79012;0.32023;1.4578;1.9632;1.1253;1.1142;1.6986;1.095;1.9381;1.9883; 0.88918;1.2645;1.1505;0.50507;1.4942;1.7147;0.92203;1.9114;0.814;0.91815 ;0.87032;1.86;1.3863;1.6132;0.23488;1.4243;0.99493;1.5772;0.31505;1.9262 ;0.40991;1.5495;1.9494;0.90244;0.2654;0.70481;0.85336;0.58447;0.83373;0. 68562;1.6409;1.2179;1.2789;0.9394;0.73316;0.62325;1.0319;1.4223;1.8809;1 .7616;1.1724;1.9784;1.8865;0.37993;0.34646;0.55616;1.556;0.24341;1.0494; 0.98117;0.41805;1.6596;1.3433;0.53674;1.606;1.6806;1.0886;1.2279;0.33474 ;0.95887;0.27415;1.6349;1.377;0.57429;0.69655;1.8509;1.1957;1.5366;0.521 9;1.0648;0.45342;1.8059;1.4721;1.7419;0.38997;0.65801;1.8182;1.3078;1.77 6;0.47038;0.73137;0.66533;1.6975;1.1799;0.97486;0.29893;1.3354;1.2428;1. 2871;1.1442;1.5031;0.22335;0.63733;0.99563;1.2402;1.2085;1.828;1.6779;0. 35088;0.53154;0.63367;0.50759;0.96273;1.1599;1.1246;1.8821;1.6216;1.7511 ;0.67688;1.8926;0.84157;1.283;1.5632;0.55641;1.4185;0.69006;0.57799;1.35 97;1.2022;0.51944;0.23789;0.56985;1.0694;0.66271;0.47586;1.3998;0.32414; 1.0424;1.9072;0.27717;0.288;1.3032;1.3923;1.4986;1.7946;0.62108;0.3704;0 .90043;0.79168;0.65191;0.84871;1.944;1.1017;1.6291;1.61;0.71637;1.4804;1 .8457;1.4897;0.3307;1.0521;1.7241;0.3923;1.2573;1.8038;1.2363;1.4656;0.4 5847;1.6634;1.9982;1.1203;1.5203;1.3157;1.684;0.80663;1.5825;1.3727;1.26 59;1.8162;0.2029;1.7573;1.5817;1.0277;0.49185;0.98444;1.7095;1.1693;1.18 53;0.21869;0.61143;0.73716;1.9168;0.42198;1.9404;1.8568;1.429;1.147;0.43 88;0.25207;1.5272;1.9669;1.4475;0.27013;0.81933;0.40601;1.7284;0.94457;1 .3409;1.013;0.91517;1.5448;0.60315;1.9784;0.87479;0.96815;0.46634;0.7608 2;0.72739;0.31092;1.0788;0.78338;0.92371;0.88208;1.3308;1.6452;1.7836;0. 77193;0.38595;1.5042;0.56144;1.1329;1.0746;1.7689;1.4047;1.7722;1.9505;0 .46759;1.2588;1.6383;1.7043;1.6001;0.21224;0.88413;0.67316;1.4699;0.2591 4;1.5115;1.8668;0.28239;0.50113;0.59494;1.7397;0.93634;1.0448;0.29528;1. 0313;1.596;1.6932;0.70299;1.4551;1.33;0.35799;0.65622;1.0201;1.4388;0.37 442;0.24919;1.1759;1.8762;1.6706;0.31522;0.42579;0.90615;0.48625;1.301;1 .6504;1.1381;1.8903;0.95183;1.1553;1.7859;1.6153;0.99085;1.9296;0.33793; 0.68647;1.826;1.6572;0.23104;1.4825;1.7456;1.2212;0.22783;0.60935;1.5592 ;1.8103;0.53048;0.86386;1.3216;0.83262;0.71863;0.76525;1.8392;1.9845;0.3 6009;0.78206;1.1996;0.62769;1.3459;1.5526;1.0025;0.54687;1.0927;1.2471;0 .5443;1.7168;1.5734;0.89292;1.4104;1.187;0.85807;0.39915;0.51197;0.41413 ;1.0613;1.9029;1.9604;0.64044;1.9236;0.43693;0.58818;1.0978;0.30407;0.74 286;1.4362;0.92856;1.379;1.8527;1.9924;0.44488;1.2252;1.2936;1.5325;1.35 2;0.7087;1.2732;0.81675;0.84041;0.75358;0.79861;1.1099;0.97262;1.3827;1. 4687;1.9555;0.85374;0.93134;0.99941;1.5242;1.7321;0.6891;0.76887;1.975;0 .53597;1.9209;0.88714;0.67513;1.7071;1.4843;0.69976;0.91332;0.60081;1.79 22;1.0342;1.6626;1.2559;1.5849;1.8504;1.285;1.8047;0.26069;1.7569;0.6229 7;1.7815;0.34564;1.1714;1.0508;0.73639;0.81883;1.1841;0.30152;0.5292;0.7 1802;0.23966;1.0816;1.3714;0.57839;0.9769;0.98856;1.1324;0.78614;0.64736 ;1.3414;1.6729;0.75203;1.9611;0.3359;1.6317;1.0474;0.79406;1.8362;0.8281 7;1.5252;1.8887;0.93984;1.3611;0.42445;0.64255;1.579;1.6128;0.55402;1.54 79;1.2746;0.41563;1.4068;1.1522;1.8643;0.38242;0.44356;0.86476;0.72191;1 .018;0.36596;1.8222;1.5664;1.0763;0.61275;1.314;1.1085;1.3328;0.29347;1. 2981;1.6093;0.49652;1.9304;1.7429;1.3905;0.45492;0.89606;0.32481;0.20377 ;1.4643;1.1459;0.47528;1.1981;1.7253;0.83614;1.2335;0.2247;0.5682;0.2574 4;0.50798;1.649;1.5002;1.0991;1.2452;0.96132;1.9861;1.2138;1.6948;1.8742 ;0.27859;0.46881;1.4376;1.4122;1.4508;0.38801;1.9017;0.4516;1.2041;0.463 86;0.67858;1.7481;1.0103;1.9472;0.36462;0.63913;0.96996;0.51682;1.1642;1 .4921;1.6419;1.2704;0.88236;1.4275;1.7696;1.5339;1.1782;0.35337;0.40781; 1.32;0.84415;0.34007;1.2166;1.686;1.1372;0.59255;1.9136;1.3052;1.2413;0. 37577;0.56219;0.24571;1.7026;1.7881;0.41608;1.3497;0.30826;1.5151;0.6548 8;0.54891;1.8784;1.5589;1.3268;1.8304;1.5433;0.77991;1.0391;1.7639;1.402 3;1.676;1.8123;0.29912;1.91;1.2264;1.4213;1.6336;1.9969;0.94921;0.81173; 1.3853;1.9416;1.0632;1.9678;0.70589;1.624;0.66083;1.8579;0.43482;1.0252; 0.92066;1.1048;1.2633;0.87585;1.5081;1.1888;1.2905;1.1159;1.3579;1.3748; 1.1231;0.94832;0.69141;0.72964;1.6613;1.8958;0.82439;0.60734;1.8145;0.75 554;1.4779;1.4424;0.99237;0.21652;1.6015;0.63116;1.7354;1.0689;0.90765;1 .4532;1.0857;0.21005;0.76793;0.90452;0.5145;1.8417;0.85675;0.26793;0.232 57;1.9811;0.58691;0.54156;1.591;0.31711;1.7129;0.48286;1.5703;0.40103;0. 74381;0.28381;0.49483;0.98242;0.80095;1.9571;0.72371;0.98738;0.55024;1.3 262;0.6456;1.6666;0.87827;1.1119;0.43983;1.2381;0.3773;0.92584;0.39288;0 .4301;1.0534;1.8881;0.32849;0.50251;0.29595;0.68204;0.94276;0.57185;0.34 325;1.9369;0.78749;1.0044;1.8179;0.7626;0.95595;0.91135;1.6696;1.0661;1. 927;1.5866;1.5608;1.4305;0.53479;1.6257;1.4613;0.31239;0.66895;1.9828;1. 4926;0.69486;1.9943;1.7179;1.7479;1.0383;1.5425;1.1669;1.513;1.8708;0.84 627;1.6057;1.7664;1.9531;0.237;1.2325;1.8698;0.44748;1.7998;1.3389;1.277 2;1.7;1.1582;0.85925;0.21437;1.4032;1.7373;0.74118;1.2195;0.48519;1.1019 ;1.4161;1.2059;0.65081;1.2967;0.83056;1.7733;1.7844;0.35635;0.3613;0.411 19;0.80594;1.1358;0.59093;1.3673;0.89328;1.5391;0.22604;1.0822;0.86816;1 .1504;1.6891;0.46196;1.1813;0.26145;1.3946;1.5052;1.3118;1.8545;1.8413;1 .5745;1.4732;0.71267;1.6189;1.6536;1.2533;0.60499;1.4414;0.58234;0.4998; 0.24856;0.97073;1.3635;1.2923;0.61834;0.27947;1.913;0.80221;0.5273;1.008 2;1.0232;0.75846;0.33311;0.56705;1.7601;1.7117;1.8834;0.54265;1.1567;0.2 7149;1.8482;1.8627;1.6905;1.7532;1.8236;1.5549;1.5514;1.6832;1.3799;1.14 03;0.30688;0.6664;0.72787;1.0895;0.22121;1.211;1.8083;1.728;1.5285;1.398 4;0.55942;1.1286;0.81363;0.70956;0.79241;1.9189;1.2239;1.1743;0.57441;0. 99777;0.3841;0.3492;0.27259;1.2614;1.6381;0.95649;0.37229;1.0719;1.779;1 .795;1.0424;1.4197;1.6178;0.68317;1.2677;1.4331;0.40221;1.2808;1.316;1.9 062;1.4796;0.39677;0.97763;1.3057;0.66064;1.9738;1.9641;1.5182;1.1187;1. 8316;1.9449;1.3483;0.82271;1.0156;0.62527;1.597;1.6461;1.337;0.7479;1.19 04;0.89919;0.41994;1.0931;0.70094;0.89077;1.7193;1.5765;0.85088;0.77698; 1.4873;0.5237;0.3218;0.93547;0.43133;1.6551;1.5934;1.4458;0.23009;0.6343 2;0.47754;1.3547;1.0292;0.93002;1.0572;0.73933;0.28868;0.49047;0.25399;1 .2477;1.1947;0.91943;0.87182;1.9898;1.4588;0.50965;1.9326;0.47276;0.5963 3;0.77382;0.83861;0.20018;0.61424;1.3816;0.96606;1.8953;1.4976;0.45638" [4] "3;0.4916;1.8184;2.6312;2.5139;0.78767;0.82889;0.43683;1.9309;1.0065;1.7 125;2.3102;1.9855;2.6969;2.264;0.87092;1.875;1.1187;1.299;1.4777;0.97413 ;2.8108;2.9578;1.8772;0.57032;0.73267;2.4333;2.7668;1.9442;1.6276;1.5223 ;0.89868;1.1471;0.54496;1.4464;2.6482;2.0494;0.67388;2.8483;1.2667;1.588 1;1.7887;2.1951;2.8791;1.847;1.9656;0.8466;1.9082;2.7526;2.7019;1.1366;2 .5007;1.3185;2.5594;0.6426;0.36367;1.3464;1.0184;2.1118;2.4439;1.1685;0. 52925;2.2833;1.5332;0.66185;0.51132;0.72182;1.3999;2.5328;0.38201;2.0276 ;0.59365;0.60718;1.0453;1.7496;1.3639;0.3242;0.77401;1.8118;1.6763;0.689 43;2.4036;0.9434;2.7981;2.9014;2.7311;0.92521;1.5549;2.478;2.6669;1.4195 ;2.1203;2.992;0.39616;2.2116;1.5091;2.2286;2.9321;0.45826;1.2068;1.0859; 1.6952;2.147;1.2374;2.9561;0.96545;2.6027;2.3546;2.1659;1.7423;2.2966;2. 3893;1.6603;2.5817;1.2934;0.81008;1.2147;1.4299;0.4279;2.3471;2.0846;2.0 538;2.85;1.6167;1.0698;0.31309;1.1252;0.74729;2.276;2.3828;1.9771;2.0338 ;1.1624;0.8832;1.1949;1.5106;2.7491;0.30848;2.6843;2.5972;2.1789;0.90853 ;0.55154;0.64836;1.5828;0.71852;2.0941;1.2431;1.1852;0.48034;2.1867;2.94 48;1.688;1.6713;2.5479;1.6424;2.9071;2.9825;1.3338;1.8967;1.7257;0.75761 ;2.2414;2.5721;1.383;2.8671;1.221;1.3772;1.3055;2.79;2.0795;2.4198;0.352 31;2.1364;1.4924;2.3658;0.47258;2.8892;0.61487;2.3243;2.924;1.3537;0.398 1;1.0572;1.28;0.87671;1.2506;1.0284;2.4614;1.8268;1.9183;1.4091;1.0997;0 .93487;1.5478;2.1334;2.8213;2.6424;1.7586;2.9676;2.8298;0.5699;0.51969;0 .83424;2.3341;0.36512;1.5742;1.4718;0.62707;2.4894;2.0149;0.8051;2.4089; 2.5209;1.6329;1.8419;0.50211;1.4383;0.41122;2.4523;2.0656;0.86143;1.0448 ;2.7764;1.7935;2.305;0.78286;1.5972;0.68013;2.7088;2.2082;2.6129;0.58496 ;0.98701;2.7273;1.9617;2.664;0.70557;1.0971;0.99799;2.5462;1.7698;1.4623 ;0.4484;2.003;1.8642;1.9306;1.7162;2.2546;0.33503;0.95599;1.4934;1.8604; 1.8128;2.742;2.5169;0.52633;0.79731;0.9505;0.76138;1.4441;1.7399;1.6869; 2.8231;2.4325;2.6266;1.0153;2.839;1.2624;1.9245;2.3447;0.83462;2.1278;1. 0351;0.86699;2.0395;1.8033;0.77916;0.35684;0.85477;1.6042;0.99406;0.7137 9;2.0998;0.48621;1.5635;2.8608;0.41576;0.432;1.9547;2.0884;2.2478;2.6919 ;0.93162;0.5556;1.3506;1.1875;0.97787;1.2731;2.916;1.6526;2.4436;2.415;1 .0745;2.2206;2.7686;2.2346;0.49605;1.5781;2.5862;0.58846;1.8859;2.7056;1 .8545;2.1984;0.6877;2.4951;2.9973;1.6805;2.2804;1.9735;2.526;1.2099;2.37 37;2.059;1.8989;2.7243;0.30435;2.6359;2.3726;1.5415;0.73778;1.4767;2.564 3;1.754;1.7779;0.32804;0.91714;1.1057;2.8751;0.63297;2.9105;2.7853;2.143 5;1.7205;0.6582;0.3781;2.2908;2.9503;2.1713;0.40519;1.229;0.60902;2.5926 ;1.4168;2.0113;1.5194;1.3728;2.3173;0.90473;2.9675;1.3122;1.4522;0.69951 ;1.1412;1.0911;0.46638;1.6182;1.1751;1.3856;1.3231;1.9963;2.4678;2.6753; 1.1579;0.57893;2.2563;0.84217;1.6994;1.6119;2.6533;2.107;2.6583;2.9258;0 .70139;1.8881;2.4575;2.5564;2.4001;0.31836;1.3262;1.0097;2.2048;0.38872; 2.2673;2.8003;0.42359;0.75169;0.89242;2.6096;1.4045;1.5672;0.44292;1.547 ;2.394;2.5397;1.0545;2.1827;1.9949;0.53698;0.98433;1.5302;2.1583;0.56162 ;0.37379;1.7639;2.8142;2.5059;0.47283;0.63868;1.3592;0.72938;1.9516;2.47 56;1.7071;2.8354;1.4277;1.733;2.6789;2.423;1.4863;2.8944;0.5069;1.0297;2 .739;2.4858;0.34655;2.2237;2.6184;1.8317;0.34174;0.91403;2.3388;2.7154;0 .79571;1.2958;1.9824;1.2489;1.0779;1.1479;2.7588;2.9767;0.54013;1.1731;1 .7993;0.94153;2.0188;2.3289;1.5037;0.82031;1.6391;1.8707;0.81645;2.5752; 2.3601;1.3394;2.1156;1.7805;1.2871;0.59873;0.76796;0.62119;1.592;2.8544; 2.9406;0.96065;2.8855;0.6554;0.88227;1.6467;0.45611;1.1143;2.1543;1.3928 ;2.0685;2.779;2.9885;0.66732;1.8378;1.9403;2.2987;2.0281;1.0631;1.9098;1 .2251;1.2606;1.1304;1.1979;1.6649;1.4589;2.074;2.203;2.9333;1.2806;1.397 ;1.4991;2.2862;2.5981;1.0336;1.1533;2.9625;0.80396;2.8814;1.3307;1.0127; 2.5607;2.2264;1.0496;1.37;0.90121;2.6883;1.5513;2.494;1.8839;2.3773;2.77 56;1.9274;2.707;0.39103;2.6353;0.93446;2.6722;0.51846;1.7571;1.5762;1.10 46;1.2283;1.7761;0.45227;0.79381;1.077;0.35949;1.6223;2.0571;0.86758;1.4 653;1.4828;1.6985;1.1792;0.97105;2.0121;2.5094;1.1281;2.9416;0.50385;2.4 476;1.5711;1.1911;2.7543;1.2423;2.2878;2.833;1.4098;2.0416;0.63667;0.963 83;2.3685;2.4192;0.83102;2.3219;1.9119;0.62345;2.1101;1.7283;2.7965;0.57 362;0.66534;1.2971;1.0829;1.527;0.54893;2.7333;2.3496;1.6144;0.91913;1.9 71;1.6627;1.9992;0.4402;1.9471;2.4139;0.74479;2.8956;2.6144;2.0857;0.682 39;1.3441;0.48722;0.30566;2.1964;1.7188;0.71292;1.7972;2.588;1.2542;1.85 02;0.33705;0.8523;0.38617;0.76196;2.4734;2.2503;1.6486;1.8678;1.442;2.97 91;1.8206;2.5422;2.8113;0.41788;0.70321;2.1564;2.1183;2.1762;0.58201;2.8 526;0.6774;1.8061;0.69579;1.0179;2.6222;1.5155;2.9208;0.54693;0.95869;1. 4549;0.77523;1.7463;2.2381;2.4629;1.9057;1.3235;2.1412;2.6545;2.3008;1.7 673;0.53005;0.61171;1.9801;1.2662;0.5101;1.8249;2.529;1.7058;0.88882;2.8 704;1.9578;1.862;0.56365;0.84328;0.36857;2.554;2.6822;0.62412;2.0245;0.4 6239;2.2726;0.98232;0.82337;2.8175;2.3383;1.9903;2.7456;2.315;1.1699;1.5 587;2.6458;2.1035;2.514;2.7184;0.44868;2.865;1.8396;2.132;2.4504;2.9953; 1.4238;1.2176;2.078;2.9123;1.5948;2.9517;1.0588;2.4359;0.99124;2.7869;0. 65223;1.5377;1.381;1.6572;1.8949;1.3138;2.2622;1.7832;1.9357;1.6739;2.03 68;2.0622;1.6846;1.4225;1.0371;1.0945;2.4919;2.8437;1.2366;0.91101;2.721 8;1.1333;2.2168;2.1636;1.4885;0.32478;2.4022;0.94674;2.6032;1.6033;1.361 5;2.1798;1.6285;0.31507;1.1519;1.3568;0.77176;2.7626;1.2851;0.4019;0.348 85;2.9717;0.88036;0.81233;2.3865;0.47566;2.5693;0.72428;2.3554;0.60154;1 .1157;0.42572;0.74225;1.4736;1.2014;2.9356;1.0856;1.4811;0.82536;1.9893; 0.96841;2.5;1.3174;1.6679;0.65974;1.8571;0.56595;1.3888;0.58932;0.64515; 1.5802;2.8321;0.49273;0.75376;0.44393;1.0231;1.4141;0.85778;0.51487;2.90 53;1.1812;1.5066;2.7268;1.1439;1.4339;1.367;2.5044;1.5992;2.8905;2.3799; 2.3412;2.1458;0.80218;2.4386;2.192;0.46858;1.0034;2.9742;2.2389;1.0423;2 .9915;2.5768;2.6218;1.5575;2.3138;1.7503;2.2695;2.8063;1.2694;2.4086;2.6 495;2.9297;0.3555;1.8488;2.8048;0.67123;2.6997;2.0084;1.9158;2.55;1.7372 ;1.2889;0.32156;2.1048;2.606;1.1118;1.8293;0.72778;1.6529;2.1242;1.8089; 0.97621;1.9451;1.2458;2.6599;2.6766;0.53453;0.54195;0.61679;1.2089;1.703 8;0.88639;2.0509;1.3399;2.3087;0.33906;1.6232;1.3022;1.7256;2.5336;0.692 94;1.7719;0.39218;2.0919;2.2577;1.9677;2.7817;2.7619;2.3617;2.2098;1.069 ;2.4284;2.4804;1.88;0.90749;2.162;0.87351;0.74971;0.37284;1.4561;2.0453; 1.9385;0.92751;0.4192;2.8694;1.2033;0.79095;1.5123;1.5348;1.1377;0.49966 ;0.85057;2.6402;2.5676;2.8251;0.81398;1.735;0.40723;2.7723;2.794;2.5358; 2.6298;2.7354;2.3323;2.3271;2.5248;2.0699;1.7104;0.46032;0.99959;1.0918; 1.6342;0.33181;1.8165;2.7124;2.5921;2.2928;2.0976;0.83913;1.6929;1.2204; 1.0643;1.1886;2.8783;1.8358;1.7614;0.86161;1.4967;0.57614;0.5238;0.40888 ;1.8921;2.4572;1.4347;0.55843;1.6078;2.6685;2.6925;1.5636;2.1296;2.4267; 1.0248;1.9015;2.1497;0.60332;1.9213;1.974;2.8593;2.2195;0.59516;1.4664;1 .9586;0.99096;2.9607;2.9462;2.2773;1.6781;2.7474;2.9173;2.0224;1.2341;1. 5234;0.93791;2.3955;2.4692;2.0055;1.1218;1.7856;1.3488;0.6299;1.6397;1.0 514;1.3362;2.5789;2.3647;1.2763;1.1655;2.2309;0.78554;0.4827;1.4032;0.64 7;2.4826;2.3901;2.1687;0.34513;0.95147;0.71631;2.032;1.5438;1.395;1.5859 ;1.109;0.43303;0.73571;0.38098;1.8715;1.7921;1.3792;1.3077;2.9847;2.1882 ;0.76448;2.899;0.70914;0.89449;1.1607;1.2579;0.30026;0.92136;2.0724;1.44 91;2.8429;2.2464;0.68457" [5] "4;0.65547;2.4245;3.5082;3.3519;1.0502;1.1052;0.58245;2.5746;1.3419;2.28 33;3.0802;2.6473;3.5959;3.0187;1.1612;2.5001;1.4916;1.7321;1.9703;1.2988 ;3.7478;3.9437;2.5029;0.76042;0.97689;3.2444;3.6891;2.5923;2.1702;2.0298 ;1.1982;1.5295;0.72661;1.9286;3.5309;2.7325;0.8985;3.7978;1.6889;2.1174; 2.3849;2.9269;3.8388;2.4627;2.6209;1.1288;2.5442;3.6701;3.6026;1.5155;3. 3343;1.758;3.4125;0.8568;0.48489;1.7952;1.3579;2.8158;3.2586;1.558;0.705 66;3.0444;2.0443;0.88247;0.68176;0.96242;1.8665;3.3771;0.50935;2.7034;0. 79154;0.80957;1.3937;2.3328;1.8185;0.43227;1.032;2.4157;2.235;0.91924;3. 2048;1.2579;3.7309;3.8686;3.6415;1.2336;2.0731;3.304;3.5559;1.8926;2.827 1;3.9893;0.52821;2.9488;2.0122;2.9715;3.9094;0.61101;1.6091;1.4478;2.260 3;2.8626;1.6499;3.9415;1.2873;3.4703;3.1395;2.8879;2.323;3.0621;3.1857;2 .2137;3.4423;1.7246;1.0801;1.6196;1.9065;0.57054;3.1294;2.7795;2.7384;3. 8;2.1556;1.4265;0.41745;1.5003;0.99638;3.0347;3.177;2.6361;2.7118;1.5499 ;1.1776;1.5932;2.0141;3.6654;0.41131;3.5791;3.4629;2.9052;1.2114;0.73539 ;0.86449;2.1104;0.95803;2.7921;1.6575;1.5802;0.64045;2.9156;3.9264;2.250 6;2.2284;3.3972;2.1899;3.8761;3.9766;1.7784;2.529;2.3009;1.0101;2.9885;3 .4295;1.8441;3.8228;1.628;1.8363;1.7406;3.72;2.7726;3.2263;0.46975;2.848 6;1.9899;3.1545;0.63011;3.8523;0.81983;3.0991;3.8987;1.8049;0.5308;1.409 6;1.7067;1.1689;1.6675;1.3712;3.2819;2.4358;2.5577;1.8788;1.4663;1.2465; 2.0637;2.8446;3.7617;3.5232;2.3448;3.9568;3.7731;0.75987;0.69292;1.1123; 3.1121;0.48682;2.0989;1.9623;0.83609;3.3192;2.6865;1.0735;3.2119;3.3612; 2.1773;2.4559;0.66948;1.9177;0.5483;3.2697;2.7541;1.1486;1.3931;3.7019;2 .3913;3.0733;1.0438;2.1297;0.90685;3.6118;2.9443;3.4839;0.77995;1.316;3. 6365;2.6156;3.5521;0.94076;1.4627;1.3307;3.395;2.3598;1.9497;0.59786;2.6 707;2.4856;2.5741;2.2883;3.0062;0.44671;1.2747;1.9913;2.4805;2.417;3.656 ;3.3558;0.70177;1.0631;1.2673;1.0152;1.9255;2.3199;2.2492;3.7642;3.2433; 3.5022;1.3538;3.7853;1.6831;2.5659;3.1263;1.1128;2.837;1.3801;1.156;2.71 93;2.4043;1.0389;0.47578;1.1397;2.1389;1.3254;0.95171;2.7997;0.64828;2.0 847;3.8144;0.55434;0.576;2.6063;2.7845;2.9971;3.5892;1.2422;0.7408;1.800 9;1.5834;1.3038;1.6974;3.888;2.2035;3.2581;3.22;1.4327;2.9608;3.6915;2.9 795;0.6614;2.1042;3.4483;0.78461;2.5146;3.6075;2.4727;2.9312;0.91694;3.3 268;3.9964;2.2407;3.0406;2.6314;3.368;1.6133;3.1649;2.7453;2.5319;3.6324 ;0.4058;3.5145;3.1634;2.0553;0.9837;1.9689;3.4191;2.3387;2.3705;0.43739; 1.2229;1.4743;3.8335;0.84396;3.8807;3.7137;2.858;2.294;0.87761;0.50413;3 .0543;3.9337;2.8951;0.54026;1.6387;0.81203;3.4568;1.8891;2.6818;2.0259;1 .8303;3.0897;1.2063;3.9567;1.7496;1.9363;0.93268;1.5216;1.4548;0.62184;2 .1576;1.5668;1.8474;1.7642;2.6617;3.2904;3.5671;1.5439;0.77191;3.0084;1. 1229;2.2658;2.1492;3.5378;2.8093;3.5444;3.9011;0.93519;2.5175;3.2767;3.4 086;3.2001;0.42448;1.7683;1.3463;2.9397;0.51829;3.0231;3.7337;0.56478;1. 0023;1.1899;3.4794;1.8727;2.0896;0.59056;2.0627;3.192;3.3863;1.406;2.910 2;2.6599;0.71597;1.3124;2.0403;2.8777;0.74883;0.49839;2.3519;3.7523;3.34 12;0.63044;0.85158;1.8123;0.9725;2.6021;3.3008;2.2761;3.7805;1.9037;2.31 07;3.5718;3.2306;1.9817;3.8592;0.67587;1.3729;3.652;3.3145;0.46207;2.964 9;3.4913;2.4423;0.45566;1.2187;3.1184;3.6205;1.061;1.7277;2.6431;1.6652; 1.4373;1.5305;3.6784;3.9689;0.72018;1.5641;2.3991;1.2554;2.6917;3.1052;2 .005;1.0937;2.1854;2.4943;1.0886;3.4336;3.1468;1.7858;2.8208;2.374;1.716 1;0.7983;1.0239;0.82826;2.1227;3.8059;3.9208;1.2809;3.8473;0.87386;1.176 4;2.1956;0.60815;1.4857;2.8723;1.8571;2.758;3.7053;3.9847;0.88977;2.4504 ;2.5871;3.065;2.7041;1.4174;2.5463;1.6335;1.6808;1.5072;1.5972;2.2198;1. 9452;2.7654;2.9374;3.911;1.7075;1.8627;1.9988;3.0483;3.4641;1.3782;1.537 7;3.9499;1.0719;3.8419;1.7743;1.3503;3.4142;2.9686;1.3995;1.8266;1.2016; 3.5844;2.0684;3.3253;2.5119;3.1698;3.7009;2.5699;3.6093;0.52137;3.5138;1 .2459;3.563;0.69129;2.3428;2.1016;1.4728;1.6377;2.3682;0.60303;1.0584;1. 436;0.47932;2.1631;2.7428;1.1568;1.9538;1.9771;2.2647;1.5723;1.2947;2.68 28;3.3458;1.5041;3.9221;0.67179;3.2635;2.0948;1.5881;3.6724;1.6563;3.050 4;3.7773;1.8797;2.7221;0.8489;1.2851;3.158;3.2256;1.108;3.0958;2.5493;0. 83127;2.8135;2.3044;3.7286;0.76483;0.88712;1.7295;1.4438;2.036;0.73191;3 .6444;3.1328;2.1526;1.2255;2.628;2.2169;2.6656;0.58694;2.5961;3.2185;0.9 9305;3.8608;3.4859;2.781;0.90985;1.7921;0.64963;0.40755;2.9286;2.2917;0. 95057;2.3962;3.4507;1.6723;2.467;0.4494;1.1364;0.51489;1.016;3.2979;3.00 04;2.1982;2.4904;1.9226;3.9721;2.4275;3.3897;3.7483;0.55717;0.93762;2.87 52;2.8244;2.9015;0.77602;3.8035;0.9032;2.4082;0.92772;1.3572;3.4962;2.02 06;3.8945;0.72924;1.2783;1.9399;1.0336;2.3285;2.9842;3.2838;2.5409;1.764 7;2.855;3.5393;3.0678;2.3565;0.70673;0.81561;2.6401;1.6883;0.68013;2.433 1;3.372;2.2744;1.1851;3.8272;2.6104;2.4827;0.75154;1.1244;0.49143;3.4053 ;3.5763;0.83216;2.6994;0.61652;3.0302;1.3098;1.0978;3.7567;3.1177;2.6537 ;3.6607;3.0867;1.5598;2.0783;3.5277;2.8047;3.352;3.6245;0.59823;3.8199;2 .4529;2.8426;3.2672;3.9938;1.8984;1.6235;2.7707;3.8831;2.1264;3.9356;1.4 118;3.2479;1.3217;3.7158;0.86964;2.0503;1.8413;2.2096;2.5266;1.7517;3.01 62;2.3777;2.5809;2.2319;2.7157;2.7495;2.2462;1.8966;1.3828;1.4593;3.3226 ;3.7915;1.6488;1.2147;3.6291;1.5111;2.9557;2.8848;1.9847;0.43304;3.203;1 .2623;3.4709;2.1377;1.8153;2.9064;2.1713;0.42009;1.5359;1.809;1.029;3.68 35;1.7135;0.53587;0.46513;3.9623;1.1738;1.0831;3.182;0.63421;3.4257;0.96 571;3.1406;0.80206;1.4876;0.56763;0.98967;1.9648;1.6019;3.9141;1.4474;1. 9748;1.1005;2.6525;1.2912;3.3333;1.7565;2.2238;0.87965;2.4762;0.75459;1. 8517;0.78576;0.8602;2.1069;3.7762;0.65698;1.005;0.5919;1.3641;1.8855;1.1 437;0.6865;3.8737;1.575;2.0088;3.6357;1.5252;1.9119;1.8227;3.3392;2.1323 ;3.854;3.1732;3.1216;2.8611;1.0696;3.2515;2.9226;0.62477;1.3379;3.9656;2 .9852;1.3897;3.9887;3.4357;3.4958;2.0767;3.085;2.3338;3.0261;3.7417;1.69 25;3.2114;3.5327;3.9062;0.474;2.465;3.7397;0.89497;3.5996;2.6779;2.5545; 3.4;2.3163;1.7185;0.42874;2.8064;3.4747;1.4824;2.4391;0.97038;2.2038;2.8 322;2.4118;1.3016;2.5935;1.6611;3.5466;3.5688;0.7127;0.7226;0.82238;1.61 19;2.2717;1.1819;2.7346;1.7866;3.0783;0.45208;2.1643;1.7363;2.3008;3.378 1;0.92392;2.3626;0.52291;2.7892;3.0103;2.6236;3.709;3.6826;3.149;2.9464; 1.4253;3.2379;3.3072;2.5067;1.21;2.8827;1.1647;0.99961;0.49712;1.9415;2. 727;2.5847;1.2367;0.55894;3.8259;1.6044;1.0546;2.0165;2.0465;1.5169;0.66 622;1.1341;3.5202;3.4235;3.7668;1.0853;2.3134;0.54297;3.6964;3.7253;3.38 11;3.5064;3.6472;3.1098;3.1027;3.3664;2.7599;2.2805;0.61376;1.3328;1.455 7;2.179;0.44241;2.4221;3.6165;3.4561;3.0571;2.7968;1.1188;2.2572;1.6273; 1.4191;1.5848;3.8377;2.4478;2.3485;1.1488;1.9955;0.76819;0.6984;0.54518; 2.5228;3.2762;1.913;0.74457;2.1437;3.5581;3.59;2.0848;2.8394;3.2356;1.36 63;2.5353;2.8662;0.80443;2.5617;2.6321;3.8124;2.9593;0.79355;1.9553;2.61 14;1.3213;3.9476;3.9283;3.0364;2.2375;3.6632;3.8898;2.6966;1.6454;2.0312 ;1.2505;3.1939;3.2923;2.674;1.4958;2.3808;1.7984;0.83987;2.1862;1.4019;1 .7815;3.4386;3.153;1.7018;1.554;2.9746;1.0474;0.6436;1.8709;0.86267;3.31 01;3.1868;2.8916;0.46018;1.2686;0.95508;2.7094;2.0584;1.86;2.1145;1.4787 ;0.57737;0.98095;0.50798;2.4953;2.3895;1.8389;1.7436;3.9796;2.9176;1.019 3;3.8653;0.94552;1.1927;1.5476;1.6772;0.40035;1.2285;2.7631;1.9321;3.790 6;2.9952;0.91276" [6] "5;0.81934;3.0306;4.3853;4.1899;1.3128;1.3815;0.72806;3.2182;1.6774;2.85 42;3.8503;3.3092;4.4949;3.7734;1.4515;3.1251;1.8645;2.1651;2.4629;1.6236 ;4.6847;4.9297;3.1286;0.95053;1.2211;4.0555;4.6113;3.2404;2.7127;2.5372; 1.4978;1.9119;0.90826;2.4107;4.4136;3.4156;1.1231;4.7472;2.1111;2.6468;2 .9812;3.6586;4.7985;3.0784;3.2761;1.411;3.1803;4.5876;4.5032;1.8943;4.16 79;2.1975;4.2656;1.071;0.60611;2.2439;1.6974;3.5197;4.0732;1.9476;0.8820 8;3.8055;2.5554;1.1031;0.8522;1.203;2.3331;4.2214;0.63669;3.3793;0.98942 ;1.012;1.7422;2.916;2.2732;0.54034;1.29;3.0196;2.7938;1.149;4.0061;1.572 3;4.6636;4.8357;4.5518;1.542;2.5914;4.13;4.4448;2.3658;3.5338;4.9866;0.6 6026;3.6861;2.5152;3.7144;4.8868;0.76376;2.0114;1.8098;2.8254;3.5783;2.0 624;4.9269;1.6091;4.3379;3.9243;3.6098;2.9038;3.8276;3.9822;2.7671;4.302 9;2.1557;1.3501;2.0245;2.3831;0.71317;3.9118;3.4743;3.423;4.75;2.6945;1. 7831;0.52182;1.8754;1.2455;3.7933;3.9713;3.2952;3.3897;1.9373;1.472;1.99 15;2.5176;4.5818;0.51414;4.4738;4.3287;3.6315;1.5142;0.91924;1.0806;2.63 79;1.1975;3.4902;2.0719;1.9753;0.80057;3.6445;4.9081;2.8133;2.7856;4.246 6;2.7374;4.8452;4.9708;2.2229;3.1612;2.8762;1.2627;3.7356;4.2869;2.3051; 4.7785;2.035;2.2954;2.1758;4.65;3.4658;4.0329;0.58719;3.5607;2.4873;3.94 31;0.78764;4.8154;1.0248;3.8738;4.8734;2.2561;0.6635;1.762;2.1334;1.4612 ;2.0843;1.714;4.1023;3.0447;3.1972;2.3485;1.8329;1.5581;2.5796;3.5557;4. 7022;4.404;2.931;4.946;4.7163;0.94983;0.86615;1.3904;3.8901;0.60853;2.62 36;2.4529;1.0451;4.149;3.3581;1.3418;4.0149;4.2015;2.7216;3.0698;0.83685 ;2.3972;0.68537;4.0872;3.4426;1.4357;1.7414;4.6273;2.9892;3.8416;1.3048; 2.6621;1.1336;4.5147;3.6803;4.3549;0.97493;1.645;4.5456;3.2694;4.4401;1. 1759;1.8284;1.6633;4.2437;2.9497;2.4371;0.74733;3.3384;3.1069;3.2176;2.8 604;3.7577;0.55839;1.5933;2.4891;3.1006;3.0213;4.57;4.1948;0.87721;1.328 9;1.5842;1.269;2.4068;2.8998;2.8115;4.7052;4.0541;4.3777;1.6922;4.7316;2 .1039;3.2074;3.9079;1.391;3.5463;1.7251;1.445;3.3991;3.0054;1.2986;0.594 73;1.4246;2.6736;1.6568;1.1896;3.4996;0.81034;2.6059;4.768;0.69293;0.72; 3.2579;3.4807;3.7464;4.4865;1.5527;0.926;2.2511;1.9792;1.6298;2.1218;4.8 599;2.7544;4.0726;4.025;1.7909;3.7011;4.6143;3.7243;0.82675;2.6302;4.310 3;0.98076;3.1432;4.5094;3.0908;3.664;1.1462;4.1586;4.9956;2.8008;3.8007; 3.2892;4.2101;2.0166;3.9562;3.4317;3.1648;4.5406;0.50725;4.3932;3.9543;2 .5691;1.2296;2.4611;4.2739;2.9233;2.9631;0.54674;1.5286;1.8429;4.7919;1. 055;4.8509;4.6421;3.5725;2.8674;1.097;0.63016;3.8179;4.9172;3.6188;0.675 32;2.0483;1.015;4.321;2.3614;3.3522;2.5324;2.2879;3.8621;1.5079;4.9459;2 .187;2.4204;1.1658;1.9021;1.8185;0.7773;2.6971;1.9585;2.3093;2.2052;3.32 71;4.113;4.4589;1.9298;0.96489;3.7605;1.4036;2.8323;2.6865;4.4222;3.5117 ;4.4305;4.8764;1.169;3.1469;4.0958;4.2607;4.0002;0.53061;2.2103;1.6829;3 .6747;0.64786;3.7788;4.6671;0.70598;1.2528;1.4874;4.3493;2.3408;2.612;0. 7382;2.5783;3.99;4.2329;1.7575;3.6378;3.3249;0.89497;1.6405;2.5504;3.597 1;0.93604;0.62298;2.9399;4.6904;4.1765;0.78805;1.0645;2.2654;1.2156;3.25 26;4.1261;2.8452;4.7257;2.3796;2.8883;4.4648;4.0383;2.4771;4.8241;0.8448 3;1.7162;4.565;4.1431;0.57759;3.7061;4.3641;3.0529;0.56957;1.5234;3.8979 ;4.5256;1.3262;2.1597;3.3039;2.0816;1.7966;1.9131;4.598;4.9611;0.90022;1 .9551;2.9989;1.5692;3.3646;3.8814;2.5062;1.3672;2.7318;3.1179;1.3608;4.2 92;3.9335;2.2323;3.526;2.9675;2.1452;0.99788;1.2799;1.0353;2.6534;4.7573 ;4.901;1.6011;4.8091;1.0923;1.4705;2.7445;0.76019;1.8571;3.5904;2.3214;3 .4475;4.6316;4.9809;1.1122;3.063;3.2339;3.8312;3.3801;1.7718;3.1829;2.04 19;2.101;1.8839;1.9965;2.7748;2.4316;3.4567;3.6717;4.8888;2.1344;2.3284; 2.4985;3.8104;4.3302;1.7227;1.9222;4.9374;1.3399;4.8023;2.2179;1.6878;4. 2678;3.7107;1.7494;2.2833;1.502;4.4805;2.5855;4.1566;3.1399;3.9622;4.626 1;3.2124;4.5117;0.65171;4.3922;1.5574;4.4537;0.86411;2.9285;2.627;1.841; 2.0471;2.9602;0.75379;1.323;1.7951;0.59916;2.7039;3.4285;1.446;2.4422;2. 4714;2.8309;1.9654;1.6184;3.3535;4.1823;1.8801;4.9026;0.83974;4.0794;2.6 185;1.9852;4.5905;2.0704;3.8131;4.7217;2.3496;3.4027;1.0611;1.6064;3.947 5;4.032;1.385;3.8698;3.1866;1.0391;3.5169;2.8805;4.6608;0.95604;1.1089;2 .1619;1.8048;2.5449;0.91489;4.5554;3.916;2.6907;1.5319;3.285;2.7712;3.33 21;0.73367;3.2452;4.0232;1.2413;4.826;4.3574;3.4762;1.1373;2.2401;0.8120 4;0.50943;3.6607;2.8646;1.1882;2.9953;4.3133;2.0904;3.0837;0.56175;1.420 5;0.64361;1.2699;4.1224;3.7506;2.7477;3.113;2.4033;4.9652;3.0344;4.2371; 4.6854;0.69646;1.172;3.594;3.5305;3.6269;0.97002;4.7544;1.129;3.0102;1.1 597;1.6965;4.3703;2.5258;4.8681;0.91155;1.5978;2.4249;1.292;2.9106;3.730 2;4.1048;3.1761;2.2059;3.5687;4.4241;3.8347;2.9456;0.88341;1.0195;3.3001 ;2.1104;0.85017;3.0414;4.215;2.843;1.4814;4.784;3.2629;3.1034;0.93942;1. 4055;0.61428;4.2566;4.4704;1.0402;3.3742;0.77065;3.7877;1.6372;1.3723;4. 6959;3.8972;3.3171;4.5759;3.8584;1.9498;2.5979;4.4097;3.5058;4.19;4.5307 ;0.74779;4.7749;3.0661;3.5533;4.084;4.9922;2.373;2.0293;3.4634;4.8539;2. 6579;4.9195;1.7647;4.0599;1.6521;4.6448;1.087;2.5629;2.3017;2.7619;3.158 2;2.1896;3.7703;2.9721;3.2261;2.7899;3.3947;3.4369;2.8077;2.3708;1.7285; 1.8241;4.1532;4.7394;2.061;1.5184;4.5364;1.8889;3.6947;3.6061;2.4809;0.5 413;4.0037;1.5779;4.3386;2.6721;2.2691;3.633;2.7142;0.52512;1.9198;2.261 3;1.2863;4.6044;2.1419;0.66983;0.58142;4.9529;1.4673;1.3539;3.9775;0.792 77;4.2821;1.2071;3.9257;1.0026;1.8595;0.70954;1.2371;2.4561;2.0024;4.892 6;1.8093;2.4685;1.3756;3.3156;1.614;4.1666;2.1957;2.7798;1.0996;3.0952;0 .94324;2.3146;0.9822;1.0752;2.6336;4.7202;0.82122;1.2563;0.73988;1.7051; 2.3569;1.4296;0.85812;4.8422;1.9687;2.511;4.5446;1.9065;2.3899;2.2784;4. 174;2.6654;4.8175;3.9665;3.902;3.5763;1.337;4.0643;3.6533;0.78097;1.6724 ;4.957;3.7316;1.7372;4.9859;4.2946;4.3697;2.5958;3.8563;2.9172;3.7826;4. 6771;2.1157;4.0143;4.4159;4.8828;0.5925;3.0813;4.6746;1.1187;4.4995;3.34 74;3.1931;4.25;2.8954;2.1481;0.53593;3.5079;4.3433;1.853;3.0488;1.213;2. 7548;3.5403;3.0148;1.627;3.2418;2.0764;4.4332;4.461;0.89088;0.90325;1.02 8;2.0148;2.8396;1.4773;3.4182;2.2332;3.8479;0.5651;2.7054;2.1704;2.876;4 .2227;1.1549;2.9532;0.65364;3.4865;3.7629;3.2795;4.6362;4.6032;3.9362;3. 6829;1.7817;4.0473;4.134;3.1333;1.5125;3.6034;1.4559;1.2495;0.6214;2.426 8;3.4088;3.2308;1.5459;0.69867;4.7824;2.0055;1.3183;2.5206;2.5581;1.8962 ;0.83277;1.4176;4.4003;4.2794;4.7085;1.3566;2.8917;0.67871;4.6204;4.6567 ;4.2264;4.383;4.559;3.8872;3.8784;4.208;3.4499;2.8506;0.7672;1.666;1.819 7;2.7237;0.55301;3.0276;4.5207;4.3201;3.8213;3.496;1.3985;2.8215;2.0341; 1.7739;1.981;4.7972;3.0597;2.9356;1.436;2.4944;0.96024;0.873;0.68147;3.1 534;4.0953;2.3912;0.93071;2.6797;4.4476;4.4874;2.606;3.5493;4.0445;1.707 9;3.1691;3.5828;1.0055;3.2021;3.2901;4.7655;3.6991;0.99193;2.4441;3.2643 ;1.6516;4.9345;4.9103;3.7955;2.7969;4.579;4.8622;3.3707;2.0568;2.539;1.5 632;3.9924;4.1153;3.3425;1.8697;2.9761;2.248;1.0498;2.7328;1.7523;2.2269 ;4.2982;3.9412;2.1272;1.9424;3.7182;1.3092;0.80449;2.3387;1.0783;4.1377; 3.9835;3.6144;0.57522;1.5858;1.1939;3.3867;2.573;2.3251;2.6431;1.8483;0. 72171;1.2262;0.63497;3.1191;2.9869;2.2986;2.1796;4.9745;3.647;1.2741;4.8 316;1.1819;1.4908;1.9345;2.0965;0.50044;1.5356;3.4539;2.4152;4.7382;3.74 4;1.1409" as.numeric(m[1:6, ]) where m is Input as.numeric(Input[1:6, ]) [1] NA NA NA NA NA NA Warning message: NAs introduced by coercion <-----Original Message----->>From: Jean V Adams [jvadams at usgs.gov] >Sent: 11/28/2012 7:21:16 AM >To: iruckaE at mail2world.com >Cc: r-help at r-project.org >Subject: Re: [R] zeros in double matrix rather than character matrix > >Irucka, > >What is the code that you are using that results in a character matrix? >What does the character matrix look like? >If your matrix is called m, submit the following code and share theresults with>us. > >m[1:6, ] >as.numeric(m[1:6, ]) > >Jean > > > >iembry <iruckaE at mail2world.com> wrote on 11/27/2012 11:35:15 PM: >> >> Hi, how are you? >> >> I have 1000 total columns with 100 rows and I have shown 4 columns of100>> rows below. I want the zeros to be read in as numerical or integervalues>> rather than a character. Right now I have a 100x0 character matrixrather>> than a 100x1000 double matrix. >> >> What do I need to do to read in a .csv spreadsheet with counting thezeros>> as a numerical or integer value? >> >> Thank-you. >> >> Irucka Embry >> >> >> 0 0 0 0 >> 0.16387 0.60612 0.87705 0.83798 >> 0.32774 1.2122 1.7541 1.676 >> 0.4916 1.8184 2.6312 2.5139 >> 0.65547 2.4245 3.5082 3.3519 >> 0.81934 3.0306 4.3853 4.1899 >> 0.98321 3.6367 5.2623 5.0279 >> 1.1471 4.2429 6.1394 5.8659 >> 1.3109 4.849 7.0164 6.7038 >> 1.4748 5.4551 7.8935 7.5418 >> 1.6387 6.0612 8.7705 8.3798 >> 1.8026 6.6673 9.6476 9.2178 >> 1.9664 7.2735 10.525 10.056 >> 2.1303 7.8796 11.402 10.894 >> 2.2942 8.4857 12.279 11.732 >> 2.458 9.0918 13.156 12.57 >> 2.6219 9.6979 14.033 13.408 >> 2.7858 10.304 14.91 14.246 >> 2.9496 10.91 15.787 15.084 >> 3.1135 11.516 16.664 15.922 >> 3.2774 12.122 17.541 16.76 >> 3.4412 12.729 18.418 17.598 >> 3.6051 13.335 19.295 18.436 >> 3.769 13.941 20.172 19.274 >> 3.9328 14.547 21.049 20.112 >> 4.0967 15.153 21.926 20.95 >> 4.2606 15.759 22.803 21.788 >> 4.4244 16.365 23.68 22.625 >> 4.5883 16.971 24.557 23.463 >> 4.7522 17.578 25.434 24.301 >> 4.916 18.184 26.312 25.139 >> 5.0799 18.79 27.189 25.977 >> 5.2438 19.396 28.066 26.815 >> 5.4077 20.002 28.943 27.653 >> 5.5715 20.608 29.82 28.491 >> 5.7354 21.214 30.697 29.329 >> 5.8993 21.82 31.574 30.167 >> 6.0631 22.426 32.451 31.005 >> 6.227 23.033 33.328 31.843 >> 6.3909 23.639 34.205 32.681 >> 6.5547 24.245 35.082 33.519 >> 6.7186 24.851 35.959 34.357 >> 6.8825 25.457 36.836 35.195 >> 7.0463 26.063 37.713 36.033 >> 7.2102 26.669 38.59 36.871 >> 7.3741 27.275 39.467 37.709 >> 7.5379 27.882 40.344 38.547 >> 7.7018 28.488 41.221 39.385 >> 7.8657 29.094 42.098 40.223 >> 8.0295 29.7 42.976 41.061 >> 8.1934 30.306 43.853 41.899 >> 8.1115 30.003 43.414 41.48 >> 8.0295 29.7 42.976 41.061 >> 7.9476 29.397 42.537 40.642 >> 7.8657 29.094 42.098 40.223 >> 7.7837 28.791 41.66 39.804 >> 7.7018 28.488 41.221 39.385 >> 7.6199 28.185 40.783 38.966 >> 7.5379 27.882 40.344 38.547 >> 7.456 27.579 39.906 38.128 >> 7.3741 27.275 39.467 37.709 >> 7.2921 26.972 39.029 37.29 >> 7.2102 26.669 38.59 36.871 >> 7.1283 26.366 38.152 36.452 >> 7.0463 26.063 37.713 36.033 >> 6.9644 25.76 37.275 35.614 >> 6.8825 25.457 36.836 35.195 >> 6.8005 25.154 36.398 34.776 >> 6.7186 24.851 35.959 34.357 >> 6.6367 24.548 35.521 33.938 >> 6.5547 24.245 35.082 33.519 >> 6.4728 23.942 34.644 33.1 >> 6.3909 23.639 34.205 32.681 >> 6.3089 23.336 33.766 32.262 >> 6.227 23.033 33.328 31.843 >> 6.1451 22.73 32.889 31.424 >> 6.0631 22.426 32.451 31.005 >> 5.9812 22.123 32.012 30.586 >> 5.8993 21.82 31.574 30.167 >> 5.8173 21.517 31.135 29.748 >> 5.7354 21.214 30.697 29.329 >> 5.6535 20.911 30.258 28.91 >> 5.5715 20.608 29.82 28.491 >> 5.4896 20.305 29.381 28.072 >> 5.4077 20.002 28.943 27.653 >> 5.3257 19.699 28.504 27.234 >> 5.2438 19.396 28.066 26.815 >> 5.1618 19.093 27.627 26.396 >> 5.0799 18.79 27.189 25.977 >> 4.998 18.487 26.75 25.558 >> 4.916 18.184 26.312 25.139 >> 4.8341 17.881 25.873 24.72 >> 4.7522 17.578 25.434 24.301 >> 4.6702 17.274 24.996 23.882 >> 4.5883 16.971 24.557 23.463 >> 4.5064 16.668 24.119 23.044 >> 4.4244 16.365 23.68 22.625 >> 4.3425 16.062 23.242 22.206 >> 4.2606 15.759 22.803 21.788 >> 4.1786 15.456 22.365 21.369 >> 4.0967 15.153 21.926 20.95<span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br>? <font color=#999999>Unlimited Email Storage ? POP3 ? Calendar ? SMS ? Translator ? Much More!</font></font></span> ??? [[alternative HTML version deleted]] ______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Irucka Embry
2012-Nov-28 16:08 UTC
[R] zeros in double matrix rather than character matrix
Hi Arun, thank-you! That small change in the code worked perfectly. Irucka <-----Original Message----->>From: arun [smartpink111@yahoo.com] >Sent: 11/28/2012 8:36:37 AM >To: iruckaE@mail2world.com >Cc: r-help@r-project.org >Subject: Re: [R] zeros in double matrix rather than character matrix > >HI, >Try changing sep="," to sep=";". >A.K. > > > > >----- Original Message ----- >From: Irucka Embry <iruckaE@mail2world.com> >To: jvadams@usgs.gov >Cc: r-help@r-project.org >Sent: Wednesday, November 28, 2012 8:35 AM >Subject: Re: [R] zeros in double matrix rather than character matrix > >Hi Jean, I am responding to the last part of your response now. > >Thank-you. > >Irucka Embry > > >m[1:6, ] where m is Input > >Input <- >as.matrix(read.csv("/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_>GLUE_Example/Input_Parameter.csv", header = TRUE, sep =",")) >> Input[1:6, ] >[1] >"0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0" >[2] >"1;0.16387;0.60612;0.87705;0.83798;0.26256;0.2763;0.14561;0.64365;0.3354>9;0.57083;0.77006;0.66183;0.89897;0.75467;0.29031;0.62502;0.37289;0.4330>1;0.49257;0.32471;0.93694;0.98593;0.62572;0.19011;0.24422;0.8111;0.92226>;0.64808;0.54254;0.50744;0.29956;0.38237;0.18165;0.48215;0.88272;0.68313>;0.22463;0.94944;0.42222;0.52936;0.59623;0.73172;0.95969;0.61568;0.65522>;0.2822;0.63606;0.91753;0.90065;0.37887;0.83357;0.43949;0.85313;0.2142;0>.12122;0.44879;0.33948;0.70395;0.81464;0.38951;0.17642;0.76111;0.51108;0>.22062;0.17044;0.24061;0.46663;0.84428;0.12734;0.67585;0.19788;0.20239;0>.34844;0.58319;0.45463;0.10807;0.258;0.60392;0.55876;0.22981;0.80121;0.3>1447;0.93271;0.96714;0.91037;0.3084;0.51829;0.82599;0.88896;0.47315;0.70>677;0.99733;0.13205;0.73721;0.50304;0.74288;0.97735;0.15275;0.40228;0.36>195;0.56508;0.71566;0.41248;0.98537;0.32182;0.86758;0.78487;0.72197;0.58>076;0.76553;0.79643;0.55342;0.86057;0.43115;0.27003;0.40491;0.47662;0.14>263;0.78235;0.69486;0.68461;0.95001;0.5389;0.35661;0.10436;0.37507;0.249>1;0.75866;0.79426;0.65903;0.67794;0.38747;0.2944;0.3983;0.50353;0.91636;>0.10283;0.89477;0.86574;0.72631;0.30284;0.18385;0.21612;0.52759;0.23951;>0.69803;0.41437;0.39506;0.16011;0.72891;0.98161;0.56265;0.55711;0.84931;>0.54748;0.96904;0.99416;0.44459;0.63225;0.57523;0.25254;0.74712;0.85737;>0.46101;0.9557;0.407;0.45907;0.43516;0.92999;0.69316;0.80659;0.11744;0.7>1214;0.49746;0.78861;0.15753;0.96308;0.20496;0.77477;0.97468;0.45122;0.1>327;0.3524;0.42668;0.29224;0.41686;0.34281;0.82046;0.60894;0.63943;0.469>7;0.36658;0.31162;0.51593;0.71114;0.94043;0.88079;0.58621;0.98921;0.9432>7;0.18997;0.17323;0.27808;0.77802;0.12171;0.52472;0.49058;0.20902;0.8298>1;0.67163;0.26837;0.80298;0.8403;0.54432;0.61396;0.16737;0.47944;0.13707>;0.81744;0.68852;0.28714;0.34828;0.92547;0.59784;0.76832;0.26095;0.53242>;0.22671;0.90294;0.73607;0.87097;0.19499;0.329;0.90911;0.65389;0.88801;0>.23519;0.36569;0.33266;0.84875;0.58994;0.48743;0.14947;0.66768;0.62139;0>.64353;0.57208;0.75155;0.11168;0.31866;0.49782;0.62012;0.60425;0.914;0.8>3895;0.17544;0.26577;0.31683;0.25379;0.48137;0.57997;0.5623;0.94104;0.81>082;0.87554;0.33844;0.94632;0.42078;0.64148;0.78158;0.27821;0.70926;0.34>503;0.289;0.67983;0.60109;0.25972;0.11895;0.28492;0.53472;0.33135;0.2379>3;0.69992;0.16207;0.52118;0.9536;0.13859;0.144;0.65158;0.69613;0.74928;0>.89729;0.31054;0.1852;0.45022;0.39584;0.32596;0..42435;0.97199;0.55087;0.>81453;0.805;0.35818;0.74021;0.92287;0.74487;0.16535;0.52604;0.86207;0.19>615;0.62864;0.90188;0.61817;0.7328;0.22923;0.83171;0.99911;0.56017;0.760>15;0.65784;0.84201;0.40332;0.79123;0.68633;0.63297;0.90811;0.10145;0.878>64;0.79086;0.51383;0.24593;0.49222;0.85477;0.58467;0.59263;0.10935;0.305>71;0.36858;0.95838;0.21099;0.97018;0.92842;0.71449;0.57349;0.2194;0.1260>3;0.76358;0.98343;0.72376;0.13506;0.40966;0.20301;0.8642;0.47228;0.67044>;0.50648;0.45759;0.77242;0.30158;0.98918;0.43739;0.48407;0.23317;0.38041>;0.36369;0.15546;0.53941;0.39169;0.46186;0.44104;0.66542;0.82259;0.89178>;0.38597;0.19298;0.7521;0.28072;0.56646;0.5373;0.88444;0.70233;0.88611;0>.97527;0.2338;0.62938;0.81917;0.85214;0.80003;0..10612;0.44207;0.33658;0.>73493;0.12957;0.75576;0.93342;0.1412;0.25056;0.29747;0.86986;0.46817;0.5>2239;0.14764;0.51566;0.79799;0.84658;0.3515;0.72756;0.66498;0.17899;0.32>811;0.51007;0.71942;0.18721;0.1246;0.58797;0.93808;0.8353;0.15761;0.2128>9;0.45307;0.24313;0.65052;0.82521;0.56903;0.94513;0.47592;0.57767;0.8929>6;0.80766;0.49542;0.96481;0.16897;0.34323;0.913;0.82862;0.11552;0.74123;>0.87282;0.61058;0.11391;0.30468;0.77959;0.90513;0.26524;0.43193;0.66079;>0.41631;0.35932;0.38262;0.91961;0.99223;0.18004;0.39103;0.59978;0.31384;>0.67293;0.77629;0.50124;0.27344;0.54635;0.62357;0.27215;0.85841;0.78669;>0.44646;0.70521;0.5935;0.42904;0.19958;0.25599;0.20706;0.53067;0.95147;0>.98019;0.32022;0.96182;0.21847;0.29409;0.54891;0.15204;0.37143;0.71809;0>.46428;0.6895;0.92633;0.99618;0.22244;0.61259;0..64678;0.76625;0.67602;0.>35435;0.63659;0.40837;0.42021;0.37679;0.39931;0..55495;0.48631;0.69134;0.>73434;0.97776;0.42687;0.46567;0.4997;0.76208;0.86603;0.34455;0.38443;0.9>8749;0.26799;0.96047;0.44357;0.33757;0.85355;0.74214;0.34988;0.45666;0.3>004;0.8961;0.5171;0.83132;0.62797;0.79244;0.92521;0.64248;0.90234;0.1303>4;0.87844;0.31149;0.89075;0.17282;0.5857;0.52539;0.3682;0.40942;0.59205;>0.15076;0.2646;0.35901;0.11983;0.54078;0.68571;0.28919;0.48845;0.49428;0>.56618;0.39307;0.32368;0.6707;0.83646;0.37602;0..98053;0.16795;0.81587;0.>5237;0.39703;0.91811;0.41408;0.76261;0.94433;0.46992;0.68053;0.21222;0.3>2128;0.7895;0.80641;0.27701;0.77396;0.63731;0.20782;0.70338;0.57611;0.93>215;0.19121;0.22178;0.43238;0.36096;0.50899;0.18298;0.91109;0.7832;0.538>14;0.30638;0.65699;0.55424;0.66641;0.14673;0.64903;0.80463;0.24826;0.965>21;0.87147;0.69524;0.22746;0.44803;0.16241;0.10189;0.73214;0.57293;0.237>64;0.59905;0.86266;0.41807;0.61674;0.11235;0.2841;0.12872;0.25399;0.8244>8;0.75011;0.54954;0.6226;0.48066;0.99303;0.60688;0.84741;0.93708;0.13929>;0.2344;0.7188;0.7061;0.72538;0.194;0.95087;0.2258;0.60205;0.23193;0.339>29;0.87405;0.50515;0.97362;0.18231;0.31956;0.48498;0.25841;0.58211;0.746>04;0.82095;0.63522;0.44118;0.71374;0.88482;0.76695;0.58912;0.17668;0.203>9;0.66002;0.42208;0.17003;0.60829;0.843;0.56861;0.29627;0.9568;0.65259;0>.62067;0.18788;0.28109;0.12286;0.85132;0.89407;0.20804;0.67484;0.15413;0>.75754;0.32744;0.27446;0.93918;0.77943;0.66342;0.91519;0.77167;0.38996;0>.51957;0.88194;0.70117;0.838;0.90613;0.14956;0.95499;0.61321;0.71066;0.8>1679;0.99845;0.47461;0.40587;0.69267;0.97078;0.53159;0.9839;0.35294;0.81>198;0.33041;0.92896;0.21741;0.51258;0.46033;0.55239;0.63164;0.43792;0.75>406;0.59442;0.64523;0.55797;0.67893;0.68738;0.56154;0.47416;0.34571;0.36>482;0.83064;0.94788;0.4122;0.30367;0.90727;0.37777;0.73893;0.72121;0.496>18;0.10826;0.80074;0.31558;0.86772;0.53443;0.45383;0.72659;0.54283;0.105>02;0.38396;0.45226;0.25725;0.92087;0.42838;0.13397;0.11628;0.99057;0.293>45;0.27078;0.7955;0.15855;0.85643;0.24143;0.78514;0.20051;0.3719;0.14191>;0.24742;0.49121;0.40048;0.97853;0.36185;0.49369;0.27512;0.66311;0.3228;>0.83332;0.43913;0.55596;0.21991;0.61904;0.18865;0.46292;0.19644;0.21505;>0.52672;0.94404;0.16424;0.25125;0.14798;0.34102;0.47138;0.28593;0.17162;>0.96844;0.39374;0.5022;0.90893;0.3813;0.47797;0..45568;0.83481;0.53307;0.>9635;0.7933;0.78041;0.71527;0.26739;0.81287;0.73066;0.15619;0.33447;0.99>14;0.74631;0.34743;0.99717;0.85893;0.87394;0.51917;0.77126;0.58345;0.756>51;0.93542;0.42314;0.80286;0.88318;0.97655;0.1185;0.61625;0.93492;0.2237>4;0.89989;0.66947;0.63861;0.85001;0.57908;0.42963;0.10719;0.70159;0.8686>7;0.37059;0.60977;0.24259;0.55095;0.70806;0.60296;0.3254;0.64837;0.41528>;0.88665;0.8922;0.17818;0.18065;0.2056;0.40297;0.56792;0.29546;0.68365;0>.44664;0.76957;0.11302;0.54108;0.43408;0.5752;0..84453;0.23098;0.59064;0.>13073;0.69729;0.75258;0.6559;0.92725;0.92064;0.78724;0.73659;0.35634;0.8>0947;0.8268;0.62667;0.3025;0.72068;0.29117;0.2499;0.12428;0.48536;0.6817>6;0.64617;0.30917;0.13973;0.95648;0.4011;0.26365;0.50411;0.51162;0.37923>;0.16655;0.28352;0.88006;0.85587;0.9417;0.27133;0.57834;0.13574;0.92409;>0.93133;0.84527;0.87661;0.91181;0.77744;0.77569;0.8416;0.68997;0.57013;0>.15344;0.3332;0.36393;0.54475;0.1106;0.60551;0.90413;0.86402;0.76426;0.6>992;0.27971;0.56429;0.40681;0.35478;0.39621;0.95943;0.61194;0.58713;0.28>72;0.49888;0.19205;0.1746;0.13629;0.63069;0.81906;0.47825;0.18614;0.5359>4;0.88951;0.89749;0.52121;0.70986;0.8089;0.34159;0.63383;0.71656;0.20111>;0.64042;0.65802;0.95309;0.73982;0.19839;0.48882;0.65285;0.33032;0.9869;>0.98207;0.7591;0.55937;0.9158;0.97244;0.67414;0..41136;0.50781;0.31264;0.>79849;0.82306;0.66849;0.37395;0.59521;0.44959;0..20997;0.54656;0.35047;0.>44538;0.85965;0.78825;0.42544;0.38849;0.74364;0..26185;0.1609;0.46773;0.2>1567;0.82754;0.7967;0.72289;0.11504;0.31716;0.23877;0.67734;0.5146;0.465>01;0.52862;0.36967;0.14434;0.24524;0.12699;0.62383;0.59737;0.45972;0.435>91;0.9949;0.7294;0.25483;0.96632;0.23638;0.29816;0.38691;0.41931;0.10009>;0.30712;0.69079;0.48303;0.94765;0.7488;0.22819" >[3] >"2;0.32774;1.2122;1.7541;1.676;0.52511;0.55259;0.29122;1.2873;0.67097;1.>1417;1.5401;1.3237;1.7979;1.5093;0.58061;1.25;0.74578;0.86603;0.98515;0.>64942;1.8739;1.9719;1.2514;0.38021;0.48845;1.6222;1.8445;1.2962;1..0851;1>.0149;0.59912;0.76475;0.3633;0.96429;1.7654;1.3663;0.44925;1.8989;0.8444>4;1.0587;1.1925;1.4634;1.9194;1.2314;1.3104;0.5644;1.2721;1.8351;1.8013;>0.75773;1.6671;0.87899;1.7063;0.4284;0.24245;0.89758;0.67896;1.4079;1.62>93;0.77902;0.35283;1.5222;1.0222;0.44124;0.34088;0.48121;0.93326;1.6886;>0.25467;1.3517;0.39577;0.40479;0.69687;1.1664;0.90927;0.21613;0.51601;1.>2078;1.1175;0.45962;1.6024;0.62893;1.8654;1.9343;1.8207;0.6168;1.0366;1.>652;1.7779;0.9463;1.4135;1.9947;0.2641;1.4744;1.0061;1.4858;1.9547;0.305>5;0.80457;0.7239;1.1302;1.4313;0.82496;1.9707;0.64363;1.7352;1.5697;1.44>39;1.1615;1.5311;1.5929;1.1068;1.7211;0.8623;0.54006;0.80982;0.95324;0.2>8527;1.5647;1.3897;1.3692;1.9;1.0778;0.71323;0.20873;0.75015;0.49819;1.5>173;1.5885;1.3181;1.3559;0.77493;0.5888;0.79661;1.0071;1.8327;0.20566;1.>7895;1.7315;1.4526;0.60569;0.36769;0.43224;1.0552;0.47902;1.3961;0.82875>;0.79012;0.32023;1.4578;1.9632;1.1253;1.1142;1.6986;1.095;1.9381;1.9883;>0.88918;1.2645;1.1505;0.50507;1.4942;1.7147;0.92203;1.9114;0.814;0.91815>;0.87032;1.86;1.3863;1.6132;0.23488;1.4243;0.99493;1.5772;0.31505;1.9262>;0.40991;1.5495;1.9494;0.90244;0.2654;0.70481;0.85336;0.58447;0.83373;0.>68562;1.6409;1.2179;1.2789;0.9394;0.73316;0.62325;1.0319;1.4223;1..8809;1>.7616;1.1724;1.9784;1.8865;0.37993;0.34646;0.55616;1.556;0.24341;1.0494;>0.98117;0.41805;1.6596;1.3433;0.53674;1.606;1.6806;1.0886;1.2279;0.33474>;0.95887;0.27415;1.6349;1.377;0.57429;0.69655;1.8509;1.1957;1.5366;0.521>9;1.0648;0.45342;1.8059;1.4721;1.7419;0.38997;0.65801;1.8182;1.3078;1.77>6;0.47038;0.73137;0.66533;1.6975;1.1799;0.97486;0.29893;1.3354;1.2428;1.>2871;1.1442;1.5031;0.22335;0.63733;0.99563;1.2402;1.2085;1.828;1.6779;0.>35088;0.53154;0.63367;0.50759;0.96273;1.1599;1.1246;1.8821;1.6216;1.7511>;0.67688;1.8926;0.84157;1.283;1.5632;0.55641;1.4185;0.69006;0.57799;1.35>97;1.2022;0.51944;0.23789;0.56985;1.0694;0.66271;0.47586;1.3998;0..32414;>1.0424;1.9072;0.27717;0.288;1.3032;1.3923;1.4986;1.7946;0.62108;0..3704;0>.90043;0.79168;0.65191;0.84871;1.944;1.1017;1.6291;1.61;0.71637;1..4804;1>.8457;1.4897;0.3307;1.0521;1.7241;0.3923;1.2573;1.8038;1.2363;1.4656;0.4>5847;1.6634;1.9982;1.1203;1.5203;1.3157;1.684;0.80663;1.5825;1.3727;1.26>59;1.8162;0.2029;1.7573;1.5817;1.0277;0.49185;0.98444;1.7095;1.1693;1.18>53;0.21869;0.61143;0.73716;1.9168;0.42198;1.9404;1.8568;1.429;1.147;0.43>88;0.25207;1.5272;1.9669;1.4475;0.27013;0.81933;0.40601;1.7284;0.94457;1>.3409;1.013;0.91517;1.5448;0.60315;1.9784;0.87479;0.96815;0.46634;0.7608>2;0.72739;0.31092;1.0788;0.78338;0.92371;0.88208;1.3308;1.6452;1.7836;0.>77193;0.38595;1.5042;0.56144;1.1329;1.0746;1.7689;1.4047;1.7722;1..9505;0>.46759;1.2588;1.6383;1.7043;1.6001;0.21224;0.88413;0.67316;1.4699;0.2591>4;1.5115;1.8668;0.28239;0.50113;0.59494;1.7397;0.93634;1.0448;0.29528;1.>0313;1.596;1.6932;0.70299;1.4551;1.33;0.35799;0.65622;1.0201;1.4388;0.37>442;0.24919;1.1759;1.8762;1.6706;0.31522;0.42579;0.90615;0.48625;1.301;1>.6504;1.1381;1.8903;0.95183;1.1553;1.7859;1.6153;0.99085;1.9296;0..33793;>0.68647;1.826;1.6572;0.23104;1.4825;1.7456;1.2212;0.22783;0.60935;1.5592>;1.8103;0.53048;0.86386;1.3216;0.83262;0.71863;0.76525;1.8392;1.9845;0.3>6009;0.78206;1.1996;0.62769;1.3459;1.5526;1.0025;0.54687;1.0927;1..2471;0>.5443;1.7168;1.5734;0.89292;1.4104;1.187;0.85807;0.39915;0.51197;0.41413>;1.0613;1.9029;1.9604;0.64044;1.9236;0.43693;0.58818;1.0978;0.30407;0.74>286;1.4362;0.92856;1.379;1.8527;1.9924;0.44488;1.2252;1.2936;1.5325;1.35>2;0.7087;1.2732;0.81675;0.84041;0.75358;0.79861;1.1099;0.97262;1.3827;1.>4687;1.9555;0.85374;0.93134;0.99941;1.5242;1.7321;0.6891;0.76887;1.975;0>.53597;1.9209;0.88714;0.67513;1.7071;1.4843;0.69976;0.91332;0.60081;1.79>22;1.0342;1.6626;1.2559;1.5849;1.8504;1.285;1.8047;0.26069;1.7569;0.6229>7;1.7815;0.34564;1.1714;1.0508;0.73639;0.81883;1.1841;0.30152;0.5292;0.7>1802;0.23966;1.0816;1.3714;0.57839;0.9769;0.98856;1.1324;0.78614;0.64736>;1.3414;1.6729;0.75203;1.9611;0.3359;1.6317;1.0474;0.79406;1.8362;0.8281>7;1.5252;1.8887;0.93984;1.3611;0.42445;0.64255;1.579;1.6128;0.55402;1.54>79;1.2746;0.41563;1.4068;1.1522;1.8643;0.38242;0.44356;0.86476;0.72191;1>.018;0.36596;1.8222;1.5664;1.0763;0.61275;1.314;1.1085;1.3328;0.29347;1.>2981;1.6093;0.49652;1.9304;1.7429;1.3905;0.45492;0.89606;0.32481;0.20377>;1.4643;1.1459;0.47528;1.1981;1.7253;0.83614;1.2335;0.2247;0.5682;0.2574>4;0.50798;1.649;1.5002;1.0991;1.2452;0.96132;1.9861;1.2138;1.6948;1.8742>;0.27859;0.46881;1.4376;1.4122;1.4508;0.38801;1.9017;0.4516;1.2041;0.463>86;0.67858;1.7481;1.0103;1.9472;0.36462;0.63913;0.96996;0.51682;1..1642;1>.4921;1.6419;1.2704;0.88236;1.4275;1.7696;1.5339;1.1782;0.35337;0..40781;>1.32;0.84415;0.34007;1.2166;1.686;1.1372;0.59255;1.9136;1.3052;1.2413;0.>37577;0.56219;0.24571;1.7026;1.7881;0.41608;1.3497;0.30826;1.5151;0.6548>8;0.54891;1.8784;1.5589;1.3268;1.8304;1.5433;0.77991;1.0391;1.7639;1.402>3;1.676;1.8123;0.29912;1.91;1.2264;1.4213;1.6336;1.9969;0.94921;0..81173;>1.3853;1.9416;1.0632;1.9678;0.70589;1.624;0.66083;1.8579;0.43482;1.0252;>0.92066;1.1048;1.2633;0.87585;1.5081;1.1888;1.2905;1.1159;1.3579;1.3748;>1.1231;0.94832;0.69141;0.72964;1.6613;1.8958;0.82439;0.60734;1.8145;0.75>554;1.4779;1.4424;0.99237;0.21652;1.6015;0.63116;1.7354;1.0689;0.90765;1>.4532;1.0857;0.21005;0.76793;0.90452;0.5145;1.8417;0.85675;0.26793;0.232>57;1.9811;0.58691;0.54156;1.591;0.31711;1.7129;0.48286;1.5703;0.40103;0.>74381;0.28381;0.49483;0.98242;0.80095;1.9571;0.72371;0.98738;0.55024;1.3>262;0.6456;1.6666;0.87827;1.1119;0.43983;1.2381;0.3773;0.92584;0.39288;0>.4301;1.0534;1.8881;0.32849;0.50251;0.29595;0.68204;0.94276;0.57185;0.34>325;1.9369;0.78749;1.0044;1.8179;0.7626;0.95595;0.91135;1.6696;1.0661;1.>927;1.5866;1.5608;1.4305;0.53479;1.6257;1.4613;0.31239;0.66895;1.9828;1.>4926;0.69486;1.9943;1.7179;1.7479;1.0383;1.5425;1.1669;1.513;1.8708;0.84>627;1.6057;1.7664;1.9531;0.237;1.2325;1.8698;0.44748;1.7998;1.3389;1.277>2;1.7;1.1582;0.85925;0.21437;1.4032;1.7373;0.74118;1.2195;0.48519;1.1019>;1.4161;1.2059;0.65081;1.2967;0.83056;1.7733;1.7844;0.35635;0.3613;0.411>19;0.80594;1.1358;0.59093;1.3673;0.89328;1.5391;0.22604;1.0822;0.86816;1>.1504;1.6891;0.46196;1.1813;0.26145;1.3946;1.5052;1.3118;1.8545;1..8413;1>.5745;1.4732;0.71267;1.6189;1.6536;1.2533;0.60499;1.4414;0.58234;0.4998;>0.24856;0.97073;1.3635;1.2923;0.61834;0.27947;1.913;0.80221;0.5273;1.008>2;1.0232;0.75846;0.33311;0.56705;1.7601;1.7117;1.8834;0.54265;1.1567;0.2>7149;1.8482;1.8627;1.6905;1.7532;1.8236;1.5549;1.5514;1.6832;1.3799;1.14>03;0.30688;0.6664;0.72787;1.0895;0.22121;1.211;1.8083;1.728;1.5285;1.398>4;0.55942;1.1286;0.81363;0.70956;0.79241;1.9189;1.2239;1.1743;0.57441;0.>99777;0.3841;0.3492;0.27259;1.2614;1.6381;0.95649;0.37229;1.0719;1.779;1>.795;1.0424;1.4197;1.6178;0.68317;1.2677;1.4331;0.40221;1.2808;1.316;1.9>062;1.4796;0.39677;0.97763;1.3057;0.66064;1.9738;1.9641;1.5182;1.1187;1.>8316;1.9449;1.3483;0.82271;1.0156;0.62527;1.597;1.6461;1.337;0.7479;1.19>04;0.89919;0.41994;1.0931;0.70094;0.89077;1.7193;1.5765;0.85088;0..77698;>1.4873;0.5237;0.3218;0.93547;0.43133;1.6551;1.5934;1.4458;0.23009;0.6343>2;0.47754;1.3547;1.0292;0.93002;1.0572;0.73933;0.28868;0.49047;0.25399;1>.2477;1.1947;0.91943;0.87182;1.9898;1.4588;0.50965;1.9326;0.47276;0.5963>3;0.77382;0.83861;0.20018;0.61424;1.3816;0.96606;1.8953;1.4976;0.45638" >[4] >"3;0.4916;1.8184;2.6312;2.5139;0.78767;0.82889;0.43683;1.9309;1.0065;1.7>125;2.3102;1.9855;2.6969;2.264;0.87092;1.875;1.1187;1.299;1..4777;0.97413>;2.8108;2.9578;1.8772;0.57032;0.73267;2.4333;2.7668;1.9442;1.6276;1.5223>;0.89868;1.1471;0.54496;1.4464;2.6482;2.0494;0.67388;2.8483;1.2667;1.588>1;1.7887;2.1951;2.8791;1.847;1.9656;0.8466;1.9082;2.7526;2.7019;1.1366;2>.5007;1.3185;2.5594;0.6426;0.36367;1.3464;1.0184;2.1118;2.4439;1.1685;0.>52925;2.2833;1.5332;0.66185;0.51132;0.72182;1.3999;2.5328;0..38201;2.0276>;0.59365;0.60718;1.0453;1.7496;1.3639;0.3242;0.77401;1.8118;1.6763;0.689>43;2.4036;0.9434;2.7981;2.9014;2.7311;0.92521;1.5549;2.478;2.6669;1.4195>;2.1203;2.992;0.39616;2.2116;1.5091;2.2286;2.9321;0.45826;1..2068;1.0859;>1.6952;2.147;1.2374;2.9561;0.96545;2.6027;2.3546;2.1659;1.7423;2.2966;2.>3893;1.6603;2.5817;1.2934;0.81008;1.2147;1.4299;0.4279;2.3471;2.0846;2.0>538;2.85;1.6167;1.0698;0.31309;1.1252;0.74729;2.276;2.3828;1.9771;2.0338>;1.1624;0.8832;1.1949;1.5106;2.7491;0.30848;2.6843;2.5972;2..1789;0.90853>;0.55154;0.64836;1.5828;0.71852;2.0941;1.2431;1.1852;0.48034;2.1867;2.94>48;1.688;1.6713;2.5479;1.6424;2.9071;2.9825;1.3338;1.8967;1..7257;0.75761>;2.2414;2.5721;1.383;2.8671;1.221;1.3772;1.3055;2.79;2.0795;2.4198;0.352>31;2.1364;1.4924;2.3658;0.47258;2.8892;0.61487;2.3243;2.924;1.3537;0.398>1;1.0572;1.28;0.87671;1.2506;1.0284;2.4614;1.8268;1.9183;1.4091;1.0997;0>.93487;1.5478;2.1334;2.8213;2.6424;1.7586;2.9676;2.8298;0.5699;0.51969;0>.83424;2.3341;0.36512;1.5742;1.4718;0.62707;2.4894;2.0149;0..8051;2.4089;>2.5209;1.6329;1.8419;0.50211;1.4383;0.41122;2.4523;2.0656;0..86143;1.0448>;2.7764;1.7935;2.305;0.78286;1.5972;0.68013;2.7088;2.2082;2..6129;0.58496>;0.98701;2.7273;1.9617;2.664;0.70557;1.0971;0.99799;2.5462;1.7698;1.4623>;0.4484;2.003;1.8642;1.9306;1.7162;2.2546;0.33503;0.95599;1..4934;1.8604;>1.8128;2.742;2.5169;0.52633;0.79731;0.9505;0.76138;1.4441;1..7399;1.6869;>2.8231;2.4325;2.6266;1.0153;2.839;1.2624;1.9245;2.3447;0.83462;2.1278;1.>0351;0.86699;2.0395;1.8033;0.77916;0.35684;0.85477;1.6042;0..99406;0.7137>9;2.0998;0.48621;1.5635;2.8608;0.41576;0.432;1.9547;2.0884;2.2478;2.6919>;0.93162;0.5556;1.3506;1.1875;0.97787;1.2731;2.916;1.6526;2..4436;2.415;1>.0745;2.2206;2.7686;2.2346;0.49605;1.5781;2.5862;0.58846;1.8859;2.7056;1>.8545;2.1984;0.6877;2.4951;2.9973;1.6805;2.2804;1.9735;2.526;1.2099;2.37>37;2.059;1.8989;2.7243;0.30435;2.6359;2.3726;1.5415;0.73778;1.4767;2.564>3;1.754;1.7779;0.32804;0.91714;1.1057;2.8751;0.63297;2.9105;2.7853;2.143>5;1.7205;0.6582;0.3781;2.2908;2.9503;2.1713;0.40519;1.229;0..60902;2.5926>;1.4168;2.0113;1.5194;1.3728;2.3173;0.90473;2.9675;1.3122;1..4522;0.69951>;1.1412;1.0911;0.46638;1.6182;1.1751;1.3856;1.3231;1.9963;2..4678;2.6753;>1.1579;0.57893;2.2563;0.84217;1.6994;1.6119;2.6533;2.107;2.6583;2.9258;0>.70139;1.8881;2.4575;2.5564;2.4001;0.31836;1.3262;1.0097;2.2048;0.38872;>2.2673;2.8003;0.42359;0.75169;0.89242;2.6096;1.4045;1.5672;0.44292;1.547>;2.394;2.5397;1.0545;2.1827;1.9949;0.53698;0.98433;1.5302;2..1583;0.56162>;0.37379;1.7639;2.8142;2.5059;0.47283;0.63868;1.3592;0.72938;1.9516;2.47>56;1.7071;2.8354;1.4277;1.733;2.6789;2.423;1.4863;2.8944;0.5069;1.0297;2>.739;2.4858;0.34655;2.2237;2.6184;1.8317;0.34174;0.91403;2.3388;2.7154;0>.79571;1.2958;1.9824;1.2489;1.0779;1.1479;2.7588;2.9767;0.54013;1.1731;1>.7993;0.94153;2.0188;2.3289;1.5037;0.82031;1.6391;1.8707;0.81645;2.5752;>2.3601;1.3394;2.1156;1.7805;1.2871;0.59873;0.76796;0.62119;1.592;2.8544;>2.9406;0.96065;2.8855;0.6554;0.88227;1.6467;0.45611;1.1143;2.1543;1.3928>;2.0685;2.779;2.9885;0.66732;1.8378;1.9403;2.2987;2.0281;1.0631;1.9098;1>.2251;1.2606;1.1304;1.1979;1.6649;1.4589;2.074;2.203;2.9333;1.2806;1.397>;1.4991;2.2862;2.5981;1.0336;1.1533;2.9625;0.80396;2.8814;1..3307;1.0127;>2.5607;2.2264;1.0496;1.37;0.90121;2.6883;1.5513;2.494;1.8839;2.3773;2.77>56;1.9274;2.707;0.39103;2.6353;0.93446;2.6722;0.51846;1.7571;1.5762;1.10>46;1.2283;1.7761;0.45227;0.79381;1.077;0.35949;1.6223;2.0571;0.86758;1.4>653;1.4828;1.6985;1.1792;0.97105;2.0121;2.5094;1.1281;2.9416;0.50385;2.4>476;1.5711;1.1911;2.7543;1.2423;2.2878;2.833;1.4098;2.0416;0.63667;0.963>83;2.3685;2.4192;0.83102;2.3219;1.9119;0.62345;2.1101;1.7283;2.7965;0.57>362;0.66534;1.2971;1.0829;1.527;0.54893;2.7333;2.3496;1.6144;0.91913;1.9>71;1.6627;1.9992;0.4402;1.9471;2.4139;0.74479;2.8956;2.6144;2.0857;0.682>39;1.3441;0.48722;0.30566;2.1964;1.7188;0.71292;1.7972;2.588;1.2542;1.85>02;0.33705;0.8523;0.38617;0.76196;2.4734;2.2503;1.6486;1.8678;1.442;2.97>91;1.8206;2.5422;2.8113;0.41788;0.70321;2.1564;2.1183;2.1762;0.58201;2.8>526;0.6774;1.8061;0.69579;1.0179;2.6222;1.5155;2.9208;0.54693;0.95869;1.>4549;0.77523;1.7463;2.2381;2.4629;1.9057;1.3235;2.1412;2.6545;2.3008;1.7>673;0.53005;0.61171;1.9801;1.2662;0.5101;1.8249;2.529;1.7058;0.88882;2.8>704;1.9578;1.862;0.56365;0.84328;0.36857;2.554;2.6822;0.62412;2.0245;0.4>6239;2.2726;0.98232;0.82337;2.8175;2.3383;1.9903;2.7456;2.315;1.1699;1.5>587;2.6458;2.1035;2.514;2.7184;0.44868;2.865;1.8396;2.132;2..4504;2.9953;>1.4238;1.2176;2.078;2.9123;1.5948;2.9517;1.0588;2.4359;0.99124;2.7869;0.>65223;1.5377;1.381;1.6572;1.8949;1.3138;2.2622;1.7832;1.9357;1.6739;2.03>68;2.0622;1.6846;1.4225;1.0371;1.0945;2.4919;2.8437;1.2366;0.91101;2.721>8;1.1333;2.2168;2.1636;1.4885;0.32478;2.4022;0.94674;2.6032;1.6033;1.361>5;2.1798;1.6285;0.31507;1.1519;1.3568;0.77176;2.7626;1.2851;0.4019;0.348>85;2.9717;0.88036;0.81233;2.3865;0.47566;2.5693;0.72428;2.3554;0.60154;1>.1157;0.42572;0.74225;1.4736;1.2014;2.9356;1.0856;1.4811;0.82536;1.9893;>0.96841;2.5;1.3174;1.6679;0.65974;1.8571;0.56595;1.3888;0.58932;0.64515;>1.5802;2.8321;0.49273;0.75376;0.44393;1.0231;1.4141;0.85778;0.51487;2.90>53;1.1812;1.5066;2.7268;1.1439;1.4339;1.367;2.5044;1.5992;2..8905;2.3799;>2.3412;2.1458;0.80218;2.4386;2.192;0.46858;1.0034;2.9742;2.2389;1.0423;2>.9915;2.5768;2.6218;1.5575;2.3138;1.7503;2.2695;2.8063;1.2694;2.4086;2.6>495;2.9297;0.3555;1.8488;2.8048;0.67123;2.6997;2.0084;1.9158;2.55;1.7372>;1.2889;0.32156;2.1048;2.606;1.1118;1.8293;0.72778;1.6529;2..1242;1.8089;>0.97621;1.9451;1.2458;2.6599;2.6766;0.53453;0.54195;0.61679;1.2089;1.703>8;0.88639;2.0509;1.3399;2.3087;0.33906;1.6232;1.3022;1.7256;2.5336;0.692>94;1.7719;0.39218;2.0919;2.2577;1.9677;2.7817;2.7619;2.3617;2.2098;1.069>;2.4284;2.4804;1.88;0.90749;2.162;0.87351;0.74971;0.37284;1..4561;2.0453;>1.9385;0.92751;0.4192;2.8694;1.2033;0.79095;1.5123;1.5348;1..1377;0.49966>;0.85057;2.6402;2.5676;2.8251;0.81398;1.735;0.40723;2.7723;2.794;2.5358;>2.6298;2.7354;2.3323;2.3271;2.5248;2.0699;1.7104;0.46032;0.99959;1.0918;>1.6342;0.33181;1.8165;2.7124;2.5921;2.2928;2.0976;0.83913;1..6929;1.2204;>1.0643;1.1886;2.8783;1.8358;1.7614;0.86161;1.4967;0.57614;0..5238;0.40888>;1.8921;2.4572;1.4347;0.55843;1.6078;2.6685;2.6925;1.5636;2..1296;2.4267;>1.0248;1.9015;2.1497;0.60332;1.9213;1.974;2.8593;2.2195;0.59516;1.4664;1>.9586;0.99096;2.9607;2.9462;2.2773;1.6781;2.7474;2.9173;2.0224;1.2341;1.>5234;0.93791;2.3955;2.4692;2.0055;1.1218;1.7856;1.3488;0.6299;1.6397;1.0>514;1.3362;2.5789;2.3647;1.2763;1.1655;2.2309;0.78554;0.4827;1.4032;0.64>7;2.4826;2.3901;2.1687;0.34513;0.95147;0.71631;2.032;1.5438;1.395;1.5859>;1.109;0.43303;0.73571;0.38098;1.8715;1.7921;1.3792;1.3077;2.9847;2.1882>;0.76448;2.899;0.70914;0.89449;1.1607;1.2579;0.30026;0.92136;2.0724;1.44>91;2.8429;2.2464;0.68457" >[5] >"4;0.65547;2.4245;3.5082;3.3519;1.0502;1.1052;0.58245;2.5746;1.3419;2.28>33;3.0802;2.6473;3.5959;3.0187;1.1612;2.5001;1.4916;1.7321;1.9703;1.2988>;3.7478;3.9437;2.5029;0.76042;0.97689;3.2444;3.6891;2.5923;2.1702;2.0298>;1.1982;1.5295;0.72661;1..9286;3.5309;2.7325;0.8985;3.7978;1.6889;2.1174;>2.3849;2.9269;3.8388;2.4627;2.6209;1.1288;2.5442;3.6701;3.6026;1.5155;3.>3343;1.758;3.4125;0.8568;0.48489;1.7952;1.3579;2.8158;3.2586;1.558;0.705>66;3.0444;2.0443;0.88247;0.68176;0.96242;1.8665;3.3771;0.50935;2.7034;0.>79154;0.80957;1.3937;2.3328;1.8185;0.43227;1.032;2.4157;2.235;0.91924;3.>2048;1.2579;3.7309;3.8686;3.6415;1.2336;2.0731;3.304;3.5559;1.8926;2.827>1;3.9893;0.52821;2.9488;2.0122;2.9715;3.9094;0.61101;1.6091;1.4478;2.260>3;2.8626;1.6499;3.9415;1..2873;3.4703;3.1395;2.8879;2.323;3.0621;3.1857;2>.2137;3.4423;1.7246;1.0801;1.6196;1.9065;0.57054;3.1294;2.7795;2.7384;3.>8;2.1556;1.4265;0.41745;1.5003;0.99638;3.0347;3.177;2.6361;2.7118;1.5499>;1.1776;1.5932;2.0141;3.6654;0.41131;3.5791;3.4629;2.9052;1.2114;0.73539>;0.86449;2.1104;0.95803;2.7921;1.6575;1.5802;0.64045;2.9156;3.9264;2.250>6;2.2284;3.3972;2.1899;3..8761;3.9766;1.7784;2.529;2.3009;1.0101;2.9885;3>.4295;1.8441;3.8228;1.628;1.8363;1.7406;3.72;2.7726;3.2263;0.46975;2.848>6;1.9899;3.1545;0.63011;3.8523;0.81983;3.0991;3.8987;1.8049;0.5308;1.409>6;1.7067;1.1689;1.6675;1..3712;3.2819;2.4358;2.5577;1.8788;1.4663;1.2465;>2.0637;2.8446;3.7617;3.5232;2.3448;3.9568;3.7731;0.75987;0.69292;1.1123;>3.1121;0.48682;2.0989;1.9623;0.83609;3.3192;2.6865;1.0735;3.2119;3.3612;>2.1773;2.4559;0.66948;1.9177;0.5483;3.2697;2.7541;1.1486;1.3931;3.7019;2>.3913;3.0733;1.0438;2.1297;0.90685;3.6118;2.9443;3.4839;0.77995;1.316;3.>6365;2.6156;3.5521;0.94076;1.4627;1.3307;3.395;2.3598;1.9497;0.59786;2.6>707;2.4856;2.5741;2.2883;3.0062;0.44671;1.2747;1.9913;2.4805;2.417;3.656>;3.3558;0.70177;1.0631;1..2673;1.0152;1.9255;2.3199;2.2492;3.7642;3.2433;>3.5022;1.3538;3.7853;1.6831;2.5659;3.1263;1.1128;2.837;1.3801;1.156;2.71>93;2.4043;1.0389;0.47578;1.1397;2.1389;1.3254;0.95171;2.7997;0.64828;2.0>847;3.8144;0.55434;0.576;2.6063;2.7845;2.9971;3.5892;1.2422;0.7408;1.800>9;1.5834;1.3038;1.6974;3..888;2.2035;3.2581;3.22;1.4327;2.9608;3.6915;2.9>795;0.6614;2.1042;3.4483;0.78461;2.5146;3.6075;2.4727;2.9312;0.91694;3.3>268;3.9964;2.2407;3.0406;2.6314;3.368;1.6133;3.1649;2.7453;2.5319;3.6324>;0.4058;3.5145;3.1634;2.0553;0.9837;1.9689;3.4191;2.3387;2.3705;0.43739;>1.2229;1.4743;3.8335;0.84396;3.8807;3.7137;2.858;2.294;0.87761;0.50413;3>.0543;3.9337;2.8951;0.54026;1.6387;0.81203;3.4568;1.8891;2.6818;2.0259;1>.8303;3.0897;1.2063;3.9567;1.7496;1.9363;0.93268;1.5216;1.4548;0.62184;2>.1576;1.5668;1.8474;1.7642;2.6617;3.2904;3.5671;1.5439;0.77191;3.0084;1.>1229;2.2658;2.1492;3.5378;2.8093;3.5444;3.9011;0.93519;2.5175;3.2767;3.4>086;3.2001;0.42448;1.7683;1.3463;2.9397;0.51829;3.0231;3.7337;0.56478;1.>0023;1.1899;3.4794;1.8727;2.0896;0.59056;2.0627;3.192;3.3863;1.406;2.910>2;2.6599;0.71597;1.3124;2.0403;2.8777;0.74883;0.49839;2.3519;3.7523;3.34>12;0.63044;0.85158;1.8123;0.9725;2.6021;3.3008;2.2761;3.7805;1.9037;2.31>07;3.5718;3.2306;1.9817;3.8592;0.67587;1.3729;3.652;3.3145;0.46207;2.964>9;3.4913;2.4423;0.45566;1.2187;3.1184;3.6205;1.061;1.7277;2.6431;1.6652;>1.4373;1.5305;3.6784;3.9689;0.72018;1.5641;2.3991;1.2554;2.6917;3.1052;2>.005;1.0937;2.1854;2.4943;1.0886;3.4336;3.1468;1.7858;2.8208;2.374;1.716>1;0.7983;1.0239;0.82826;2.1227;3.8059;3.9208;1.2809;3.8473;0.87386;1.176>4;2.1956;0.60815;1.4857;2.8723;1.8571;2.758;3.7053;3.9847;0.88977;2.4504>;2.5871;3.065;2.7041;1.4174;2.5463;1.6335;1.6808;1.5072;1.5972;2.2198;1.>9452;2.7654;2.9374;3.911;1.7075;1.8627;1.9988;3.0483;3.4641;1.3782;1.537>7;3.9499;1.0719;3.8419;1..7743;1.3503;3.4142;2.9686;1.3995;1.8266;1.2016;>3.5844;2.0684;3.3253;2.5119;3.1698;3.7009;2.5699;3.6093;0.52137;3.5138;1>.2459;3.563;0.69129;2.3428;2.1016;1.4728;1.6377;2.3682;0.60303;1.0584;1.>436;0.47932;2.1631;2.7428;1.1568;1.9538;1.9771;2.2647;1.5723;1.2947;2.68>28;3.3458;1.5041;3.9221;0.67179;3.2635;2.0948;1.5881;3.6724;1.6563;3.050>4;3.7773;1.8797;2.7221;0..8489;1.2851;3.158;3.2256;1.108;3.0958;2.5493;0.>83127;2.8135;2.3044;3.7286;0.76483;0.88712;1.7295;1.4438;2.036;0.73191;3>.6444;3.1328;2.1526;1.2255;2.628;2.2169;2.6656;0.58694;2.5961;3.2185;0.9>9305;3.8608;3.4859;2.781;0.90985;1.7921;0.64963;0.40755;2.9286;2.2917;0.>95057;2.3962;3.4507;1.6723;2.467;0.4494;1.1364;0.51489;1.016;3.2979;3.00>04;2.1982;2.4904;1.9226;3.9721;2.4275;3.3897;3.7483;0.55717;0.93762;2.87>52;2.8244;2.9015;0.77602;3.8035;0.9032;2.4082;0.92772;1.3572;3.4962;2.02>06;3.8945;0.72924;1.2783;1.9399;1.0336;2.3285;2.9842;3.2838;2.5409;1.764>7;2.855;3.5393;3.0678;2.3565;0.70673;0.81561;2.6401;1.6883;0.68013;2.433>1;3.372;2.2744;1.1851;3.8272;2.6104;2.4827;0.75154;1.1244;0.49143;3.4053>;3.5763;0.83216;2.6994;0..61652;3.0302;1.3098;1.0978;3.7567;3.1177;2.6537>;3.6607;3.0867;1.5598;2.0783;3.5277;2.8047;3.352;3.6245;0.59823;3.8199;2>.4529;2.8426;3.2672;3.9938;1.8984;1.6235;2.7707;3.8831;2.1264;3.9356;1.4>118;3.2479;1.3217;3.7158;0.86964;2.0503;1.8413;2.2096;2.5266;1.7517;3.01>62;2.3777;2.5809;2.2319;2.7157;2.7495;2.2462;1.8966;1.3828;1.4593;3.3226>;3.7915;1.6488;1.2147;3.6291;1.5111;2.9557;2.8848;1.9847;0.43304;3.203;1>.2623;3.4709;2.1377;1.8153;2.9064;2.1713;0.42009;1.5359;1.809;1.029;3.68>35;1.7135;0.53587;0.46513;3.9623;1.1738;1.0831;3.182;0.63421;3.4257;0.96>571;3.1406;0.80206;1.4876;0.56763;0.98967;1.9648;1.6019;3.9141;1.4474;1.>9748;1.1005;2.6525;1.2912;3.3333;1.7565;2.2238;0.87965;2.4762;0.75459;1.>8517;0.78576;0.8602;2.1069;3.7762;0.65698;1.005;0.5919;1.3641;1.8855;1.1>437;0.6865;3.8737;1.575;2.0088;3.6357;1.5252;1.9119;1.8227;3.3392;2.1323>;3.854;3.1732;3.1216;2.8611;1.0696;3.2515;2.9226;0.62477;1.3379;3.9656;2>.9852;1.3897;3.9887;3.4357;3.4958;2.0767;3.085;2.3338;3.0261;3.7417;1.69>25;3.2114;3.5327;3.9062;0.474;2.465;3.7397;0.89497;3.5996;2.6779;2.5545;>3.4;2.3163;1.7185;0.42874;2.8064;3.4747;1.4824;2.4391;0.97038;2.2038;2.8>322;2.4118;1.3016;2.5935;1.6611;3.5466;3.5688;0.7127;0.7226;0.82238;1.61>19;2.2717;1.1819;2.7346;1.7866;3.0783;0.45208;2.1643;1.7363;2.3008;3.378>1;0.92392;2.3626;0.52291;2.7892;3.0103;2.6236;3.709;3.6826;3.149;2.9464;>1.4253;3.2379;3.3072;2.5067;1.21;2.8827;1.1647;0.99961;0.49712;1.9415;2.>727;2.5847;1.2367;0.55894;3.8259;1.6044;1.0546;2.0165;2.0465;1.5169;0.66>622;1.1341;3.5202;3.4235;3.7668;1.0853;2.3134;0.54297;3.6964;3.7253;3.38>11;3.5064;3.6472;3.1098;3.1027;3.3664;2.7599;2.2805;0.61376;1.3328;1.455>7;2.179;0.44241;2.4221;3..6165;3.4561;3.0571;2.7968;1.1188;2.2572;1.6273;>1.4191;1.5848;3.8377;2.4478;2.3485;1.1488;1.9955;0.76819;0.6984;0.54518;>2.5228;3.2762;1.913;0.74457;2.1437;3.5581;3.59;2.0848;2.8394;3.2356;1.36>63;2.5353;2.8662;0.80443;2.5617;2.6321;3.8124;2.9593;0.79355;1.9553;2.61>14;1.3213;3.9476;3.9283;3.0364;2.2375;3.6632;3.8898;2.6966;1.6454;2.0312>;1.2505;3.1939;3.2923;2.674;1.4958;2.3808;1.7984;0.83987;2.1862;1.4019;1>.7815;3.4386;3.153;1.7018;1.554;2.9746;1.0474;0.6436;1.8709;0.86267;3.31>01;3.1868;2.8916;0.46018;1.2686;0.95508;2.7094;2.0584;1.86;2.1145;1.4787>;0.57737;0.98095;0.50798;2.4953;2.3895;1.8389;1.7436;3.9796;2.9176;1.019>3;3.8653;0.94552;1.1927;1.5476;1.6772;0.40035;1.2285;2.7631;1.9321;3.790>6;2.9952;0.91276" >[6] >"5;0.81934;3.0306;4.3853;4.1899;1.3128;1.3815;0.72806;3.2182;1.6774;2.85>42;3.8503;3.3092;4.4949;3.7734;1.4515;3.1251;1.8645;2.1651;2.4629;1.6236>;4.6847;4.9297;3.1286;0.95053;1.2211;4.0555;4.6113;3.2404;2.7127;2.5372;>1.4978;1.9119;0.90826;2.4107;4.4136;3.4156;1.1231;4.7472;2.1111;2.6468;2>.9812;3.6586;4.7985;3.0784;3.2761;1.411;3.1803;4.5876;4.5032;1.8943;4.16>79;2.1975;4.2656;1.071;0.60611;2.2439;1.6974;3.5197;4.0732;1.9476;0.8820>8;3.8055;2.5554;1.1031;0.8522;1.203;2.3331;4.2214;0.63669;3.3793;0.98942>;1.012;1.7422;2.916;2.2732;0.54034;1.29;3.0196;2.7938;1.149;4.0061;1.572>3;4.6636;4.8357;4.5518;1.542;2.5914;4.13;4.4448;2.3658;3.5338;4.9866;0.6>6026;3.6861;2.5152;3.7144;4.8868;0.76376;2.0114;1.8098;2.8254;3.5783;2.0>624;4.9269;1.6091;4.3379;3.9243;3.6098;2.9038;3.8276;3.9822;2.7671;4.302>9;2.1557;1.3501;2.0245;2.3831;0.71317;3.9118;3.4743;3.423;4.75;2.6945;1.>7831;0.52182;1.8754;1.2455;3.7933;3.9713;3.2952;3.3897;1.9373;1.472;1.99>15;2.5176;4.5818;0.51414;4.4738;4.3287;3.6315;1.5142;0.91924;1.0806;2.63>79;1.1975;3.4902;2.0719;1.9753;0.80057;3.6445;4.9081;2.8133;2.7856;4.246>6;2.7374;4.8452;4.9708;2.2229;3.1612;2.8762;1.2627;3.7356;4.2869;2.3051;>4.7785;2.035;2.2954;2.1758;4.65;3.4658;4.0329;0.58719;3.5607;2.4873;3.94>31;0.78764;4.8154;1.0248;3.8738;4.8734;2.2561;0.6635;1.762;2.1334;1.4612>;2.0843;1.714;4.1023;3.0447;3.1972;2.3485;1.8329;1.5581;2.5796;3.5557;4.>7022;4.404;2.931;4.946;4.7163;0.94983;0.86615;1.3904;3.8901;0.60853;2.62>36;2.4529;1.0451;4.149;3.3581;1.3418;4.0149;4.2015;2.7216;3.0698;0.83685>;2.3972;0.68537;4.0872;3.4426;1.4357;1.7414;4.6273;2.9892;3.8416;1.3048;>2.6621;1.1336;4.5147;3.6803;4.3549;0.97493;1.645;4.5456;3.2694;4.4401;1.>1759;1.8284;1.6633;4.2437;2.9497;2.4371;0.74733;3.3384;3.1069;3.2176;2.8>604;3.7577;0.55839;1.5933;2.4891;3.1006;3.0213;4.57;4.1948;0.87721;1.328>9;1.5842;1.269;2.4068;2.8998;2.8115;4.7052;4.0541;4.3777;1.6922;4.7316;2>.1039;3.2074;3.9079;1.391;3.5463;1.7251;1.445;3.3991;3.0054;1.2986;0.594>73;1.4246;2.6736;1.6568;1.1896;3.4996;0.81034;2.6059;4.768;0.69293;0.72;>3.2579;3.4807;3.7464;4.4865;1.5527;0.926;2.2511;1.9792;1.6298;2.1218;4.8>599;2.7544;4.0726;4.025;1.7909;3.7011;4.6143;3.7243;0.82675;2.6302;4.310>3;0.98076;3.1432;4.5094;3.0908;3.664;1.1462;4.1586;4.9956;2.8008;3.8007;>3.2892;4.2101;2.0166;3.9562;3.4317;3.1648;4.5406;0.50725;4.3932;3.9543;2>.5691;1.2296;2.4611;4.2739;2.9233;2.9631;0.54674;1.5286;1.8429;4.7919;1.>055;4.8509;4.6421;3.5725;2.8674;1.097;0.63016;3.8179;4.9172;3.6188;0.675>32;2.0483;1.015;4.321;2.3614;3.3522;2.5324;2.2879;3.8621;1.5079;4.9459;2>.187;2.4204;1.1658;1.9021;1.8185;0.7773;2.6971;1.9585;2.3093;2.2052;3.32>71;4.113;4.4589;1.9298;0.96489;3.7605;1.4036;2.8323;2.6865;4.4222;3.5117>;4.4305;4.8764;1.169;3.1469;4.0958;4.2607;4.0002;0.53061;2.2103;1.6829;3>.6747;0.64786;3.7788;4.6671;0.70598;1.2528;1.4874;4.3493;2.3408;2.612;0.>7382;2.5783;3.99;4.2329;1.7575;3.6378;3.3249;0.89497;1.6405;2.5504;3.597>1;0.93604;0.62298;2.9399;4.6904;4.1765;0.78805;1.0645;2.2654;1.2156;3.25>26;4.1261;2.8452;4.7257;2.3796;2.8883;4.4648;4.0383;2.4771;4.8241;0.8448>3;1.7162;4.565;4.1431;0.57759;3.7061;4.3641;3.0529;0.56957;1.5234;3.8979>;4.5256;1.3262;2.1597;3.3039;2.0816;1.7966;1.9131;4.598;4.9611;0.90022;1>.9551;2.9989;1.5692;3.3646;3.8814;2.5062;1.3672;2.7318;3.1179;1.3608;4.2>92;3.9335;2.2323;3.526;2.9675;2.1452;0.99788;1.2799;1.0353;2.6534;4.7573>;4.901;1.6011;4.8091;1.0923;1.4705;2.7445;0.76019;1.8571;3.5904;2.3214;3>.4475;4.6316;4.9809;1.1122;3.063;3.2339;3.8312;3.3801;1.7718;3.1829;2.04>19;2.101;1.8839;1.9965;2.7748;2.4316;3.4567;3.6717;4.8888;2.1344;2.3284;>2.4985;3.8104;4.3302;1.7227;1.9222;4.9374;1.3399;4.8023;2.2179;1.6878;4.>2678;3.7107;1.7494;2.2833;1.502;4.4805;2.5855;4.1566;3.1399;3.9622;4.626>1;3.2124;4.5117;0.65171;4.3922;1.5574;4.4537;0.86411;2.9285;2.627;1.841;>2.0471;2.9602;0.75379;1.323;1.7951;0.59916;2.7039;3.4285;1.446;2.4422;2.>4714;2.8309;1.9654;1.6184;3.3535;4.1823;1.8801;4.9026;0.83974;4.0794;2.6>185;1.9852;4.5905;2.0704;3.8131;4.7217;2.3496;3.4027;1.0611;1.6064;3.947>5;4.032;1.385;3.8698;3.1866;1.0391;3.5169;2.8805;4.6608;0.95604;1.1089;2>.1619;1.8048;2.5449;0.91489;4.5554;3.916;2.6907;1.5319;3.285;2.7712;3.33>21;0.73367;3.2452;4.0232;1.2413;4.826;4.3574;3.4762;1.1373;2.2401;0.8120>4;0.50943;3.6607;2.8646;1.1882;2.9953;4.3133;2.0904;3.0837;0.56175;1.420>5;0.64361;1.2699;4.1224;3.7506;2.7477;3.113;2.4033;4.9652;3.0344;4.2371;>4.6854;0.69646;1.172;3.594;3.5305;3.6269;0.97002;4.7544;1.129;3.0102;1.1>597;1.6965;4.3703;2.5258;4.8681;0.91155;1.5978;2.4249;1.292;2.9106;3.730>2;4.1048;3.1761;2.2059;3.5687;4.4241;3.8347;2.9456;0.88341;1.0195;3.3001>;2.1104;0.85017;3.0414;4.215;2.843;1.4814;4.784;3.2629;3.1034;0.93942;1.>4055;0.61428;4.2566;4.4704;1.0402;3.3742;0.77065;3.7877;1.6372;1.3723;4.>6959;3.8972;3.3171;4.5759;3.8584;1.9498;2.5979;4.4097;3.5058;4.19;4.5307>;0.74779;4.7749;3.0661;3.5533;4.084;4.9922;2.373;2.0293;3.4634;4.8539;2.>6579;4.9195;1.7647;4.0599;1.6521;4.6448;1.087;2.5629;2.3017;2.7619;3.158>2;2.1896;3.7703;2.9721;3.2261;2.7899;3.3947;3.4369;2.8077;2.3708;1.7285;>1.8241;4.1532;4.7394;2.061;1.5184;4.5364;1.8889;3.6947;3.6061;2.4809;0.5>413;4.0037;1.5779;4.3386;2.6721;2.2691;3.633;2.7142;0.52512;1.9198;2.261>3;1.2863;4.6044;2.1419;0.66983;0.58142;4.9529;1.4673;1.3539;3.9775;0.792>77;4.2821;1.2071;3.9257;1.0026;1.8595;0.70954;1.2371;2.4561;2.0024;4.892>6;1.8093;2.4685;1.3756;3.3156;1.614;4.1666;2.1957;2.7798;1.0996;3.0952;0>.94324;2.3146;0.9822;1.0752;2.6336;4.7202;0.82122;1.2563;0.73988;1.7051;>2.3569;1.4296;0.85812;4.8422;1.9687;2.511;4.5446;1.9065;2.3899;2.2784;4.>174;2.6654;4.8175;3.9665;3.902;3.5763;1.337;4.0643;3.6533;0.78097;1.6724>;4.957;3.7316;1.7372;4.9859;4.2946;4.3697;2.5958;3.8563;2.9172;3.7826;4.>6771;2.1157;4.0143;4.4159;4.8828;0.5925;3.0813;4.6746;1.1187;4.4995;3.34>74;3.1931;4.25;2.8954;2.1481;0.53593;3.5079;4.3433;1.853;3.0488;1.213;2.>7548;3.5403;3.0148;1.627;3.2418;2.0764;4.4332;4.461;0.89088;0.90325;1.02>8;2.0148;2.8396;1.4773;3.4182;2.2332;3.8479;0.5651;2.7054;2.1704;2.876;4>.2227;1.1549;2.9532;0.65364;3.4865;3.7629;3.2795;4.6362;4.6032;3.9362;3.>6829;1.7817;4.0473;4.134;3.1333;1.5125;3.6034;1.4559;1.2495;0.6214;2.426>8;3.4088;3.2308;1.5459;0.69867;4.7824;2.0055;1.3183;2.5206;2.5581;1.8962>;0.83277;1.4176;4.4003;4.2794;4.7085;1.3566;2.8917;0.67871;4.6204;4.6567>;4.2264;4.383;4.559;3.8872;3.8784;4.208;3.4499;2.8506;0.7672;1.666;1.819>7;2.7237;0.55301;3.0276;4.5207;4.3201;3.8213;3.496;1.3985;2.8215;2.0341;>1.7739;1.981;4.7972;3.0597;2.9356;1.436;2.4944;0.96024;0.873;0.68147;3.1>534;4.0953;2.3912;0.93071;2.6797;4.4476;4.4874;2.606;3.5493;4.0445;1.707>9;3.1691;3.5828;1.0055;3.2021;3.2901;4.7655;3.6991;0.99193;2.4441;3.2643>;1.6516;4.9345;4.9103;3.7955;2.7969;4.579;4.8622;3.3707;2.0568;2.539;1.5>632;3.9924;4.1153;3.3425;1.8697;2.9761;2.248;1.0498;2.7328;1.7523;2.2269>;4.2982;3.9412;2.1272;1.9424;3.7182;1.3092;0.80449;2.3387;1.0783;4.1377;>3.9835;3.6144;0.57522;1.5858;1.1939;3.3867;2.573;2.3251;2.6431;1.8483;0.>72171;1.2262;0.63497;3.1191;2.9869;2.2986;2.1796;4.9745;3.647;1.2741;4.8>316;1.1819;1.4908;1.9345;2.0965;0.50044;1.5356;3.4539;2.4152;4.7382;3.74>4;1.1409" >as.numeric(m[1:6, ]) where m is Input > >as.numeric(Input[1:6, ]) >[1] NA NA NA NA NA NA >Warning message: >NAs introduced by coercion > > ><-----Original Message-----> >>From: Jean V Adams [jvadams@usgs.gov] >>Sent: 11/28/2012 7:21:16 AM >>To: iruckaE@mail2world.com >>Cc: r-help@r-project.org >>Subject: Re: [R] zeros in double matrix rather than character matrix >> >>Irucka, >> >>What is the code that you are using that results in a charactermatrix?>>What does the character matrix look like? >>If your matrix is called m, submit the following code and share the >results with >>us. >> >>m[1:6, ] >>as.numeric(m[1:6, ]) >> >>Jean >> >> >> >>iembry <iruckaE@mail2world.com> wrote on 11/27/2012 11:35:15 PM: >>> >>> Hi, how are you? >>> >>> I have 1000 total columns with 100 rows and I have shown 4 columnsof>100 >>> rows below. I want the zeros to be read in as numerical or integer >values >>> rather than a character. Right now I have a 100x0 character matrix >rather >>> than a 100x1000 double matrix. >>> >>> What do I need to do to read in a .csv spreadsheet with counting the >zeros >>> as a numerical or integer value? >>> >>> Thank-you. >>> >>> Irucka Embry >>> >>> >>> 0 0 0 0 >>> 0.16387 0.60612 0.87705 0.83798 >>> 0.32774 1.2122 1.7541 1.676 >>> 0.4916 1.8184 2.6312 2.5139 >>> 0.65547 2.4245 3.5082 3.3519 >>> 0.81934 3.0306 4.3853 4.1899 >>> 0.98321 3.6367 5.2623 5.0279 >>> 1.1471 4.2429 6.1394 5.8659 >>> 1.3109 4.849 7.0164 6.7038 >>> 1.4748 5.4551 7.8935 7.5418 >>> 1.6387 6.0612 8.7705 8.3798 >>> 1.8026 6.6673 9.6476 9.2178 >>> 1.9664 7.2735 10.525 10.056 >>> 2.1303 7.8796 11.402 10.894 >>> 2.2942 8.4857 12.279 11.732 >>> 2.458 9.0918 13.156 12.57 >>> 2.6219 9.6979 14.033 13.408 >>> 2.7858 10.304 14.91 14.246 >>> 2.9496 10.91 15.787 15.084 >>> 3.1135 11.516 16.664 15.922 >>> 3.2774 12.122 17.541 16.76 >>> 3.4412 12.729 18.418 17.598 >>> 3.6051 13.335 19.295 18.436 >>> 3.769 13.941 20.172 19.274 >>> 3.9328 14.547 21.049 20.112 >>> 4.0967 15.153 21.926 20.95 >>> 4.2606 15.759 22.803 21.788 >>> 4.4244 16.365 23.68 22.625 >>> 4.5883 16.971 24.557 23.463 >>> 4.7522 17.578 25.434 24.301 >>> 4.916 18..184 26.312 25.139 >>> 5.0799 18.79 27.189 25.977 >>> 5.2438 19.396 28.066 26.815 >>> 5.4077 20.002 28.943 27.653 >>> 5.5715 20.608 29.82 28.491 >>> 5.7354 21.214 30.697 29.329 >>> 5.8993 21.82 31.574 30.167 >>> 6.0631 22.426 32.451 31.005 >>> 6.227 23.033 33.328 31.843 >>> 6.3909 23.639 34.205 32.681 >>> 6.5547 24.245 35.082 33.519 >>> 6.7186 24.851 35.959 34..357 >>> 6.8825 25.457 36.836 35.195 >>> 7.0463 26.063 37.713 36.033 >>> 7.2102 26.669 38.59 36.871 >>> 7.3741 27.275 39.467 37.709 >>> 7.5379 27..882 40.344 38.547 >>> 7.7018 28.488 41.221 39.385 >>> 7.8657 29.094 42.098 40.223 >>> 8.0295 29.7 42.976 41.061 >>> 8.1934 30.306 43.853 41.899 >>> 8.1115 30.003 43.414 41.48 >>> 8.0295 29.7 42.976 41.061 >>> 7.9476 29.397 42.537 40.642 >>> 7.8657 29.094 42.098 40.223 >>> 7.7837 28.791 41.66 39.804 >>> 7.7018 28.488 41.221 39.385 >>> 7.6199 28.185 40.783 38.966 >>> 7.5379 27.882 40.344 38.547 >>> 7.456 27.579 39.906 38.128 >>> 7.3741 27.275 39.467 37.709 >>> 7.2921 26.972 39.029 37.29 >>> 7.2102 26.669 38.59 36.871 >>> 7.1283 26.366 38.152 36.452 >>> 7.0463 26.063 37.713 36.033 >>> 6.9644 25.76 37.275 35.614 >>> 6.8825 25.457 36.836 35.195 >>> 6.8005 25.154 36.398 34.776 >>> 6.7186 24.851 35.959 34.357 >>> 6.6367 24.548 35.521 33.938 >>> 6.5547 24.245 35.082 33.519 >>> 6.4728 23.942 34.644 33.1 >>> 6.3909 23.639 34.205 32.681 >>> 6.3089 23.336 33.766 32.262 >>> 6.227 23.033 33.328 31.843 >>> 6.1451 22.73 32.889 31.424 >>> 6.0631 22.426 32.451 31.005 >>> 5.9812 22.123 32.012 30.586 >>> 5.8993 21.82 31.574 30.167 >>> 5.8173 21.517 31.135 29.748 >>> 5.7354 21.214 30.697 29.329 >>> 5.6535 20.911 30.258 28.91 >>> 5.5715 20.608 29.82 28.491 >>> 5.4896 20.305 29.381 28.072 >>> 5.4077 20.002 28.943 27.653 >>> 5.3257 19.699 28.504 27.234 >>> 5.2438 19.396 28.066 26.815 >>> 5.1618 19.093 27.627 26.396 >>> 5.0799 18.79 27.189 25.977 >>> 4.998 18.487 26.75 25.558 >>> 4.916 18.184 26.312 25.139 >>> 4.8341 17.881 25.873 24.72 >>> 4.7522 17.578 25.434 24.301 >>> 4.6702 17.274 24.996 23.882 >>> 4.5883 16.971 24.557 23.463 >>> 4.5064 16.668 24.119 23.044 >>> 4.4244 16.365 23.68 22.625 >>> 4.3425 16.062 23.242 22.206 >>> 4.2606 15.759 22.803 21.788 >>> 4.1786 15.456 22.365 21.369 >>> 4.0967 15.153 21.926 20.95 >> >______________________________________________ >R-help@r-project.org mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html>and provide commented, minimal, self-contained, reproducible code. > >. ><span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br> <font color=#999999>Unlimited Email Storage – POP3 – Calendar – SMS – Translator – Much More!</font></font></span> [[alternative HTML version deleted]]
Irucka Embry
2012-Nov-28 16:10 UTC
[R] zeros in double matrix rather than character matrix
Hi Jean, the code changes that you provided below give me the double matrix that I was seeking. Thank-you again! Irucka <-----Original Message----->>From: Jean V Adams [jvadams@usgs.gov] >Sent: 11/28/2012 9:47:46 AM >To: iruckaE@mail2world.com >Cc: r-help@r-project.org >Subject: Re: [R] zeros in double matrix rather than character matrix > >Irucka, > >It looks like your file, Input_Parameter.csv, is not delimited withcommas, ",",>but with semicolons, ";". What results do you get from submitting thesecommands?> >myfile <- >"/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_GLUE_Example/Input_Parameter.csv"> >count.fields(myfile, sep=";") > >Input <- as.matrix(read.csv(myfile, sep=";")) >dim(Input) > >Input[1:6, ] > >Jean > > > >"Irucka Embry" <iruckaE@mail2world.com> wrote on 11/28/2012 07:35:29AM:>> >> Hi Jean, I am responding to the last part of your response now. >> >> Thank-you. >> >> Irucka Embry >><span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br> <font color=#999999>Unlimited Email Storage – POP3 – Calendar – SMS – Translator – Much More!</font></font></span> [[alternative HTML version deleted]]
Irucka Embry
2012-Nov-28 16:11 UTC
[R] zeros in double matrix rather than character matrix
Hi David, thank-you very much for the suggestion! The separator is a ";" rather than a ",". Thanks again. Irucka <-----Original Message----->>From: David L Carlson [dcarlson@tamu.edu] >Sent: 11/28/2012 9:56:49 AM >To: iruckaE@mail2world.com;jvadams@usgs.gov >Cc: r-help@r-project.org >Subject: RE: [R] zeros in double matrix rather than character matrix > >In read.csv() you specify sep="," but your data indicates that theseparator>is ";". I'm not sure what is going on with your header line sinceread.csv>probably converted characters that are invalid in variable names to "."so>we don't know what was there originally. Because of this, your data are >being read as a single column, not as a time, a day, and 1000 othercolumns>which appears to be what you want. > >Try looking at > >readLines(con="/home/ie/Documents/TTU/GA_Research/GLUE/R-Project/R_ >GLUE_Example/Input_Parameter.csv", n=5) > >To see what the first five lines of the file look like. > >---------------------------------------------- >David L Carlson >Associate Professor of Anthropology >Texas A&M University >College Station, TX 77843-4352 > > >> -----Original Message----- >> From: r-help-bounces@r-project.org [mailto:r-help-bounces@r- >> project.org] On Behalf Of Irucka Embry >> Sent: Wednesday, November 28, 2012 7:35 AM >> To: jvadams@usgs.gov >> Cc: r-help@r-project.org >> Subject: Re: [R] zeros in double matrix rather than character matrix >> >> Hi Jean, I am responding to the last part of your response now. >> >> Thank-you. >> >> Irucka Embry >> >> >> m[1:6, ] where m is Input >> >> Input <- >> as.matrix(read.csv("/home/ie/Documents/TTU/GA_Research/GLUE/R- >> Project/R_ >> GLUE_Example/Input_Parameter.csv", header = TRUE, sep =",")) >> > Input[1:6, ] >> [1] >>"0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >>;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;>> 0 >> ;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0;0" >> [2] >>"1;0.16387;0.60612;0.87705;0.83798;0.26256;0.2763;0.14561;0.64365;0.335>> 4 >>9;0.57083;0.77006;0.66183;0.89897;0.75467;0.29031;0.62502;0.37289;0.433>> 0 >>1;0.49257;0.32471;0.93694;0.98593;0.62572;0.19011;0.24422;0.8111;0.9222>> 6 >>;0.64808;0.54254;0.50744;0.29956;0.38237;0.18165;0.48215;0.88272;0.6831>> 3 >>;0.22463;0.94944;0.42222;0.52936;0.59623;0.73172;0.95969;0.61568;0.6552>> 2 >>;0.2822;0.63606;0.91753;0.90065;0.37887;0.83357;0.43949;0.85313;0.2142;>> 0 >>.12122;0.44879;0.33948;0.70395;0.81464;0.38951;0.17642;0.76111;0.51108;>> 0 >>.22062;0.17044;0.24061;0.46663;0.84428;0.12734;0.67585;0.19788;0.20239;>> 0 >>.34844;0.58319;0.45463;0.10807;0.258;0.60392;0.55876;0.22981;0.80121;0.>> 3 >>1447;0.93271;0.96714;0.91037;0.3084;0.51829;0.82599;0.88896;0.47315;0.7>> 0 >>677;0.99733;0.13205;0.73721;0.50304;0.74288;0.97735;0.15275;0.40228;0.3>> 6 >>195;0.56508;0.71566;0.41248;0.98537;0.32182;0.86758;0.78487;0.72197;0.5>> 8 >>076;0.76553;0.79643;0.55342;0.86057;0.43115;0.27003;0.40491;0.47662;0.1>> 4 >>263;0.78235;0.69486;0.68461;0.95001;0.5389;0.35661;0.10436;0.37507;0.24>> 9 >>1;0.75866;0.79426;0.65903;0.67794;0.38747;0.2944;0.3983;0.50353;0.91636>> ; >>0.10283;0.89477;0.86574;0.72631;0.30284;0.18385;0.21612;0.52759;0.23951>> ; >>0.69803;0.41437;0.39506;0.16011;0.72891;0.98161;0.56265;0.55711;0.84931>> ; >>0.54748;0.96904;0.99416;0.44459;0.63225;0.57523;0.25254;0.74712;0.85737>> ; >>0.46101;0.9557;0.407;0.45907;0.43516;0.92999;0.69316;0.80659;0.11744;0.>> 7 >>1214;0.49746;0.78861;0.15753;0.96308;0.20496;0.77477;0.97468;0.45122;0.>> 1 >>327;0.3524;0.42668;0.29224;0.41686;0.34281;0.82046;0.60894;0.63943;0.46>> 9 >>7;0.36658;0.31162;0.51593;0.71114;0.94043;0.88079;0.58621;0.98921;0.943>> 2 >>7;0.18997;0.17323;0.27808;0.77802;0.12171;0.52472;0.49058;0.20902;0.829>> 8 >>1;0.67163;0.26837;0.80298;0.8403;0.54432;0.61396;0.16737;0.47944;0.1370>> 7 >>;0.81744;0.68852;0.28714;0.34828;0.92547;0.59784;0.76832;0.26095;0.5324>> 2 >>;0.22671;0.90294;0.73607;0.87097;0.19499;0.329;0.90911;0.65389;0.88801;>> 0 >>.23519;0.36569;0.33266;0.84875;0.58994;0.48743;0.14947;0.66768;0.62139;>> 0 >>.64353;0.57208;0.75155;0.11168;0.31866;0.49782;0.62012;0.60425;0.914;0.>> 8 >>3895;0.17544;0.26577;0.31683;0.25379;0.48137;0.57997;0.5623;0.94104;0.8>> 1 >>082;0.87554;0.33844;0.94632;0.42078;0.64148;0.78158;0.27821;0.70926;0.3>> 4 >>503;0.289;0.67983;0.60109;0.25972;0.11895;0.28492;0.53472;0.33135;0.237>> 9 >>3;0.69992;0.16207;0.52118;0.9536;0.13859;0.144;0.65158;0.69613;0.74928;>> 0 >>.89729;0.31054;0.1852;0.45022;0.39584;0.32596;0.42435;0.97199;0.55087;0>> . >>81453;0.805;0.35818;0.74021;0.92287;0.74487;0.16535;0.52604;0.86207;0.1>> 9 >>615;0.62864;0.90188;0.61817;0.7328;0.22923;0.83171;0.99911;0.56017;0.76>> 0 >>15;0.65784;0.84201;0.40332;0.79123;0.68633;0.63297;0.90811;0.10145;0.87>> 8 >>64;0.79086;0.51383;0.24593;0.49222;0.85477;0.58467;0.59263;0.10935;0.30>> 5 >>71;0.36858;0.95838;0.21099;0.97018;0.92842;0.71449;0.57349;0.2194;0.126>> 0 >>3;0.76358;0.98343;0.72376;0.13506;0.40966;0.20301;0.8642;0.47228;0.6704>> 4 >>;0.50648;0.45759;0.77242;0.30158;0.98918;0.43739;0.48407;0.23317;0.3804>> 1 >>;0.36369;0.15546;0.53941;0.39169;0.46186;0.44104;0.66542;0.82259;0.8917>> 8 >>;0.38597;0.19298;0.7521;0.28072;0.56646;0.5373;0.88444;0.70233;0.88611;>> 0 >>.97527;0.2338;0.62938;0.81917;0.85214;0.80003;0.10612;0.44207;0.33658;0>> . >>73493;0.12957;0.75576;0.93342;0.1412;0.25056;0.29747;0.86986;0.46817;0.>> 5 >>2239;0.14764;0.51566;0.79799;0.84658;0.3515;0.72756;0.66498;0.17899;0.3>> 2 >>811;0.51007;0.71942;0.18721;0.1246;0.58797;0.93808;0.8353;0.15761;0.212>> 8 >>9;0.45307;0.24313;0.65052;0.82521;0.56903;0.94513;0.47592;0.57767;0.892>> 9 >>6;0.80766;0.49542;0.96481;0.16897;0.34323;0.913;0.82862;0.11552;0.74123>> ; >>0.87282;0.61058;0.11391;0.30468;0.77959;0.90513;0.26524;0.43193;0.66079>> ; >>0.41631;0.35932;0.38262;0.91961;0.99223;0.18004;0.39103;0.59978;0.31384>> ; >>0.67293;0.77629;0.50124;0.27344;0.54635;0.62357;0.27215;0.85841;0.78669>> ; >>0.44646;0.70521;0.5935;0.42904;0.19958;0.25599;0.20706;0.53067;0.95147;>> 0 >>.98019;0.32022;0.96182;0.21847;0.29409;0.54891;0.15204;0.37143;0.71809;>> 0 >>.46428;0.6895;0.92633;0.99618;0.22244;0.61259;0.64678;0.76625;0.67602;0>> . >>35435;0.63659;0.40837;0.42021;0.37679;0.39931;0.55495;0.48631;0.69134;0>> . >>73434;0.97776;0.42687;0.46567;0.4997;0.76208;0.86603;0.34455;0.38443;0.>> 9 >>8749;0.26799;0.96047;0.44357;0.33757;0.85355;0.74214;0.34988;0.45666;0.>> 3 >>004;0.8961;0.5171;0.83132;0.62797;0.79244;0.92521;0.64248;0.90234;0.130>> 3 >>4;0.87844;0.31149;0.89075;0.17282;0.5857;0.52539;0.3682;0.40942;0.59205>> ; >>0.15076;0.2646;0.35901;0.11983;0.54078;0.68571;0.28919;0.48845;0.49428;>> 0 >>.56618;0.39307;0.32368;0.6707;0.83646;0.37602;0.98053;0.16795;0.81587;0>> . >>5237;0.39703;0.91811;0.41408;0.76261;0.94433;0.46992;0.68053;0.21222;0.>> 3 >>2128;0.7895;0.80641;0.27701;0.77396;0.63731;0.20782;0.70338;0.57611;0.9>> 3 >>215;0.19121;0.22178;0.43238;0.36096;0.50899;0.18298;0.91109;0.7832;0.53>> 8 >>14;0.30638;0.65699;0.55424;0.66641;0.14673;0.64903;0.80463;0.24826;0.96>> 5 >>21;0.87147;0.69524;0.22746;0.44803;0.16241;0.10189;0.73214;0.57293;0.23>> 7 >>64;0.59905;0.86266;0.41807;0.61674;0.11235;0.2841;0.12872;0.25399;0.824>> 4 >>8;0.75011;0.54954;0.6226;0.48066;0.99303;0.60688;0.84741;0.93708;0.1392>> 9 >>;0.2344;0.7188;0.7061;0.72538;0.194;0.95087;0.2258;0.60205;0.23193;0.33>> 9 >>29;0.87405;0.50515;0.97362;0.18231;0.31956;0.48498;0.25841;0.58211;0.74>> 6 >>04;0.82095;0.63522;0.44118;0.71374;0.88482;0.76695;0.58912;0.17668;0.20>> 3 >>9;0.66002;0.42208;0.17003;0.60829;0.843;0.56861;0.29627;0.9568;0.65259;>> 0 >>.62067;0.18788;0.28109;0.12286;0.85132;0.89407;0.20804;0.67484;0.15413;>> 0 >>.75754;0.32744;0.27446;0.93918;0.77943;0.66342;0.91519;0.77167;0.38996;>> 0 >>.51957;0.88194;0.70117;0.838;0.90613;0.14956;0.95499;0.61321;0.71066;0.>> 8 >>1679;0.99845;0.47461;0.40587;0.69267;0.97078;0.53159;0.9839;0.35294;0.8>> 1 >>198;0.33041;0.92896;0.21741;0.51258;0.46033;0.55239;0.63164;0.43792;0.7>> 5 >>406;0.59442;0.64523;0.55797;0.67893;0.68738;0.56154;0.47416;0.34571;0.3>> 6 >>482;0.83064;0.94788;0.4122;0.30367;0.90727;0.37777;0.73893;0.72121;0.49>> 6 >>18;0.10826;0.80074;0.31558;0.86772;0.53443;0.45383;0.72659;0.54283;0.10>> 5 >>02;0.38396;0.45226;0.25725;0.92087;0.42838;0.13397;0.11628;0.99057;0.29>> 3 >>45;0.27078;0.7955;0.15855;0.85643;0.24143;0.78514;0.20051;0.3719;0.1419>> 1 >>;0.24742;0.49121;0.40048;0.97853;0.36185;0.49369;0.27512;0.66311;0.3228>> ; >>0.83332;0.43913;0.55596;0.21991;0.61904;0.18865;0.46292;0.19644;0.21505>> ; >>0.52672;0.94404;0.16424;0.25125;0.14798;0.34102;0.47138;0.28593;0.17162>> ; >>0.96844;0.39374;0.5022;0.90893;0.3813;0.47797;0.45568;0.83481;0.53307;0>> . >>9635;0.7933;0.78041;0.71527;0.26739;0.81287;0.73066;0.15619;0.33447;0.9>> 9 >>14;0.74631;0.34743;0.99717;0.85893;0.87394;0.51917;0.77126;0.58345;0.75>> 6 >>51;0.93542;0.42314;0.80286;0.88318;0.97655;0.1185;0.61625;0.93492;0.223>> 7 >>4;0.89989;0.66947;0.63861;0.85001;0.57908;0.42963;0.10719;0.70159;0.868>> 6 >>7;0.37059;0.60977;0.24259;0.55095;0.70806;0.60296;0.3254;0.64837;0.4152>> 8 >>;0.88665;0.8922;0.17818;0.18065;0.2056;0.40297;0.56792;0.29546;0.68365;>> 0 >>.44664;0.76957;0.11302;0.54108;0.43408;0.5752;0.84453;0.23098;0.59064;0>> . >>13073;0.69729;0.75258;0.6559;0.92725;0.92064;0.78724;0.73659;0.35634;0.>> 8 >>0947;0.8268;0.62667;0.3025;0.72068;0.29117;0.2499;0.12428;0.48536;0.681>> 7 >>6;0.64617;0.30917;0.13973;0.95648;0.4011;0.26365;0.50411;0.51162;0.3792>> 3 >>;0.16655;0.28352;0.88006;0.85587;0.9417;0.27133;0.57834;0.13574;0.92409>> ; >>0.93133;0.84527;0.87661;0.91181;0.77744;0.77569;0.8416;0.68997;0.57013;>> 0 >>.15344;0.3332;0.36393;0.54475;0.1106;0.60551;0.90413;0.86402;0.76426;0.>> 6 >>992;0.27971;0.56429;0.40681;0.35478;0.39621;0.95943;0.61194;0.58713;0.2>> 8 >>72;0.49888;0.19205;0.1746;0.13629;0.63069;0.81906;0.47825;0.18614;0.535>> 9 >>4;0.88951;0.89749;0.52121;0.70986;0.8089;0.34159;0.63383;0.71656;0.2011>> 1 >>;0.64042;0.65802;0.95309;0.73982;0.19839;0.48882;0.65285;0.33032;0.9869>> ; >>0.98207;0.7591;0.55937;0.9158;0.97244;0.67414;0.41136;0.50781;0.31264;0>> . >>79849;0.82306;0.66849;0.37395;0.59521;0.44959;0.20997;0.54656;0.35047;0>> . >>44538;0.85965;0.78825;0.42544;0.38849;0.74364;0.26185;0.1609;0.46773;0.>> 2 >>1567;0.82754;0.7967;0.72289;0.11504;0.31716;0.23877;0.67734;0.5146;0.46>> 5 >>01;0.52862;0.36967;0.14434;0.24524;0.12699;0.62383;0.59737;0.45972;0.43>> 5 >>91;0.9949;0.7294;0.25483;0.96632;0.23638;0.29816;0.38691;0.41931;0.1000>> 9 >> ;0.30712;0.69079;0.48303;0.94765;0.7488;0.22819" >> [3] >>"2;0.32774;1.2122;1.7541;1.676;0.52511;0.55259;0.29122;1.2873;0.67097;1>> . >>1417;1.5401;1.3237;1.7979;1.5093;0.58061;1.25;0.74578;0.86603;0.98515;0>> . >>64942;1.8739;1.9719;1.2514;0.38021;0.48845;1.6222;1.8445;1.2962;1.0851;>> 1 >>.0149;0.59912;0.76475;0.3633;0.96429;1.7654;1.3663;0.44925;1.8989;0.844>> 4 >>4;1.0587;1.1925;1.4634;1.9194;1.2314;1.3104;0.5644;1.2721;1.8351;1.8013>> ; >>0.75773;1.6671;0.87899;1.7063;0.4284;0.24245;0.89758;0.67896;1.4079;1.6>> 2 >>93;0.77902;0.35283;1.5222;1.0222;0.44124;0.34088;0.48121;0.93326;1.6886>> ; >>0.25467;1.3517;0.39577;0.40479;0.69687;1.1664;0.90927;0.21613;0.51601;1>> . >>2078;1.1175;0.45962;1.6024;0.62893;1.8654;1.9343;1.8207;0.6168;1.0366;1>> . >>652;1.7779;0.9463;1.4135;1.9947;0.2641;1.4744;1.0061;1.4858;1.9547;0.30>> 5 >>5;0.80457;0.7239;1.1302;1.4313;0.82496;1.9707;0.64363;1.7352;1.5697;1.4>> 4 >>39;1.1615;1.5311;1.5929;1.1068;1.7211;0.8623;0.54006;0.80982;0.95324;0.>> 2 >>8527;1.5647;1.3897;1.3692;1.9;1.0778;0.71323;0.20873;0.75015;0.49819;1.>> 5 >>173;1.5885;1.3181;1.3559;0.77493;0.5888;0.79661;1.0071;1.8327;0.20566;1>> . >>7895;1.7315;1.4526;0.60569;0.36769;0.43224;1.0552;0.47902;1.3961;0.8287>> 5 >>;0.79012;0.32023;1.4578;1.9632;1.1253;1.1142;1.6986;1.095;1.9381;1.9883>> ; >>0.88918;1.2645;1.1505;0.50507;1.4942;1.7147;0.92203;1.9114;0.814;0.9181>> 5 >>;0.87032;1.86;1.3863;1.6132;0.23488;1.4243;0.99493;1.5772;0.31505;1.926>> 2 >>;0.40991;1.5495;1.9494;0.90244;0.2654;0.70481;0.85336;0.58447;0.83373;0>> . >>68562;1.6409;1.2179;1.2789;0.9394;0.73316;0.62325;1.0319;1.4223;1.8809;>> 1 >>.7616;1.1724;1.9784;1.8865;0.37993;0.34646;0.55616;1.556;0.24341;1.0494>> ; >>0.98117;0.41805;1.6596;1.3433;0.53674;1.606;1.6806;1.0886;1.2279;0.3347>> 4 >>;0.95887;0.27415;1.6349;1.377;0.57429;0.69655;1.8509;1.1957;1.5366;0.52>> 1 >>9;1.0648;0.45342;1.8059;1.4721;1.7419;0.38997;0.65801;1.8182;1.3078;1.7>> 7 >>6;0.47038;0.73137;0.66533;1.6975;1.1799;0.97486;0.29893;1.3354;1.2428;1>> . >>2871;1.1442;1.5031;0.22335;0.63733;0.99563;1.2402;1.2085;1.828;1.6779;0>> . >>35088;0.53154;0.63367;0.50759;0.96273;1.1599;1.1246;1.8821;1.6216;1.751>> 1 >>;0.67688;1.8926;0.84157;1.283;1.5632;0.55641;1.4185;0.69006;0.57799;1.3>> 5 >>97;1.2022;0.51944;0.23789;0.56985;1.0694;0.66271;0.47586;1.3998;0.32414>> ; >>1.0424;1.9072;0.27717;0.288;1.3032;1.3923;1.4986;1.7946;0.62108;0.3704;>> 0 >>.90043;0.79168;0.65191;0.84871;1.944;1.1017;1.6291;1.61;0.71637;1.4804;>> 1 >>.8457;1.4897;0.3307;1.0521;1.7241;0.3923;1.2573;1.8038;1.2363;1.4656;0.>> 4 >>5847;1.6634;1.9982;1.1203;1.5203;1.3157;1.684;0.80663;1.5825;1.3727;1.2>> 6 >>59;1.8162;0.2029;1.7573;1.5817;1.0277;0.49185;0.98444;1.7095;1.1693;1.1>> 8 >>53;0.21869;0.61143;0.73716;1.9168;0.42198;1.9404;1.8568;1.429;1.147;0.4>> 3 >>88;0.25207;1.5272;1.9669;1.4475;0.27013;0.81933;0.40601;1.7284;0.94457;>> 1 >>.3409;1.013;0.91517;1.5448;0.60315;1.9784;0.87479;0.96815;0.46634;0.760>> 8 >>2;0.72739;0.31092;1.0788;0.78338;0.92371;0.88208;1.3308;1.6452;1.7836;0>> . >>77193;0.38595;1.5042;0.56144;1.1329;1.0746;1.7689;1.4047;1.7722;1.9505;>> 0 >>.46759;1.2588;1.6383;1.7043;1.6001;0.21224;0.88413;0.67316;1.4699;0.259>> 1 >>4;1.5115;1.8668;0.28239;0.50113;0.59494;1.7397;0.93634;1.0448;0.29528;1>> . >>0313;1.596;1.6932;0.70299;1.4551;1.33;0.35799;0.65622;1.0201;1.4388;0.3>> 7 >>442;0.24919;1.1759;1.8762;1.6706;0.31522;0.42579;0.90615;0.48625;1.301;>> 1 >>.6504;1.1381;1.8903;0.95183;1.1553;1.7859;1.6153;0.99085;1.9296;0.33793>> ; >>0.68647;1.826;1.6572;0.23104;1.4825;1.7456;1.2212;0.22783;0.60935;1.559>> 2 >>;1.8103;0.53048;0.86386;1.3216;0.83262;0.71863;0.76525;1.8392;1.9845;0.>> 3 >>6009;0.78206;1.1996;0.62769;1.3459;1.5526;1.0025;0.54687;1.0927;1.2471;>> 0 >>.5443;1.7168;1.5734;0.89292;1.4104;1.187;0.85807;0.39915;0.51197;0.4141>> 3 >>;1.0613;1.9029;1.9604;0.64044;1.9236;0.43693;0.58818;1.0978;0.30407;0.7>> 4 >>286;1.4362;0.92856;1.379;1.8527;1.9924;0.44488;1.2252;1.2936;1.5325;1.3>> 5 >>2;0.7087;1.2732;0.81675;0.84041;0.75358;0.79861;1.1099;0.97262;1.3827;1>> . >>4687;1.9555;0.85374;0.93134;0.99941;1.5242;1.7321;0.6891;0.76887;1.975;>> 0 >>.53597;1.9209;0.88714;0.67513;1.7071;1.4843;0.69976;0.91332;0.60081;1.7>> 9 >>22;1.0342;1.6626;1.2559;1.5849;1.8504;1.285;1.8047;0.26069;1.7569;0.622>> 9 >>7;1.7815;0.34564;1.1714;1.0508;0.73639;0.81883;1.1841;0.30152;0.5292;0.>> 7 >>1802;0.23966;1.0816;1.3714;0.57839;0.9769;0.98856;1.1324;0.78614;0.6473>> 6 >>;1.3414;1.6729;0.75203;1.9611;0.3359;1.6317;1.0474;0.79406;1.8362;0.828>> 1 >>7;1.5252;1.8887;0.93984;1.3611;0.42445;0.64255;1.579;1.6128;0.55402;1.5>> 4 >>79;1.2746;0.41563;1.4068;1.1522;1.8643;0.38242;0.44356;0.86476;0.72191;>> 1 >>.018;0.36596;1.8222;1.5664;1.0763;0.61275;1.314;1.1085;1.3328;0.29347;1>> . >>2981;1.6093;0.49652;1.9304;1.7429;1.3905;0.45492;0.89606;0.32481;0.2037>> 7 >>;1.4643;1.1459;0.47528;1.1981;1.7253;0.83614;1.2335;0.2247;0.5682;0.257>> 4 >>4;0.50798;1.649;1.5002;1.0991;1.2452;0.96132;1.9861;1.2138;1.6948;1.874>> 2 >>;0.27859;0.46881;1.4376;1.4122;1.4508;0.38801;1.9017;0.4516;1.2041;0.46>> 3 >>86;0.67858;1.7481;1.0103;1.9472;0.36462;0.63913;0.96996;0.51682;1.1642;>> 1 >>.4921;1.6419;1.2704;0.88236;1.4275;1.7696;1.5339;1.1782;0.35337;0.40781>> ; >>1.32;0.84415;0.34007;1.2166;1.686;1.1372;0.59255;1.9136;1.3052;1.2413;0>> . >>37577;0.56219;0.24571;1.7026;1.7881;0.41608;1.3497;0.30826;1.5151;0.654>> 8 >>8;0.54891;1.8784;1.5589;1.3268;1.8304;1.5433;0.77991;1.0391;1.7639;1.40>> 2 >>3;1.676;1.8123;0.29912;1.91;1.2264;1.4213;1.6336;1.9969;0.94921;0.81173>> ; >>1.3853;1.9416;1.0632;1.9678;0.70589;1.624;0.66083;1.8579;0.43482;1.0252>> ; >>0.92066;1.1048;1.2633;0.87585;1.5081;1.1888;1.2905;1.1159;1.3579;1.3748>> ; >>1.1231;0.94832;0.69141;0.72964;1.6613;1.8958;0.82439;0.60734;1.8145;0.7>> 5 >>554;1.4779;1.4424;0.99237;0.21652;1.6015;0.63116;1.7354;1.0689;0.90765;>> 1 >>.4532;1.0857;0.21005;0.76793;0.90452;0.5145;1.8417;0.85675;0.26793;0.23>> 2 >>57;1.9811;0.58691;0.54156;1.591;0.31711;1.7129;0.48286;1.5703;0.40103;0>> . >>74381;0.28381;0.49483;0.98242;0.80095;1.9571;0.72371;0.98738;0.55024;1.>> 3 >>262;0.6456;1.6666;0.87827;1.1119;0.43983;1.2381;0.3773;0.92584;0.39288;>> 0 >>.4301;1.0534;1.8881;0.32849;0.50251;0.29595;0.68204;0.94276;0.57185;0.3>> 4 >>325;1.9369;0.78749;1.0044;1.8179;0.7626;0.95595;0.91135;1.6696;1.0661;1>> . >>927;1.5866;1.5608;1.4305;0.53479;1.6257;1.4613;0.31239;0.66895;1.9828;1>> . >>4926;0.69486;1.9943;1.7179;1.7479;1.0383;1.5425;1.1669;1.513;1.8708;0.8>> 4 >>627;1.6057;1.7664;1.9531;0.237;1.2325;1.8698;0.44748;1.7998;1.3389;1.27>> 7 >>2;1.7;1.1582;0.85925;0.21437;1.4032;1.7373;0.74118;1.2195;0.48519;1.101>> 9 >>;1.4161;1.2059;0.65081;1.2967;0.83056;1.7733;1.7844;0.35635;0.3613;0.41>> 1 >>19;0.80594;1.1358;0.59093;1.3673;0.89328;1.5391;0.22604;1.0822;0.86816;>> 1 >>.1504;1.6891;0.46196;1.1813;0.26145;1.3946;1.5052;1.3118;1.8545;1.8413;>> 1 >>.5745;1.4732;0.71267;1.6189;1.6536;1.2533;0.60499;1.4414;0.58234;0.4998>> ; >>0.24856;0.97073;1.3635;1.2923;0.61834;0.27947;1.913;0.80221;0.5273;1.00>> 8 >>2;1.0232;0.75846;0.33311;0.56705;1.7601;1.7117;1.8834;0.54265;1.1567;0.>> 2 >>7149;1.8482;1.8627;1.6905;1.7532;1.8236;1.5549;1.5514;1.6832;1.3799;1.1>> 4 >>03;0.30688;0.6664;0.72787;1.0895;0.22121;1.211;1.8083;1.728;1.5285;1.39>> 8 >>4;0.55942;1.1286;0.81363;0.70956;0.79241;1.9189;1.2239;1.1743;0.57441;0>> . >>99777;0.3841;0.3492;0.27259;1.2614;1.6381;0.95649;0.37229;1.0719;1.779;>> 1 >>.795;1.0424;1.4197;1.6178;0.68317;1.2677;1.4331;0.40221;1.2808;1.316;1.>> 9 >>062;1.4796;0.39677;0.97763;1.3057;0.66064;1.9738;1.9641;1.5182;1.1187;1>> . >>8316;1.9449;1.3483;0.82271;1.0156;0.62527;1.597;1.6461;1.337;0.7479;1.1>> 9 >>04;0.89919;0.41994;1.0931;0.70094;0.89077;1.7193;1.5765;0.85088;0.77698>> ; >>1.4873;0.5237;0.3218;0.93547;0.43133;1.6551;1.5934;1.4458;0.23009;0.634>> 3 >>2;0.47754;1.3547;1.0292;0.93002;1.0572;0.73933;0.28868;0.49047;0.25399;>> 1 >>.2477;1.1947;0.91943;0.87182;1.9898;1.4588;0.50965;1.9326;0.47276;0.596>> 3 >>3;0.77382;0.83861;0.20018;0.61424;1.3816;0.96606;1.8953;1.4976;0.45638">> [4] >>"3;0.4916;1.8184;2.6312;2.5139;0.78767;0.82889;0.43683;1.9309;1.0065;1.>> 7 >>125;2.3102;1.9855;2.6969;2.264;0.87092;1.875;1.1187;1.299;1.4777;0.9741>> 3 >>;2.8108;2.9578;1.8772;0.57032;0.73267;2.4333;2.7668;1.9442;1.6276;1.522>> 3 >>;0.89868;1.1471;0.54496;1.4464;2.6482;2.0494;0.67388;2.8483;1.2667;1.58>> 8 >>1;1.7887;2.1951;2.8791;1.847;1.9656;0.8466;1.9082;2.7526;2.7019;1.1366;>> 2 >>.5007;1.3185;2.5594;0.6426;0.36367;1.3464;1.0184;2.1118;2.4439;1.1685;0>> . >>52925;2.2833;1.5332;0.66185;0.51132;0.72182;1.3999;2.5328;0.38201;2.027>> 6 >>;0.59365;0.60718;1.0453;1.7496;1.3639;0.3242;0.77401;1.8118;1.6763;0.68>> 9 >>43;2.4036;0.9434;2.7981;2.9014;2.7311;0.92521;1.5549;2.478;2.6669;1.419>> 5 >>;2.1203;2.992;0.39616;2.2116;1.5091;2.2286;2.9321;0.45826;1.2068;1.0859>> ; >>1.6952;2.147;1.2374;2.9561;0.96545;2.6027;2.3546;2.1659;1.7423;2.2966;2>> . >>3893;1.6603;2.5817;1.2934;0.81008;1.2147;1.4299;0.4279;2.3471;2.0846;2.>> 0 >>538;2.85;1.6167;1.0698;0.31309;1.1252;0.74729;2.276;2.3828;1.9771;2.033>> 8 >>;1.1624;0.8832;1.1949;1.5106;2.7491;0.30848;2.6843;2.5972;2.1789;0.9085>> 3 >>;0.55154;0.64836;1.5828;0.71852;2.0941;1.2431;1.1852;0.48034;2.1867;2.9>> 4 >>48;1.688;1.6713;2.5479;1.6424;2.9071;2.9825;1.3338;1.8967;1.7257;0.7576>> 1 >>;2.2414;2.5721;1.383;2.8671;1.221;1.3772;1.3055;2.79;2.0795;2.4198;0.35>> 2 >>31;2.1364;1.4924;2.3658;0.47258;2.8892;0.61487;2.3243;2.924;1.3537;0.39>> 8 >>1;1.0572;1.28;0.87671;1.2506;1.0284;2.4614;1.8268;1.9183;1.4091;1.0997;>> 0 >>.93487;1.5478;2.1334;2.8213;2.6424;1.7586;2.9676;2.8298;0.5699;0.51969;>> 0 >>.83424;2.3341;0.36512;1.5742;1.4718;0.62707;2.4894;2.0149;0.8051;2.4089>> ; >>2.5209;1.6329;1.8419;0.50211;1.4383;0.41122;2.4523;2.0656;0.86143;1.044>> 8 >>;2.7764;1.7935;2.305;0.78286;1.5972;0.68013;2.7088;2.2082;2.6129;0.5849>> 6 >>;0.98701;2.7273;1.9617;2.664;0.70557;1.0971;0.99799;2.5462;1.7698;1.462>> 3 >>;0.4484;2.003;1.8642;1.9306;1.7162;2.2546;0.33503;0.95599;1.4934;1.8604>> ; >>1.8128;2.742;2.5169;0.52633;0.79731;0.9505;0.76138;1.4441;1.7399;1.6869>> ; >>2.8231;2.4325;2.6266;1.0153;2.839;1.2624;1.9245;2.3447;0.83462;2.1278;1>> . >>0351;0.86699;2.0395;1.8033;0.77916;0.35684;0.85477;1.6042;0.99406;0.713>> 7 >>9;2.0998;0.48621;1.5635;2.8608;0.41576;0.432;1.9547;2.0884;2.2478;2.691>> 9 >>;0.93162;0.5556;1.3506;1.1875;0.97787;1.2731;2.916;1.6526;2.4436;2.415;>> 1 >>.0745;2.2206;2.7686;2.2346;0.49605;1.5781;2.5862;0.58846;1.8859;2.7056;>> 1 >>.8545;2.1984;0.6877;2.4951;2.9973;1.6805;2.2804;1.9735;2.526;1.2099;2.3>> 7 >>37;2.059;1.8989;2.7243;0.30435;2.6359;2.3726;1.5415;0.73778;1.4767;2.56>> 4 >>3;1.754;1.7779;0.32804;0.91714;1.1057;2.8751;0.63297;2.9105;2.7853;2.14>> 3 >>5;1.7205;0.6582;0.3781;2.2908;2.9503;2.1713;0.40519;1.229;0.60902;2.592>> 6 >>;1.4168;2.0113;1.5194;1.3728;2.3173;0.90473;2.9675;1.3122;1.4522;0.6995>> 1 >>;1.1412;1.0911;0.46638;1.6182;1.1751;1.3856;1.3231;1.9963;2.4678;2.6753>> ; >>1.1579;0.57893;2.2563;0.84217;1.6994;1.6119;2.6533;2.107;2.6583;2.9258;>> 0 >>.70139;1.8881;2.4575;2.5564;2.4001;0.31836;1.3262;1.0097;2.2048;0.38872>> ; >>2.2673;2.8003;0.42359;0.75169;0.89242;2.6096;1.4045;1.5672;0.44292;1.54>> 7 >>;2.394;2.5397;1.0545;2.1827;1.9949;0.53698;0.98433;1.5302;2.1583;0.5616>> 2 >>;0.37379;1.7639;2.8142;2.5059;0.47283;0.63868;1.3592;0.72938;1.9516;2.4>> 7 >>56;1.7071;2.8354;1.4277;1.733;2.6789;2.423;1.4863;2.8944;0.5069;1.0297;>> 2 >>.739;2.4858;0.34655;2.2237;2.6184;1.8317;0.34174;0.91403;2.3388;2.7154;>> 0 >>.79571;1.2958;1.9824;1.2489;1.0779;1.1479;2.7588;2.9767;0.54013;1.1731;>> 1 >>.7993;0.94153;2.0188;2.3289;1.5037;0.82031;1.6391;1.8707;0.81645;2.5752>> ; >>2.3601;1.3394;2.1156;1.7805;1.2871;0.59873;0.76796;0.62119;1.592;2.8544>> ; >>2.9406;0.96065;2.8855;0.6554;0.88227;1.6467;0.45611;1.1143;2.1543;1.392>> 8 >>;2.0685;2.779;2.9885;0.66732;1.8378;1.9403;2.2987;2.0281;1.0631;1.9098;>> 1 >>.2251;1.2606;1.1304;1.1979;1.6649;1.4589;2.074;2.203;2.9333;1.2806;1.39>> 7 >>;1.4991;2.2862;2.5981;1.0336;1.1533;2.9625;0.80396;2.8814;1.3307;1.0127>> ; >>2.5607;2.2264;1.0496;1.37;0.90121;2.6883;1.5513;2.494;1.8839;2.3773;2.7>> 7 >>56;1.9274;2.707;0.39103;2.6353;0.93446;2.6722;0.51846;1.7571;1.5762;1.1>> 0 >>46;1.2283;1.7761;0.45227;0.79381;1.077;0.35949;1.6223;2.0571;0.86758;1.>> 4 >>653;1.4828;1.6985;1.1792;0.97105;2.0121;2.5094;1.1281;2.9416;0.50385;2.>> 4 >>476;1.5711;1.1911;2.7543;1.2423;2.2878;2.833;1.4098;2.0416;0.63667;0.96>> 3 >>83;2.3685;2.4192;0.83102;2.3219;1.9119;0.62345;2.1101;1.7283;2.7965;0.5>> 7 >>362;0.66534;1.2971;1.0829;1.527;0.54893;2.7333;2.3496;1.6144;0.91913;1.>> 9 >>71;1.6627;1.9992;0.4402;1.9471;2.4139;0.74479;2.8956;2.6144;2.0857;0.68>> 2 >>39;1.3441;0.48722;0.30566;2.1964;1.7188;0.71292;1.7972;2.588;1.2542;1.8>> 5 >>02;0.33705;0.8523;0.38617;0.76196;2.4734;2.2503;1.6486;1.8678;1.442;2.9>> 7 >>91;1.8206;2.5422;2.8113;0.41788;0.70321;2.1564;2.1183;2.1762;0.58201;2.>> 8 >>526;0.6774;1.8061;0.69579;1.0179;2.6222;1.5155;2.9208;0.54693;0.95869;1>> . >>4549;0.77523;1.7463;2.2381;2.4629;1.9057;1.3235;2.1412;2.6545;2.3008;1.>> 7 >>673;0.53005;0.61171;1.9801;1.2662;0.5101;1.8249;2.529;1.7058;0.88882;2.>> 8 >>704;1.9578;1.862;0.56365;0.84328;0.36857;2.554;2.6822;0.62412;2.0245;0.>> 4 >>6239;2.2726;0.98232;0.82337;2.8175;2.3383;1.9903;2.7456;2.315;1.1699;1.>> 5 >>587;2.6458;2.1035;2.514;2.7184;0.44868;2.865;1.8396;2.132;2.4504;2.9953>> ; >>1.4238;1.2176;2.078;2.9123;1.5948;2.9517;1.0588;2.4359;0.99124;2.7869;0>> . >>65223;1.5377;1.381;1.6572;1.8949;1.3138;2.2622;1.7832;1.9357;1.6739;2.0>> 3 >>68;2.0622;1.6846;1.4225;1.0371;1.0945;2.4919;2.8437;1.2366;0.91101;2.72>> 1 >>8;1.1333;2.2168;2.1636;1.4885;0.32478;2.4022;0.94674;2.6032;1.6033;1.36>> 1 >>5;2.1798;1.6285;0.31507;1.1519;1.3568;0.77176;2.7626;1.2851;0.4019;0.34>> 8 >>85;2.9717;0.88036;0.81233;2.3865;0.47566;2.5693;0.72428;2.3554;0.60154;>> 1 >>.1157;0.42572;0.74225;1.4736;1.2014;2.9356;1.0856;1.4811;0.82536;1.9893>> ; >>0.96841;2.5;1.3174;1.6679;0.65974;1.8571;0.56595;1.3888;0.58932;0.64515>> ; >>1.5802;2.8321;0.49273;0.75376;0.44393;1.0231;1.4141;0.85778;0.51487;2.9>> 0 >>53;1.1812;1.5066;2.7268;1.1439;1.4339;1.367;2.5044;1.5992;2.8905;2.3799>> ; >>2.3412;2.1458;0.80218;2.4386;2.192;0.46858;1.0034;2.9742;2.2389;1.0423;>> 2 >>.9915;2.5768;2.6218;1.5575;2.3138;1.7503;2.2695;2.8063;1.2694;2.4086;2.>> 6 >>495;2.9297;0.3555;1.8488;2.8048;0.67123;2.6997;2.0084;1.9158;2.55;1.737>> 2 >>;1.2889;0.32156;2.1048;2.606;1.1118;1.8293;0.72778;1.6529;2.1242;1.8089>> ; >>0.97621;1.9451;1.2458;2.6599;2.6766;0.53453;0.54195;0.61679;1.2089;1.70>> 3 >>8;0.88639;2.0509;1.3399;2.3087;0.33906;1.6232;1.3022;1.7256;2.5336;0.69>> 2 >>94;1.7719;0.39218;2.0919;2.2577;1.9677;2.7817;2.7619;2.3617;2.2098;1.06>> 9 >>;2.4284;2.4804;1.88;0.90749;2.162;0.87351;0.74971;0.37284;1.4561;2.0453>> ; >>1.9385;0.92751;0.4192;2.8694;1.2033;0.79095;1.5123;1.5348;1.1377;0.4996>> 6 >>;0.85057;2.6402;2.5676;2.8251;0.81398;1.735;0.40723;2.7723;2.794;2.5358>> ; >>2.6298;2.7354;2.3323;2.3271;2.5248;2.0699;1.7104;0.46032;0.99959;1.0918>> ; >>1.6342;0.33181;1.8165;2.7124;2.5921;2.2928;2.0976;0.83913;1.6929;1.2204>> ; >>1.0643;1.1886;2.8783;1.8358;1.7614;0.86161;1.4967;0.57614;0.5238;0.4088>> 8 >>;1.8921;2.4572;1.4347;0.55843;1.6078;2.6685;2.6925;1.5636;2.1296;2.4267>> ; >>1.0248;1.9015;2.1497;0.60332;1.9213;1.974;2.8593;2.2195;0.59516;1.4664;>> 1 >>.9586;0.99096;2.9607;2.9462;2.2773;1.6781;2.7474;2.9173;2.0224;1.2341;1>> . >>5234;0.93791;2.3955;2.4692;2.0055;1.1218;1.7856;1.3488;0.6299;1.6397;1.>> 0 >>514;1.3362;2.5789;2.3647;1.2763;1.1655;2.2309;0.78554;0.4827;1.4032;0.6>> 4 >>7;2.4826;2.3901;2.1687;0.34513;0.95147;0.71631;2.032;1.5438;1.395;1.585>> 9 >>;1.109;0.43303;0.73571;0.38098;1.8715;1.7921;1.3792;1.3077;2.9847;2.188>> 2 >>;0.76448;2.899;0.70914;0.89449;1.1607;1.2579;0.30026;0.92136;2.0724;1.4>> 4 >> 91;2.8429;2.2464;0.68457" >> [5] >>"4;0.65547;2.4245;3.5082;3.3519;1.0502;1.1052;0.58245;2.5746;1.3419;2.2>> 8 >>33;3.0802;2.6473;3.5959;3.0187;1.1612;2.5001;1.4916;1.7321;1.9703;1.298>> 8 >>;3.7478;3.9437;2.5029;0.76042;0.97689;3.2444;3.6891;2.5923;2.1702;2.029>> 8 >>;1.1982;1.5295;0.72661;1.9286;3.5309;2.7325;0.8985;3.7978;1.6889;2.1174>> ; >>2.3849;2.9269;3.8388;2.4627;2.6209;1.1288;2.5442;3.6701;3.6026;1.5155;3>> . >>3343;1.758;3.4125;0.8568;0.48489;1.7952;1.3579;2.8158;3.2586;1.558;0.70>> 5 >>66;3.0444;2.0443;0.88247;0.68176;0.96242;1.8665;3.3771;0.50935;2.7034;0>> . >>79154;0.80957;1.3937;2.3328;1.8185;0.43227;1.032;2.4157;2.235;0.91924;3>> . >>2048;1.2579;3.7309;3.8686;3.6415;1.2336;2.0731;3.304;3.5559;1.8926;2.82>> 7 >>1;3.9893;0.52821;2.9488;2.0122;2.9715;3.9094;0.61101;1.6091;1.4478;2.26>> 0 >>3;2.8626;1.6499;3.9415;1.2873;3.4703;3.1395;2.8879;2.323;3.0621;3.1857;>> 2 >>.2137;3.4423;1.7246;1.0801;1.6196;1.9065;0.57054;3.1294;2.7795;2.7384;3>> . >>8;2.1556;1.4265;0.41745;1.5003;0.99638;3.0347;3.177;2.6361;2.7118;1.549>> 9 >>;1.1776;1.5932;2.0141;3.6654;0.41131;3.5791;3.4629;2.9052;1.2114;0.7353>> 9 >>;0.86449;2.1104;0.95803;2.7921;1.6575;1.5802;0.64045;2.9156;3.9264;2.25>> 0 >>6;2.2284;3.3972;2.1899;3.8761;3.9766;1.7784;2.529;2.3009;1.0101;2.9885;>> 3 >>.4295;1.8441;3.8228;1.628;1.8363;1.7406;3.72;2.7726;3.2263;0.46975;2.84>> 8 >>6;1.9899;3.1545;0.63011;3.8523;0.81983;3.0991;3.8987;1.8049;0.5308;1.40>> 9 >>6;1.7067;1.1689;1.6675;1.3712;3.2819;2.4358;2.5577;1.8788;1.4663;1.2465>> ; >>2.0637;2.8446;3.7617;3.5232;2.3448;3.9568;3.7731;0.75987;0.69292;1.1123>> ; >>3.1121;0.48682;2.0989;1.9623;0.83609;3.3192;2.6865;1.0735;3.2119;3.3612>> ; >>2.1773;2.4559;0.66948;1.9177;0.5483;3.2697;2.7541;1.1486;1.3931;3.7019;>> 2 >>.3913;3.0733;1.0438;2.1297;0.90685;3.6118;2.9443;3.4839;0.77995;1.316;3>> . >>6365;2.6156;3.5521;0.94076;1.4627;1.3307;3.395;2.3598;1.9497;0.59786;2.>> 6 >>707;2.4856;2.5741;2.2883;3.0062;0.44671;1.2747;1.9913;2.4805;2.417;3.65>> 6 >>;3.3558;0.70177;1.0631;1.2673;1.0152;1.9255;2.3199;2.2492;3.7642;3.2433>> ; >>3.5022;1.3538;3.7853;1.6831;2.5659;3.1263;1.1128;2.837;1.3801;1.156;2.7>> 1 >>93;2.4043;1.0389;0.47578;1.1397;2.1389;1.3254;0.95171;2.7997;0.64828;2.>> 0 >>847;3.8144;0.55434;0.576;2.6063;2.7845;2.9971;3.5892;1.2422;0.7408;1.80>> 0 >>9;1.5834;1.3038;1.6974;3.888;2.2035;3.2581;3.22;1.4327;2.9608;3.6915;2.>> 9 >>795;0.6614;2.1042;3.4483;0.78461;2.5146;3.6075;2.4727;2.9312;0.91694;3.>> 3 >>268;3.9964;2.2407;3.0406;2.6314;3.368;1.6133;3.1649;2.7453;2.5319;3.632>> 4 >>;0.4058;3.5145;3.1634;2.0553;0.9837;1.9689;3.4191;2.3387;2.3705;0.43739>> ; >>1.2229;1.4743;3.8335;0.84396;3.8807;3.7137;2.858;2.294;0.87761;0.50413;>> 3 >>.0543;3.9337;2.8951;0.54026;1.6387;0.81203;3.4568;1.8891;2.6818;2.0259;>> 1 >>.8303;3.0897;1.2063;3.9567;1.7496;1.9363;0.93268;1.5216;1.4548;0.62184;>> 2 >>.1576;1.5668;1.8474;1.7642;2.6617;3.2904;3.5671;1.5439;0.77191;3.0084;1>> . >>1229;2.2658;2.1492;3.5378;2.8093;3.5444;3.9011;0.93519;2.5175;3.2767;3.>> 4 >>086;3.2001;0.42448;1.7683;1.3463;2.9397;0.51829;3.0231;3.7337;0.56478;1>> . >>0023;1.1899;3.4794;1.8727;2.0896;0.59056;2.0627;3.192;3.3863;1.406;2.91>> 0 >>2;2.6599;0.71597;1.3124;2.0403;2.8777;0.74883;0.49839;2.3519;3.7523;3.3>> 4 >>12;0.63044;0.85158;1.8123;0.9725;2.6021;3.3008;2.2761;3.7805;1.9037;2.3>> 1 >>07;3.5718;3.2306;1.9817;3.8592;0.67587;1.3729;3.652;3.3145;0.46207;2.96>> 4 >>9;3.4913;2.4423;0.45566;1.2187;3.1184;3.6205;1.061;1.7277;2.6431;1.6652>> ; >>1.4373;1.5305;3.6784;3.9689;0.72018;1.5641;2.3991;1.2554;2.6917;3.1052;>> 2 >>.005;1.0937;2.1854;2.4943;1.0886;3.4336;3.1468;1.7858;2.8208;2.374;1.71>> 6 >>1;0.7983;1.0239;0.82826;2.1227;3.8059;3.9208;1.2809;3.8473;0.87386;1.17>> 6 >>4;2.1956;0.60815;1.4857;2.8723;1.8571;2.758;3.7053;3.9847;0.88977;2.450>> 4 >>;2.5871;3.065;2.7041;1.4174;2.5463;1.6335;1.6808;1.5072;1.5972;2.2198;1>> . >>9452;2.7654;2.9374;3.911;1.7075;1.8627;1.9988;3.0483;3.4641;1.3782;1.53>> 7 >>7;3.9499;1.0719;3.8419;1.7743;1.3503;3.4142;2.9686;1.3995;1.8266;1.2016>> ; >>3.5844;2.0684;3.3253;2.5119;3.1698;3.7009;2.5699;3.6093;0.52137;3.5138;>> 1 >>.2459;3.563;0.69129;2.3428;2.1016;1.4728;1.6377;2.3682;0.60303;1.0584;1>> . >>436;0.47932;2.1631;2.7428;1.1568;1.9538;1.9771;2.2647;1.5723;1.2947;2.6>> 8 >>28;3.3458;1.5041;3.9221;0.67179;3.2635;2.0948;1.5881;3.6724;1.6563;3.05>> 0 >>4;3.7773;1.8797;2.7221;0.8489;1.2851;3.158;3.2256;1.108;3.0958;2.5493;0>> . >>83127;2.8135;2.3044;3.7286;0.76483;0.88712;1.7295;1.4438;2.036;0.73191;>> 3 >>.6444;3.1328;2.1526;1.2255;2.628;2.2169;2.6656;0.58694;2.5961;3.2185;0.>> 9 >>9305;3.8608;3.4859;2.781;0.90985;1.7921;0.64963;0.40755;2.9286;2.2917;0>> . >>95057;2.3962;3.4507;1.6723;2.467;0.4494;1.1364;0.51489;1.016;3.2979;3.0>> 0 >>04;2.1982;2.4904;1.9226;3.9721;2.4275;3.3897;3.7483;0.55717;0.93762;2.8>> 7 >>52;2.8244;2.9015;0.77602;3.8035;0.9032;2.4082;0.92772;1.3572;3.4962;2.0>> 2 >>06;3.8945;0.72924;1.2783;1.9399;1.0336;2.3285;2.9842;3.2838;2.5409;1.76>> 4 >>7;2.855;3.5393;3.0678;2.3565;0.70673;0.81561;2.6401;1.6883;0.68013;2.43>> 3 >>1;3.372;2.2744;1.1851;3.8272;2.6104;2.4827;0.75154;1.1244;0.49143;3.405>> 3 >>;3.5763;0.83216;2.6994;0.61652;3.0302;1.3098;1.0978;3.7567;3.1177;2.653>> 7 >>;3.6607;3.0867;1.5598;2.0783;3.5277;2.8047;3.352;3.6245;0.59823;3.8199;>> 2 >>.4529;2.8426;3.2672;3.9938;1.8984;1.6235;2.7707;3.8831;2.1264;3.9356;1.>> 4 >>118;3.2479;1.3217;3.7158;0.86964;2.0503;1.8413;2.2096;2.5266;1.7517;3.0>> 1 >>62;2.3777;2.5809;2.2319;2.7157;2.7495;2.2462;1.8966;1.3828;1.4593;3.322>> 6 >>;3.7915;1.6488;1.2147;3.6291;1.5111;2.9557;2.8848;1.9847;0.43304;3.203;>> 1 >>.2623;3.4709;2.1377;1.8153;2.9064;2.1713;0.42009;1.5359;1.809;1.029;3.6>> 8 >>35;1.7135;0.53587;0.46513;3.9623;1.1738;1.0831;3.182;0.63421;3.4257;0.9>> 6 >>571;3.1406;0.80206;1.4876;0.56763;0.98967;1.9648;1.6019;3.9141;1.4474;1>> . >>9748;1.1005;2.6525;1.2912;3.3333;1.7565;2.2238;0.87965;2.4762;0.75459;1>> . >>8517;0.78576;0.8602;2.1069;3.7762;0.65698;1.005;0.5919;1.3641;1.8855;1.>> 1 >>437;0.6865;3.8737;1.575;2.0088;3.6357;1.5252;1.9119;1.8227;3.3392;2.132>> 3 >>;3.854;3.1732;3.1216;2.8611;1.0696;3.2515;2.9226;0.62477;1.3379;3.9656;>> 2 >>.9852;1.3897;3.9887;3.4357;3.4958;2.0767;3.085;2.3338;3.0261;3.7417;1.6>> 9 >>25;3.2114;3.5327;3.9062;0.474;2.465;3.7397;0.89497;3.5996;2.6779;2.5545>> ; >>3.4;2.3163;1.7185;0.42874;2.8064;3.4747;1.4824;2.4391;0.97038;2.2038;2.>> 8 >>322;2.4118;1.3016;2.5935;1.6611;3.5466;3.5688;0.7127;0.7226;0.82238;1.6>> 1 >>19;2.2717;1.1819;2.7346;1.7866;3.0783;0.45208;2.1643;1.7363;2.3008;3.37>> 8 >>1;0.92392;2.3626;0.52291;2.7892;3.0103;2.6236;3.709;3.6826;3.149;2.9464>> ; >>1.4253;3.2379;3.3072;2.5067;1.21;2.8827;1.1647;0.99961;0.49712;1.9415;2>> . >>727;2.5847;1.2367;0.55894;3.8259;1.6044;1.0546;2.0165;2.0465;1.5169;0.6>> 6 >>622;1.1341;3.5202;3.4235;3.7668;1.0853;2.3134;0.54297;3.6964;3.7253;3.3>> 8 >>11;3.5064;3.6472;3.1098;3.1027;3.3664;2.7599;2.2805;0.61376;1.3328;1.45>> 5 >>7;2.179;0.44241;2.4221;3.6165;3.4561;3.0571;2.7968;1.1188;2.2572;1.6273>> ; >>1.4191;1.5848;3.8377;2.4478;2.3485;1.1488;1.9955;0.76819;0.6984;0.54518>> ; >>2.5228;3.2762;1.913;0.74457;2.1437;3.5581;3.59;2.0848;2.8394;3.2356;1.3>> 6 >>63;2.5353;2.8662;0.80443;2.5617;2.6321;3.8124;2.9593;0.79355;1.9553;2.6>> 1 >>14;1.3213;3.9476;3.9283;3.0364;2.2375;3.6632;3.8898;2.6966;1.6454;2.031>> 2 >>;1.2505;3.1939;3.2923;2.674;1.4958;2.3808;1.7984;0.83987;2.1862;1.4019;>> 1 >>.7815;3.4386;3.153;1.7018;1.554;2.9746;1.0474;0.6436;1.8709;0.86267;3.3>> 1 >>01;3.1868;2.8916;0.46018;1.2686;0.95508;2.7094;2.0584;1.86;2.1145;1.478>> 7 >>;0.57737;0.98095;0.50798;2.4953;2.3895;1.8389;1.7436;3.9796;2.9176;1.01>> 9 >>3;3.8653;0.94552;1.1927;1.5476;1.6772;0.40035;1.2285;2.7631;1.9321;3.79>> 0 >> 6;2.9952;0.91276" >> [6] >>"5;0.81934;3.0306;4.3853;4.1899;1.3128;1.3815;0.72806;3.2182;1.6774;2.8>> 5 >>42;3.8503;3.3092;4.4949;3.7734;1.4515;3.1251;1.8645;2.1651;2.4629;1.623>> 6 >>;4.6847;4.9297;3.1286;0.95053;1.2211;4.0555;4.6113;3.2404;2.7127;2.5372>> ; >>1.4978;1.9119;0.90826;2.4107;4.4136;3.4156;1.1231;4.7472;2.1111;2.6468;>> 2 >>.9812;3.6586;4.7985;3.0784;3.2761;1.411;3.1803;4.5876;4.5032;1.8943;4.1>> 6 >>79;2.1975;4.2656;1.071;0.60611;2.2439;1.6974;3.5197;4.0732;1.9476;0.882>> 0 >>8;3.8055;2.5554;1.1031;0.8522;1.203;2.3331;4.2214;0.63669;3.3793;0.9894>> 2 >>;1.012;1.7422;2.916;2.2732;0.54034;1.29;3.0196;2.7938;1.149;4.0061;1.57>> 2 >>3;4.6636;4.8357;4.5518;1.542;2.5914;4.13;4.4448;2.3658;3.5338;4.9866;0.>> 6 >>6026;3.6861;2.5152;3.7144;4.8868;0.76376;2.0114;1.8098;2.8254;3.5783;2.>> 0 >>624;4.9269;1.6091;4.3379;3.9243;3.6098;2.9038;3.8276;3.9822;2.7671;4.30>> 2 >>9;2.1557;1.3501;2.0245;2.3831;0.71317;3.9118;3.4743;3.423;4.75;2.6945;1>> . >>7831;0.52182;1.8754;1.2455;3.7933;3.9713;3.2952;3.3897;1.9373;1.472;1.9>> 9 >>15;2.5176;4.5818;0.51414;4.4738;4.3287;3.6315;1.5142;0.91924;1.0806;2.6>> 3 >>79;1.1975;3.4902;2.0719;1.9753;0.80057;3.6445;4.9081;2.8133;2.7856;4.24>> 6 >>6;2.7374;4.8452;4.9708;2.2229;3.1612;2.8762;1.2627;3.7356;4.2869;2.3051>> ; >>4.7785;2.035;2.2954;2.1758;4.65;3.4658;4.0329;0.58719;3.5607;2.4873;3.9>> 4 >>31;0.78764;4.8154;1.0248;3.8738;4.8734;2.2561;0.6635;1.762;2.1334;1.461>> 2 >>;2.0843;1.714;4.1023;3.0447;3.1972;2.3485;1.8329;1.5581;2.5796;3.5557;4>> . >>7022;4.404;2.931;4.946;4.7163;0.94983;0.86615;1.3904;3.8901;0.60853;2.6>> 2 >>36;2.4529;1.0451;4.149;3.3581;1.3418;4.0149;4.2015;2.7216;3.0698;0.8368>> 5 >>;2.3972;0.68537;4.0872;3.4426;1.4357;1.7414;4.6273;2.9892;3.8416;1.3048>> ; >>2.6621;1.1336;4.5147;3.6803;4.3549;0.97493;1.645;4.5456;3.2694;4.4401;1>> . >>1759;1.8284;1.6633;4.2437;2.9497;2.4371;0.74733;3.3384;3.1069;3.2176;2.>> 8 >>604;3.7577;0.55839;1.5933;2.4891;3.1006;3.0213;4.57;4.1948;0.87721;1.32>> 8 >>9;1.5842;1.269;2.4068;2.8998;2.8115;4.7052;4.0541;4.3777;1.6922;4.7316;>> 2 >>.1039;3.2074;3.9079;1.391;3.5463;1.7251;1.445;3.3991;3.0054;1.2986;0.59>> 4 >>73;1.4246;2.6736;1.6568;1.1896;3.4996;0.81034;2.6059;4.768;0.69293;0.72>> ; >>3.2579;3.4807;3.7464;4.4865;1.5527;0.926;2.2511;1.9792;1.6298;2.1218;4.>> 8 >>599;2.7544;4.0726;4.025;1.7909;3.7011;4.6143;3.7243;0.82675;2.6302;4.31>> 0 >>3;0.98076;3.1432;4.5094;3.0908;3.664;1.1462;4.1586;4.9956;2.8008;3.8007>> ; >>3.2892;4.2101;2.0166;3.9562;3.4317;3.1648;4.5406;0.50725;4.3932;3.9543;>> 2 >>.5691;1.2296;2.4611;4.2739;2.9233;2.9631;0.54674;1.5286;1.8429;4.7919;1>> . >>055;4.8509;4.6421;3.5725;2.8674;1.097;0.63016;3.8179;4.9172;3.6188;0.67>> 5 >>32;2.0483;1.015;4.321;2.3614;3.3522;2.5324;2.2879;3.8621;1.5079;4.9459;>> 2 >>.187;2.4204;1.1658;1.9021;1.8185;0.7773;2.6971;1.9585;2.3093;2.2052;3.3>> 2 >>71;4.113;4.4589;1.9298;0.96489;3.7605;1.4036;2.8323;2.6865;4.4222;3.511>> 7 >>;4.4305;4.8764;1.169;3.1469;4.0958;4.2607;4.0002;0.53061;2.2103;1.6829;>> 3 >>.6747;0.64786;3.7788;4.6671;0.70598;1.2528;1.4874;4.3493;2.3408;2.612;0>> . >>7382;2.5783;3.99;4.2329;1.7575;3.6378;3.3249;0.89497;1.6405;2.5504;3.59>> 7 >>1;0.93604;0.62298;2.9399;4.6904;4.1765;0.78805;1.0645;2.2654;1.2156;3.2>> 5 >>26;4.1261;2.8452;4.7257;2.3796;2.8883;4.4648;4.0383;2.4771;4.8241;0.844>> 8 >>3;1.7162;4.565;4.1431;0.57759;3.7061;4.3641;3.0529;0.56957;1.5234;3.897>> 9 >>;4.5256;1.3262;2.1597;3.3039;2.0816;1.7966;1.9131;4.598;4.9611;0.90022;>> 1 >>.9551;2.9989;1.5692;3.3646;3.8814;2.5062;1.3672;2.7318;3.1179;1.3608;4.>> 2 >>92;3.9335;2.2323;3.526;2.9675;2.1452;0.99788;1.2799;1.0353;2.6534;4.757>> 3 >>;4.901;1.6011;4.8091;1.0923;1.4705;2.7445;0.76019;1.8571;3.5904;2.3214;>> 3 >>.4475;4.6316;4.9809;1.1122;3.063;3.2339;3.8312;3.3801;1.7718;3.1829;2.0>> 4 >>19;2.101;1.8839;1.9965;2.7748;2.4316;3.4567;3.6717;4.8888;2.1344;2.3284>> ; >>2.4985;3.8104;4.3302;1.7227;1.9222;4.9374;1.3399;4.8023;2.2179;1.6878;4>> . >>2678;3.7107;1.7494;2.2833;1.502;4.4805;2.5855;4.1566;3.1399;3.9622;4.62>> 6 >>1;3.2124;4.5117;0.65171;4.3922;1.5574;4.4537;0.86411;2.9285;2.627;1.841>> ; >>2.0471;2.9602;0.75379;1.323;1.7951;0.59916;2.7039;3.4285;1.446;2.4422;2>> . >>4714;2.8309;1.9654;1.6184;3.3535;4.1823;1.8801;4.9026;0.83974;4.0794;2.>> 6 >>185;1.9852;4.5905;2.0704;3.8131;4.7217;2.3496;3.4027;1.0611;1.6064;3.94>> 7 >>5;4.032;1.385;3.8698;3.1866;1.0391;3.5169;2.8805;4.6608;0.95604;1.1089;>> 2 >>.1619;1.8048;2.5449;0.91489;4.5554;3.916;2.6907;1.5319;3.285;2.7712;3.3>> 3 >>21;0.73367;3.2452;4.0232;1.2413;4.826;4.3574;3.4762;1.1373;2.2401;0.812>> 0 >>4;0.50943;3.6607;2.8646;1.1882;2.9953;4.3133;2.0904;3.0837;0.56175;1.42>> 0 >>5;0.64361;1.2699;4.1224;3.7506;2.7477;3.113;2.4033;4.9652;3.0344;4.2371>> ; >>4.6854;0.69646;1.172;3.594;3.5305;3.6269;0.97002;4.7544;1.129;3.0102;1.>> 1 >>597;1.6965;4.3703;2.5258;4.8681;0.91155;1.5978;2.4249;1.292;2.9106;3.73>> 0 >>2;4.1048;3.1761;2.2059;3.5687;4.4241;3.8347;2.9456;0.88341;1.0195;3.300>> 1 >>;2.1104;0.85017;3.0414;4.215;2.843;1.4814;4.784;3.2629;3.1034;0.93942;1>> . >>4055;0.61428;4.2566;4.4704;1.0402;3.3742;0.77065;3.7877;1.6372;1.3723;4>> . >>6959;3.8972;3.3171;4.5759;3.8584;1.9498;2.5979;4.4097;3.5058;4.19;4.530>> 7 >>;0.74779;4.7749;3.0661;3.5533;4.084;4.9922;2.373;2.0293;3.4634;4.8539;2>> . >>6579;4.9195;1.7647;4.0599;1.6521;4.6448;1.087;2.5629;2.3017;2.7619;3.15>> 8 >>2;2.1896;3.7703;2.9721;3.2261;2.7899;3.3947;3.4369;2.8077;2.3708;1.7285>> ; >>1.8241;4.1532;4.7394;2.061;1.5184;4.5364;1.8889;3.6947;3.6061;2.4809;0.>> 5 >>413;4.0037;1.5779;4.3386;2.6721;2.2691;3.633;2.7142;0.52512;1.9198;2.26>> 1 >>3;1.2863;4.6044;2.1419;0.66983;0.58142;4.9529;1.4673;1.3539;3.9775;0.79>> 2 >>77;4.2821;1.2071;3.9257;1.0026;1.8595;0.70954;1.2371;2.4561;2.0024;4.89>> 2 >>6;1.8093;2.4685;1.3756;3.3156;1.614;4.1666;2.1957;2.7798;1.0996;3.0952;>> 0 >>.94324;2.3146;0.9822;1.0752;2.6336;4.7202;0.82122;1.2563;0.73988;1.7051>> ; >>2.3569;1.4296;0.85812;4.8422;1.9687;2.511;4.5446;1.9065;2.3899;2.2784;4>> . >>174;2.6654;4.8175;3.9665;3.902;3.5763;1.337;4.0643;3.6533;0.78097;1.672>> 4 >>;4.957;3.7316;1.7372;4.9859;4.2946;4.3697;2.5958;3.8563;2.9172;3.7826;4>> . >>6771;2.1157;4.0143;4.4159;4.8828;0.5925;3.0813;4.6746;1.1187;4.4995;3.3>> 4 >>74;3.1931;4.25;2.8954;2.1481;0.53593;3.5079;4.3433;1.853;3.0488;1.213;2>> . >>7548;3.5403;3.0148;1.627;3.2418;2.0764;4.4332;4.461;0.89088;0.90325;1.0>> 2 >>8;2.0148;2.8396;1.4773;3.4182;2.2332;3.8479;0.5651;2.7054;2.1704;2.876;>> 4 >>.2227;1.1549;2.9532;0.65364;3.4865;3.7629;3.2795;4.6362;4.6032;3.9362;3>> . >>6829;1.7817;4.0473;4.134;3.1333;1.5125;3.6034;1.4559;1.2495;0.6214;2.42>> 6 >>8;3.4088;3.2308;1.5459;0.69867;4.7824;2.0055;1.3183;2.5206;2.5581;1.896>> 2 >>;0.83277;1.4176;4.4003;4.2794;4.7085;1.3566;2.8917;0.67871;4.6204;4.656>> 7 >>;4.2264;4.383;4.559;3.8872;3.8784;4.208;3.4499;2.8506;0.7672;1.666;1.81>> 9 >>7;2.7237;0.55301;3.0276;4.5207;4.3201;3.8213;3.496;1.3985;2.8215;2.0341>> ; >>1.7739;1.981;4.7972;3.0597;2.9356;1.436;2.4944;0.96024;0.873;0.68147;3.>> 1 >>534;4.0953;2.3912;0.93071;2.6797;4.4476;4.4874;2.606;3.5493;4.0445;1.70>> 7 >>9;3.1691;3.5828;1.0055;3.2021;3.2901;4.7655;3.6991;0.99193;2.4441;3.264>> 3 >>;1.6516;4.9345;4.9103;3.7955;2.7969;4.579;4.8622;3.3707;2.0568;2.539;1.>> 5 >>632;3.9924;4.1153;3.3425;1.8697;2.9761;2.248;1.0498;2.7328;1.7523;2.226>> 9 >>;4.2982;3.9412;2.1272;1.9424;3.7182;1.3092;0.80449;2.3387;1.0783;4.1377>> ; >>3.9835;3.6144;0.57522;1.5858;1.1939;3.3867;2.573;2.3251;2.6431;1.8483;0>> . >>72171;1.2262;0.63497;3.1191;2.9869;2.2986;2.1796;4.9745;3.647;1.2741;4.>> 8 >>316;1.1819;1.4908;1.9345;2.0965;0.50044;1.5356;3.4539;2.4152;4.7382;3.7>> 4 >> 4;1.1409" >> as.numeric(m[1:6, ]) where m is Input >> >> as.numeric(Input[1:6, ]) >> [1] NA NA NA NA NA NA >> Warning message: >> NAs introduced by coercion >> >> >> <-----Original Message-----> >> >From: Jean V Adams [jvadams@usgs.gov] >> >Sent: 11/28/2012 7:21:16 AM >> >To: iruckaE@mail2world.com >> >Cc: r-help@r-project.org >> >Subject: Re: [R] zeros in double matrix rather than character matrix >> > >> >Irucka, >> > >> >What is the code that you are using that results in a character >> matrix? >> >What does the character matrix look like? >> >If your matrix is called m, submit the following code and share the >> results with >> >us. >> > >> >m[1:6, ] >> >as.numeric(m[1:6, ]) >> > >> >Jean >> > >> > >> > >> >iembry <iruckaE@mail2world.com> wrote on 11/27/2012 11:35:15 PM: >> >> >> >> Hi, how are you? >> >> >> >> I have 1000 total columns with 100 rows and I have shown 4 columns >> of >> 100 >> >> rows below. I want the zeros to be read in as numerical or integer >> values >> >> rather than a character. Right now I have a 100x0 character matrix >> rather >> >> than a 100x1000 double matrix. >> >> >> >> What do I need to do to read in a .csv spreadsheet with countingthe>> zeros >> >> as a numerical or integer value? >> >> >> >> Thank-you. >> >> >> >> Irucka Embry >> >> >> ______________________________________________ >> R-help@r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting- >> guide.html >> and provide commented, minimal, self-contained, reproducible code. > >. ><span id=m2wTl><p><font face="Arial, Helvetica, sans-serif" size="2" style="font-size:13.5px">_______________________________________________________________<BR>Get the Free email that has everyone talking at <a href=http://www.mail2world.com target=new>http://www.mail2world.com</a><br> <font color=#999999>Unlimited Email Storage – POP3 – Calendar – SMS – Translator – Much More!</font></font></span> [[alternative HTML version deleted]]