﻿<?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="96">
    <identity>
      <id>07a1907c-4c86-48bc-a737-b7178b2ef809</id>
      <revision>6</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="false" viewMode="2" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="1" orientation="Portrait" width="850" height="1100" />
      <margins left="39" right="39" top="49" bottom="49" />
      <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="Maple Tools" version="1.1.7809.39615" guid="32dfd679-8cfd-483a-b79a-19d5ea838750" />
      <assembly name="TextRegion" version="1.11.7822.147" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
    </dependencies>
  </settings>
  <regions type="content">
    <region left="0" top="0" width="317" height="28" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>Info on vectors from within Maple 6 software</p>
          </content>
        </description>
        <input>
          <e type="operand">vector</e>
          <e type="function" args="1">example</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand" style="string">Stack empty.</e>
        </result>
      </math>
    </region>
    <region left="0" top="54" width="197" height="278" color="#000000" bgColor="#ffff80" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="background-color: #ffff80;">Examples:<br />&gt; linalg[vector](4,[1,x,x^2,x^3]);<br /><br />                                [       2   3]<br />                                [1, x, x , x ]<br /><br />&gt; array(1..3,[1,2,3]);<br /><br />                                   [1, 2, 3]<br /><br />&gt; type(%,vector);<br /><br />                                     true<br /><br />&gt; array(0..2,[a,b,c]):<br />&gt; type(%,vector);<br /><br />                                     false</p>
        </content>
      </text>
    </region>
    <region left="0" top="342" width="375" height="28" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>Attempt to parse string to variable for further use.</p>
          </content>
        </description>
        <input>
          <e type="operand">LL</e>
          <e type="operand" style="string">array(1..4,[1,x,x^2,x^3])</e>
          <e type="function" args="1">parse</e>
          <e type="function" args="1">maple</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="0" top="396" width="245" height="28" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>From maple 5 books supposed to be able to use % to get the previous no. off the stack, does not work.</p>
          </content>
        </description>
        <input>
          <e type="operand">%</e>
          <e type="operand">vector</e>
          <e type="function" args="2">type</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand">false</e>
        </result>
      </math>
    </region>
    <region left="0" top="450" width="253" height="28" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>using the variable to test for a vector does not work</p>
          </content>
        </description>
        <input>
          <e type="operand">LL</e>
          <e type="operand">vector</e>
          <e type="function" args="2">type</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand">false</e>
        </result>
      </math>
    </region>
    <region left="0" top="504" width="441" height="30" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>Accidently discovered if i put in a parse comment, can then go back delete parse and 66 and 99, success.</p>
          </content>
        </description>
        <input>
          <e type="operand">array\0028\1\002E\\002E\4\002C\[1\002C\x\002C\x\005E\2\002C\x\005E\3]\0029\</e>
          <e type="bracket">(</e>
          <e type="operand">vector</e>
          <e type="function" args="2">type</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand">true</e>
        </result>
      </math>
    </region>
    <region left="0" top="576" width="500" height="41" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>type with square brackets as text, then remove 66 then 99.</p>
          </content>
        </description>
        <input>
          <e type="operand">4</e>
          <e type="operand">[1</e>
          <e type="operand">x</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">x</e>
          <e type="operand">3]</e>
          <e type="operator" args="2">^</e>
          <e type="function" args="5">linalg[vector]</e>
          <e type="bracket">(</e>
          <e type="operand">vector</e>
          <e type="function" args="2">type</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand">true</e>
        </result>
      </math>
    </region>
    <region left="0" top="684" width="497" height="30" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">GG</e>
          <e type="operand" style="string">array(1..3,[1,2,3])</e>
          <e type="function" args="1">parse</e>
          <e type="operand">vector</e>
          <e type="function" args="2">type</e>
          <e type="function" args="1">maple</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="symbolic">
          <e type="operand">false</e>
        </result>
      </math>
    </region>
    <region left="0" top="729" width="381" height="28" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>have found same result again removing 66 and 99</p>
          </content>
        </description>
        <input>
          <e type="operand">array\0028\1\002E\\002E\3\002C\[1\002C\2\002C\3]\0029\</e>
          <e type="operand">vector</e>
          <e type="function" args="2">type</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand">true</e>
        </result>
      </math>
    </region>
    <region left="0" top="1053" width="309" height="28" color="#000000" fontSize="10">
      <math>
        <description active="true" position="Top" lang="eng">
          <content>
            <p>lets learn some more about parsing in maple.</p>
          </content>
        </description>
        <input>
          <e type="operand">parse</e>
          <e type="function" args="1">example</e>
          <e type="function" args="1">maple</e>
        </input>
        <result action="symbolic">
          <e type="operand" style="string">Stack empty.</e>
        </result>
      </math>
    </region>
    <region left="0" top="1098" width="312" height="548" color="#000000" bgColor="#ffff80" fontSize="10">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="background-color: #ffff80;">Examples:<br />&gt; parse("a+b");<br /><br />                                     a + b<br /><br />&gt; parse("a+b:");<br /><br />                                     a + b<br /><br />&gt; parse("a+b;");<br /><br />                                     a + b<br /><br />&gt; parse("a+b:"):<br />&gt; parse();<br /><br />                                     true<br /><br />&gt; parse("a+b;"):<br />&gt; parse();<br /><br />                                     false<br /><br /># Parse will generate errors on incorrect input <br /><br />&gt; parse("a++b");<br /><br />Error, incorrect syntax in parse: `+` unexpected (4)<br /><br />&gt; parse("sin(3.0)");<br /><br />                                   sin(3.0)<br /><br />&gt; parse("sin(3.0)",statement);<br /><br />                                  .1411200081</p>
        </content>
      </text>
    </region>
  </regions>
</worksheet>