﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.7691.4821"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="96">
    <identity>
      <id>8da8211f-5729-457f-a9d1-a60a32c626e2</id>
      <revision>45</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="30" 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.7691.4821" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.99.7691.4821" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="PictureRegion" version="1.10.7691.4821" guid="06b5df04-393e-4be7-9107-305196fcb861" />
      <assembly name="Custom Functions" version="1.1.7486.2690" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="SpecialFunctions" version="1.12.7691.4821" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.7691.4821" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
    </dependencies>
  </settings>
  <regions type="content">
    <region left="18" top="9" width="201" height="26" color="#000000" bgColor="#ffff80" fontSize="12" isBreakable="false">
      <text lang="eng">
        <content>
          <p style="font-family: Times New Roman; font-size: 12px; font-weight: bold; background-color: #ffff80;">Handling DATE STRINGS</p>
        </content>
      </text>
    </region>
    <region left="324" top="9" width="234" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">4</e>
          <e type="function" args="1">appVersion</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">0.99.7691.4821</e>
        </result>
      </math>
    </region>
    <region left="324" top="36" width="228" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
      <text lang="eng" width="228">
        <content>
          <p style="font-weight: bold; font-size: 10px; background-color: #ffff80;">See PROGRAM: 2 for a better method</p>
        </content>
      </text>
    </region>
    <region left="18" top="45" width="122" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng">
        <content>
          <p style="font-family: Times New Roman; font-size: 10px; font-weight: bold;">SAMPLE :  DATA</p>
        </content>
      </text>
    </region>
    <region left="18" top="72" width="213" height="204" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">Str_data</e>
          <e type="operand" style="string">1/1/1960</e>
          <e type="operand">7.9</e>
          <e type="operand" style="string">1/2/1960</e>
          <e type="operand">34.5</e>
          <e type="operand" style="string">1/3/1960</e>
          <e type="operand">23.3</e>
          <e type="operand" style="string">1/4/1960</e>
          <e type="operand">1.5</e>
          <e type="operand" style="string">1/5/1960</e>
          <e type="operand">0</e>
          <e type="operand" style="string">1/6/1960</e>
          <e type="operand">0.1</e>
          <e type="operand" style="string">1/7/1960</e>
          <e type="operand">3.3</e>
          <e type="operand" style="string">1/8/1960</e>
          <e type="operand">10.1</e>
          <e type="operand" style="string">1/9/1960</e>
          <e type="operand">5.1</e>
          <e type="operand" style="string">1/10/1960</e>
          <e type="operand">21.8</e>
          <e type="operand" style="string">1/11/1960</e>
          <e type="operand">14.9</e>
          <e type="operand" style="string">1/12/1960</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">2</e>
          <e type="function" args="26">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="324" top="72" width="381" height="295" border="true" color="#000000" bgColor="#d8ffb0" fontSize="9">
      <math optimize="2">
        <description active="true" position="Top" lang="eng" width="383">
          <content>
            <p style="font-family: Times New Roman; font-size: 9px;">PROGRAM: 1: Read DATA : YEAR / MONTH / DATE  in String Format <br />and VALS in Number Format.. VECTORIZE FUNCTION S USED</p>
          </content>
        </description>
        <input>
          <e type="operand">data</e>
          <e type="function" args="1">Str_Data</e>
          <e type="operand">data</e>
          <e type="function" args="1">eval</e>
          <e type="operand">str</e>
          <e type="operand">data</e>
          <e type="operand">1</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
          <e type="operand">vals</e>
          <e type="operand">data</e>
          <e type="operand">2</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">str</e>
          <e type="operand" style="string">/</e>
          <e type="function" args="2">strsplit</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">yr</e>
          <e type="operand">a</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">yr</e>
          <e type="operand">yr</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="3">substr</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">yr</e>
          <e type="operand">yr</e>
          <e type="function" args="1">str2num</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">mth</e>
          <e type="operand">a</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">mth</e>
          <e type="operand">mth</e>
          <e type="function" args="1">str2num</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">date</e>
          <e type="operand">a</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">date</e>
          <e type="operand">date</e>
          <e type="function" args="1">str2num</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">yr</e>
          <e type="operand">mth</e>
          <e type="operand">date</e>
          <e type="operand">vals</e>
          <e type="function" args="4">augment</e>
          <e type="function" args="1">eval</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="function" args="14">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="342" width="139" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng">
        <content>
          <p style="text-decoration: underline; font-family: Times New Roman; font-size: 10px; font-weight: bold;">SAMPLE Calculation</p>
        </content>
      </text>
    </region>
    <region left="225" top="342" width="42" height="22" color="#000000" bgColor="#ffff00" fontSize="9">
      <math>
        <input>
          <e type="operand">n</e>
          <e type="operand">3</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="378" width="270" height="31" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">str1</e>
          <e type="operand">Str_data</e>
          <e type="operand">1</e>
          <e type="function" args="2">col</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1/3/1960</e>
        </result>
      </math>
    </region>
    <region left="18" top="423" width="234" height="31" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">vals1</e>
          <e type="operand">Str_data</e>
          <e type="operand">2</e>
          <e type="function" args="2">col</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">23.3</e>
        </result>
      </math>
    </region>
    <region left="477" top="441" width="121" height="21" color="#000000" fontSize="9" isBreakable="false">
      <text lang="eng">
        <content>
          <p style="text-decoration: underline; font-family: Times New Roman; font-size: 9px;">Using PROGRAM - 1</p>
        </content>
      </text>
    </region>
    <region left="18" top="459" width="251" height="58" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">a1</e>
          <e type="operand">str1</e>
          <e type="operand" style="string">/</e>
          <e type="function" args="2">strsplit</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1</e>
          <e type="operand" style="string">3</e>
          <e type="operand" style="string">1960</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="477" top="477" width="191" height="24" color="#000000" fontSize="9">
      <math optimize="2">
        <input>
          <e type="operand">data</e>
          <e type="operand">Str_data</e>
          <e type="function" args="1">Str_Data</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="477" top="513" width="165" height="204" color="#000000" fontSize="9">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p style="font-family: Times New Roman; font-size: 9px;">Numeric Data</p>
          </content>
        </description>
        <input>
          <e type="operand">data</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">7.9</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="operand">34.5</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">23.3</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="operand">1.5</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="operand">0</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="operand">0.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">7</e>
          <e type="operand">3.3</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">8</e>
          <e type="operand">10.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">9</e>
          <e type="operand">5.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">10</e>
          <e type="operand">21.8</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">11</e>
          <e type="operand">14.9</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">12</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">4</e>
          <e type="function" args="50">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="522" width="134" height="29" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">yr1</e>
          <e type="operand">a1</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1960</e>
        </result>
      </math>
    </region>
    <region left="18" top="567" width="225" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">yr1</e>
          <e type="operand">yr1</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="3">substr</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1960</e>
        </result>
      </math>
    </region>
    <region left="18" top="603" width="182" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">yr1</e>
          <e type="operand">yr1</e>
          <e type="function" args="1">str2num</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
        </result>
      </math>
    </region>
    <region left="18" top="639" width="119" height="29" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">mth1</e>
          <e type="operand">a1</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1</e>
        </result>
      </math>
    </region>
    <region left="225" top="639" width="175" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">mth1</e>
          <e type="operand">mth1</e>
          <e type="function" args="1">str2num</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="18" top="675" width="126" height="29" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">date1</e>
          <e type="operand">a1</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">3</e>
        </result>
      </math>
    </region>
    <region left="225" top="675" width="189" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">date1</e>
          <e type="operand">date1</e>
          <e type="function" args="1">str2num</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">3</e>
        </result>
      </math>
    </region>
    <region left="18" top="711" width="356" height="25" border="true" color="#000000" bgColor="#ffceff" fontSize="9">
      <math>
        <input>
          <e type="operand">yr1</e>
          <e type="operand">mth1</e>
          <e type="operand">date1</e>
          <e type="operand">vals1</e>
          <e type="function" args="4">augment</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">23.3</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="6">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="747" width="174" height="26" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">r</e>
          <e type="operand">1</e>
          <e type="operand">Str_data</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 left="243" top="747" width="78" height="24" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">c</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="9" top="774" width="737" height="24" color="#000000" bgColor="#c6c6ff" fontSize="10">
      <text lang="eng">
        <content>
          <p style="background-color: #c6c6ff;">---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</p>
        </content>
      </text>
    </region>
    <region left="18" top="801" width="129" height="26" color="#000000" bgColor="#ffff80" fontSize="12" isBreakable="false">
      <text lang="eng">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Times New Roman; font-size: 12px; background-color: #ffff80;">Alvaro's Method</p>
        </content>
      </text>
    </region>
    <region left="18" top="828" width="690" height="45" color="#000000" fontSize="9">
      <math optimize="2">
        <input>
          <e type="operand">Δ</e>
          <e type="operand" style="string">mat(</e>
          <e type="operand">Str_data</e>
          <e type="operand">r</e>
          <e type="operand">1</e>
          <e type="function" args="3">el</e>
          <e type="operand" style="string">/</e>
          <e type="operand" style="string">,</e>
          <e type="function" args="3">strrep</e>
          <e type="operand" style="string">,3,1)</e>
          <e type="function" args="3">concat</e>
          <e type="function" args="1">str2num</e>
          <e type="function" args="1">reverse</e>
          <e type="operand">Str_data</e>
          <e type="operand">r</e>
          <e type="operand">2</e>
          <e type="function" args="3">el</e>
          <e type="function" args="2">stack</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="873" width="251" height="204" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">data</e>
          <e type="operand">r</e>
          <e type="operand">c</e>
          <e type="function" args="3">el</e>
          <e type="operand">Δ</e>
          <e type="operand">r</e>
          <e type="operand">1</e>
          <e type="function" args="3">el</e>
          <e type="operand">c</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">7.9</e>
          <e type="operand">1960</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">34.5</e>
          <e type="operand">1960</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">23.3</e>
          <e type="operand">1960</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="operand">1.5</e>
          <e type="operand">1960</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="operand">0</e>
          <e type="operand">1960</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="operand">0.1</e>
          <e type="operand">1960</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="operand">3.3</e>
          <e type="operand">1960</e>
          <e type="operand">8</e>
          <e type="operand">1</e>
          <e type="operand">10.1</e>
          <e type="operand">1960</e>
          <e type="operand">9</e>
          <e type="operand">1</e>
          <e type="operand">5.1</e>
          <e type="operand">1960</e>
          <e type="operand">10</e>
          <e type="operand">1</e>
          <e type="operand">21.8</e>
          <e type="operand">1960</e>
          <e type="operand">11</e>
          <e type="operand">1</e>
          <e type="operand">14.9</e>
          <e type="operand">1960</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">4</e>
          <e type="function" args="50">mat</e>
        </result>
      </math>
    </region>
    <region left="27" top="1098" width="161" height="26" color="#000000" bgColor="#ffff80" fontSize="12">
      <text lang="eng">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Times New Roman; font-size: 12px; background-color: #ffff80;">Alternative Method 1</p>
        </content>
      </text>
    </region>
    <region left="27" top="1143" width="265" height="204" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">aa</e>
          <e type="operand">Str_data</e>
          <e type="operand">1</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1/1/1960</e>
          <e type="operand" style="string">1/2/1960</e>
          <e type="operand" style="string">1/3/1960</e>
          <e type="operand" style="string">1/4/1960</e>
          <e type="operand" style="string">1/5/1960</e>
          <e type="operand" style="string">1/6/1960</e>
          <e type="operand" style="string">1/7/1960</e>
          <e type="operand" style="string">1/8/1960</e>
          <e type="operand" style="string">1/9/1960</e>
          <e type="operand" style="string">1/10/1960</e>
          <e type="operand" style="string">1/11/1960</e>
          <e type="operand" style="string">1/12/1960</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="function" args="14">mat</e>
        </result>
      </math>
    </region>
    <region left="342" top="1143" width="214" height="204" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">bb</e>
          <e type="operand">Str_data</e>
          <e type="operand">2</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">7.9</e>
          <e type="operand">34.5</e>
          <e type="operand">23.3</e>
          <e type="operand">1.5</e>
          <e type="operand">0</e>
          <e type="operand">0.1</e>
          <e type="operand">3.3</e>
          <e type="operand">10.1</e>
          <e type="operand">5.1</e>
          <e type="operand">21.8</e>
          <e type="operand">14.9</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="function" args="14">mat</e>
        </result>
      </math>
    </region>
    <region left="27" top="1386" width="286" height="39" border="true" color="#000000" bgColor="#dcffb9" fontSize="9">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="operand">nn</e>
          <e type="function" args="2">F</e>
          <e type="operand">x</e>
          <e type="operand" style="string">/</e>
          <e type="function" args="2">strsplit</e>
          <e type="operand">nn</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">str2num</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="27" top="1440" width="465" height="204" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">Ans</e>
          <e type="operand">aa</e>
          <e type="operand">3</e>
          <e type="function" args="2">F</e>
          <e type="operand">aa</e>
          <e type="operand">1</e>
          <e type="function" args="2">F</e>
          <e type="operand">aa</e>
          <e type="operand">2</e>
          <e type="function" args="2">F</e>
          <e type="operand">bb</e>
          <e type="function" args="4">augment</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">7.9</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="operand">34.5</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">23.3</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="operand">1.5</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="operand">0</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="operand">0.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">7</e>
          <e type="operand">3.3</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">8</e>
          <e type="operand">10.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">9</e>
          <e type="operand">5.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">10</e>
          <e type="operand">21.8</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">11</e>
          <e type="operand">14.9</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">12</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">4</e>
          <e type="function" args="50">mat</e>
        </result>
      </math>
    </region>
    <region left="27" top="1683" width="327" height="26" color="#000000" bgColor="#ffff80" fontSize="12" isBreakable="false">
      <text lang="eng" width="327">
        <content>
          <p style="font-weight: bold; text-decoration: underline; font-family: Times New Roman; font-size: 12px; background-color: #ffff80;">Alternative Method 2: <span style="background-color: #ffff80;">Using PROGRAM: 2</span></p>
        </content>
      </text>
    </region>
    <region left="27" top="1719" width="479" height="122" border="true" color="#000000" bgColor="#d8ffb0" fontSize="9">
      <math optimize="2">
        <description active="true" position="Top" lang="eng" width="383">
          <content>
            <p style="font-family: Times New Roman; font-size: 9px;">PROGRAM: 2: Read DATA : YEAR / MONTH / DATE  in String Format <br />and VALS in Number Format.. VECTORIZE FUNCTION S USED</p>
          </content>
        </description>
        <input>
          <e type="operand">data</e>
          <e type="function" args="1">Process_Str_Data</e>
          <e type="operand">data</e>
          <e type="function" args="1">eval</e>
          <e type="operand">a</e>
          <e type="operand">data</e>
          <e type="operand">1</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
          <e type="bracket">(</e>
          <e type="operand" style="string">String column</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">b</e>
          <e type="operand">data</e>
          <e type="operand">2</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
          <e type="bracket">(</e>
          <e type="operand" style="string">Numerical column</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">x</e>
          <e type="operand">nn</e>
          <e type="function" args="2">F2</e>
          <e type="operand">x</e>
          <e type="operand" style="string">/</e>
          <e type="function" args="2">strsplit</e>
          <e type="operand">nn</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">str2num</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">3</e>
          <e type="function" args="2">F2</e>
          <e type="operand">a</e>
          <e type="operand">1</e>
          <e type="function" args="2">F2</e>
          <e type="operand">a</e>
          <e type="operand">2</e>
          <e type="function" args="2">F2</e>
          <e type="operand">b</e>
          <e type="function" args="4">augment</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 left="558" top="1818" width="199" height="56" color="#000000" fontSize="9">
      <text lang="eng" width="189">
        <content>
          <p style="font-weight: bold;">This <span style="color: #ff0000;">vectorize  function</span> splits strings at "/" and converts entire matrix to numbers </p>
        </content>
      </text>
    </region>
    <region left="504" top="1827" width="63" height="29" color="#000000">
      <picture>
        <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAIgAAAA8CAYAAAC94fIxAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAThSURBVHhe7ZxLT1tHFMfzWQzKgi1SgbIp+So0EnUNIg02FDDYVlPzyqL5Do3UrGEZkMImpluapoohWQSMjZ9gHlVin86ZXLdkfDqDfR+Or8/P+m2QCXPP/O+5984d5Q4wjAYOCKOFA8Jo4YAwWjggjBYOCKOlJwNyfX0NlUoFLi4uoFarWT9lKHoyIPv7+/Dst2eQSqWsnzD/R08EpC4+V1dXsmO8ffcWIpEIjI6MQjQahUKpYH2LobhVQD7WP3aNNfFRSe2lYGNjA2KxGDz44QEMDAyII78DExMTcJQ5sr7VXcdJWas7f7n0RUBUrv6+gnK5DMViEQ7fHUI8Hof+vn4ZipvOz89D7jRn/RYHhKLrA0J2jN9T8HjjsewY4UgYRoZHmsKBYnDy+bz1WxwQiq4MiMptO4YqBug0f2r9KxwQClEpM9RgOqWdjqG6vLzMATEgKmWGGoyXqrTbMVQ5IGZEpcxQg/FKJzuGKgfEjKiUGWowbqriVMdQTSQSUDmrWH/FG6jjdcqeCIibHUN1dXVVLqJ5CR4fddxO6NuAqLjVMVRnZ2chfZCGUrEkzRfzzlv4JK7YVi+r8KH2gayBE/oyIF52DNV7Y/dgbm4OEvGEFIPotMuxZSl2q+2dbaheVOVEolQ97OibgKh41TE6KR7PysqK7CYNqNrY0RcB6WTH6LThmbCrS/sdC4jT9ELHoMTH6vJZ2apCdyBG7j290jFUO/HUZBcxcpp6vQ6Xl5eQy+XkK3G7npycSF//9RoWFhaaitcLzszMwKs/X/1bC6pO7ZrJZuDs/MzxHXJi5DQYjt3dXTmZwe+D0lAo1LZTk1PS8fFx6A/4/3JCOTw0DPe/vQ9TIVELIVWnVm3MDW6C2trakpuinESMnAb3bD799SmMfj0KgUBAerf/rm174V5DZ1+gj6xLuzbmZnBwEJ788gRKpZI1g84gRk0jO8iLXZj/cR4mvpuQBoMirTadDE1CJByR7RbPKKqIfnXoqyHZQUNBcfYLqfq0amNusJ6bm5tQrVatGXQGMXIavJZhu8pms/D+6P0nj+2byWTkfU36MC1vUvGMoorpR6enp2H/j31ZA5SqT8tac3OcOZbvlTy7B/GCl3svYX1tHZaWluBh+KHvOwo+5rqxVuEmYuSdA9dD8JpZKBR831HwxnxtfU0+aXQTYvRmqFU7u1Irql53lLFvxmA2MgvxWFyKZ7jTRpei0mQyCc+3n8P5xblcC8EPVRc7+uZdTEMVrzsKPhq+Sb+Rfw/FzUNOm8vnpPgOBsPBb3PbtBMdhfeDmBGVMkMNxg1V3O4ovKPMjKiUGWowbutFR8F7BLwMNKDG0U32VEBQFac7CgfEjKiUGWowXutGR6ECgkXuVvEFq9OISplRJ6tTqtjtKGpAsMjM54hKmaEmq9OKc8Ya3X+02lE4IGZEpcxQE/QlqNJqR1lcXJRrFA04IM2ISpmhJudL09hRZpo7Cr4Bzeay1rc5IBT+CQgxuTc7ysHhgewoNwOCy983d5lzQJq5VUCwcN0mxd7eHiR/Tsp7j0c/PYKdnZ3PdmC58RTQ7dwqIH4CA4GbalD+Hw7N9FxAmNbggDBaOCCMFg4Io4UDwmjhgDBaOCCMFg4Io4UDwmjhgDBaOCCMFg4Io4UDwmjhgDBaOCCMBoB/AMF2PcoETKm+AAAAAElFTkSuQmCC</raw>
      </picture>
    </region>
    <region left="90" top="1881" width="285" height="58" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand" style="string">1/3/1960</e>
          <e type="operand" style="string">/</e>
          <e type="function" args="2">strsplit</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1</e>
          <e type="operand" style="string">3</e>
          <e type="operand" style="string">1960</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="27" top="1899" width="61" height="24" color="#000000" bgColor="#ffff80" fontSize="9">
      <text lang="eng">
        <content>
          <p style="font-weight: bold; background-color: #ffff80;">Example</p>
        </content>
      </text>
    </region>
    <region left="387" top="1899" width="55" height="27" color="#000000">
      <picture>
        <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAH4AAAA8CAYAAACgsw7vAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASUSURBVHhe7ZzPTxtHFMfzrzSQSJwLOCinkL+kaZoDcpECNgaJ4B8ggo17aP6L5lxyDNwCXFHkVmDaQ2I7xj8A29hVYr/um+xTNrNbdW1P1jOe+VhfyYJkNfs+fm/t8YpbYNASI15TjHhNMeI1xYjXFCNeU8ZefLfbhVarBVdXV9DpdOyfGrTo+OPjY3j520s4OTmxfzJe9KxHv/yn+E+9T/Yztald1mBjYwPuz92HSCQC53+fswnQbrcHKphsdHvdbycen6sWolAqwMLCgnWmt2BqagqeLj2FRCIB2d0sHB4d2v/qC13r4XU82UIY8VyIi+oFrK+vM/HOTNyeYC+A/HkearUaXF5eQvuftv2/vuB1bBlCGPFciGq9Cpubmy7xmHuz9yAajSo5AQgjngtRqVUglUq5pPOZvD2p1AQgjHguBIpPJpMu0V5RaQIQRjwXoh/xzsg+AQgjngsxqHiMzBOAUEp8kFw3r2Fra8sltd/INgEIZcRjhwTNbnbXJXKQyDQBCGXEf+x+hOZNk33MqlQrn2ONY9Gp1+os+b/ysLa25pI4bEY9AQjpxeMCMSh9/2Af0pk0xBNxFrwGi04qmWJB6Q/nH7rEicgoJwAhvXgCOz2TycCdyTuuQqqcoCcAoYx43EKNxWKuwo1DgpwAhHDx3wp8l42j2Ktw4xS/E2BUWKsMHlHvsmWPnwkwKqwVelP8UIRSqcTyvvh+6NCxcn/mYCW64iqSDsE3mrk/ckLqSscofShBo9GwrfnHWpE3sZUYLIYXWcLh8NChYz356QnMheZcRdEhE99NwKMfHsHiz1YtrHjVyW+onujp1d4r25p/rBV5MzM9A3cn7woPfg/uVRRdgtd+r7oMmunvp+HFry9sa/6xVuMNXpvCC9arywrewTJs6FiPf3zMrn1eRRnXhGZDEFmOQCz6eYp61affUD2jkSjs/b5nW/OPtTJvCsUCFItFlneFd0OHjvU29xaWlpZcxRnnxONxOD07hXK5LLyemOvGtW3NP9bKggU/c477x7nQTAiWl5fZTZ6ZdAbeHL6xz14erJUGS6PVgOwv2bHbuXMGO/wsfwbVahXq9TrcdG7ss5cHa6XeOHeH+F2jQYKdjg/cq3+9/xp2dnbg2cYzFiyU6CQTSRbcJZx/MO+SIzJ+Olz0nj0h/ZYtBb+dw67Hb9DKlTLLReVCeLDbMNh5q6urLlkigy+0/+twr1oME0IZ8fjKDxrRO4Wj6HA+hDLiMUEi6g4cZ0bR4XwIpcQHEQIvKcN+ipChw/kQRjwXQoR4GTqcDyFcPB6QwOeqhRhEvIwdzofAcxUqXmWchRhEvIwdzocw4h30K16FDudDGPEOePEo1Es4BX9/mj+VusP5EEa8A2chytWy6x6/2ZlZ5TqcD2HEO3AWAu/qTafTX4nnr+HtjvteOCNeQZyFaN204ODgALa3tpnw59vP4ejoyP7t12ARVQnR6+HZGvGesL981WxBs9lkf//GoIl4gxsjXlOMeE0x4jXFiNcUI15TjHhNMeI1xYjXFCNeU4x4TTHiNcWI1xQjXlOMeC0B+BeGoPEJBrV+gQAAAABJRU5ErkJggg==</raw>
      </picture>
    </region>
    <region left="441" top="1899" width="65" height="29" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1</e>
        </result>
      </math>
    </region>
    <region left="513" top="1899" width="65" height="29" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">3</e>
        </result>
      </math>
    </region>
    <region left="585" top="1899" width="86" height="29" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1960</e>
        </result>
      </math>
    </region>
    <region left="585" top="1926" width="138" height="31" color="#000000" fontSize="9">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">str2num</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
        </result>
      </math>
    </region>
    <region left="27" top="1944" width="212" height="204" color="#000000" fontSize="9">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p style="font-size: 9px; color: #000000; font-family: Courier New;">Data</p>
          </content>
        </description>
        <input>
          <e type="operand">Str_data</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1/1/1960</e>
          <e type="operand">7.9</e>
          <e type="operand" style="string">1/2/1960</e>
          <e type="operand">34.5</e>
          <e type="operand" style="string">1/3/1960</e>
          <e type="operand">23.3</e>
          <e type="operand" style="string">1/4/1960</e>
          <e type="operand">1.5</e>
          <e type="operand" style="string">1/5/1960</e>
          <e type="operand">0</e>
          <e type="operand" style="string">1/6/1960</e>
          <e type="operand">0.1</e>
          <e type="operand" style="string">1/7/1960</e>
          <e type="operand">3.3</e>
          <e type="operand" style="string">1/8/1960</e>
          <e type="operand">10.1</e>
          <e type="operand" style="string">1/9/1960</e>
          <e type="operand">5.1</e>
          <e type="operand" style="string">1/10/1960</e>
          <e type="operand">21.8</e>
          <e type="operand" style="string">1/11/1960</e>
          <e type="operand">14.9</e>
          <e type="operand" style="string">1/12/1960</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">2</e>
          <e type="function" args="26">mat</e>
        </result>
      </math>
    </region>
    <region left="378" top="1944" width="326" height="204" color="#000000" fontSize="9">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p style="font-size: 9px; color: #000000; font-family: Courier New;">Using PROGRAM 2</p>
          </content>
        </description>
        <input>
          <e type="operand">Str_data</e>
          <e type="function" args="1">Process_Str_Data</e>
        </input>
        <result action="numeric">
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">7.9</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="operand">34.5</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">23.3</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="operand">1.5</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="operand">0</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="operand">0.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">7</e>
          <e type="operand">3.3</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">8</e>
          <e type="operand">10.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">9</e>
          <e type="operand">5.1</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">10</e>
          <e type="operand">21.8</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">11</e>
          <e type="operand">14.9</e>
          <e type="operand">1960</e>
          <e type="operand">1</e>
          <e type="operand">12</e>
          <e type="operand">6.6</e>
          <e type="operand">12</e>
          <e type="operand">4</e>
          <e type="function" args="50">mat</e>
        </result>
      </math>
    </region>
    <region left="270" top="2061" width="73" height="37" color="#000000">
      <picture>
        <raw format="png" encoding="base64">iVBORw0KGgoAAAANSUhEUgAAAH4AAAA8CAYAAACgsw7vAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAASUSURBVHhe7ZzPTxtHFMfzrzSQSJwLOCinkL+kaZoDcpECNgaJ4B8ggo17aP6L5lxyDNwCXFHkVmDaQ2I7xj8A29hVYr/um+xTNrNbdW1P1jOe+VhfyYJkNfs+fm/t8YpbYNASI15TjHhNMeI1xYjXFCNeU8ZefLfbhVarBVdXV9DpdOyfGrTo+OPjY3j520s4OTmxfzJe9KxHv/yn+E+9T/Yztald1mBjYwPuz92HSCQC53+fswnQbrcHKphsdHvdbycen6sWolAqwMLCgnWmt2BqagqeLj2FRCIB2d0sHB4d2v/qC13r4XU82UIY8VyIi+oFrK+vM/HOTNyeYC+A/HkearUaXF5eQvuftv2/vuB1bBlCGPFciGq9Cpubmy7xmHuz9yAajSo5AQgjngtRqVUglUq5pPOZvD2p1AQgjHguBIpPJpMu0V5RaQIQRjwXoh/xzsg+AQgjngsxqHiMzBOAUEp8kFw3r2Fra8sltd/INgEIZcRjhwTNbnbXJXKQyDQBCGXEf+x+hOZNk33MqlQrn2ONY9Gp1+os+b/ysLa25pI4bEY9AQjpxeMCMSh9/2Af0pk0xBNxFrwGi04qmWJB6Q/nH7rEicgoJwAhvXgCOz2TycCdyTuuQqqcoCcAoYx43EKNxWKuwo1DgpwAhHDx3wp8l42j2Ktw4xS/E2BUWKsMHlHvsmWPnwkwKqwVelP8UIRSqcTyvvh+6NCxcn/mYCW64iqSDsE3mrk/ckLqSscofShBo9GwrfnHWpE3sZUYLIYXWcLh8NChYz356QnMheZcRdEhE99NwKMfHsHiz1YtrHjVyW+onujp1d4r25p/rBV5MzM9A3cn7woPfg/uVRRdgtd+r7oMmunvp+HFry9sa/6xVuMNXpvCC9arywrewTJs6FiPf3zMrn1eRRnXhGZDEFmOQCz6eYp61affUD2jkSjs/b5nW/OPtTJvCsUCFItFlneFd0OHjvU29xaWlpZcxRnnxONxOD07hXK5LLyemOvGtW3NP9bKggU/c477x7nQTAiWl5fZTZ6ZdAbeHL6xz14erJUGS6PVgOwv2bHbuXMGO/wsfwbVahXq9TrcdG7ss5cHa6XeOHeH+F2jQYKdjg/cq3+9/xp2dnbg2cYzFiyU6CQTSRbcJZx/MO+SIzJ+Olz0nj0h/ZYtBb+dw67Hb9DKlTLLReVCeLDbMNh5q6urLlkigy+0/+twr1oME0IZ8fjKDxrRO4Wj6HA+hDLiMUEi6g4cZ0bR4XwIpcQHEQIvKcN+ipChw/kQRjwXQoR4GTqcDyFcPB6QwOeqhRhEvIwdzofAcxUqXmWchRhEvIwdzocw4h30K16FDudDGPEOePEo1Es4BX9/mj+VusP5EEa8A2chytWy6x6/2ZlZ5TqcD2HEO3AWAu/qTafTX4nnr+HtjvteOCNeQZyFaN204ODgALa3tpnw59vP4ejoyP7t12ARVQnR6+HZGvGesL981WxBs9lkf//GoIl4gxsjXlOMeE0x4jXFiNcUI15TjHhNMeI1xYjXFCNeU4x4TTHiNcWI1xQjXlOMeC0B+BeGoPEJBrV+gQAAAABJRU5ErkJggg==</raw>
      </picture>
    </region>
  </regions>
</worksheet>