﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.98.6083.7480"?>
<regions>
  <settings>
    <identity>
      <id>ae40a62d-d4e4-4a44-b206-72e6fdf3b240</id>
      <revision>5</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>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="0.98.6083.7480" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Text Region" version="1.10.6083.7484" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Math Region" version="0.98.6083.7480" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
    </dependencies>
  </settings>
  <region id="0" left="9" top="9" width="675" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>ASSIGNMENTS (HOLD THE MOUSE OVER EACH DEFINITION TO SEE WHAT IS STORED IN MEMORY)</p>
    </text>
  </region>
  <region id="1" left="9" top="36" width="446" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>1. Assigning formulas BEFORE defining varialbe values</p>
    </text>
  </region>
  <region id="2" left="9" top="72" width="64" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">a</e>
        <e type="operand">b</e>
        <e type="operand">c</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="3" left="135" top="81" width="308" height="56" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>Notice that all the definitions herecontain "b" and "c" as names,not as some numbers</p>
    </text>
  </region>
  <region id="4" left="9" top="99" width="84" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">b</e>
        <e type="function" args="1">a</e>
        <e type="operand">b</e>
        <e type="operand">c</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="5" left="9" top="126" width="108" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">b</e>
        <e type="operand">c</e>
        <e type="function" args="2">a</e>
        <e type="operand">b</e>
        <e type="operand">c</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="6" left="9" top="162" width="53" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>TESTS</p>
    </text>
  </region>
  <region id="7" left="9" top="189" width="193" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>Defining the variables</p>
    </text>
  </region>
  <region id="8" left="9" top="216" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">b</e>
        <e type="operand">3</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="9" left="63" top="216" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">c</e>
        <e type="operand">4</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="10" left="9" top="261" width="53" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>Both b and c are taken from above definitions (3 and 4)</p>
      </description>
      <input>
        <e type="operand">a</e>
      </input>
      <result action="numeric">
        <e type="operand">7</e>
      </result>
    </math>
  </region>
  <region id="11" left="9" top="288" width="73" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>b is taken from parameter, c from above (4)</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="function" args="1">a</e>
      </input>
      <result action="numeric">
        <e type="operand">9</e>
      </result>
    </math>
  </region>
  <region id="12" left="9" top="315" width="105" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>both b and c are taken from parameters</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="operand">8</e>
        <e type="function" args="2">a</e>
      </input>
      <result action="numeric">
        <e type="operand">13</e>
      </result>
    </math>
  </region>
  <region id="13" left="9" top="351" width="193" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>Changing the variables</p>
    </text>
  </region>
  <region id="14" left="9" top="378" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">b</e>
        <e type="operand">7</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="15" left="63" top="378" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">c</e>
        <e type="operand">6</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="16" left="9" top="423" width="61" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>Both b and c are taken from above definitions (7 and 6)</p>
      </description>
      <input>
        <e type="operand">a</e>
      </input>
      <result action="numeric">
        <e type="operand">13</e>
      </result>
    </math>
  </region>
  <region id="17" left="9" top="450" width="81" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>b is taken from parameter, c from above (6)</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="function" args="1">a</e>
      </input>
      <result action="numeric">
        <e type="operand">11</e>
      </result>
    </math>
  </region>
  <region id="18" left="9" top="477" width="105" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>both b and c are taken from parameters</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="operand">8</e>
        <e type="function" args="2">a</e>
      </input>
      <result action="numeric">
        <e type="operand">13</e>
      </result>
    </math>
  </region>
  <region id="19" left="9" top="513" width="438" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>2. Assigning formulas AFTER defining varialbe values</p>
    </text>
  </region>
  <region id="20" left="9" top="540" width="135" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>Variables first</p>
    </text>
  </region>
  <region id="21" left="9" top="567" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">y</e>
        <e type="operand">3</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="22" left="63" top="567" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">z</e>
        <e type="operand">4</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="23" left="9" top="594" width="64" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>x is defined constant (x=7), independent of any future y and z modifications</p>
      </description>
      <input>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="operand">z</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="24" left="9" top="621" width="84" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>x(y)=y+4; no future changes to z will matter</p>
      </description>
      <input>
        <e type="operand">y</e>
        <e type="function" args="1">x</e>
        <e type="operand">y</e>
        <e type="operand">z</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="25" left="9" top="648" width="108" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>x(y,z)=y+z</p>
      </description>
      <input>
        <e type="operand">y</e>
        <e type="operand">z</e>
        <e type="function" args="2">x</e>
        <e type="operand">y</e>
        <e type="operand">z</e>
        <e type="operator" args="2">+</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="26" left="9" top="684" width="53" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>TESTS</p>
    </text>
  </region>
  <region id="27" left="9" top="711" width="53" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>Both y and z are taken from above definitions (3 and 4)</p>
      </description>
      <input>
        <e type="operand">x</e>
      </input>
      <result action="numeric">
        <e type="operand">7</e>
      </result>
    </math>
  </region>
  <region id="28" left="9" top="738" width="73" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>y is taken from parameter, z from above (4)</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="function" args="1">x</e>
      </input>
      <result action="numeric">
        <e type="operand">9</e>
      </result>
    </math>
  </region>
  <region id="29" left="9" top="765" width="105" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>both y and z are taken from parameters</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="operand">8</e>
        <e type="function" args="2">x</e>
      </input>
      <result action="numeric">
        <e type="operand">13</e>
      </result>
    </math>
  </region>
  <region id="30" left="9" top="801" width="193" height="24" color="#000000" bgColor="#ffff80" fontSize="10">
    <text lang="eng">
      <p>Changing the variables</p>
    </text>
  </region>
  <region id="31" left="9" top="828" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">y</e>
        <e type="operand">7</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="32" left="63" top="828" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">z</e>
        <e type="operand">6</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="33" left="9" top="864" width="53" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>Both y and z are taken from first definitions (3 and 4)</p>
      </description>
      <input>
        <e type="operand">x</e>
      </input>
      <result action="numeric">
        <e type="operand">7</e>
      </result>
    </math>
  </region>
  <region id="34" left="9" top="891" width="73" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>y is taken from parameter, z from first definition (4)</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="function" args="1">x</e>
      </input>
      <result action="numeric">
        <e type="operand">9</e>
      </result>
    </math>
  </region>
  <region id="35" left="9" top="918" width="105" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <description active="true" position="Right" lang="eng">
        <p>both y and z are taken from parameters</p>
      </description>
      <input>
        <e type="operand">5</e>
        <e type="operand">8</e>
        <e type="function" args="2">x</e>
      </input>
      <result action="numeric">
        <e type="operand">13</e>
      </result>
    </math>
  </region>
</regions>