﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio" version="0.96"?>
<regions>
  <settings>
    <identity>
      <id>badfb374-4a6c-40d3-9cfd-faf9ec506aec</id>
      <revision>2</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="39" bottom="39" />
      <header alignment="Center" color="#a9a9a9">&amp;[DATE] &amp;[TIME] - &amp;[FILENAME]</header>
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependences>
      <assembly name="SMath Studio" version="0.96" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Special Functions" version="1.10.4868.42186" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Math Region" version="0.96" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
    </dependences>
  </settings>
  <region id="0" left="0" top="9" width="315" height="90" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="10">
      <description active="true" position="Top" lang="eng">
        <p>MS.matToSys(mat) : convert a matrix to a system.  Note: matrix has to be a mx1 matrix </p>
      </description>
      <input>
        <e type="operand">mat</e>
        <e type="function" args="1">MS.matToSys</e>
        <e type="operand">ret</e>
        <e type="operand">0</e>
        <e type="operand">1</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="3">sys</e>
        <e type="operator" args="2">:</e>
        <e type="operand">j</e>
        <e type="operand">1</e>
        <e type="operand">mat</e>
        <e type="function" preserve="true" args="1">rows</e>
        <e type="function" preserve="true" args="2">range</e>
        <e type="operand">ret</e>
        <e type="operand">j</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operand">mat</e>
        <e type="operand">j</e>
        <e type="function" preserve="true" args="2">el</e>
        <e type="operator" args="2">:</e>
        <e type="function" preserve="true" args="3">for</e>
        <e type="operand">ret</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="5">line</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="1" left="0" top="162" width="448" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Top" lang="eng">
        <p>Input of MS.matToSys(mat)</p>
      </description>
      <input>
        <e type="operand">MS.matToSys_INP</e>
        <e type="operand" style="string">[mxn] matrix to convert to a system</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="2" left="0" top="234" width="434" height="86" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="10">
      <description active="true" position="Top" lang="eng">
        <p>MS.matToSys_EX1  : A simple example of matToSys</p>
      </description>
      <input>
        <e type="operand" style="string">wwooo   haaa man</e>
        <e type="operand">34</e>
        <e type="operand" style="string">WHOa</e>
        <e type="operand">3</e>
        <e type="operand">45</e>
        <e type="function" preserve="true" args="1">sin</e>
        <e type="operand">5</e>
        <e type="operator" args="1">!</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="5">mat</e>
        <e type="function" args="1">MS.matToSys</e>
      </input>
      <result action="numeric">
        <e type="operand" style="string">wwooo   haaa man</e>
        <e type="operand">34</e>
        <e type="operand" style="string">WHOa</e>
        <e type="operand">3</e>
        <e type="operand">0.8509035245</e>
        <e type="operand">120</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="5">sys</e>
      </result>
    </math>
  </region>
</regions>