﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.97.5346.24640"?>
<regions>
  <settings>
    <identity>
      <id>90ab065e-6814-400a-ac01-de66a685709b</id>
      <revision>15</revision>
    </identity>
    <calculation>
      <precision>6</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <fractions>auto</fractions>
    </calculation>
    <pageModel active="true" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependences>
      <assembly name="SMath Studio Desktop" version="0.97.5346.24640" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Text Region" version="1.10.5346.31409" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Special Functions" version="1.11.5346.31403" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Math Region" version="0.97.5346.24640" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Plot Region" version="1.9.5346.32570" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
    </dependences>
  </settings>
  <region id="0" left="63" top="45" width="452" height="34" color="#000000" bgColor="#80ffff" fontSize="16">
    <text lang="eng">
      <p bold="true" underline="true">The great Smath/Maple dual solver</p>
    </text>
  </region>
  <region id="1" left="18" top="90" width="565" height="168" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>This  dual solver is most precious for Engineering/Scientific works.1. given the independent, it solves for the dependent.2. given the dependent, it solves for the independent.Just a matter of coding the respective 'solve' range appropriately.The AntColony was fitted Verhulst model and we use the result.sol(w):=root[f(t,β,colony)-w,t] is  the Maple symbolic executable format wrt var [t]This format is "general" wrt 't', but it can be recast in term ofeither solving for 't' or 'w' by equating to 0 and specifying the variable to slove for and  its respective bracketed 'solve' range.</p>
    </text>
  </region>
  <region id="2" left="18" top="270" width="419" height="76" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">x</e>
        <e type="operand">μ</e>
        <e type="operand">colony</e>
        <e type="function" args="3">f</e>
        <e type="operand">colony</e>
        <e type="operand">μ</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">1</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">/</e>
        <e type="operand">1</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">x</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</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>
      </input>
    </math>
  </region>
  <region id="3" left="18" top="351" width="505" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>maple("symbolicExpression") - evaluates symbolic expression.</p>
    </text>
  </region>
  <region id="4" left="18" top="378" width="89" height="26" color="#000000" bgColor="#ebffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">#</e>
        <e type="operand">#</e>
        <e type="function" args="2">root</e>
      </input>
    </math>
  </region>
  <region id="5" left="117" top="378" width="494" height="24" color="#000000" bgColor="#ebffff" fontSize="10">
    <text lang="eng">
      <p>&lt;= a native Maple code, active in Smath but not documented.</p>
    </text>
  </region>
  <region id="6" left="18" top="423" width="518" height="28" color="#000000" bgColor="#ffff80" fontSize="12">
    <text lang="eng">
      <p bold="true" underline="true">1. The general coding to be adapted for each solver</p>
    </text>
  </region>
  <region id="7" left="18" top="459" width="753" height="69" color="#000000" bgColor="#ffff80" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">w</e>
        <e type="function" args="1">sol</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">colony</e>
        <e type="function" args="3">f</e>
        <e type="operand">w</e>
        <e type="operator" args="2">-</e>
        <e type="operand">t</e>
        <e type="function" args="2">root</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="symbolic">
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="bracket">(</e>
        <e type="operand">colony</e>
        <e type="operand">w</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">/</e>
        <e type="operand">t</e>
        <e type="function" args="2">root</e>
      </result>
    </math>
  </region>
  <region id="8" left="18" top="531" width="101" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">colony</e>
        <e type="operand">500</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="9" left="18" top="558" width="86" height="80" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">μ</e>
        <e type="operand">11000</e>
        <e type="operand">0.76</e>
        <e type="operand">1.35</e>
        <e type="operand">5.037</e>
        <e type="operand">4</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="10" left="18" top="648" width="529" height="28" color="#000000" bgColor="#fff5ff" fontSize="12">
    <text lang="eng">
      <p bold="true" underline="true">2. Solving for 'w' [dependent] given 't' independent</p>
    </text>
  </region>
  <region id="11" left="18" top="675" width="655" height="69" color="#000000" bgColor="#fff5ff" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="bracket">(</e>
        <e type="operand">colony</e>
        <e type="operand">w</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">/</e>
        <e type="operand">0</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">w</e>
        <e type="operand">0</e>
        <e type="operand">11000</e>
        <e type="function" preserve="true" args="4">solve</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="12" left="18" top="747" width="139" height="26" color="#000000" bgColor="#fff5ff" fontSize="10">
    <math fractionType="none" decimalPlaces="0" exponentialThreshold="8">
      <input>
        <e type="operand">w</e>
        <e type="operand">5</e>
        <e type="function" args="2">Sol</e>
      </input>
      <result action="numeric">
        <e type="operand">8758</e>
      </result>
    </math>
  </region>
  <region id="13" left="18" top="792" width="528" height="28" color="#000000" bgColor="#fff5eb" fontSize="12">
    <text lang="eng">
      <p bold="true" underline="true">3. Solving for 't' [independent] given 'w' dependent</p>
    </text>
  </region>
  <region id="14" left="18" top="828" width="630" height="69" color="#000000" bgColor="#fff5eb" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">w</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="bracket">(</e>
        <e type="operand">colony</e>
        <e type="operand">w</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">/</e>
        <e type="operand">0</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">t</e>
        <e type="operand">0</e>
        <e type="operand">10</e>
        <e type="function" preserve="true" args="4">solve</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="15" left="18" top="900" width="139" height="26" color="#000000" bgColor="#fff5eb" fontSize="10">
    <math fractionType="none" decimalPlaces="2" exponentialThreshold="3">
      <input>
        <e type="operand">8758</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
      </input>
      <result action="numeric">
        <e type="operand">5</e>
      </result>
    </math>
  </region>
  <region id="16" left="18" top="1008" width="587" height="28" color="#000000" bgColor="#ebebeb" fontSize="12">
    <text lang="eng">
      <p bold="true" underline="true">4. At this point, the dual solver is done for use in-situ.</p>
    </text>
  </region>
  <region id="17" left="18" top="1044" width="517" height="40" color="#000000" bgColor="#ebebeb" fontSize="10">
    <text lang="eng">
      <p>Next, we recast the original model from  the symbolic 1. aboveand make 'w=0', that will plot and interpolate the dependent. </p>
    </text>
  </region>
  <region id="18" left="18" top="1089" width="501" height="67" color="#000000" bgColor="#ebebeb" fontSize="10">
    <math fractionType="none" decimalPlaces="4" exponentialThreshold="3">
      <input>
        <e type="operand">t</e>
        <e type="function" args="1">AntColony</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="bracket">(</e>
        <e type="operand">colony</e>
        <e type="operand">0</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operand">1</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">μ</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">t</e>
        <e type="operand">μ</e>
        <e type="operand">4</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="1">-</e>
        <e type="function" preserve="true" args="1">exp</e>
        <e type="operator" args="2">*</e>
        <e type="operand">μ</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="19" left="18" top="1170" width="333" height="169" border="true" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">L</e>
        <e type="operand">H</e>
        <e type="operand">N</e>
        <e type="function" args="3">Ant</e>
        <e type="operand">dx</e>
        <e type="operand">H</e>
        <e type="operand">L</e>
        <e type="operator" args="2">-</e>
        <e type="operand">N</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">N</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">ω</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">L</e>
        <e type="operand">dx</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">dx</e>
        <e type="operand">i</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand" style="string" />
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">ω</e>
        <e type="function" preserve="true" args="1">rows</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">AntCol</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">ω</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="function" args="1">AntColony</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand">ω</e>
        <e type="operand">AntCol</e>
        <e type="function" preserve="true" args="2">augment</e>
        <e type="operand">5</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="7">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="20" left="369" top="1179" width="156" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">L</e>
        <e type="operand">0</e>
        <e type="operator" args="2">:</e>
        <e type="operand">H</e>
        <e type="operand">10</e>
        <e type="operator" args="2">:</e>
        <e type="operand">N</e>
        <e type="operand">200</e>
        <e type="operator" args="2">:</e>
        <e type="operand">1</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="5">mat</e>
      </input>
    </math>
  </region>
  <region id="21" left="369" top="1215" width="145" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Ant</e>
        <e type="operand">L</e>
        <e type="operand">H</e>
        <e type="operand">N</e>
        <e type="function" args="3">Ant</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="22" left="369" top="1242" width="132" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">Ant</e>
        <e type="function" preserve="true" args="1">rows</e>
      </input>
      <result action="numeric">
        <e type="operand">200</e>
      </result>
    </math>
  </region>
  <region id="23" left="369" top="1296" width="250" height="44" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">t</e>
        <e type="operand" style="string">Unknown time lap</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">P</e>
        <e type="operand" style="string">Population, individuals</e>
        <e type="operator" args="2">≡</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">line</e>
      </input>
    </math>
  </region>
  <region id="24" left="18" top="1341" width="233" height="31" color="#000000" bgColor="#ffffff" fontSize="14">
    <text lang="eng">
      <p bold="true" underline="true">Sanity check wrt 2.</p>
    </text>
  </region>
  <region id="25" left="369" top="1350" width="221" height="78" color="#000000" bgColor="#ffffe1" fontSize="10">
    <math>
      <input>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">len</e>
        <e type="function" args="3">left</e>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">len</e>
        <e type="operand">2</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">-</e>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">len</e>
        <e type="operand">2</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">+</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="26" left="18" top="1377" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">t</e>
        <e type="operand">5</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="27" left="18" top="1404" width="187" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math fractionType="none" decimalPlaces="0" exponentialThreshold="12">
      <input>
        <e type="operand">P</e>
        <e type="operand">t</e>
        <e type="function" args="1">AntColony</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">8758</e>
      </result>
    </math>
  </region>
  <region id="28" left="18" top="1431" width="139" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="1">
      <input>
        <e type="operand">8758</e>
        <e type="operand">t</e>
        <e type="function" args="2">Sol</e>
      </input>
      <result action="numeric">
        <e type="operand">5</e>
      </result>
    </math>
  </region>
  <region id="29" left="369" top="1431" width="225" height="44" color="#000000" bgColor="#ffffe1" fontSize="10">
    <math>
      <input>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">len</e>
        <e type="function" args="3">right</e>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">len</e>
        <e type="operator" args="2">+</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="30" left="18" top="1467" width="339" height="196" color="#000000" bgColor="#ebebeb" fontSize="10">
    <plot type="2d" render="lines" scale_x="0.00119672632919776" scale_y="2.32227684622264" scale_z="0.00277912984556099" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-112" transpose_y="-70" transpose_z="0">
      <description active="true" position="Top" lang="eng">
        <p>Predictive AntColony Verhulst model fit.</p>
      </description>
      <input>
        <e type="operand">Ant</e>
        <e type="operand">colony</e>
        <e type="operand">t</e>
        <e type="operand">P</e>
        <e type="operand" style="string">+</e>
        <e type="operand">50</e>
        <e type="operand" style="string">red</e>
        <e type="operand">1</e>
        <e type="operand">5</e>
        <e type="function" preserve="true" args="7">mat</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="5">sys</e>
      </input>
    </plot>
  </region>
  <region id="31" left="369" top="1485" width="348" height="88" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>You can  copy this part of the document,add the data set from the original Ant.Thus you will have a complete piece ofscientific work for publishing in workingmaths, much superior to "Latex Papers". </p>
    </text>
  </region>
  <region id="32" left="369" top="1584" width="389" height="168" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Ants, rats, termites, bees ... when theymigrate, they don't migrate "Dady &amp; Momy".They form a 'base colony'. We just have the 'Ant' from American Scientists. Assume you have the "rats", you discovera rat colony installed in Australia.From your magic Smath, then using the solver, you  can tell how old the colony is  &amp; future  population [assuming you have the "rats model"fitted from a model function]. </p>
    </text>
  </region>
  <region id="33" left="18" top="1773" width="390" height="169" border="true" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">L</e>
        <e type="operand">H</e>
        <e type="operand">N</e>
        <e type="function" args="3">InverseAnt</e>
        <e type="operand">dx</e>
        <e type="operand">H</e>
        <e type="operand">L</e>
        <e type="operator" args="2">-</e>
        <e type="operand">N</e>
        <e type="operator" args="2">/</e>
        <e type="operator" args="2">:</e>
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">N</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">ω</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">L</e>
        <e type="operand">dx</e>
        <e type="operator" args="2">-</e>
        <e type="bracket">(</e>
        <e type="operand">dx</e>
        <e type="operand">i</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand" style="string" />
        <e type="operand">i</e>
        <e type="operand">1</e>
        <e type="operand">ω</e>
        <e type="function" preserve="true" args="1">rows</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">AntCol</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">ω</e>
        <e type="operand">i</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="function" args="1">AntColony</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand">AntCol</e>
        <e type="operand">ω</e>
        <e type="function" preserve="true" args="2">augment</e>
        <e type="operand">5</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="7">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="34" left="414" top="1773" width="240" height="158" color="#000000" bgColor="#ebebeb" fontSize="10">
    <plot type="2d" render="lines" scale_x="1" scale_y="0.00169184952563858" scale_z="0.00169184952563858" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-82" transpose_y="-39" transpose_z="0">
      <input>
        <e type="operand">L</e>
        <e type="operand">H</e>
        <e type="operand">N</e>
        <e type="function" args="3">InverseAnt</e>
        <e type="operand">500</e>
        <e type="operand">0</e>
        <e type="operand">6</e>
        <e type="function" args="3">left</e>
        <e type="operand">11500</e>
        <e type="operand">2</e>
        <e type="operator" args="1">-</e>
        <e type="operand">14</e>
        <e type="function" args="3">right</e>
        <e type="operand">10</e>
        <e type="operand">4</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="6">sys</e>
      </input>
    </plot>
  </region>
  <region id="35" left="243" top="1953" width="162" height="26" color="#000000" bgColor="#ebebeb" fontSize="10">
    <math>
      <input>
        <e type="operand">L</e>
        <e type="operand">H</e>
        <e type="operand">N</e>
        <e type="operand">1</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="5">mat</e>
      </input>
      <result action="numeric">
        <e type="operand">0</e>
        <e type="operand">10</e>
        <e type="operand">200</e>
        <e type="operand">1</e>
        <e type="operand">3</e>
        <e type="function" preserve="true" args="5">mat</e>
      </result>
    </math>
  </region>
</regions>