﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.7610.506"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="96">
    <identity>
      <id>0c548206-97b9-4f30-bb1c-6faeb7d28e9f</id>
      <revision>124</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="9" orientation="Portrait" width="827" height="1169" />
      <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.7610.506" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.99.7610.506" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="3D Plot Region (Chart3DLib)" version="0.1.7435.26966" guid="2427d808-1e5e-4ae0-88bf-bc271664a3ab" />
      <assembly name="SpecialFunctions" version="1.12.7610.506" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.7610.506" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="ALGLIB® - numerical analysis library" version="1.0.7175.33522" guid="8e40b49c-3681-4332-903d-751303860e7b" />
      <assembly name="PlotRegion" version="1.11.7610.506" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
    </dependencies>
  </settings>
  <regions type="content">
    <region left="18" top="18" width="690" height="31" color="#804040" fontSize="14">
      <text lang="rus" width="687">
        <p bold="true">Distance and projection of a point onto a parametric surface</p>
      </text>
    </region>
    <region left="9" top="81" width="631" height="267" color="#000000" fontSize="10">
      <text lang="rus">
        <p italic="true">Calculation procedure
1.system of equations.
Given the equation paramatric surface f (x) = 0 and the coordinates of 
point A. It is required to find the orthogonal projection (a) of point A onto
 this surface. We will use the condition that the vector product of the unit
normal vector eN to the surface by the vector (Ax) is equal to zero:  As a
result, we obtain a system of three equations (the equation of the surface
and two equations of the projections of the vector product)
2.Initial guess and solution of the system of equations.
Denote by "Mnodes" the mesh node matrix CreateMesh.Using the sorting
 method, we find the node(a0)  that is at the minimum distance from point A.
 We take the coordinates of this node as the initial guess and solution using
 al_nlegsolve.
3.The calculation accuracy was checked through the dot product of two unit
 vectors eN and Aa.
The black star is the Initial guess ,the red line is normal to the surface.</p>
      </text>
    </region>
    <region top="369" color="#000000">
      <area collapsed="true">
        <title lang="rus">
          <p>f(u,v)  Plot  γ</p>
        </title>
      </area>
      <region left="945" top="369" width="231" height="24" color="#000000" fontSize="10">
        <text lang="rus">
          <p>and solution using programs</p>
        </text>
      </region>
      <region left="0" top="396" width="399" height="128" border="true" color="#000000" fontSize="10">
        <math>
          <description active="true" position="Top" lang="eng">
            <p>Razonar code</p>
          </description>
          <input>
            <e type="operand">x</e>
            <e type="function" args="1">rndBox</e>
            <e type="operand">x</e>
            <e type="function" args="1">length</e>
            <e type="operand">1</e>
            <e type="operator" args="2">≡</e>
            <e type="operand">x</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">a</e>
            <e type="operand">b</e>
            <e type="operand">1</e>
            <e type="operand">2</e>
            <e type="function" args="4">mat</e>
            <e type="operand">x</e>
            <e type="function" args="1">min</e>
            <e type="operand">x</e>
            <e type="function" args="1">max</e>
            <e type="operand">1</e>
            <e type="operand">2</e>
            <e type="function" args="4">mat</e>
            <e type="function" args="1">eval</e>
            <e type="operator" args="2">:</e>
            <e type="operand">a</e>
            <e type="operand">b</e>
            <e type="operand">a</e>
            <e type="operator" args="2">-</e>
            <e type="bracket">(</e>
            <e type="operand">10</e>
            <e type="operand">9</e>
            <e type="operator" args="1">-</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">*</e>
            <e type="operand">10</e>
            <e type="operand">9</e>
            <e type="operator" args="2">^</e>
            <e type="function" args="1">random</e>
            <e type="operator" args="2">*</e>
            <e type="operator" args="2">+</e>
            <e type="function" args="1">eval</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="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="495" top="396" width="234" height="63" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">γ</e>
            <e type="operand">0.8232</e>
            <e type="operator" args="1">-</e>
            <e type="operand">0.4194</e>
            <e type="operator" args="1">-</e>
            <e type="operand">0.3827</e>
            <e type="operand">0.5677</e>
            <e type="operand">0.6187</e>
            <e type="operator" args="1">-</e>
            <e type="operand">0.543</e>
            <e type="operand">0.009</e>
            <e type="operand">0.6643</e>
            <e type="operand">0.7474</e>
            <e type="operand">3</e>
            <e type="operand">3</e>
            <e type="function" args="11">mat</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="0" top="576" width="455" height="34" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">x</e>
            <e type="operand">y</e>
            <e type="operand">z</e>
            <e type="function" args="3">rndBox</e>
            <e type="operand">x</e>
            <e type="function" args="1">rndBox</e>
            <e type="operand">y</e>
            <e type="function" args="1">rndBox</e>
            <e type="operand">z</e>
            <e type="function" args="1">rndBox</e>
            <e type="operand">1</e>
            <e type="operand">3</e>
            <e type="function" args="5">mat</e>
            <e type="function" args="1">eval</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="504" top="576" width="54" height="24" color="#000000" bgColor="#ffffcc" fontSize="10">
        <math>
          <input>
            <e type="operand">N</e>
            <e type="operand">15</e>
            <e type="operator" args="2">:</e>
          </input>
        </math>
      </region>
      <region left="0" top="639" width="217" height="90" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f8</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operand">u</e>
            <e type="operator" args="2">*</e>
            <e type="operand">v</e>
            <e type="operator" args="2">*</e>
            <e type="operand">u</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">+</e>
            <e type="operand">0.01</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>
          </input>
        </math>
      </region>
      <region left="252" top="639" width="237" height="92" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f1</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">8</e>
            <e type="operand">u</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">+</e>
            <e type="operand">2</e>
            <e type="operator" args="2">/</e>
            <e type="operator" args="1">-</e>
            <e type="function" args="1">exp</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="513" top="639" width="229" height="92" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f3</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operand">u</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">7</e>
            <e type="operator" args="2">/</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">14</e>
            <e type="operator" args="2">/</e>
            <e type="operator" args="2">+</e>
            <e type="function" args="1">cos</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="0" top="738" width="195" height="92" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f5</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">v</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">2</e>
            <e type="operator" args="2">/</e>
            <e type="operand">u</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operand">4</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>
          </input>
        </math>
      </region>
      <region left="252" top="756" width="257" height="65" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f9</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operand">u</e>
            <e type="operator" args="2">*</e>
            <e type="function" args="1">sin</e>
            <e type="operand">2</e>
            <e type="operand">v</e>
            <e type="operator" args="2">*</e>
            <e type="function" args="1">sin</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="513" top="756" width="232" height="65" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f7</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operand">u</e>
            <e type="function" args="1">sin</e>
            <e type="operator" args="2">*</e>
            <e type="operand">v</e>
            <e type="function" args="1">sin</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="0" top="855" width="193" height="65" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f6</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operand">u</e>
            <e type="operator" args="2">*</e>
            <e type="operand">v</e>
            <e type="function" args="1">sin</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="252" top="855" width="250" height="74" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="function" args="2">f4</e>
            <e type="operand">u</e>
            <e type="operand">v</e>
            <e type="operand">4</e>
            <e type="operand">u</e>
            <e type="operator" args="2">*</e>
            <e type="operand">u</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="1">-</e>
            <e type="operand">v</e>
            <e type="operand">2</e>
            <e type="operator" args="2">^</e>
            <e type="operator" args="2">-</e>
            <e type="function" args="1">exp</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="0" top="1008" width="448" height="249" border="true" color="#000000" fontSize="10">
        <math>
          <input>
            <e type="operand">Plot3</e>
            <e type="operand">Σγ</e>
            <e type="operand">Mnodes</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="function" args="1">eval</e>
            <e type="operator" args="2">:</e>
            <e type="operand">aAγ</e>
            <e type="operand">A</e>
            <e type="operand">a</e>
            <e type="function" args="2">stack</e>
            <e type="operand">γ</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">2</e>
            <e type="function" args="4">mat</e>
            <e type="operand" style="string"></e>
            <e type="operand">A</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">A</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="operand" style="string">A</e>
            <e type="operand">14</e>
            <e type="operand" style="string">black</e>
            <e type="operand">1</e>
            <e type="operand">5</e>
            <e type="function" args="7">mat</e>
            <e type="operand">a0</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">a0</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="operand" style="string">*</e>
            <e type="operand">17</e>
            <e type="operand" style="string">black</e>
            <e type="operand">1</e>
            <e type="operand">5</e>
            <e type="function" args="7">mat</e>
            <e type="operand">A</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">A</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="operand" style="string">.</e>
            <e type="operand">15</e>
            <e type="operand" style="string">green</e>
            <e type="operand">1</e>
            <e type="operand">5</e>
            <e type="function" args="7">mat</e>
            <e type="operand">Σγ</e>
            <e type="operand">1</e>
            <e type="function" args="2">col</e>
            <e type="operand">Σγ</e>
            <e type="operand">2</e>
            <e type="function" args="2">col</e>
            <e type="function" args="2">augment</e>
            <e type="operand">a</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">1</e>
            <e type="function" args="2">el</e>
            <e type="operand">a</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="bracket">(</e>
            <e type="operand">2</e>
            <e type="function" args="2">el</e>
            <e type="operand" style="string">.</e>
            <e type="operand">15</e>
            <e type="operand" style="string">red</e>
            <e type="operand">1</e>
            <e type="operand">5</e>
            <e type="function" args="7">mat</e>
            <e type="operand">aAγ</e>
            <e type="operand">1</e>
            <e type="function" args="2">col</e>
            <e type="operand">aAγ</e>
            <e type="operand">2</e>
            <e type="function" args="2">col</e>
            <e type="function" args="2">augment</e>
            <e type="operand">No</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="operand">1</e>
            <e type="function" args="2">col</e>
            <e type="operand">No</e>
            <e type="operand">γ</e>
            <e type="operator" args="2">*</e>
            <e type="operand">2</e>
            <e type="function" args="2">col</e>
            <e type="function" args="2">augment</e>
            <e type="operand">8</e>
            <e type="operand">1</e>
            <e type="function" args="10">sys</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="1287" color="#000000">
        <area terminator="true" />
      </region>
    </region>
    <region left="0" top="1341" width="694" height="299" border="true" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">Pr</e>
          <e type="operand">c</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
          <e type="operand">g</e>
          <e type="operand">c</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">x</e>
          <e type="operand">c</e>
          <e type="function" args="2">el</e>
          <e type="function" args="2">diff</e>
          <e type="operator" args="2">:</e>
          <e type="operand">eN</e>
          <e type="operand">g</e>
          <e type="operand">g</e>
          <e type="function" args="1">norme</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
          <e type="operand">x</e>
          <e type="function" args="1">G</e>
          <e type="operand">g</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k</e>
          <e type="operand">1</e>
          <e type="operand">Mnodes</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">d</e>
          <e type="operand">k</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">Mnodes</e>
          <e type="operand">k</e>
          <e type="function" args="2">row</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">norme</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a0</e>
          <e type="operand">Mnodes</e>
          <e type="operand">d</e>
          <e type="function" args="2">augment</e>
          <e type="operand">4</e>
          <e type="function" args="2">csort</e>
          <e type="operand">1</e>
          <e type="function" args="2">row</e>
          <e type="operand">c</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">transpose</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">x</e>
          <e type="function" args="1">F</e>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">eN</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="operand">eN</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</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="operand">eN</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="operand">eN</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">A</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</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="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">a0</e>
          <e type="function" args="1">transpose</e>
          <e type="operand">x</e>
          <e type="function" args="1">F</e>
          <e type="function" args="2">al_nleqsolve</e>
          <e type="function" args="1">transpose</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">eN</e>
          <e type="operand">a</e>
          <e type="function" args="1">G</e>
          <e type="function" args="1">transpose</e>
          <e type="operand">a</e>
          <e type="function" args="1">G</e>
          <e type="function" args="1">norme</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
          <e type="operand">dist</e>
          <e type="operand">A</e>
          <e type="operand">a</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">norme</e>
          <e type="operator" args="2">:</e>
          <e type="operand">No</e>
          <e type="operand">a</e>
          <e type="operand">a</e>
          <e type="operand">A</e>
          <e type="function" args="1">f</e>
          <e type="function" args="1">sign</e>
          <e type="operand">2</e>
          <e type="operator" args="2">*</e>
          <e type="operand">dist</e>
          <e type="operator" args="2">*</e>
          <e type="operand">eN</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">stack</e>
          <e type="operator" args="2">:</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">eN</e>
          <e type="function" args="1">transpose</e>
          <e type="operand">A</e>
          <e type="operand">a</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="function" args="1">transpose</e>
          <e type="operand">dist</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">abs</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="function" args="7">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="0" top="1701" width="350" height="140" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">+</e>
          <e type="operand">0.01</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f8</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="369" top="1701" width="383" height="241" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="3.3301458703714" scale_y="3.3301458703714" scale_z="3.3301458703714" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-12" transpose_y="5" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="126" top="1845" width="245" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">1.7846</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.0135</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4.9086</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="1881" width="232" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">0.6764</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.5449</e>
          <e type="operand">0.9643</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="234" top="1881" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">4.3834</e>
        </result>
      </math>
    </region>
    <region left="0" top="1908" width="165" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">1.3108</e>
          <e type="operand">10</e>
          <e type="operand">10</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="189" top="1908" width="168" height="33" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">1.7764</e>
          <e type="operand">10</e>
          <e type="operand">15</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="0" top="1989" width="350" height="131" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">8</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</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="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="1">exp</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f1</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">3</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="360" top="1989" width="383" height="241" border="true" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="2.73885127890383" scale_y="2.73885127890383" scale_z="2.73885127890383" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="3" transpose_y="-26" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="99" top="2124" width="207" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">0.6368</e>
          <e type="operand">2.7805</e>
          <e type="operand">3.5778</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="2160" width="254" height="36" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">0.6368</e>
          <e type="operand">2.7804</e>
          <e type="operand">1.2596</e>
          <e type="operand">10</e>
          <e type="operand">6</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="252" top="2160" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">3.5778</e>
        </result>
      </math>
    </region>
    <region left="0" top="2196" width="165" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">1.1775</e>
          <e type="operand">10</e>
          <e type="operand">10</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="189" top="2196" width="60" height="24" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">0</e>
        </result>
      </math>
    </region>
    <region left="0" top="2259" width="350" height="102" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f6</e>
          <e type="operand">4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4</e>
          <e type="operand">π</e>
          <e type="operator" args="1">-</e>
          <e type="operand">π</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">2</e>
          <e type="operand">10</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="360" top="2259" width="383" height="241" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="2.1414290223102" scale_y="2.1414290223102" scale_z="2.1414290223102" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="5" transpose_y="-45" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="81" top="2367" width="220" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">0.1638</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2.7399</e>
          <e type="operand">6.1162</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="2403" width="199" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">2.4316</e>
          <e type="operand">1.7296</e>
          <e type="operand">4.802</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="252" top="2403" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">3.0796</e>
        </result>
      </math>
    </region>
    <region left="0" top="2439" width="177" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">2.1344</e>
          <e type="operand">10</e>
          <e type="operand">10</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="189" top="2439" width="168" height="33" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">4.4409</e>
          <e type="operand">10</e>
          <e type="operand">16</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="0" top="2529" width="350" height="102" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f7</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">10</e>
          <e type="operator" args="1">-</e>
          <e type="operand">10</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="369" top="2529" width="383" height="241" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="2.30947194535206" scale_y="2.30947194535206" scale_z="2.30947194535206" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-16" transpose_y="32" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="90" top="2637" width="232" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">2.1824</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2.0523</e>
          <e type="operand">5.4815</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="2682" width="232" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">1.6476</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.6313</e>
          <e type="operand">1.9905</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="234" top="2682" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">3.5568</e>
        </result>
      </math>
    </region>
    <region left="0" top="2727" width="177" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">3.3858</e>
          <e type="operand">10</e>
          <e type="operand">10</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="189" top="2727" width="168" height="33" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">2.1094</e>
          <e type="operand">10</e>
          <e type="operand">15</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="0" top="2799" width="350" height="131" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">7</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">14</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">cos</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f3</e>
          <e type="operand">8</e>
          <e type="operator" args="1">-</e>
          <e type="operand">8</e>
          <e type="operand">8</e>
          <e type="operator" args="1">-</e>
          <e type="operand">8</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">7</e>
          <e type="operator" args="1">-</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">7</e>
          <e type="operator" args="1">-</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">5</e>
          <e type="operand">10</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="369" top="2799" width="373" height="248" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="1.23891265278604" scale_y="1.81389201494402" scale_z="1.81389201494402" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-5" transpose_y="-18" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="108" top="2943" width="212" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">4.877</e>
          <e type="operand">5.7918</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5.6127</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="2970" width="220" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">5.1207</e>
          <e type="operand">5.9329</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.9995</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="234" top="2970" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">3.6242</e>
        </result>
      </math>
    </region>
    <region left="0" top="3015" width="169" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">2.9403</e>
          <e type="operand">10</e>
          <e type="operand">9</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="189" top="3015" width="168" height="33" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">1.1102</e>
          <e type="operand">10</e>
          <e type="operand">15</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="0" top="3078" width="350" height="129" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">4</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">-</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f5</e>
          <e type="operand">4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">3</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="360" top="3078" width="383" height="241" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="1.40499158153772" scale_y="1.40499158153772" scale_z="1.40499158153772" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="27" transpose_y="-47" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="99" top="3213" width="228" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">0.2071</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.3401</e>
          <e type="operand">10.6597</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="3249" width="212" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">0.1417</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4.414</e>
          <e type="operand">9.7368</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="234" top="3249" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">4.1777</e>
        </result>
      </math>
    </region>
    <region left="0" top="3276" width="169" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">1.2215</e>
          <e type="operand">10</e>
          <e type="operand">8</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="189" top="3276" width="155" height="33" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">3.5527</e>
          <e type="operand">10</e>
          <e type="operand">15</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="0" top="3384" width="350" height="102" border="true" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">sin</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f9</e>
          <e type="operand">π</e>
          <e type="operator" args="1">-</e>
          <e type="operand">π</e>
          <e type="operand">π</e>
          <e type="operator" args="1">-</e>
          <e type="operand">π</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">0</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="369" top="3384" width="383" height="241" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="1.60942803128619" scale_y="1.60942803128619" scale_z="1.60942803128619" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-2" transpose_y="-46" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="90" top="3501" width="224" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">1.0043</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.8338</e>
          <e type="operator" args="1">-</e>
          <e type="operand">8.512</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="3537" width="232" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">2.3062</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2.3369</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.9943</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="234" top="3537" width="108" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">6.6655</e>
        </result>
      </math>
    </region>
    <region left="0" top="3573" width="153" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">1.68</e>
          <e type="operand">10</e>
          <e type="operand">9</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
        </result>
      </math>
    </region>
    <region left="189" top="3573" width="60" height="24" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">0</e>
        </result>
      </math>
    </region>
    <region left="0" top="3753" width="350" height="111" border="true" color="#0000ff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">f</e>
          <e type="operand">4</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">exp</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Mnodes</e>
          <e type="operand">f4</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">N</e>
          <e type="operand">N</e>
          <e type="function" args="7">CreateMesh</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">0</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="function" args="3">rndBox</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">dist</e>
          <e type="operand">No</e>
          <e type="operand">a0</e>
          <e type="operand">dot</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">Pr</e>
          <e type="operator" args="2">:</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">sys</e>
        </input>
      </math>
    </region>
    <region left="369" top="3753" width="383" height="241" color="#000000" fontSize="10" showInputData="false">
      <plot grid="false" axes="false" type="2d" render="lines" scale_x="3.67852332643743" scale_y="3.67852332643743" scale_z="3.67852332643743" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-30" transpose_y="-22" transpose_z="0">
        <input>
          <e type="operand">Plot3</e>
        </input>
      </plot>
    </region>
    <region left="117" top="3879" width="224" height="27" color="#0000ff" fontSize="10">
      <math>
        <input>
          <e type="operand">A</e>
        </input>
        <result action="numeric">
          <e type="operand">0.974</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.0317</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.9223</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="0" top="3915" width="212" height="27" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
        </input>
        <result action="numeric">
          <e type="operand">0.4128</e>
          <e type="operand">0.481</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1.5538</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="243" top="3915" width="100" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">dist</e>
        </input>
        <result action="numeric">
          <e type="operand">1.537</e>
        </result>
      </math>
    </region>
    <region left="0" top="3951" width="157" height="34" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="function" args="1">f</e>
        </input>
        <result action="numeric">
          <e type="operand">4.9147</e>
          <e type="operand">10</e>
          <e type="operand">9</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region left="189" top="3951" width="155" height="33" color="#ff0080" fontSize="10">
      <math>
        <input>
          <e type="operand">dot</e>
        </input>
        <result action="numeric">
          <e type="operand">2.4425</e>
          <e type="operand">10</e>
          <e type="operand">15</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>