﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.7822.147"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="120">
    <shortcut>Worst Case Analysis</shortcut>
    <identity>
      <id>e162a747-c8b2-4f40-95df-39d17e3aa6ae</id>
      <revision>132</revision>
    </identity>
    <metadata lang="eng">
      <title>Snippet: WCA Toolkit</title>
      <author>Arie Lyles</author>
      <description>This snippet contains functions used in performing worst case anaylsis and RSS analysis on user defined functions.</description>
    </metadata>
    <calculation>
      <precision>3</precision>
      <exponentialThreshold>3</exponentialThreshold>
      <trailingZeros>true</trailingZeros>
      <significantDigitsMode>true</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="0.99.7822.147" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="MathRegion" version="1.11.7822.147" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="PictureRegion" version="1.10.7822.147" guid="06b5df04-393e-4be7-9107-305196fcb861" />
      <assembly name="Custom Functions" version="1.1.7840.30466" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="SpecialFunctions" version="1.12.7822.147" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.7822.147" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="AreaRegion" version="1.11.7822.147" guid="4974b228-4974-44cf-8274-bf2936b4a766" />
      <assembly name="Writer Region" version="0.23.8034.36139" guid="5922d677-323f-4327-8c68-be902d8339ad" />
    </dependencies>
  </settings>
  <regions type="content">
    <region top="45" color="#000000">
      <area collapsed="true">
        <title lang="eng">
          <content>
            <p>snippet: varManager 2012.03.03</p>
          </content>
        </title>
      </area>
      <region left="27" top="63" width="383" height="116" color="#000000" fontSize="10">
        <math decimalPlaces="2" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>check if #var is an array</p>
            </content>
          </description>
          <input>
            <e type="operand">#var</e>
            <e type="function" args="1">IsArray</e>
            <e type="operand">#var</e>
            <e type="function" args="1">IsString</e>
            <e type="operand">0</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#e</e>
            <e type="operand">#var</e>
            <e type="function" args="1">num2str</e>
            <e type="function" args="1">eval</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#e</e>
            <e type="operand" style="string">mat(</e>
            <e type="function" args="2">findstr</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">0</e>
            <e type="operator" args="2">&gt;</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operand">0</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="27" top="216" width="434" height="31" color="#000000" fontSize="10">
        <math decimalPlaces="2" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>check if #var is a number</p>
            </content>
          </description>
          <input>
            <e type="operand">#var</e>
            <e type="function" args="1">IsScalar</e>
            <e type="operand">#var</e>
            <e type="function" args="1">IsArray</e>
            <e type="operator" args="1">¬</e>
            <e type="bracket">(</e>
            <e type="operand">#var</e>
            <e type="function" args="1">IsString</e>
            <e type="operator" args="1">¬</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">&amp;</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="27" top="288" width="481" height="166" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>returns rows and columns of an array<br />returns 1 if #var is a number<br />returns "text" if #var is a string</p>
            </content>
          </description>
          <input>
            <e type="operand">#var</e>
            <e type="function" args="1">size</e>
            <e type="operand">#var</e>
            <e type="function" args="1">IsString</e>
            <e type="operator" args="1">¬</e>
            <e type="operand">#var</e>
            <e type="function" args="1">num2str</e>
            <e type="operand" style="string">mat(</e>
            <e type="function" args="2">findstr</e>
            <e type="function" args="1">stack</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#var</e>
            <e type="function" args="1">rows</e>
            <e type="operand">#var</e>
            <e type="function" args="1">cols</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="function" args="1">eval</e>
            <e type="operand">1</e>
            <e type="function" args="3">if</e>
            <e type="operand" style="string">text</e>
            <e type="function" args="3">if</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="27" top="522" width="472" height="321" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>returns summation of M.D.A. elements</p>
            </content>
          </description>
          <input>
            <e type="operand">#var</e>
            <e type="function" args="1">sum.1</e>
            <e type="operand">#size</e>
            <e type="operand">#var</e>
            <e type="function" args="1">size</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#size</e>
            <e type="operand" style="string">text</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">0</e>
            <e type="operand">#size</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#var</e>
            <e type="operand">#output</e>
            <e type="operand">0</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#i</e>
            <e type="operand">1</e>
            <e type="operand">#size</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">range</e>
            <e type="operand">#j</e>
            <e type="operand">1</e>
            <e type="operand">#size</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">range</e>
            <e type="operand">#var</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="1">size</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#output</e>
            <e type="operand">#output</e>
            <e type="operand">#var</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#output</e>
            <e type="operand">#output</e>
            <e type="operand">#var</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="1">sum.1</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="function" args="3">for</e>
            <e type="operand">#output</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="function" args="3">if</e>
            <e type="function" args="3">if</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="27" top="873" width="983" height="1074" color="#000000" fontSize="10">
        <math optimize="2" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>compare #var1 and #var2, using  a text #bool parameter (≡,&lt;,&gt;,≤,≥,≠)<br />works with numbers, strings, arrays and multi dimensional arrays</p>
            </content>
          </description>
          <input>
            <e type="operand">#var1</e>
            <e type="operand">#bool</e>
            <e type="operand">#var2</e>
            <e type="function" args="3">compare</e>
            <e type="operand">#bool</e>
            <e type="operand">#bool</e>
            <e type="operand" style="string">=</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operand" style="string">≡</e>
            <e type="operand">#bool</e>
            <e type="function" args="3">if</e>
            <e type="operator" args="2">:</e>
            <e type="operand">bools.allowed</e>
            <e type="operand" style="string">≡</e>
            <e type="operand" style="string">&lt;</e>
            <e type="operand" style="string">&gt;</e>
            <e type="operand" style="string">≤</e>
            <e type="operand" style="string">≥</e>
            <e type="operand" style="string">≠</e>
            <e type="operand">1</e>
            <e type="operand">6</e>
            <e type="function" args="8">mat</e>
            <e type="function" args="1">transpose</e>
            <e type="operator" args="2">:</e>
            <e type="operand">bools.status</e>
            <e type="operand">0</e>
            <e type="operator" args="2">:</e>
            <e type="operand">n</e>
            <e type="operand">1</e>
            <e type="operand">bools.allowed</e>
            <e type="function" args="1">length</e>
            <e type="function" args="2">range</e>
            <e type="operand">#bool</e>
            <e type="operand">bools.allowed</e>
            <e type="operand">n</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">bools.status</e>
            <e type="operand">bools.status</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">0</e>
            <e type="function" args="3">if</e>
            <e type="function" args="3">for</e>
            <e type="operand">4</e>
            <e type="operand">1</e>
            <e type="function" args="6">line</e>
            <e type="operand">bools.status</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#v1</e>
            <e type="operand">#var1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#v2</e>
            <e type="operand">#var2</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#size1</e>
            <e type="operand">#v1</e>
            <e type="function" args="1">size</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#size2</e>
            <e type="operand">#v2</e>
            <e type="function" args="1">size</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#size1</e>
            <e type="operand" style="string">text</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operand">#size2</e>
            <e type="operand" style="string">text</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">|</e>
            <e type="operand">#bool</e>
            <e type="operand" style="string">≡</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#v1</e>
            <e type="operand">#v2</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#bool</e>
            <e type="operand" style="string">≠</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#v1</e>
            <e type="operand">#v2</e>
            <e type="operator" args="2">≠</e>
            <e type="operand" style="string">I can't determine if a string is larger or smaller than a number/matrix</e>
            <e type="operand">0</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="function" args="3">if</e>
            <e type="operand">#size1</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operand">#size2</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">&amp;</e>
            <e type="operand">#v1</e>
            <e type="function" args="1">num2str</e>
            <e type="operand">#bool</e>
            <e type="operand">#v2</e>
            <e type="function" args="1">num2str</e>
            <e type="function" args="3">concat</e>
            <e type="function" args="1">str2num</e>
            <e type="operand">#size1</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operand">#size2</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">|</e>
            <e type="operand">#size1</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#v1</e>
            <e type="operand">#v1</e>
            <e type="operand">#size2</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">#size2</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">matrix</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#size1</e>
            <e type="operand">#size2</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operand">#v2</e>
            <e type="operand">#v2</e>
            <e type="operand">#size1</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">#size1</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">matrix</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#size2</e>
            <e type="operand">#size1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">0</e>
            <e type="function" args="3">if</e>
            <e type="operand">#size1</e>
            <e type="operand">#size2</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">#output</e>
            <e type="operand">0</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#i</e>
            <e type="operand">1</e>
            <e type="operand">#size1</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">range</e>
            <e type="operand">#j</e>
            <e type="operand">1</e>
            <e type="operand">#size1</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">range</e>
            <e type="operand">#v1</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="1">size</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operand">#v2</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="1">size</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">&amp;</e>
            <e type="operand">#output</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="operand">#v1</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="1">num2str</e>
            <e type="operand">#bool</e>
            <e type="operand">#v2</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="1">num2str</e>
            <e type="function" args="3">concat</e>
            <e type="function" args="1">str2num</e>
            <e type="operator" args="2">:</e>
            <e type="operand">#output</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="operand">#v1</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="operand">#bool</e>
            <e type="operand">#v2</e>
            <e type="operand">#i</e>
            <e type="operand">#j</e>
            <e type="function" args="3">el</e>
            <e type="function" args="3">compare</e>
            <e type="operator" args="2">:</e>
            <e type="function" args="3">if</e>
            <e type="function" args="3">for</e>
            <e type="function" args="3">for</e>
            <e type="operand">#output</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="operand" style="string">I can't compare matrix with different sizes</e>
            <e type="operand">0</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="function" args="3">if</e>
            <e type="operand">5</e>
            <e type="operand">1</e>
            <e type="function" args="7">line</e>
            <e type="operand" style="string">unallowed boolean: </e>
            <e type="operand">#bool</e>
            <e type="function" args="2">concat</e>
            <e type="function" args="3">if</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region top="1980" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region top="2034" color="#000000">
      <area collapsed="true">
        <title lang="eng">
          <content>
            <p>Index Definitions</p>
          </content>
        </title>
      </area>
      <region left="9" top="2070" width="62" height="24" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <input>
            <e type="operand">MIN</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="9" top="2106" width="62" height="24" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <input>
            <e type="operand">NOM</e>
            <e type="operand">2</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="9" top="2142" width="62" height="24" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <input>
            <e type="operand">MAX</e>
            <e type="operand">3</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region top="2196" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region top="2241" color="#000000">
      <area collapsed="true">
        <title lang="eng">
          <content>
            <p>Supporting Function Definitions</p>
          </content>
        </title>
      </area>
      <region left="9" top="2340" width="720" height="372" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>Sort Input takes a single input vector I# whose elements are either 3x1 vectors or scalar. <br />It then sorts each individual 3x1 element of I#. If the nth element is a scalar, it creates a 3x1 vector<br />of the containing only the nth element in each row. The function returns the number of elements (rows) <br />in I# (n#), the now sorted sub-elements of I#, and the n#-by-1 vector containing the second element of <br />each subelement. </p>
            </content>
          </description>
          <input>
            <e type="operand">I#</e>
            <e type="function" args="1">SortInput</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="function" args="1">rows</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">≤</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">IsArray</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">size</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operator" args="2">≠</e>
            <e type="operand" style="string">Each element in I must either be scalar or a 3x1 vector</e>
            <e type="function" args="1">error</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="operand">I.NOMINAL</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sort</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">:</e>
            <e type="operand">I</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sort</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">3</e>
            <e type="function" args="1">Ones</e>
            <e type="operator" args="2">*</e>
            <e type="operator" args="2">:</e>
            <e type="operand">I.NOMINAL</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="4">for</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="operand">I.NOMINAL</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">sys</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 top="2817" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region top="2871" color="#000000">
      <area collapsed="true">
        <title lang="eng">
          <content>
            <p>WC.EVA</p>
          </content>
        </title>
      </area>
      <region left="0" top="2916" width="463" height="698" color="#000000" fontSize="10">
        <math optimize="2" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>This function performs a brute force Extreme Value Analysis for a user-defined function and it's inputs.<br />For a function with n inputs, it will calculate the result of function with 2^n permutations of it's <br />inputs. The function returns the Minimum, Nominal and Maximum results. </p>
            </content>
          </description>
          <input>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I#</e>
            <e type="function" args="2">WC.EVA</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="operand">I.NOM#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">I#</e>
            <e type="function" args="1">SortInput</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">n#</e>
            <e type="function" args="2">range</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">IsArray</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">min</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">max</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">i</e>
            <e type="operator" args="2">&lt;</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">stack</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="2">while</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sort</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="bracket">(</e>
            <e type="operand">n#</e>
            <e type="function" args="2">range</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">&lt;</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">stack</e>
            <e type="operator" args="2">:</e>
            <e type="operand">continue</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">5</e>
            <e type="operand">1</e>
            <e type="function" args="7">line</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">2</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">^</e>
            <e type="function" args="1">Ones</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">*</e>
            <e type="operator" args="2">:</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">2</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">^</e>
            <e type="function" args="2">range</e>
            <e type="operand">I.TEMP#</e>
            <e type="operand">n#</e>
            <e type="function" args="1">Zeros</e>
            <e type="operator" args="2">:</e>
            <e type="operand">k</e>
            <e type="operand">1</e>
            <e type="operand">n#</e>
            <e type="function" args="2">range</e>
            <e type="operand">I.TEMP#</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.EVA#</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">:</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">result#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.TEMP#</e>
            <e type="function" args="1">f</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="operand">result#</e>
            <e type="function" args="1">min</e>
            <e type="operand">I.NOM#</e>
            <e type="function" args="1">f</e>
            <e type="operand">result#</e>
            <e type="function" args="1">max</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">4</e>
            <e type="operand">1</e>
            <e type="function" args="6">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="477" top="3168" width="640" height="44" color="#000000">
        <writer lang="eng"><![CDATA[<span style="font-family: 'Arial'; font-size: 10pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>stack(...) - Returns an array formed by placing arguments top to bottom. Arguments are matrices/</div>
<div>vectors having the same number of columns, or they are scalars and vectors. (A vector is a column matrix.)</div></span>]]></writer>
      </region>
      <region left="513" top="3402" width="453" height="26" color="#000000">
        <writer lang="eng"><![CDATA[<span style="font-family: 'Arial'; font-size: 10pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Ones(&quot;number&quot;) - Returns a vector containing &quot;1:number&quot; values equal to 1.</div></span>]]></writer>
      </region>
      <region left="81" top="3726" width="492" height="409" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <input>
            <e type="operand">I#</e>
            <e type="operand">n#</e>
            <e type="function" args="2">param1</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">n#</e>
            <e type="function" args="2">range</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">IsArray</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">min</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">max</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">i</e>
            <e type="operator" args="2">&lt;</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">stack</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">j</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="2">while</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sort</e>
            <e type="operator" args="2">:</e>
            <e type="operand">j</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="bracket">(</e>
            <e type="operand">n#</e>
            <e type="function" args="2">range</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">&lt;</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">stack</e>
            <e type="operator" args="2">:</e>
            <e type="operand">continue</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">5</e>
            <e type="operand">1</e>
            <e type="function" args="7">line</e>
            <e type="operand">param#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">2</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">^</e>
            <e type="function" args="1">Ones</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">*</e>
            <e type="operator" args="2">:</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">param#</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region top="4140" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region top="4194" color="#000000">
      <area collapsed="true">
        <title lang="eng">
          <content>
            <p>WC.DIFFEVA</p>
          </content>
        </title>
      </area>
      <region left="27" top="4302" width="441" height="479" color="#000000" fontSize="10">
        <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>The function WC.DIFFEVA accepts an arbitrary function, f, and an array of input <br />arguments, I. The array 'I' is an Nx1 array of inputs to the function 'f', where N <br />N is the required number of inputs for 'f' i.e. f(x1, x2,..., xN). <br />Each argument in 'I' must either be a scalar, or a 3x1 vector containing the min,<br />nom, and max values for that variable.  <br />WC.DIFFEVA performs the worst case calculation of the function 'f' for each variable<br />in 'I' and returns a 2x1 array. Rather than computing results for all permutations of inputs,<br />this function performs the partial differential w.r.t. each input variable and computes the,<br />max, min and nominal results. <br /><br />The first result in the 2x1 array is a 3x1 array containing<br />the Min, Nom, Max result of 'f' for the inputs in 'I'. <br />The second result in the 2x1 array is an Nx1 array containing the differential <br />coefficients </p>
            </content>
          </description>
          <input>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I#</e>
            <e type="function" args="2">WC.DIFFEVA</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="operand">I.NOM#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">I#</e>
            <e type="function" args="1">SortInput</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">≤</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.NOM#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOM#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">UoM</e>
            <e type="operator" args="2">/</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sign</e>
            <e type="operator" args="2">:</e>
            <e type="operand">I.MAX#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">2</e>
            <e type="operator" args="2">+</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">:</e>
            <e type="operand">I.MIN#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">2</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="1">abs</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">:</e>
            <e type="operand">5</e>
            <e type="operand">1</e>
            <e type="function" args="7">line</e>
            <e type="function" args="4">for</e>
            <e type="operand">I.MIN#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOM#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.MAX#</e>
            <e type="function" args="1">f</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">diff#</e>
            <e type="operand">I.NOM#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</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 left="468" top="4671" width="628" height="26" color="#000000">
        <writer lang="eng"><![CDATA[<span style="font-family: 'Arial'; font-size: 10pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>UoM(&quot;variable&quot;) - Returns the variable SMath base Unit of Measurement; returns 1 if variable have no unit</div></span>]]></writer>
      </region>
      <region top="5004" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region top="5049" color="#000000">
      <area collapsed="false">
        <title lang="eng">
          <content>
            <p>WC.RSS</p>
          </content>
        </title>
      </area>
      <region left="0" top="5139" width="489" height="754" color="#000000" fontSize="8">
        <math decimalPlaces="6" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>The function WC.RSS accepts an arbitrary function, f, and an array of input <br />arguments, I. The array 'I' is an Nx1 array of inputs to the function 'f', where N <br />N is the required number of inputs for 'f' i.e. f(x1, x2,..., xN). <br />Each argument in 'I' must either be a scalar, or a 3x1 vector containing the min,<br />nom, and max values for that variable.  <br />WC.RSS performs the RSS calculation of the function 'f' for each variable<br />in 'I' and returns a 2x1 array. <br /><br />The first result in the 2x1 array is a 3x1 array containing<br />the Min, Nom, Max RSS result of 'f' for the inputs in 'I'. <br />The second result is the overal % tolerance calculated.  <br />I assume that all input variables have 3σ tolerances that result in a 3σ result.</p>
            </content>
          </description>
          <input>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I#</e>
            <e type="function" args="2">WC.RSS</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">I#</e>
            <e type="function" args="1">SortInput</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">0</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">0</e>
            <e type="operator" args="2">:</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">≤</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">UoM</e>
            <e type="operator" args="2">/</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sign</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="4">for</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">≤</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">0</e>
            <e type="operator" args="2">&gt;</e>
            <e type="operand">ΔI1#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MAX</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">ΔI2#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MIN</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operand">ΔI1#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MIN</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">ΔI2#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MAX</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="operand">ΔI1#</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="operand">ΔI2#</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="4">for</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="function" args="1">sqrt</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="function" args="1">sqrt</e>
            <e type="operator" args="2">:</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operator" args="2">-</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operator" args="2">+</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">f.NOM#</e>
            <e type="operator" args="2">/</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">f.NOM#</e>
            <e type="operator" args="2">/</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">mat</e>
            <e type="operand">4</e>
            <e type="operand">1</e>
            <e type="function" args="6">mat</e>
            <e type="operand">9</e>
            <e type="operand">1</e>
            <e type="function" args="11">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="657" top="5364" width="431" height="38" color="#000000" fontSize="10">
        <text lang="eng" width="427" fontFamily="Arial" fontSize="10">
          <content>
            <p>La fonction prend les pires cas, pas forcément centré pour le calcul ce qui en cas de fonction non-normal pose problème.</p>
          </content>
        </text>
      </region>
      <region left="1557" top="5553" width="489" height="651" color="#000000" fontSize="8">
        <math evaluate="false" decimalPlaces="6" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>The function WC.RSS accepts an arbitrary function, f, and an array of input <br />arguments, I. The array 'I' is an Nx1 array of inputs to the function 'f', where N <br />N is the required number of inputs for 'f' i.e. f(x1, x2,..., xN). <br />Each argument in 'I' must either be a scalar, or a 3x1 vector containing the min,<br />nom, and max values for that variable.  <br />WC.RSS performs the RSS calculation of the function 'f' for each variable<br />in 'I' and returns a 2x1 array. <br /><br />The first result in the 2x1 array is a 3x1 array containing<br />the Min, Nom, Max RSS result of 'f' for the inputs in 'I'. <br />The second result is the overal % tolerance calculated.  <br />I assume that all input variables have 3σ tolerances that result in a 3σ result.</p>
            </content>
          </description>
          <input>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I#</e>
            <e type="function" args="2">WC.RSS</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">I#</e>
            <e type="function" args="1">SortInput</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS#</e>
            <e type="operand">0</e>
            <e type="operator" args="2">:</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">≤</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">UoM</e>
            <e type="operator" args="2">/</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">diff#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="1">sign</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="4">for</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">n#</e>
            <e type="operator" args="2">≤</e>
            <e type="operand">i</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">0</e>
            <e type="operator" args="2">&gt;</e>
            <e type="operand">ΔI1#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MAX</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">ΔI2#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MIN</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="operand">ΔI1#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MIN</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">ΔI2#</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MAX</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">NOM</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">-</e>
            <e type="operator" args="2">:</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">line</e>
            <e type="function" args="3">if</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="operand">ΔI1#</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="function" args="1">f</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="function" args="2">diff</e>
            <e type="operand">ΔI2#</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">+</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="4">for</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="function" args="1">sqrt</e>
            <e type="operator" args="2">:</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="function" args="1">sqrt</e>
            <e type="operator" args="2">:</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">TOL.RSS_N#</e>
            <e type="operator" args="2">-</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">f.NOM#</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operator" args="2">+</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">TOL.RSS_P#</e>
            <e type="operand">f.NOM#</e>
            <e type="operator" args="2">/</e>
            <e type="operand">diff_sign#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">8</e>
            <e type="operand">1</e>
            <e type="function" args="10">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region top="6030" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region top="6075" color="#000000">
      <area collapsed="true">
        <title lang="eng">
          <content>
            <p>WC.MC</p>
          </content>
        </title>
      </area>
      <region left="27" top="6201" width="678" height="391" color="#000000" fontSize="10">
        <math optimize="2" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5">
          <description active="true" position="Top" lang="eng">
            <content>
              <p>The function WC.MC accepts an arbitrary function (f), an array of input <br />arguments(I) and the number of simulations to run (N) . The array 'I' is an nx1 array of inputs to <br />the function 'f', where n <br />n is the required number of inputs for 'f' i.e. f(x1, x2,..., xn). <br />Each argument in 'I' must either be a scalar, or a 3x1 vector containing the min,<br />nom, and max values for that variable. <br /><br />WC.MC performs a Monte Carlo simulation assuming uniform distribution. <br />The first result in the 2x1 array is a 2x1 array containing<br />the Min, Max results of the simulation <br />The second result in the 2x1 array is an Nx1 array containing results of the N simulations. </p>
            </content>
          </description>
          <input>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I#</e>
            <e type="operand">N#</e>
            <e type="function" args="3">WC.MC</e>
            <e type="operand">n#</e>
            <e type="operand">I#</e>
            <e type="operand">I.NOMINAL#</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">mat</e>
            <e type="operand">I#</e>
            <e type="function" args="1">SortInput</e>
            <e type="operator" args="2">:</e>
            <e type="operand">I.MC#</e>
            <e type="operand">I#</e>
            <e type="function" args="1">length</e>
            <e type="function" args="1">Zeros</e>
            <e type="operator" args="2">:</e>
            <e type="operand">results#</e>
            <e type="operand">N#</e>
            <e type="function" args="1">Zeros</e>
            <e type="operator" args="2">:</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">I#</e>
            <e type="function" args="1">length</e>
            <e type="function" args="2">range</e>
            <e type="operand">I.MC#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MIN</e>
            <e type="function" args="2">el</e>
            <e type="operand">N#</e>
            <e type="function" args="1">Random</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MAX</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">I#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">MIN</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">-</e>
            <e type="bracket">(</e>
            <e type="operator" args="2">*</e>
            <e type="operator" args="2">+</e>
            <e type="function" args="1">eval</e>
            <e type="operator" args="2">:</e>
            <e type="operand">1</e>
            <e type="operand">1</e>
            <e type="function" args="3">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">i</e>
            <e type="operand">1</e>
            <e type="operand">N#</e>
            <e type="function" args="2">range</e>
            <e type="operand">I.TEMP#</e>
            <e type="operand">I#</e>
            <e type="function" args="1">length</e>
            <e type="function" args="1">Zeros</e>
            <e type="operator" args="2">:</e>
            <e type="operand">k</e>
            <e type="operand">1</e>
            <e type="operand">I#</e>
            <e type="function" args="1">length</e>
            <e type="function" args="2">range</e>
            <e type="operand">I.TEMP#</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.MC#</e>
            <e type="operand">k</e>
            <e type="function" args="2">el</e>
            <e type="bracket">(</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operator" args="2">:</e>
            <e type="function" args="3">for</e>
            <e type="operand">result#</e>
            <e type="operand">i</e>
            <e type="function" args="2">el</e>
            <e type="operand">I.TEMP#</e>
            <e type="function" args="1">f</e>
            <e type="function" args="1">eval</e>
            <e type="operator" args="2">:</e>
            <e type="operand">3</e>
            <e type="operand">1</e>
            <e type="function" args="5">line</e>
            <e type="function" args="3">for</e>
            <e type="operand">result#</e>
            <e type="function" args="1">Min</e>
            <e type="operand">result#</e>
            <e type="function" args="1">Max</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operand">result#</e>
            <e type="operand">2</e>
            <e type="operand">1</e>
            <e type="function" args="4">mat</e>
            <e type="operand">6</e>
            <e type="operand">1</e>
            <e type="function" args="8">line</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="18" top="6804" width="287" height="31" color="#000000" fontSize="10">
        <math error="9" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
          <input>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I</e>
            <e type="function" args="2">WC.MC</e>
            <e type="operand">_1</e>
            <e type="function" args="1">f</e>
            <e type="operand">I#</e>
            <e type="operand">1000</e>
            <e type="function" args="3">WC.MC</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region top="6858" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region left="0" top="6921" width="772" height="155" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>This set of functions performs various worst-case analyses on other user-defined functions. The user-defined functions and their inputs must defined in a particular way in order for these functions to work properly. Each function must only accept one input vector. However, that vector may be of any size n. Each user defined function must define it&#39;s input vector within the function. Consider the following simple example:</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>I&#39;d like to define a function that represents the output of this circuit in terms of V1, R1, and R2. </div></span>]]></writer>
    </region>
    <region left="0" top="7137" width="392" height="307" color="#000000">
      <picture>
        <raw format="png" encoding="base64">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</raw>
      </picture>
    </region>
    <region left="477" top="7191" width="238" height="230" color="#000000" fontSize="8">
      <math evaluate="false" optimize="2" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">I#</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand" style="string">Defining Input Vector I</e>
          <e type="operand">P28V</e>
          <e type="operand">I#</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">VD</e>
          <e type="operand">I#</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">VZ</e>
          <e type="operand">I#</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">R_LIM</e>
          <e type="operand">I#</e>
          <e type="operand">4</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">I_CAP</e>
          <e type="operand">I#</e>
          <e type="operand">5</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">B</e>
          <e type="operand">I#</e>
          <e type="operand">6</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand" style="string">Defining Function</e>
          <e type="operand">1</e>
          <e type="operand">P28V</e>
          <e type="operand">VD</e>
          <e type="operator" args="2">-</e>
          <e type="operand">VZ</e>
          <e type="operator" args="2">-</e>
          <e type="operand">R_LIM</e>
          <e type="operator" args="2">/</e>
          <e type="operand">I_CAP</e>
          <e type="operand">B</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">-</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="3">if</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">line</e>
          <e type="operand">9</e>
          <e type="operand">1</e>
          <e type="function" args="11">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="0" top="7479" width="242" height="230" color="#000000" fontSize="8">
      <math optimize="2" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">I#</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand" style="string">Defining Input Vector I</e>
          <e type="operand">P28V</e>
          <e type="operand">I#</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">VD</e>
          <e type="operand">I#</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">VZ</e>
          <e type="operand">I#</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">R_LIM</e>
          <e type="operand">I#</e>
          <e type="operand">4</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">I_CAP</e>
          <e type="operand">I#</e>
          <e type="operand">5</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">B</e>
          <e type="operand">I#</e>
          <e type="operand">6</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand" style="string">Defining Function</e>
          <e type="operand">1</e>
          <e type="operand">P28V</e>
          <e type="operand">VD</e>
          <e type="operator" args="2">-</e>
          <e type="operand">VZ</e>
          <e type="operator" args="2">-</e>
          <e type="operand">R_LIM</e>
          <e type="operator" args="2">/</e>
          <e type="operand">I_CAP</e>
          <e type="operand">B</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">-</e>
          <e type="operand">0.01</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="3">if</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">line</e>
          <e type="operand">9</e>
          <e type="operand">1</e>
          <e type="function" args="11">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="387" top="7488" width="190" height="41" color="#000000" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">V_ALIM</e>
          <e type="operand">VD</e>
          <e type="operator" args="2">-</e>
          <e type="operand">VZ</e>
          <e type="operator" args="2">-</e>
          <e type="operand">R_LIM</e>
          <e type="operator" args="2">/</e>
          <e type="operand">I_CAP</e>
          <e type="operand">B</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">-</e>
        </input>
      </math>
    </region>
    <region left="504" top="7551" width="214" height="118" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">I.TEST</e>
          <e type="operand">28</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">27</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">27</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">29</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">14</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">15</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">ohm</e>
          <e type="operator" args="2">*</e>
          <e type="operand">7</e>
          <e type="operand" style="unit">ohm</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">ohm</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand">20</e>
          <e type="operand">10</e>
          <e type="operand">6</e>
          <e type="operand">3</e>
          <e type="function" args="20">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="729" top="7551" width="123" height="118" color="#000000" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">I.TEST</e>
          <e type="operand">28</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">27</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">29</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">ohm</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">10</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="288" top="7632" width="88" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">P28V</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">&gt;</e>
        </input>
      </math>
    </region>
    <region left="981" top="7668" width="163" height="32" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">I.TEST</e>
          <e type="function" args="1">V.OUT</e>
        </input>
        <result action="numeric">
          <e type="operand">2.80</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="1161" top="7686" width="117" height="39" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">I.TEST</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
        </input>
        <result action="numeric">
          <e type="operand">28.0</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="1287" top="7686" width="117" height="39" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">I.TEST</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
        </input>
        <result action="numeric">
          <e type="operand">27.0</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="1440" top="7695" width="164" height="48" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">I.TEST</e>
          <e type="operand">5</e>
          <e type="function" args="2">el</e>
        </input>
        <result action="numeric">
          <e type="operand">1.00</e>
          <e type="operand">10</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="792" top="7704" width="347" height="68" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">diff#</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">I.TEST</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand">I.TEST</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="function" args="2">diff</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">0.100</e>
          <e type="operand" style="unit">A</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand" style="unit">s</e>
          <e type="operand">3</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="unit">kg</e>
          <e type="operand" style="unit">m</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">mat</e>
        </result>
      </math>
    </region>
    <region left="873" top="7758" width="106" height="61" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">diff#</e>
          <e type="operand">i</e>
          <e type="function" args="2">el</e>
          <e type="operand">diff#</e>
          <e type="operand">i</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">UoM</e>
          <e type="operator" args="2">/</e>
        </input>
      </math>
    </region>
    <region left="1026" top="7758" width="249" height="61" color="#000000" fontSize="10">
      <math evaluate="false">
        <input>
          <e type="operand">diff#</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">diff#</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">diff#</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">UoM</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">0.100</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="7830" width="772" height="68" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Define inputs to <img src="#" alt="V.OUT" data-style="font-family: 'Courier New'; font-size: 12pt; color: Black; background-color: Transparent" />. I will define the inputs as 3x1 vectors in the form of [MIN,NOM,MAX]. These inputs could be scalars and the Worst Case Analysis functions will handle them properly.  </div></span>]]></writer>
    </region>
    <region left="9" top="7902" width="270" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Assuming R1 is 5% 4.99k resistor</p>
        </content>
      </text>
    </region>
    <region left="351" top="7911" width="254" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Assuming R2 is 1% 39k resistor</p>
        </content>
      </text>
    </region>
    <region left="9" top="7929" width="155" height="63" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">R.1</e>
          <e type="operand">4.99</e>
          <e type="operand" style="unit">kΩ</e>
          <e type="operator" args="2">*</e>
          <e type="operand">95</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">105</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="360" top="7938" width="139" height="63" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">R.2</e>
          <e type="operand">39</e>
          <e type="operand" style="unit">kΩ</e>
          <e type="operator" args="2">*</e>
          <e type="operand">99</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">101</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="9" top="8010" width="350" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Assuming V1 can vary between 4.5-5.5 volts</p>
        </content>
      </text>
    </region>
    <region left="9" top="8046" width="94" height="63" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.1</e>
          <e type="operand">4.5</e>
          <e type="operand">5</e>
          <e type="operand">5.5</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="423" top="8082" width="118" height="31" color="#000000" bgColor="#b4efc1" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">T.MIN</e>
          <e type="operand">40</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">°C</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="9" top="8136" width="101" height="52" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">P28V</e>
          <e type="operand">16</e>
          <e type="operand">28</e>
          <e type="operand">31.5</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="144" top="8145" width="81" height="30" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">T.A</e>
          <e type="operand">25</e>
          <e type="operand" style="unit">°C</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="261" top="8145" width="93" height="30" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">T.MAX</e>
          <e type="operand">70</e>
          <e type="operand" style="unit">°C</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="369" top="8145" width="271" height="34" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">ΔT</e>
          <e type="operand">T.MAX</e>
          <e type="operand">T.A</e>
          <e type="operator" args="2">-</e>
          <e type="operand">T.A</e>
          <e type="operand">T.MIN</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">abs</e>
          <e type="function" args="2">Max</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">65</e>
          <e type="operand" style="unit">K</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="603" top="8145" width="104" height="34" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">R.DRIFT</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">ppm</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="unit">Δ°C</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="297" top="8172" width="190" height="58" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">V.Z</e>
          <e type="operand">18</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operand">1</e>
          <e type="bracket">(</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="bracket">(</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">V</e>
        </contract>
        <result action="numeric">
          <e type="operand">17.1</e>
          <e type="operand">18</e>
          <e type="operand">18.9</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="531" top="8172" width="85" height="63" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">β</e>
          <e type="operand">63</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="657" top="8172" width="91" height="52" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">V.CAP</e>
          <e type="operand">8</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="9" top="8181" width="293" height="63" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">R_LIM</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">kΩ</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">R.DRIFT</e>
          <e type="operand">ΔT</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">R.DRIFT</e>
          <e type="operand">ΔT</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">kΩ</e>
        </contract>
        <result action="numeric">
          <e type="operand">0.98350</e>
          <e type="operand">1.00000</e>
          <e type="operand">1.01650</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="297" top="8226" width="321" height="63" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">R.LOAD</e>
          <e type="operand">499</e>
          <e type="operand" style="unit">ohm</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">R.DRIFT</e>
          <e type="operand">ΔT</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">R.DRIFT</e>
          <e type="operand">ΔT</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">ohm</e>
        </contract>
        <result action="numeric">
          <e type="operand">490.7665</e>
          <e type="operand">499</e>
          <e type="operand">507.2335</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="630" top="8226" width="131" height="66" color="#000000" bgColor="#b4efc1" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">I.CAP</e>
          <e type="operand">4</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">4</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operand">22.3</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="9" top="8244" width="214" height="54" color="#000000" fontSize="8">
      <math evaluate="false" decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">VD</e>
          <e type="operand">0.6</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.05</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.05</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">V</e>
        </contract>
        <result action="numeric">
          <e type="operand">0.55</e>
          <e type="operand">0.6</e>
          <e type="operand">0.65</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="8325" width="101" height="52" color="#000000" fontSize="8">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">P28V</e>
          <e type="operand">28</e>
          <e type="operand">28</e>
          <e type="operand">31.5</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="153" top="8334" width="81" height="30" color="#000000" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">T.A</e>
          <e type="operand">25</e>
          <e type="operand" style="unit">°C</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="270" top="8334" width="93" height="30" color="#000000" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">T.MAX</e>
          <e type="operand">70</e>
          <e type="operand" style="unit">°C</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="369" top="8334" width="271" height="34" color="#000000" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">ΔT</e>
          <e type="operand">T.MAX</e>
          <e type="operand">T.A</e>
          <e type="operator" args="2">-</e>
          <e type="operand">T.A</e>
          <e type="operand">T.MIN</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">abs</e>
          <e type="function" args="2">Max</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">65</e>
          <e type="operand" style="unit">K</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="639" top="8334" width="104" height="34" color="#000000" fontSize="8">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">R.DRIFT</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">ppm</e>
          <e type="operator" args="2">*</e>
          <e type="operand" style="unit">Δ°C</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="8370" width="214" height="54" color="#000000" fontSize="8">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">VD</e>
          <e type="operand">0.6</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.05</e>
          <e type="operator" args="1">-</e>
          <e type="bracket">(</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">V</e>
        </contract>
        <result action="numeric">
          <e type="operand">0.55</e>
          <e type="operand">0.6</e>
          <e type="operand">0.6</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="8415" width="189" height="58" color="#000000" fontSize="8">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">V.Z</e>
          <e type="operand">18</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operand">1</e>
          <e type="bracket">(</e>
          <e type="operand">1</e>
          <e type="bracket">(</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">V</e>
        </contract>
        <result action="numeric">
          <e type="operand">17.1</e>
          <e type="operand">18</e>
          <e type="operand">18</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="342" top="8424" width="70" height="118" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">1.00</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
        </input>
      </math>
    </region>
    <region left="9" top="8469" width="291" height="57" color="#000000" fontSize="8">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">R_LIM</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">kΩ</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">R.DRIFT</e>
          <e type="operand">ΔT</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">1</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">kΩ</e>
        </contract>
        <result action="numeric">
          <e type="operand">0.98350</e>
          <e type="operand">1.00000</e>
          <e type="operand">1.00000</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="423" top="8478" width="145" height="23" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p>Sign to have the WCA</p>
        </content>
      </text>
    </region>
    <region left="18" top="8514" width="131" height="80" color="#000000" bgColor="#b4efc1" fontSize="8">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">I.CAP</e>
          <e type="operand">4</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">4</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operand">4</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">mA</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="8586" width="85" height="63" color="#000000" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">β</e>
          <e type="operand">63</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="0" top="8649" width="772" height="29" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Performing brute force EVA=</div></span>]]></writer>
    </region>
    <region left="126" top="8676" width="369" height="134" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.EVA</e>
          <e type="operand">_1</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand">P28V</e>
          <e type="operand">VD</e>
          <e type="operand">V.Z</e>
          <e type="operand">R_LIM</e>
          <e type="operand">I.CAP</e>
          <e type="operand">β</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
          <e type="function" args="2">WC.EVA</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand" style="unit">mA</e>
        </contract>
        <result action="numeric">
          <e type="operand">9.20952</e>
          <e type="operand">9.20952</e>
          <e type="operand">14.01887</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="504" top="8694" width="159" height="33" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">P28V</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">el</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">&gt;</e>
        </input>
        <result action="numeric">
          <e type="operand">1.00</e>
        </result>
      </math>
    </region>
    <region left="513" top="8730" width="147" height="33" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">P28V</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">10</e>
          <e type="operand" style="unit">V</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">&gt;</e>
        </input>
        <result action="numeric">
          <e type="operand">1.00</e>
        </result>
      </math>
    </region>
    <region left="0" top="8856" width="772" height="29" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Performing partial differentiation based EVA. Note results correlate exactly for this example which is to be expected.</div></span>]]></writer>
    </region>
    <region left="63" top="8928" width="341" height="134" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.DIFFEVA</e>
          <e type="operand">Result.DIFF</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">mat</e>
          <e type="operand">_1</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand">P28V</e>
          <e type="operand">VD</e>
          <e type="operand">V.Z</e>
          <e type="operand">R_LIM</e>
          <e type="operand">I.CAP</e>
          <e type="operand">β</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
          <e type="function" args="2">WC.DIFFEVA</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="450" top="8964" width="180" height="63" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.DIFFEVA</e>
        </input>
        <contract>
          <e type="operand" style="unit">mA</e>
        </contract>
        <result action="numeric">
          <e type="operand">9.20952</e>
          <e type="operand">9.20952</e>
          <e type="operand">14.01887</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="9" top="9063" width="85" height="30" color="#000000" fontSize="10">
      <math optimize="2" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">Result.DIFF</e>
        </input>
      </math>
    </region>
    <region left="243" top="9099" width="414" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">sign of partial differential w.r.t.  each variable</p>
        </content>
      </text>
    </region>
    <region left="243" top="9126" width="262" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">unitless result of partial diff</p>
        </content>
      </text>
    </region>
    <region left="0" top="9180" width="772" height="29" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Performing RSS </div></span>]]></writer>
    </region>
    <region left="72" top="9216" width="300" height="134" color="#000000" fontSize="10">
      <math optimize="2" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.RSS</e>
          <e type="operand">V.RSS%</e>
          <e type="operand">Δ.MLIN_MAX</e>
          <e type="operand">M.SIGN</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">mat</e>
          <e type="operand">_1</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand">P28V</e>
          <e type="operand">VD</e>
          <e type="operand">V.Z</e>
          <e type="operand">R_LIM</e>
          <e type="operand">I.CAP</e>
          <e type="operand">β</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
          <e type="function" args="2">WC.RSS</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="396" top="9261" width="146" height="63" color="#000000" fontSize="10">
      <math decimalPlaces="4" significantDigitsMode="false" exponentialThreshold="5" trailingZeros="false">
        <input>
          <e type="operand">V.RSS</e>
        </input>
        <contract>
          <e type="operand" style="unit">mA</e>
        </contract>
        <result action="numeric">
          <e type="operand">9.2095</e>
          <e type="operand">9.2095</e>
          <e type="operand">12.8293</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="72" top="9351" width="152" height="45" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.RSS%</e>
        </input>
        <contract>
          <e type="operand" style="unit">%</e>
        </contract>
        <result action="numeric">
          <e type="operand">0.00000</e>
          <e type="operand">39.30456</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">mat</e>
        </result>
      </math>
    </region>
    <region left="387" top="9351" width="116" height="45" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">V.RSS%</e>
        </input>
        <result action="numeric">
          <e type="operand">0.00</e>
          <e type="operand">0.393</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">mat</e>
        </result>
      </math>
    </region>
    <region left="567" top="9351" width="154" height="45" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">Δ.MLIN_MAX</e>
        </input>
        <contract>
          <e type="operand" style="unit">mA</e>
        </contract>
        <result action="numeric">
          <e type="operand">0.00</e>
          <e type="operand">3.62</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">mat</e>
        </result>
      </math>
    </region>
    <region left="387" top="9396" width="136" height="121" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">M.SIGN</e>
        </input>
        <result action="numeric">
          <e type="operand">1.00</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.00</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="9477" width="772" height="29" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Performing Monte Carlo Analysis.</div></span>]]></writer>
    </region>
    <region left="45" top="9549" width="322" height="134" color="#000000" fontSize="10">
      <math evaluate="false" optimize="2" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.MC</e>
          <e type="operand">V.MC_DATA</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">mat</e>
          <e type="operand">_1</e>
          <e type="function" args="1">V.OUT</e>
          <e type="operand">P28V</e>
          <e type="operand">VD</e>
          <e type="operand">V.Z</e>
          <e type="operand">R_LIM</e>
          <e type="operand">I.CAP</e>
          <e type="operand">β</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="function" args="8">mat</e>
          <e type="operand">1000</e>
          <e type="function" args="3">WC.MC</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="72" top="9684" width="67" height="30" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.MC</e>
        </input>
        <contract>
          <e type="operand" style="unit">V</e>
        </contract>
        <result action="numeric">
          <e type="operand">#</e>
        </result>
      </math>
    </region>
    <region left="0" top="9783" width="772" height="29" color="#000000" isBreakable="false">
      <writer lang="eng" wrap="Page" width="758"><![CDATA[<span style="font-family: 'Arial'; font-size: 12pt; font-weight: normal; font-style: normal; color: windowtext; background-color: Transparent; vertical-align: baseline; text-align: left; margin-left: 0pt; text-indent: 0pt; line-height: 115%">
<div>Summary of Results</div></span>]]></writer>
    </region>
    <region left="63" top="9819" width="134" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Brute Force EVA</p>
        </content>
      </text>
    </region>
    <region left="342" top="9828" width="94" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">RSS Method</p>
        </content>
      </text>
    </region>
    <region left="54" top="9846" width="139" height="63" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.EVA</e>
        </input>
        <result action="numeric">
          <e type="operand">0.00921</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.00921</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.01402</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="324" top="9846" width="139" height="63" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.RSS</e>
        </input>
        <result action="numeric">
          <e type="operand">0.00921</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.00921</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.01283</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</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="9945" width="206" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Partial Differential EVA</p>
        </content>
      </text>
    </region>
    <region left="315" top="9945" width="174" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Monte Carlo Analysis</p>
        </content>
      </text>
    </region>
    <region left="63" top="9963" width="165" height="63" color="#000000" fontSize="10">
      <math decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.DIFFEVA</e>
        </input>
        <result action="numeric">
          <e type="operand">0.00921</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.00921</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0.01402</e>
          <e type="operand" style="unit">A</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="324" top="9963" width="67" height="30" color="#000000" fontSize="10">
      <math evaluate="false" decimalPlaces="5" significantDigitsMode="false" exponentialThreshold="5">
        <input>
          <e type="operand">V.MC</e>
        </input>
        <contract>
          <e type="operand" style="unit">V</e>
        </contract>
        <result action="numeric">
          <e type="operand">#</e>
        </result>
      </math>
    </region>
    <region left="9" top="10089" width="687" height="33" color="#000000" fontSize="10">
      <math decimalPlaces="7" significantDigitsMode="false" exponentialThreshold="7">
        <input>
          <e type="operand">V.MC</e>
          <e type="operand">V.MC_DATA</e>
          <e type="operand">V.DIFFEVA</e>
          <e type="operand">Result.DIFF</e>
          <e type="operand">V.RSS</e>
          <e type="operand">V.RSS%</e>
          <e type="operand">V.EVA</e>
          <e type="operand">V.1</e>
          <e type="operand">R.1</e>
          <e type="operand">R.2</e>
          <e type="operand">_1</e>
          <e type="function" args="1">V.OUT</e>
          <e type="function" args="11">Clear</e>
        </input>
        <result action="numeric">
          <e type="operand">1.0000000</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>