﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.7005.38226"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="96">
    <identity>
      <id>765ea656-2017-4f3c-9f56-68d8f6cc29d1</id>
      <revision>19</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>true</trailingZeros>
      <significantDigitsMode>true</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" 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.99.7005.38226" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.99.7005.38226" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="PictureRegion" version="1.10.7005.38226" guid="06b5df04-393e-4be7-9107-305196fcb861" />
      <assembly name="SpecialFunctions" version="1.12.7005.38226" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.7005.38226" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="PlotRegion" version="1.11.7005.38226" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
    </dependencies>
  </settings>
  <regions type="content">
    <region id="0" top="18" color="#000000" bgColor="#ffffff">
      <area collapsed="true">
        <title lang="eng">
          <p>Function to graph</p>
        </title>
      </area>
      <region id="1" left="0" top="36" width="443" height="133" border="true" color="#000000" bgColor="#ebebeb" fontSize="10">
        <math optimize="2" fractionType="auto" significantDigitsMode="false" trailingZeros="false">
          <input>
            <e type="operand">data</e>
            <e type="operand">char</e>
            <e type="operand">size</e>
            <e type="operand">clr</e>
            <e type="function" args="4">plot</e>
            <e type="operand">k</e>
            <e type="operand">1</e>
            <e type="operand">data</e>
            <e type="function" args="1">rows</e>
            <e type="function" args="2">range</e>
            <e type="operand">r3</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="operand">char</e>
            <e type="operator" args="2">:</e>
            <e type="operand">r4</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="operand">size</e>
            <e type="operator" args="2">:</e>
            <e type="operand">r5</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="operand">clr</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">data</e>
            <e type="operand">r3</e>
            <e type="operand">r4</e>
            <e type="operand">r5</e>
            <e type="function" args="4">augment</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="2" top="171" color="#000000" bgColor="#ffffff">
        <area terminator="true" />
      </region>
    </region>
    <region id="3" top="198" color="#000000" bgColor="#ffffff">
      <area collapsed="true">
        <title lang="eng">
          <p>function to create the matrix</p>
        </title>
      </area>
      <region id="4" left="27" top="216" width="349" height="232" color="#000000" bgColor="#ffffff" fontSize="10">
        <math significantDigitsMode="false" trailingZeros="false">
          <description active="true" position="Top" lang="eng">
            <p>matrix creation</p>
          </description>
          <input>
            <e type="operand">X</e>
            <e type="operand">Y</e>
            <e type="function" args="2">φ</e>
            <e type="operand">m</e>
            <e type="operand">X</e>
            <e type="function" args="1">rows</e>
            <e type="operator" args="2">:</e>
            <e type="operand">n</e>
            <e type="operand">Y</e>
            <e type="function" args="1">rows</e>
            <e type="operator" args="2">:</e>
            <e type="operand">1</e>
            <e type="operand">2</e>
            <e type="function" args="4">mat</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">m</e>
            <e type="function" args="2">range</e>
            <e type="operand">φ</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="function" args="3">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="function" args="3">for</e>
            <e type="operand">j</e>
            <e type="operand">2</e>
            <e type="operand">n</e>
            <e type="function" args="2">range</e>
            <e type="operand">i</e>
            <e type="operand">j</e>
            <e type="operand">m</e>
            <e type="function" args="2">range</e>
            <e type="operand">φ</e>
            <e type="operand">i</e>
            <e type="operand">j</e>
            <e type="function" args="3">el</e>
            <e type="operand">X</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="2">el</e>
            <e type="operand">X</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operand">φ</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="3">el</e>
            <e type="operand">φ</e>
            <e type="operand">i</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="3">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">/</e>
            <e type="operator" args="2">:</e>
            <e type="operand">break</e>
            <e type="function" args="2">try</e>
            <e type="function" args="3">for</e>
            <e type="function" args="3">for</e>
            <e type="operand">φ</e>
            <e type="operand">φ</e>
            <e type="operator" args="2">:</e>
            <e type="operand">4</e>
            <e type="operand">1</e>
            <e type="function" args="6">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="5" top="468" color="#000000" bgColor="#ffffff">
        <area terminator="true" />
      </region>
    </region>
    <region id="6" top="504" color="#000000" bgColor="#ffffff">
      <area collapsed="true">
        <title lang="eng">
          <p>Thiele Function</p>
        </title>
      </area>
      <region id="7" left="27" top="522" width="323" height="287" color="#000000" bgColor="#ffffff" fontSize="10">
        <math optimize="0" fractionType="fraction" significantDigitsMode="false" trailingZeros="false">
          <description active="true" position="Top" lang="spa">
            <p>Thiele Function</p>
          </description>
          <input>
            <e type="operand">φ</e>
            <e type="operand">P</e>
            <e type="operand">p</e>
            <e type="function" args="3">T</e>
            <e type="operand">size</e>
            <e type="operand">φ</e>
            <e type="function" args="1">cols</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">size</e>
            <e type="function" args="2">range</e>
            <e type="operand">s</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">φ</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="function" args="3">el</e>
            <e type="operator" args="2">:</e>
            <e type="function" args="3">for</e>
            <e type="operand">i</e>
            <e type="operand">size</e>
            <e type="operand">2</e>
            <e type="function" args="2">range</e>
            <e type="operand">i</e>
            <e type="operand">size</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">T</e>
            <e type="operand">s</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="2">el</e>
            <e type="operand">p</e>
            <e type="operand">P</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operand">s</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">eval</e>
            <e type="operator" args="2">/</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">T</e>
            <e type="operand">T</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operand">T</e>
            <e type="operand">s</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="2">el</e>
            <e type="operand">p</e>
            <e type="operand">P</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operand">T</e>
            <e type="operator" args="2">/</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">T</e>
            <e type="operand">T</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="function" args="3">for</e>
            <e type="operand">φ</e>
            <e type="operand">P</e>
            <e type="operand">p</e>
            <e type="function" args="3">T</e>
            <e type="operand">T</e>
            <e type="operator" args="2">:</e>
            <e type="operand">4</e>
            <e type="operand">1</e>
            <e type="function" args="6">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region id="8" top="837" color="#000000" bgColor="#ffffff">
        <area terminator="true" />
      </region>
    </region>
    <region id="9" left="27" top="855" width="81" height="153" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <description active="true" position="Top" lang="eng">
          <p>All Data X</p>
        </description>
        <input>
          <e type="operand">Xk</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="operator" args="1">-</e>
          <e type="operand">6</e>
          <e type="operand">7</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2</e>
          <e type="operand">7</e>
          <e type="operand">8</e>
          <e type="operand">1</e>
          <e type="function" args="10">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="10" left="117" top="855" width="113" height="280" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="0" significantDigitsMode="false" trailingZeros="false">
        <description active="true" position="Top" lang="eng">
          <p>All Data Y</p>
        </description>
        <input>
          <e type="operand">Yk</e>
          <e type="operand">146</e>
          <e type="operand">21</e>
          <e type="operator" args="2">/</e>
          <e type="operand">7</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operand">0</e>
          <e type="operand">777</e>
          <e type="operand">94</e>
          <e type="operator" args="2">/</e>
          <e type="operand">915</e>
          <e type="operand">118</e>
          <e type="operator" args="2">/</e>
          <e type="bracket">(</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1256</e>
          <e type="operand">131</e>
          <e type="operator" args="2">/</e>
          <e type="bracket">(</e>
          <e type="operand">31</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operand">14</e>
          <e type="operator" args="2">/</e>
          <e type="operand">482</e>
          <e type="operand">53</e>
          <e type="operator" args="2">/</e>
          <e type="bracket">(</e>
          <e type="operator" args="1">-</e>
          <e type="operand">8</e>
          <e type="operand">1</e>
          <e type="function" args="10">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="11" left="252" top="864" width="463" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Given the following Table, obtain the Rational Function
 resulting from the Thiele algorithm</p>
      </text>
    </region>
    <region id="12" left="252" top="900" width="390" height="53" color="#000000" bgColor="#ffffff">
      <picture>
        <raw format="png" encoding="base64">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</raw>
      </picture>
    </region>
    <region id="13" left="252" top="954" width="340" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>The equation in continuous fractions is:</p>
      </text>
    </region>
    <region id="14" left="252" top="990" width="513" height="145" border="true" color="#000000" bgColor="#ffffff">
      <picture>
        <raw format="png" encoding="base64">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</raw>
      </picture>
    </region>
    <region id="15" left="36" top="1161" width="119" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <p>Matrix with all the Data</p>
        </description>
        <input>
          <e type="operand">φ1</e>
          <e type="operand">Xk</e>
          <e type="operand">Yk</e>
          <e type="function" args="2">φ</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="16" left="243" top="1161" width="441" height="153" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">φ1</e>
        </input>
        <result action="numeric">
          <e type="operand">6.952</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">3.500</e>
          <e type="operand">0.8690</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.8630</e>
          <e type="operator" args="1">-</e>
          <e type="operand">504.0</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">8.266</e>
          <e type="operand">0.7613</e>
          <e type="operator" args="1">-</e>
          <e type="operand">37.15</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.01293</e>
          <e type="operand">0.000</e>
          <e type="operand">0.000</e>
          <e type="operand">7.754</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.7480</e>
          <e type="operator" args="1">-</e>
          <e type="operand">66.11</e>
          <e type="operand">0.01142</e>
          <e type="operator" args="1">-</e>
          <e type="operand">492.8</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.000</e>
          <e type="operand">9.588</e>
          <e type="operand">0.7589</e>
          <e type="operator" args="1">-</e>
          <e type="operand">45.43</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.01456</e>
          <e type="operand">615.4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.1060</e>
          <e type="operand">2.214</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.7636</e>
          <e type="operator" args="1">-</e>
          <e type="operand">37.98</e>
          <e type="operand">0.002146</e>
          <e type="operator" args="1">-</e>
          <e type="operand">530.5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.1060</e>
          <e type="operand">9.094</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.7478</e>
          <e type="operator" args="1">-</e>
          <e type="operand">74.29</e>
          <e type="operand">0.01396</e>
          <e type="operator" args="1">-</e>
          <e type="operand">483.3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.1060</e>
          <e type="operand">8</e>
          <e type="operand">6</e>
          <e type="function" args="50">mat</e>
        </result>
      </math>
    </region>
    <region id="17" left="36" top="1314" width="581" height="115" border="true" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <p>Thiele function with all the data</p>
        </description>
        <input>
          <e type="operand">φ1</e>
          <e type="operand">Xk</e>
          <e type="operand">x</e>
          <e type="function" args="3">T</e>
        </input>
        <result action="none">
          <e type="operand">146</e>
          <e type="operand">21</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">-</e>
          <e type="operand">126</e>
          <e type="operand">145</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">-</e>
          <e type="operand">10585</e>
          <e type="operand">21</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="operand">482</e>
          <e type="operand">37265</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">6</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">-</e>
          <e type="operand">53713</e>
          <e type="operand">109</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">x</e>
          <e type="operand">6</e>
          <e type="operator" args="2">-</e>
          <e type="operand">0.106031128404669</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
        </result>
      </math>
    </region>
    <region id="18" left="36" top="1458" width="181" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">DATA</e>
          <e type="operand">Xk</e>
          <e type="operand">Yk</e>
          <e type="function" args="2">augment</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="19" left="36" top="1485" width="261" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">data</e>
          <e type="operand">DATA</e>
          <e type="operand" style="string">o</e>
          <e type="operand">15</e>
          <e type="operand" style="string">red</e>
          <e type="function" args="4">plot</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="20" left="36" top="1512" width="158" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">φ1</e>
          <e type="operand">Xk</e>
          <e type="operand">x</e>
          <e type="function" args="3">T</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="21" left="36" top="1539" width="448" height="227" color="#000000" bgColor="#ffffff" fontSize="10" showInputData="False">
      <plot type="2d" render="lines" scale_x="0.515656670859" scale_y="1.21589145640073" scale_z="1.21589145640073" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-46" transpose_y="-20" transpose_z="0">
        <input>
          <e type="operand">data</e>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">sys</e>
        </input>
      </plot>
    </region>
    <region id="22" left="486" top="1584" width="247" height="158" border="true" color="#ff0000" bgColor="#ffffff" fontSize="18">
      <text lang="eng">
        <p>The Thiele 
function goes
 through all the
 points, but it 
is overfitting</p>
      </text>
    </region>
    <region id="23" left="36" top="1800" width="89" height="63" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <p>X data for training</p>
        </description>
        <input>
          <e type="operand">Xk1</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2</e>
          <e type="operand">7</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="24" left="207" top="1800" width="121" height="118" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="0">
        <description active="true" position="Top" lang="eng">
          <p>Y data for training</p>
        </description>
        <input>
          <e type="operand">Yk1</e>
          <e type="operand">146</e>
          <e type="operand">21</e>
          <e type="operator" args="2">/</e>
          <e type="operand">31</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operand">14</e>
          <e type="operator" args="2">/</e>
          <e type="operand">482</e>
          <e type="operand">53</e>
          <e type="operator" args="2">/</e>
          <e type="bracket">(</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="25" left="396" top="1800" width="123" height="153" color="#000000" bgColor="#ffffff" fontSize="10">
      <math fractionType="fraction">
        <description active="true" position="Top" lang="eng">
          <p>All Data X</p>
        </description>
        <input>
          <e type="operand">Xk</e>
        </input>
        <result action="numeric">
          <e type="operand">5.000</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2.000</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.000</e>
          <e type="operand">6.000</e>
          <e type="operator" args="1">-</e>
          <e type="operand">6.000</e>
          <e type="operand">7.000</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2.000</e>
          <e type="operand">7.000</e>
          <e type="operand">8</e>
          <e type="operand">1</e>
          <e type="function" args="10">mat</e>
        </result>
      </math>
    </region>
    <region id="26" left="531" top="1800" width="127" height="272" color="#000000" bgColor="#ffffff" fontSize="10">
      <math fractionType="fraction">
        <description active="true" position="Top" lang="eng">
          <p>All Data Y</p>
        </description>
        <input>
          <e type="operand">Yk</e>
        </input>
        <result action="numeric">
          <e type="operand">146.0</e>
          <e type="operand">21.00</e>
          <e type="operator" args="2">/</e>
          <e type="operand">7.000</e>
          <e type="operand">2.000</e>
          <e type="operator" args="2">/</e>
          <e type="operand">0.000</e>
          <e type="operand">777.0</e>
          <e type="operand">94.00</e>
          <e type="operator" args="2">/</e>
          <e type="operand">915.0</e>
          <e type="operand">118.0</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1256</e>
          <e type="operand">131.0</e>
          <e type="operator" args="2">/</e>
          <e type="operand">31.00</e>
          <e type="operand">14.00</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">482.0</e>
          <e type="operand">53.00</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">8</e>
          <e type="operand">1</e>
          <e type="function" args="10">mat</e>
        </result>
      </math>
    </region>
    <region id="27" left="36" top="1962" width="135" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <description active="true" position="Top" lang="eng">
          <p>Matrix with Training Data</p>
        </description>
        <input>
          <e type="operand">φ2</e>
          <e type="operand">Xk1</e>
          <e type="operand">Yk1</e>
          <e type="function" args="2">φ</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="28" left="36" top="2016" width="223" height="114" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">φ2</e>
        </input>
        <result action="none">
          <e type="operand">146</e>
          <e type="operand">21</e>
          <e type="operator" args="2">/</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">31</e>
          <e type="operand">14</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">42</e>
          <e type="operand">55</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">482</e>
          <e type="operand">53</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3339</e>
          <e type="operand">4465</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">245575</e>
          <e type="operand">777</e>
          <e type="operator" args="2">/</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="function" args="11">mat</e>
        </result>
      </math>
    </region>
    <region id="29" left="36" top="2142" width="361" height="62" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <p>Thiele function for training</p>
        </description>
        <input>
          <e type="operand">φ2</e>
          <e type="operand">Xk</e>
          <e type="operand">x</e>
          <e type="function" args="3">T</e>
        </input>
        <result action="none">
          <e type="operand">146</e>
          <e type="operand">21</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">-</e>
          <e type="operand">42</e>
          <e type="operand">55</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">-</e>
          <e type="operand">316.055341055341</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
        </result>
      </math>
    </region>
    <region id="30" left="531" top="2232" width="158" height="26" border="true" color="#000000" bgColor="#ff0000" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">φ1</e>
          <e type="operand">Xk</e>
          <e type="operand">x</e>
          <e type="function" args="3">T</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="31" left="288" top="2241" width="166" height="26" border="true" color="#000000" bgColor="#80ffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f1</e>
          <e type="operand">φ2</e>
          <e type="operand">Xk</e>
          <e type="operand">x</e>
          <e type="function" args="3">T</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="32" left="9" top="2268" width="119" height="24" border="true" color="#000000" bgColor="#ffff80" fontSize="10">
      <text lang="eng">
        <p>Data for Test</p>
      </text>
    </region>
    <region id="33" left="288" top="2268" width="175" height="24" border="true" color="#000000" bgColor="#80ffff" fontSize="10">
      <text lang="eng">
        <p>Prediction by f1 (x)</p>
      </text>
    </region>
    <region id="34" left="531" top="2268" width="167" height="24" border="true" color="#000000" bgColor="#ff0000" fontSize="10">
      <text lang="eng">
        <p>Prediction by f (x)</p>
      </text>
    </region>
    <region id="35" left="9" top="2304" width="116" height="99" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">X.pro</e>
          <e type="operand">1.25</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">0.1</e>
          <e type="operand">0.5</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="function" args="7">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="36" left="126" top="2304" width="152" height="34" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">j</e>
          <e type="operand">1</e>
          <e type="operand">X.pro</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="37" left="279" top="2304" width="264" height="99" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">Yf1.pro</e>
          <e type="operand">j</e>
          <e type="function" args="2">el</e>
          <e type="operand">X.pro</e>
          <e type="operand">j</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">f1</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">2.0264</e>
          <e type="operand">1.9596</e>
          <e type="operand">0.3501</e>
          <e type="operand">0.2152</e>
          <e type="operand">0.3254</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="function" args="7">mat</e>
        </result>
      </math>
    </region>
    <region id="38" left="531" top="2304" width="240" height="99" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">Yf.pro</e>
          <e type="operand">j</e>
          <e type="function" args="2">el</e>
          <e type="operand">X.pro</e>
          <e type="operand">j</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">f</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">21.00</e>
          <e type="operand">42.90</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.500</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.851</e>
          <e type="operator" args="1">-</e>
          <e type="operand">14.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="function" args="7">mat</e>
        </result>
      </math>
    </region>
    <region id="39" left="0" top="2412" width="205" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">DATA1</e>
          <e type="operand">Xk1</e>
          <e type="operand">Yk1</e>
          <e type="function" args="2">augment</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="40" left="279" top="2412" width="227" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">DATA2</e>
          <e type="operand">X.pro</e>
          <e type="operand">Yf1.pro</e>
          <e type="function" args="2">augment</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="41" left="540" top="2412" width="219" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">DATA3</e>
          <e type="operand">X.pro</e>
          <e type="operand">Yf.pro</e>
          <e type="function" args="2">augment</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="42" left="0" top="2439" width="237" height="22" color="#000000" bgColor="#ffffff" fontSize="8">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">data1</e>
          <e type="operand">DATA1</e>
          <e type="operand" style="string">o</e>
          <e type="operand">25</e>
          <e type="operand" style="string">black</e>
          <e type="function" args="4">plot</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="43" left="279" top="2439" width="237" height="22" color="#000000" bgColor="#ffffff" fontSize="8">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">data2</e>
          <e type="operand">DATA2</e>
          <e type="operand" style="string">*</e>
          <e type="operand">15</e>
          <e type="operand" style="string">green</e>
          <e type="function" args="4">plot</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="44" left="540" top="2439" width="218" height="22" color="#000000" bgColor="#ffffff" fontSize="8">
      <math significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">data3</e>
          <e type="operand">DATA3</e>
          <e type="operand" style="string">X</e>
          <e type="operand">8</e>
          <e type="operand" style="string">red</e>
          <e type="function" args="4">plot</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="45" left="0" top="2466" width="355" height="23" color="#000000" bgColor="#ffffff" fontSize="7">
      <math optimize="2" significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">data4</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="function" args="2">augment</e>
          <e type="operand" style="string">'*-GOOD PREDICTION'</e>
          <e type="operand">15</e>
          <e type="operand" style="string">green</e>
          <e type="function" args="4">plot</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="46" left="360" top="2466" width="351" height="23" color="#000000" bgColor="#ffffff" fontSize="7">
      <math optimize="2" significantDigitsMode="false" trailingZeros="false">
        <input>
          <e type="operand">data5</e>
          <e type="operand">1</e>
          <e type="operand">40</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="2">augment</e>
          <e type="operand" style="string">'X-BAD PREDICTION'</e>
          <e type="operand">15</e>
          <e type="operand" style="string">red</e>
          <e type="function" args="4">plot</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="47" left="0" top="2493" width="518" height="296" color="#000000" bgColor="#ffffff" fontSize="10" showInputData="False">
      <plot type="2d" render="lines" scale_x="0.344959749922733" scale_y="2.96616310812984" scale_z="2.21623430163049" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-16" transpose_y="47" transpose_z="0">
        <input>
          <e type="operand">data</e>
          <e type="operand">data1</e>
          <e type="operand">data2</e>
          <e type="operand">data3</e>
          <e type="operand">data4</e>
          <e type="operand">data5</e>
          <e type="operand">x</e>
          <e type="function" args="1">f1</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="function" args="9">sys</e>
        </input>
      </plot>
    </region>
    <region id="48" left="513" top="2529" width="254" height="218" border="true" color="#ff0000" bgColor="#ffffff" fontSize="18">
      <text lang="eng">
        <p>The Thiele 
function with
 3 points 
produces a line,
 which predicts
 better for the
 range -2 &lt;x &lt;1</p>
      </text>
    </region>
  </regions>
</worksheet>