﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.98.6354.24171"?>
<regions xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings>
    <identity>
      <id>66fa4022-9cb8-4ca4-b174-6bd3610b8420</id>
      <revision>3</revision>
    </identity>
    <calculation>
      <precision>6</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="0.98.6354.24171" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.98.6354.24171" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Text Region" version="1.10.6354.24173" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
    </dependencies>
  </settings>
  <region id="0" left="9" top="9" width="676" height="28" color="#ff0000" bgColor="#ffffff" fontSize="12">
    <text lang="eng">
      <p>Accuracy of linear function parameters for the least squares method</p>
    </text>
  </region>
  <region id="1" left="9" top="63" width="205" height="24" border="true" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Dependence type  y=a+b*x</p>
    </text>
  </region>
  <region id="2" left="18" top="99" width="676" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Average square error defining the scattering of the values measured y against the</p>
    </text>
  </region>
  <region id="3" left="18" top="117" width="700" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>calculated ones from Y measurements for n values of measurements, it's expressed as:</p>
    </text>
  </region>
  <region id="4" left="252" top="144" width="174" height="82" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Sy</e>
        <e type="operand">y</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operand">Y</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="operand">n</e>
        <e type="operand">2</e>
        <e type="operator" args="2">-</e>
        <e type="operator" args="2">/</e>
        <e type="function" args="1">sqrt</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="5" left="27" top="225" width="681" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>In equation of a line there are parameters a i b, so number of freedon degrees is:</p>
    </text>
  </region>
  <region id="6" left="36" top="243" width="64" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">k</e>
        <e type="operand">n</e>
        <e type="operand">2</e>
        <e type="operator" args="2">-</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="7" left="36" top="270" width="668" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>The average square errors with which the parameters a and b are intercepted are:</p>
    </text>
  </region>
  <region id="8" left="27" top="306" width="268" height="132" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Sa</e>
        <e type="operand">Sy</e>
        <e type="operand">x</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="operand">n</e>
        <e type="operand">x</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">x</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">-</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="function" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="9" left="27" top="441" width="268" height="93" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Sb</e>
        <e type="operand">Sy</e>
        <e type="operand">n</e>
        <e type="operand">n</e>
        <e type="operand">x</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">x</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">-</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="function" args="1">sqrt</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="10" left="27" top="549" width="734" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Confidence intervals for a and b are found using the coefficient of Student-distribution</p>
    </text>
  </region>
  <region id="11" left="27" top="576" width="344" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p> t=t(α,k), for cofidence level eg. α=0.95</p>
    </text>
  </region>
  <region id="12" left="36" top="612" width="74" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Δa</e>
        <e type="operand">t</e>
        <e type="operand">Sa</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="13" left="36" top="639" width="74" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Δb</e>
        <e type="operand">t</e>
        <e type="operand">Sb</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="14" left="18" top="675" width="184" height="24" border="true" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Dependence type y=b*x</p>
    </text>
  </region>
  <region id="15" left="36" top="702" width="151" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>In this case a=0,</p>
    </text>
  </region>
  <region id="16" left="225" top="702" width="64" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">k</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="17" left="36" top="738" width="174" height="82" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Sy</e>
        <e type="operand">y</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operand">Y</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="operand">n</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="operator" args="2">/</e>
        <e type="function" args="1">sqrt</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="18" left="36" top="819" width="131" height="82" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Sb</e>
        <e type="operand">Sy</e>
        <e type="operand">x</e>
        <e type="operand">i</e>
        <e type="function" args="2">el</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">n</e>
        <e type="function" args="4">sum</e>
        <e type="function" args="1">sqrt</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="19" left="45" top="927" width="74" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Δb</e>
        <e type="operand">t</e>
        <e type="operand">Sb</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="20" left="27" top="1089" width="741" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>As an example may be the measurement of the elasticity coefficient p for Hook's law where</p>
    </text>
  </region>
  <region id="21" left="27" top="1107" width="356" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>the stress is proportional to deformation:</p>
    </text>
  </region>
  <region id="22" left="63" top="1143" width="58" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">p</e>
        <e type="operand">E</e>
        <e type="operand">ε</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="23" left="27" top="1179" width="691" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>where E is a Younga module, ε is a deformation depending on the deformation method.</p>
    </text>
  </region>
  <region id="24" left="27" top="1206" width="741" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>For elastic deformations, an elongation Δl has a linear relationship to the tensile force</p>
    </text>
  </region>
  <region id="25" left="27" top="1224" width="378" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>of a bar of length lo and of cross section S:</p>
    </text>
  </region>
  <region id="26" left="63" top="1260" width="77" height="28" border="true" color="#000000" bgColor="#ffffff" fontSize="12">
    <math>
      <input>
        <e type="operand">Δl</e>
        <e type="operand">b</e>
        <e type="operand">F</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="27" left="27" top="1287" width="57" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>where </p>
    </text>
  </region>
  <region id="28" left="63" top="1314" width="62" height="41" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">b</e>
        <e type="operand">lo</e>
        <e type="operand">E</e>
        <e type="operand">S</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="29" left="18" top="1359" width="659" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Therefore, the measurement concern to a parameter b and to determine its error.</p>
    </text>
  </region>
  <region id="30" left="18" top="1377" width="651" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Having been experimentally specified parametr b we can calculate Young module.</p>
    </text>
  </region>
</regions>