﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.7109.29964"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="96">
    <identity>
      <id>1eb02266-3e9c-40c1-9915-792a8da9b404</id>
      <revision>130</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="9" orientation="Portrait" width="827" height="1169" />
      <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.7109.29964" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Mathcad File Access Functions" version="1.0.6983.32721" guid="02a1c2c5-590e-46bb-bcf6-c87856a8b14b" />
      <assembly name="PictureRegion" version="1.10.7109.29964" guid="06b5df04-393e-4be7-9107-305196fcb861" />
      <assembly name="SpecialFunctions" version="1.12.7109.29964" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.7109.29964" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Area Region" version="0.99.7109.29964" guid="4974b228-4974-44cf-8274-bf2936b4a766" />
      <assembly name="Writer Region" version="0.22.7125.19280" guid="5922d677-323f-4327-8c68-be902d8339ad" />
      <assembly name="XlsxImportExport" version="1.3.6996.39330" guid="621b8a62-bd79-47fc-948b-d4c4ab3b8588" />
    </dependencies>
  </settings>
  <regions type="content">
    <region id="0" left="36" top="9" width="645" height="40" color="#000000" bgColor="#ffffff">
      <writer lang="eng"><![CDATA[<span style="font-family: 'Comic Sans MS'; font-size: 11.5pt; font-weight: normal; font-style: normal; color: Blue; background-color: Transparent; vertical-align: baseline; text-align: justify; margin-left: 0pt; text-indent: 0pt">
<div style="text-align: left"><span style="font-size: 16pt"><span style="text-decoration: underline">Comparison of 2 methods to find Cumulative Sum of a Large Matrix</span></span></div></span>]]></writer>
    </region>
    <region id="1" left="72" top="63" width="99" height="37" color="#000000" bgColor="#ffffff">
      <writer lang="eng"><![CDATA[<span style="font-family: 'Comic Sans MS'; font-size: 11.5pt; font-weight: normal; font-style: normal; color: Blue; background-color: Transparent; vertical-align: baseline; text-align: justify; margin-left: 0pt; text-indent: 0pt">
<div style="text-align: left"><span style="font-size: 14pt"><span style="color: Red">Super Fast</span></span></div></span>]]></writer>
    </region>
    <region id="2" left="405" top="63" width="222" height="37" color="#000000" bgColor="#ffffff">
      <writer lang="eng"><![CDATA[<span style="font-family: 'Comic Sans MS'; font-size: 11.5pt; font-weight: normal; font-style: normal; color: Blue; background-color: Transparent; vertical-align: baseline; text-align: justify; margin-left: 0pt; text-indent: 0pt">
<div><span style="font-size: 14pt">Very <span style="color: Red">slow</span> for large matices</span></div></span>]]></writer>
    </region>
    <region id="3" left="63" top="99" width="209" height="32" color="#000000" bgColor="#ffffff">
      <writer lang="eng"><![CDATA[<span style="font-family: 'Comic Sans MS'; font-size: 11.5pt; font-weight: normal; font-style: normal; color: Blue; background-color: Transparent; vertical-align: baseline; text-align: justify; margin-left: 0pt; text-indent: 0pt">
<div>Based on method of PompeTell</div></span>]]></writer>
    </region>
    <region id="4" left="36" top="126" width="305" height="155" border="true" color="#000000" bgColor="#d1ffa4" fontSize="10">
      <math optimize="2">
        <description active="true" position="Top" lang="eng">
          <p>Program 1: To find cumulative totals</p>
        </description>
        <input>
          <e type="operand">q</e>
          <e type="function" args="1">Cum_Tot1</e>
          <e type="operand">q</e>
          <e type="operand">q</e>
          <e type="function" args="1">mat2sys</e>
          <e type="function" args="1">sys2mat</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operand">q</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operand">q</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="2">el</e>
          <e type="operand">q</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">if</e>
          <e type="function" args="3">for</e>
          <e type="operand">A</e>
          <e type="function" args="1">eval</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="5" left="378" top="126" width="305" height="133" border="true" color="#000000" bgColor="#ffcaca" fontSize="10">
      <math optimize="2" exponentialThreshold="8">
        <description active="true" position="Top" lang="eng">
          <p>Program 2: To find cumulative totals</p>
        </description>
        <input>
          <e type="operand">q</e>
          <e type="function" args="1">Cum_Tot2</e>
          <e type="operand">q</e>
          <e type="operand">q</e>
          <e type="function" args="1">mat2sys</e>
          <e type="function" args="1">sys2mat</e>
          <e type="operator" args="2">:</e>
          <e type="operand">j</e>
          <e type="operand">1</e>
          <e type="operand">q</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operand">CMT</e>
          <e type="operand">j</e>
          <e type="function" args="2">el</e>
          <e type="operand">q</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operand">j</e>
          <e type="function" args="4">sum</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">for</e>
          <e type="operand">CMT</e>
          <e type="function" args="1">eval</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="6" left="207" top="315" width="305" height="106" border="true" color="#000000" bgColor="#d1ffa4" fontSize="10">
      <math optimize="2">
        <description active="true" position="Top" lang="eng">
          <p>Program 3: To find cumulative totals</p>
        </description>
        <input>
          <e type="operand">q</e>
          <e type="function" args="1">Cum_Tot3</e>
          <e type="operand">q</e>
          <e type="operand">q</e>
          <e type="function" args="1">mat2sys</e>
          <e type="function" args="1">sys2mat</e>
          <e type="operator" args="2">:</e>
          <e type="operand">j</e>
          <e type="operand">1</e>
          <e type="operand">q</e>
          <e type="function" args="1">length</e>
          <e type="function" args="2">range</e>
          <e type="operand">S</e>
          <e type="operand">j</e>
          <e type="function" args="2">el</e>
          <e type="operand">q</e>
          <e type="operand">1</e>
          <e type="operand">j</e>
          <e type="function" args="2">range</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">sum</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">for</e>
          <e type="operand">S</e>
          <e type="function" args="1">eval</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="7" left="27" top="459" width="257" height="33" color="#000000" bgColor="#ffffff">
      <writer lang="eng"><![CDATA[<span style="font-family: 'Calibri'; font-size: 12pt; font-weight: normal; font-style: normal; color: Blue; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div><span style="font-size: 14pt"><strong><span style="color: Black">2. Import rainfall data from EXCEL file</span></strong></span></div></span>]]></writer>
    </region>
    <region id="8" left="36" top="513" width="483" height="24" color="#000000" bgColor="#ffffff" fontSize="9">
      <math exponentialThreshold="8">
        <description active="false" position="Top" lang="eng">
          <p></p>
        </description>
        <input>
          <e type="operand">MyDirectory</e>
          <e type="operand" style="string"></e>
          <e type="function" args="1">DocumentDirectory</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">C:\Users\Alvaro\Downloads\</e>
        </result>
      </math>
    </region>
    <region id="9" left="36" top="558" width="357" height="24" color="#000000" bgColor="#ffffff" fontSize="9">
      <math exponentialThreshold="8">
        <input>
          <e type="operand">MyFile</e>
          <e type="operand">MyDirectory</e>
          <e type="operand" style="string">Rainfal\005F\Data.xlsx</e>
          <e type="function" args="2">concat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="10" left="333" top="594" width="316" height="57" color="#000000" bgColor="#ffffff">
      <writer lang="eng"><![CDATA[<span style="font-family: 'Comic Sans MS'; font-size: 11.5pt; font-weight: normal; font-style: normal; color: Blue; background-color: Transparent; vertical-align: baseline; text-align: justify; margin-left: 0pt; text-indent: 0pt">
<div>Only a part is selected  (Full range B7:B20826, </div>
<div>which may take an exceptionally very long time).</div></span>]]></writer>
    </region>
    <region id="11" left="360" top="648" width="36" height="67" color="#000000" bgColor="#ffffff">
      <picture>
        <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAADQAAABkCAYAAADJ9hMcAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAThSURBVHhe7Zt/TNRlHMdPfjt0TUBmG3845u9NS+eygGoSJv0wLprMCSIIufkXDuYlmMhaq5nwhxa6lMrWplhtOVtrNAY5aBVLl6yFiBMcmCeHGId3cMjx7vMcj+y8u0y+9zzfvtye1/be7fvw3GfPa3ff557ny/drQoihhIyOEjI6SsjoKCGjo4SMjhIyOkrI6OgqZLfb0d/fz4/koJuQ0+lEfn4+8vLyeIscdBOy2WwwmUyeyEQ3oeHhYURERISOkMvlQmJiImJiYniLHHQTGh0dRUJCAiIjI3mLHJSQVpSQRpSQVpSQRpSQVpSQRpSQVphQfHw8oqKieIscdBNyOhx4LDYWYaGy2masWLcOpjlz+JEcpAvZKQ7KHUoq7VjjkpPRxf4gCalCDRcuINtsRt6OHTDv349jYWH4ir5ye3fuRMWZM3DxfiKRKvR2fT1Wk8CXlGp27vB8Q0lavx7dNFGIRqrQBxcvImvBgimR+7lFeaK4GL28n0ikCh3v6cHrK1f6CVkpz1VV4S/eTyRShY5dvYpXly71E7pBeaaiAjd4P5FIFart6sLLS5YEFHq6vHxmCr2ihIJDCU2HkBM6GmpCH3V24qVFi/yE2O9Qyp49M0/oQxLKXLzYT6iD8nxZGay8n0ikCp2z21FEazZfIba2237iBO8lFiFCvTTwnitX8JvNhu/dbjRPTKCd2t+h1zLaMnjL3KEU0Z5oU0MDmqnPz5Qmes8PLhfO3b6NP+/eZSU1E7TQPUoJLWPq5s7F4TVrkLFlCzYUFmIbbRc27d6NmqSkB4RY2BZie3o6cvftw2u7diEjNxdpmzcjIzUVL2Rn43xHx2RxDQQtxCg9cABfeA14hHLP6/hhcVG8+26lHDp1ileePlQleFooKzIz0eg1MK15MzERn166NFlYA1RFDLkHD+KTAAOcTn6klNJ0/juvqQWqJIaT166hICsLf/gM8lFjozy7bBnqe4Pb9lE1cZym/c9ntKFz+gz2UVJO2VpTg1u8llaomjiuU56ir8z7PoP9r4xTCnNycJ6m7mChimI5TJ/S8VWr/Ab9sPxEOdvWxisEB1UUSyflrYICNPgM+t/CLpikzZuHbwXdMkNVxfNeYyMOBbjaEyhtlI9bWvA3f2+wUFXxdFM2WCyw+Aw+UE5SrIODk28UAFWVQ93ly9hG5xKbjgOJsIngKOWNoiJ005pPFFRdHuWtrShcuNBPxk15l1JcWYlfxsd5bzFIFfra6YRl40Y/IbbBe9Js9qy2RSNViLGXtgnm8PApGfbpVFLSjxzx/FdCNNKF6m7eRFhyMlq5UD/lRZqmz9LvlQykCzGqmpqQs3atR6iZspp+p2Rsvxm6CLHda2l1tUeoISEBn9NCVha6CLH183e1tfiVhPJTUiBukvZHFyG2Tb/e3o4sdovm8uUQO1E/iC5C90lKS4Np9mx+JAfdhMbGxvA4re/CZ83iLXLQTWjE4UBcXFyI3Rozf76612e6KCGtKCGNKCGtKCGNKCGthKQQe34oOjqat8hBNyH2QBRby4XMA1FWq5U2rDP8GTy3240JfhFxYGAAsbGxnludZSJViJ03g/wy78jICCwWC0pKSqYkZSBVaGhoCH19fZ4nJPVC+leO7VTZq17IPUP/B5SQ0VFCRkcJGR0lZHRCTAj4B+zZZsISrSzBAAAAAElFTkSuQmCC</raw>
      </picture>
    </region>
    <region id="12" left="504" top="684" width="213" height="71" border="true" color="#000000" bgColor="#ffffff">
      <writer lang="eng" wrap="Custom" width="199"><![CDATA[<span style="font-family: 'Arial Unicode MS'; font-size: 10pt; font-weight: normal; font-style: normal; color: Black; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div style="text-align: justify"><span style="font-family: 'Times New Roman'"><span style="font-size: 12pt"><span style="color: Maroon"><span style="background-color: White">Read daily rainfall data file. Define correct cell range (in this case B7:B20826</span></span></span></span></div></span>]]></writer>
    </region>
    <region id="13" left="36" top="711" width="379" height="28" color="#000000" bgColor="#ffffff" fontSize="9">
      <math decimalPlaces="6" exponentialThreshold="8">
        <input>
          <e type="operand">DATA</e>
          <e type="operand">MyFile</e>
          <e type="operand" style="string">Sheet1</e>
          <e type="operand" style="string">B7</e>
          <e type="operand" style="string">B5826</e>
          <e type="function" args="4">importData.XLSX</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="14" left="423" top="711" width="67" height="29" color="#000000" bgColor="#ffffff">
      <picture>
        <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAADsAAAAVCAYAAAD4g5b1AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAC5SURBVFhH5ZRRCoQwDAUX8f4nlu2iEJDHGND2hcUOzI+amgHx0ybiiN2+W5nrsuJ1h0pZ7B4Z0n2Hij32HPnaWIoM6XmHyvBYilNpzqEyLJairqR5h0p3LMW4pPdnKo9jaRm3tEemcjuWlqiS9slUjlg6+A0qjz5jOrhC2iVT6fpB0UJOaYdMpSs2pMUy6QyHypDYkMJImnWoDI0NKfAszThULLEhhe7G/WqsseFUseFfxM7CRLGt/QDEBged7UtWcwAAAABJRU5ErkJggg==</raw>
      </picture>
    </region>
    <region id="15" left="36" top="756" width="151" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math exponentialThreshold="8">
        <input>
          <e type="operand">DATA</e>
          <e type="function" args="1">rows</e>
        </input>
        <result action="numeric">
          <e type="operand">5820</e>
        </result>
      </math>
    </region>
    <region id="16" left="225" top="756" width="127" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math exponentialThreshold="8">
        <input>
          <e type="operand">DATA</e>
          <e type="function" args="1">cols</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region id="17" left="36" top="792" width="167" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="2" exponentialThreshold="15">
        <input>
          <e type="operand">DATA</e>
          <e type="function" args="1">length</e>
        </input>
        <result action="numeric">
          <e type="operand">5820</e>
        </result>
      </math>
    </region>
    <region id="18" left="36" top="828" width="277" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="2" exponentialThreshold="15">
        <input>
          <e type="operand">4</e>
          <e type="function" args="1">appVersion</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">0.99.7109.29964</e>
        </result>
      </math>
    </region>
    <region id="19" left="18" top="864" width="305" height="155" border="true" color="#000000" bgColor="#d1ffa4" fontSize="10">
      <math optimize="2">
        <description active="true" position="Top" lang="eng">
          <p>Program 1: To find cumulative totals</p>
        </description>
        <input>
          <e type="operand">q</e>
          <e type="function" args="1">Cum_Tot1</e>
          <e type="operand">q</e>
          <e type="operand">q</e>
          <e type="function" args="1">mat2sys</e>
          <e type="function" args="1">sys2mat</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operand">q</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operand">q</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="2">el</e>
          <e type="operand">q</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">if</e>
          <e type="function" args="3">for</e>
          <e type="operand">A</e>
          <e type="function" args="1">eval</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="20" left="342" top="873" width="99" height="31" color="#000000" bgColor="#ffff00" fontSize="10">
      <math decimalPlaces="12">
        <input>
          <e type="operand">t.0</e>
          <e type="operand">1</e>
          <e type="function" args="1">time</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="21" left="765" top="873" width="680" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>https://en.smath.com/forum/yaf_postsm48041_Making-Vector-Elements-Cumulative.aspx</p>
      </text>
    </region>
    <region id="22" left="342" top="909" width="177" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="2" exponentialThreshold="15">
        <input>
          <e type="operand">Ans1</e>
          <e type="operand">DATA</e>
          <e type="function" args="1">Cum_Tot1</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="23" left="342" top="945" width="159" height="31" color="#000000" bgColor="#ffff00" fontSize="10">
      <math decimalPlaces="1">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">time</e>
          <e type="operand">t.0</e>
          <e type="operator" args="2">-</e>
        </input>
        <result action="numeric">
          <e type="operand">2.8</e>
          <e type="operand" style="unit">s</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region id="24" left="540" top="945" width="151" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math exponentialThreshold="15">
        <input>
          <e type="operand">Ans1</e>
          <e type="function" args="1">rows</e>
        </input>
        <result action="numeric">
          <e type="operand">5820</e>
        </result>
      </math>
    </region>
    <region id="25" left="540" top="981" width="215" height="36" color="#000000" bgColor="#ffffff" fontSize="10">
      <math exponentialThreshold="15">
        <input>
          <e type="operand">Ans1</e>
          <e type="function" args="1">sum</e>
        </input>
        <result action="numeric">
          <e type="operand">133313912.1376</e>
        </result>
      </math>
    </region>
    <region id="26" left="18" top="1062" width="297" height="127" border="true" color="#000000" bgColor="#d1ffa4" fontSize="10">
      <math optimize="2">
        <description active="true" position="Top" lang="eng">
          <p>Program 5: To find cumulative totals</p>
        </description>
        <input>
          <e type="operand">q</e>
          <e type="function" args="1">Cum_Tot4</e>
          <e type="operand">Q</e>
          <e type="operand">q</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="function" args="1">Clear</e>
          <e type="operand">A</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">Q</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k</e>
          <e type="operand">2</e>
          <e type="operand">Q</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="2">el</e>
          <e type="operand">Q</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="1">eval</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="function" args="7">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="27" left="342" top="1062" width="99" height="31" color="#000000" bgColor="#ffff00" fontSize="10">
      <math decimalPlaces="12">
        <input>
          <e type="operand">t.0</e>
          <e type="operand">1</e>
          <e type="function" args="1">time</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="28" left="342" top="1098" width="177" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="2" exponentialThreshold="15">
        <input>
          <e type="operand">Ans4</e>
          <e type="operand">DATA</e>
          <e type="function" args="1">Cum_Tot4</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="29" left="342" top="1134" width="159" height="31" color="#000000" bgColor="#ffff00" fontSize="10">
      <math decimalPlaces="1">
        <input>
          <e type="operand">1</e>
          <e type="function" args="1">time</e>
          <e type="operand">t.0</e>
          <e type="operator" args="2">-</e>
        </input>
        <result action="numeric">
          <e type="operand">2.3</e>
          <e type="operand" style="unit">s</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region id="30" left="540" top="1134" width="151" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math exponentialThreshold="15">
        <input>
          <e type="operand">Ans4</e>
          <e type="function" args="1">rows</e>
        </input>
        <result action="numeric">
          <e type="operand">5820</e>
        </result>
      </math>
    </region>
    <region id="31" left="540" top="1170" width="215" height="36" color="#000000" bgColor="#ffffff" fontSize="10">
      <math exponentialThreshold="15">
        <input>
          <e type="operand">Ans4</e>
          <e type="function" args="1">sum</e>
        </input>
        <result action="numeric">
          <e type="operand">133313912.1376</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>