﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.98.6484.11448"?>
<regions xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings>
    <identity>
      <id>b49a9302-14af-4017-a65d-0142640dbd8c</id>
      <revision>339</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.6484.11448" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.98.6484.11448" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Custom Functions" version="1.1.6437.17697" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="Special Functions" version="1.11.6484.11450" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Text Region" version="1.10.6484.11451" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Image Region" version="2.99.6441.23993" guid="63ddaef8-9a56-4ff6-938e-d590b638bf99" />
    </dependencies>
    <mode debug="true" />
  </settings>
  <region id="0" left="9" top="18" width="234" height="31" color="#804040" bgColor="#ffffff" fontSize="14">
    <text lang="eng">
      <p>Bresenham Algorithm</p>
    </text>
  </region>
  <region id="1" top="54" color="#000000" bgColor="#ffffff">
    <area collapsed="true">
      <title lang="eng">
        <p>Plot function</p>
      </title>
    </area>
    <region id="2" left="45" top="81" width="150" height="73" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand">b</e>
          <e type="function" args="2">max</e>
          <e type="operand">a</e>
          <e type="operand">b</e>
          <e type="operator" args="2">&gt;</e>
          <e type="operand">a</e>
          <e type="operand">b</e>
          <e type="function" args="3">if</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="3" left="306" top="81" width="150" height="73" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">a</e>
          <e type="operand">b</e>
          <e type="function" args="2">min</e>
          <e type="operand">a</e>
          <e type="operand">b</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">a</e>
          <e type="operand">b</e>
          <e type="function" args="3">if</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="4" left="45" top="153" width="149" height="75" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">rows</e>
          <e type="operand">x</e>
          <e type="function" args="1">rows</e>
          <e type="operand">0</e>
          <e type="function" args="2">try</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="5" left="306" top="153" width="149" height="75" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">cols</e>
          <e type="operand">x</e>
          <e type="function" args="1">cols</e>
          <e type="operand">0</e>
          <e type="function" args="2">try</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="6" left="45" top="234" width="179" height="26" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">IsArray</e>
          <e type="operand">x</e>
          <e type="function" args="1">rows</e>
          <e type="operand">0</e>
          <e type="operator" args="2">&gt;</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="7" left="306" top="234" width="290" height="28" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">IsVector</e>
          <e type="operand">x</e>
          <e type="function" args="1">rows</e>
          <e type="operand">0</e>
          <e type="operator" args="2">&gt;</e>
          <e type="bracket">(</e>
          <e type="operand">x</e>
          <e type="function" args="1">cols</e>
          <e type="operand">1</e>
          <e type="operator" args="2">≡</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">&amp;</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="8" left="45" top="270" width="395" height="34" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">v</e>
          <e type="operand">r.1</e>
          <e type="operand">r.2</e>
          <e type="function" args="3">subvector</e>
          <e type="operand">v</e>
          <e type="operand">r.1</e>
          <e type="operand">r.2</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="5">submatrix</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="9" left="45" top="306" width="396" height="86" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">n</e>
          <e type="function" args="1">dec2rgb</e>
          <e type="operand">a</e>
          <e type="operand">n</e>
          <e type="operand">256</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="1">trunc</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a</e>
          <e type="operand">256</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="1">trunc</e>
          <e type="operand">a</e>
          <e type="operand">256</e>
          <e type="function" args="2">mod</e>
          <e type="operand">n</e>
          <e type="operand">256</e>
          <e type="function" args="2">mod</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</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 id="10" left="486" top="306" width="277" height="32" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">C</e>
          <e type="function" args="1">rgb2dec</e>
          <e type="operand">C</e>
          <e type="operand">3</e>
          <e type="function" args="2">el</e>
          <e type="operand">256</e>
          <e type="operand">C</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">65536</e>
          <e type="operand">C</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="11" left="45" top="405" width="222" height="26" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">X</e>
          <e type="operand">Y</e>
          <e type="function" args="2">¦Πxy</e>
          <e type="operand">X</e>
          <e type="operand">Y</e>
          <e type="operand">¦ΠP</e>
          <e type="function" args="3">¦Πxy</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="12" left="450" top="405" width="201" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Default plot parameters</p>
      </text>
    </region>
    <region id="13" left="45" top="441" width="270" height="26" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math>
        <input>
          <e type="operand">X</e>
          <e type="operand">Y</e>
          <e type="operand">Π</e>
          <e type="function" args="3">¦Πxy</e>
          <e type="operand">X</e>
          <e type="operand">Y</e>
          <e type="operand">Π</e>
          <e type="operand">¦ΠC</e>
          <e type="function" args="4">¦Πxy</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="14" left="450" top="441" width="127" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Default colors</p>
      </text>
    </region>
    <region id="15" left="45" top="477" width="663" height="936" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">X</e>
          <e type="operand">Y</e>
          <e type="operand">Π</e>
          <e type="operand">K</e>
          <e type="function" args="4">¦Πxy</e>
          <e type="operand">x.min</e>
          <e type="operand">x.max</e>
          <e type="operand">px</e>
          <e type="operand">ox</e>
          <e type="operand">tx</e>
          <e type="operand">ax</e>
          <e type="operand">y.min</e>
          <e type="operand">y.max</e>
          <e type="operand">py</e>
          <e type="operand">oy</e>
          <e type="operand">ty</e>
          <e type="operand">ay</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operand">Π</e>
          <e type="operator" args="2">:</e>
          <e type="operand">X</e>
          <e type="function" args="1">Tx</e>
          <e type="operand">px</e>
          <e type="operand">ox</e>
          <e type="operator" args="2">-</e>
          <e type="operand">x.max</e>
          <e type="operand">x.min</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">/</e>
          <e type="operand">X</e>
          <e type="operand">x.min</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">T</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Y</e>
          <e type="function" args="1">Ty</e>
          <e type="operand">py</e>
          <e type="operand">oy</e>
          <e type="operator" args="2">-</e>
          <e type="operand">y.max</e>
          <e type="operand">y.min</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">/</e>
          <e type="operand">Y</e>
          <e type="operand">y.min</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">T</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">u</e>
          <e type="function" args="1">T</e>
          <e type="operand">u</e>
          <e type="function" args="1">trunc</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
          <e type="operand">co</e>
          <e type="operand">0</e>
          <e type="function" args="1">Tx</e>
          <e type="operator" args="2">:</e>
          <e type="operand">ro</e>
          <e type="operand">0</e>
          <e type="function" args="1">Ty</e>
          <e type="operator" args="2">:</e>
          <e type="operand">M</e>
          <e type="operand">py</e>
          <e type="operand">px</e>
          <e type="function" args="2">matrix</e>
          <e type="operand">K</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">1</e>
          <e type="operand">4</e>
          <e type="function" args="6">mat</e>
          <e type="operand">υ</e>
          <e type="operand">p</e>
          <e type="operand">o</e>
          <e type="operand">a</e>
          <e type="function" args="4">m</e>
          <e type="operand">υ</e>
          <e type="operand">p</e>
          <e type="operand">a</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operand">o</e>
          <e type="function" args="2">max</e>
          <e type="operand">υ</e>
          <e type="operand">p</e>
          <e type="operand">a</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">abs</e>
          <e type="operand">p</e>
          <e type="operand">o</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="2">min</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
          <e type="operand">0</e>
          <e type="operand">ax</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">c</e>
          <e type="operand">co</e>
          <e type="operand">px</e>
          <e type="operand">ox</e>
          <e type="operand">ax</e>
          <e type="function" args="4">m</e>
          <e type="operand">M</e>
          <e type="operand">ro</e>
          <e type="operand">c</e>
          <e type="function" args="3">el</e>
          <e type="operand">K</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">for</e>
          <e type="operand">M</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="operand">0</e>
          <e type="function" args="3">if</e>
          <e type="operand">0</e>
          <e type="operand">ay</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">r</e>
          <e type="operand">ro</e>
          <e type="operand">py</e>
          <e type="operand">oy</e>
          <e type="operand">ay</e>
          <e type="function" args="4">m</e>
          <e type="operand">M</e>
          <e type="operand">r</e>
          <e type="operand">co</e>
          <e type="function" args="3">el</e>
          <e type="operand">K</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">for</e>
          <e type="operand">M</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="operand">0</e>
          <e type="function" args="3">if</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">X</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">IsArray</e>
          <e type="operand">0</e>
          <e type="operand">X</e>
          <e type="operand">X</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">mat</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">if</e>
          <e type="operand">k</e>
          <e type="operand">K</e>
          <e type="operand">4</e>
          <e type="operand">K</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="3">subvector</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k</e>
          <e type="function" args="1">rows</e>
          <e type="operand">Y</e>
          <e type="function" args="1">rows</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">k</e>
          <e type="operand">k</e>
          <e type="operand">0.75</e>
          <e type="operand">k</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">T</e>
          <e type="function" args="2">stack</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="2">while</e>
          <e type="operand">k</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">m</e>
          <e type="operand">1</e>
          <e type="operand">Y</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">range</e>
          <e type="operand">x</e>
          <e type="operand">X</e>
          <e type="operand">m</e>
          <e type="operand">X</e>
          <e type="function" args="1">rows</e>
          <e type="function" args="2">min</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">Tx</e>
          <e type="operator" args="2">:</e>
          <e type="operand">ψ</e>
          <e type="operand">Y</e>
          <e type="operand">m</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">Ty</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">C</e>
          <e type="operand">1</e>
          <e type="operand">ψ</e>
          <e type="function" args="1">cols</e>
          <e type="function" args="2">range</e>
          <e type="operand">y</e>
          <e type="operand">ψ</e>
          <e type="operand">C</e>
          <e type="function" args="2">col</e>
          <e type="operator" args="2">:</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operand">y</e>
          <e type="function" args="1">rows</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="function" args="2">range</e>
          <e type="operand">dx</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">abs</e>
          <e type="operator" args="2">:</e>
          <e type="operand">dy</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">abs</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">sx</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="3">if</e>
          <e type="operator" args="2">:</e>
          <e type="operand">sy</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="3">if</e>
          <e type="operator" args="2">:</e>
          <e type="operand">ε</e>
          <e type="operand">0.5</e>
          <e type="operand">dx</e>
          <e type="operand">dy</e>
          <e type="operator" args="2">&gt;</e>
          <e type="operand">dx</e>
          <e type="operand">dy</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="3">if</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>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">≠</e>
          <e type="bracket">(</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="operand">1</e>
          <e type="operator" args="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="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">oy</e>
          <e type="operand">py</e>
          <e type="operand">oy</e>
          <e type="operator" args="2">-</e>
          <e type="operand">ty</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="3">ltlt</e>
          <e type="bracket">(</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">ox</e>
          <e type="operand">px</e>
          <e type="operand">ox</e>
          <e type="operator" args="2">-</e>
          <e type="operand">tx</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="3">ltlt</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">&amp;</e>
          <e type="operand">r</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">ty</e>
          <e type="operator" args="2">+</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="function" args="2">range</e>
          <e type="operand">c</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">tx</e>
          <e type="operator" args="2">+</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="function" args="2">range</e>
          <e type="operand">M</e>
          <e type="operand">r</e>
          <e type="operand">c</e>
          <e type="function" args="3">el</e>
          <e type="operand">k</e>
          <e type="operand">m</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">for</e>
          <e type="function" args="3">for</e>
          <e type="operand">0</e>
          <e type="function" args="3">if</e>
          <e type="operand">εo</e>
          <e type="operand">ε</e>
          <e type="operator" args="2">:</e>
          <e type="operand">εo</e>
          <e type="operand">dx</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">&gt;</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">x</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">sx</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="operand">ε</e>
          <e type="operand">ε</e>
          <e type="operand">dy</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="operand">0</e>
          <e type="function" args="3">if</e>
          <e type="operand">εo</e>
          <e type="operand">dy</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">y</e>
          <e type="operand">n</e>
          <e type="function" args="2">el</e>
          <e type="operand">sy</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="operand">ε</e>
          <e type="operand">ε</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="operand">0</e>
          <e type="function" args="3">if</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="function" args="2">while</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
          <e type="function" args="3">for</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="function" args="3">for</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
          <e type="function" args="3">for</e>
          <e type="operand">M</e>
          <e type="operand">M</e>
          <e type="function" args="1">reverse</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A</e>
          <e type="operand">M</e>
          <e type="operand">256</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="1">T</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">A</e>
          <e type="operand">256</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="1">T</e>
          <e type="operand">A</e>
          <e type="operand">256</e>
          <e type="function" args="2">mod</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">M</e>
          <e type="operand">256</e>
          <e type="function" args="2">mod</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">9</e>
          <e type="operand">1</e>
          <e type="function" args="11">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="16" left="783" top="1125" width="316" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Can introduce some colorize function:</p>
      </text>
    </region>
    <region id="17" left="783" top="1152" width="152" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">x</e>
          <e type="operand">y</e>
          <e type="operand">k</e>
          <e type="operand">Π</e>
          <e type="function" args="4">¦Πϑ</e>
          <e type="operand">k</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="18" left="18" top="1422" width="225" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Default Foreground, Background and axis colors</p>
      </text>
    </region>
    <region id="19" left="324" top="1422" width="233" height="227" border="true" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">¦ΠC</e>
          <e type="operand">128</e>
          <e type="operand">128</e>
          <e type="operand">128</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">128</e>
          <e type="operand">128</e>
          <e type="operand">128</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">255</e>
          <e type="operand">255</e>
          <e type="operand">252</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">0</e>
          <e type="operand">128</e>
          <e type="operand">255</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">255</e>
          <e type="operand">128</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">0</e>
          <e type="operand">255</e>
          <e type="operand">128</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">255</e>
          <e type="operand">128</e>
          <e type="operand">255</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">128</e>
          <e type="operand">255</e>
          <e type="operand">255</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">255</e>
          <e type="operand">255</e>
          <e type="operand">128</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">10</e>
          <e type="operand">1</e>
          <e type="function" args="12">mat</e>
          <e type="function" args="1">rgb2dec</e>
          <e type="function" args="1">vectorize</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="20" left="576" top="1422" width="143" height="104" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>x-axis colory-axis colorbackground colortrace colors  </p>
      </text>
    </region>
    <region id="21" left="18" top="1494" width="201" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Default plot parameters</p>
      </text>
    </region>
    <region id="22" left="18" top="1530" width="207" height="45" border="true" color="#000000" bgColor="#f0f0f0" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">¦ΠP</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">400</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">200</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="23" top="1674" color="#000000" bgColor="#ffffff">
      <area terminator="true" />
    </region>
  </region>
  <region id="24" top="1701" color="#000000" bgColor="#ffffff">
    <area collapsed="false">
      <title lang="eng">
        <p>Examples</p>
      </title>
    </area>
    <region id="25" left="18" top="1728" width="688" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Define the plot range, the size of the plot window and the offstet in pixeles, the thikness of the plot trace and the percent for axes: </p>
      </text>
    </region>
    <region id="26" left="54" top="1782" width="189" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">P</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">400</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="operand">30</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">6</e>
          <e type="operand">200</e>
          <e type="operand">12</e>
          <e type="operand">1</e>
          <e type="operand">15</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="27" left="324" top="1782" width="59" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">¦N</e>
          <e type="operand">80</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="28" left="504" top="1782" width="215" height="61" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">x.min</e>
          <e type="operand">x.max</e>
          <e type="operand">px</e>
          <e type="operand">ox</e>
          <e type="operand">tx</e>
          <e type="operand">ax</e>
          <e type="operand">y.min</e>
          <e type="operand">y.max</e>
          <e type="operand">py</e>
          <e type="operand">oy</e>
          <e type="operand">ty</e>
          <e type="operand">ay</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operand">P</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="29" left="18" top="1854" width="159" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Functions to plot:</p>
      </text>
    </region>
    <region id="30" left="207" top="1854" width="268" height="49" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">x</e>
          <e type="operand">x.min</e>
          <e type="operand">x.max</e>
          <e type="operand">x.min</e>
          <e type="operand">x.max</e>
          <e type="operand">x.min</e>
          <e type="operator" args="2">-</e>
          <e type="operand">¦N</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="3">range</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="31" left="504" top="1854" width="156" height="94" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">y</e>
          <e type="operand">x</e>
          <e type="operand">5</e>
          <e type="operand">x</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">cos</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">x</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="function" args="1">vectorize</e>
          <e type="operand">x</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">x</e>
          <e type="operator" args="1">-</e>
          <e type="function" args="1">vectorize</e>
          <e type="function" args="2">augment</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 id="32" left="783" top="1926" width="96" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">To</e>
          <e type="operand">0</e>
          <e type="function" args="1">time</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="33" left="207" top="1953" width="410" height="208" color="#000000" bgColor="#ffffff" fontSize="10">
      <image>
        <imagefile filename="wdrav.png" lenght="4038" width="400" height="200" option="border=false;" dataRenderXmlLength="0" renderExt=".png" OLDwidht="400" OLDheight="200" select_rotation="0°">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</imagefile>
        <input>
          <e type="operand">x</e>
          <e type="operand">y</e>
          <e type="operand">P</e>
          <e type="function" args="3">¦Πxy</e>
        </input>
      </image>
    </region>
    <region id="34" left="783" top="1953" width="182" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">0</e>
          <e type="function" args="1">time</e>
          <e type="operand">To</e>
          <e type="operator" args="2">-</e>
        </input>
        <result action="numeric">
          <e type="operand">19.037</e>
          <e type="operand" style="unit">s</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region id="35" left="18" top="2196" width="176" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Parametric equations</p>
      </text>
    </region>
    <region id="36" left="207" top="2196" width="215" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">P</e>
          <e type="operand">3.5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3.5</e>
          <e type="operand">400</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3</e>
          <e type="operand">200</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">20</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="37" left="504" top="2196" width="153" height="41" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">t</e>
          <e type="operand">0</e>
          <e type="operand">2</e>
          <e type="operand">π</e>
          <e type="operator" args="2">*</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operand">π</e>
          <e type="operator" args="2">*</e>
          <e type="operand">¦N</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="3">range</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="38" left="207" top="2250" width="152" height="87" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="operand">3</e>
          <e type="operand">t</e>
          <e type="function" args="1">cos</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">0.5</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">cos</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">2</e>
          <e type="operand">t</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</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 id="39" left="504" top="2250" width="152" height="87" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">y</e>
          <e type="operand">2</e>
          <e type="operand">t</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">0.5</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">2.5</e>
          <e type="operand">4</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</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 id="40" left="207" top="2349" width="410" height="208" color="#000000" bgColor="#ffffff" fontSize="10">
      <image>
        <imagefile filename="yx1ol.png" lenght="5649" width="400" height="200" option="border=false;" dataRenderXmlLength="0" renderExt=".png" OLDwidht="400" OLDheight="200" select_rotation="0°">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</imagefile>
        <input>
          <e type="operand">x</e>
          <e type="operand">y</e>
          <e type="operand">P</e>
          <e type="function" args="3">¦Πxy</e>
        </input>
      </image>
    </region>
    <region id="41" left="783" top="2349" width="182" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">0</e>
          <e type="function" args="1">time</e>
          <e type="operand">To</e>
          <e type="operator" args="2">-</e>
        </input>
        <result action="numeric">
          <e type="operand">46.675</e>
          <e type="operand" style="unit">s</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region id="42" left="18" top="2592" width="126" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Array of plots</p>
      </text>
    </region>
    <region id="43" left="207" top="2592" width="53" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">m</e>
          <e type="operand">2</e>
          <e type="operator" args="2">:</e>
          <e type="operand">n</e>
          <e type="operand">3</e>
          <e type="operator" args="2">:</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">mat</e>
        </input>
      </math>
    </region>
    <region id="44" left="288" top="2592" width="181" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">P</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">10</e>
          <e type="operand">400</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">6</e>
          <e type="operand">200</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">0</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="45" left="207" top="2655" width="440" height="37" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">r</e>
          <e type="operand">c</e>
          <e type="function" args="2">f</e>
          <e type="operand">1.4</e>
          <e type="operand">c</e>
          <e type="operand">5</e>
          <e type="operator" args="2">+</e>
          <e type="bracket">(</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">4</e>
          <e type="operand">c</e>
          <e type="operand">1</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">1.8</e>
          <e type="operand">r</e>
          <e type="operand">t</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">sin</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">vectorize</e>
          <e type="operand">4</e>
          <e type="operand">r</e>
          <e type="operand">1</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">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="46" left="207" top="2700" width="382" height="92" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">M</e>
          <e type="operand">r</e>
          <e type="operand">1</e>
          <e type="operand">m</e>
          <e type="function" args="2">range</e>
          <e type="operand">c</e>
          <e type="operand">1</e>
          <e type="operand">n</e>
          <e type="function" args="2">range</e>
          <e type="operand">x</e>
          <e type="operand">r</e>
          <e type="operand">m</e>
          <e type="operand">c</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operand">y</e>
          <e type="operand">r</e>
          <e type="operand">m</e>
          <e type="operand">c</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="function" args="4">mat</e>
          <e type="operand">r</e>
          <e type="operand">c</e>
          <e type="function" args="2">f</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="3">for</e>
          <e type="function" args="3">for</e>
          <e type="operand">x</e>
          <e type="operand">y</e>
          <e type="operand">P</e>
          <e type="function" args="3">¦Πxy</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 id="47" left="207" top="2799" width="410" height="208" color="#000000" bgColor="#ffffff" fontSize="10">
      <image>
        <imagefile filename="zvfvb.png" lenght="4899" width="400" height="200" option="border=false;" dataRenderXmlLength="0" renderExt=".png" OLDwidht="400" OLDheight="200" select_rotation="0°">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</imagefile>
        <input>
          <e type="operand">M</e>
        </input>
      </image>
    </region>
    <region id="48" left="783" top="2799" width="182" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">0</e>
          <e type="function" args="1">time</e>
          <e type="operand">To</e>
          <e type="operator" args="2">-</e>
        </input>
        <result action="numeric">
          <e type="operand">81.238</e>
          <e type="operand" style="unit">s</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region id="49" left="18" top="3042" width="78" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
      <text lang="eng">
        <p>Polygons</p>
      </text>
    </region>
    <region id="50" left="306" top="3042" width="319" height="39" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="operand">2</e>
          <e type="operand">4</e>
          <e type="operand">6</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="function" args="8">mat</e>
          <e type="operand">1</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="6">mat</e>
          <e type="operand">7</e>
          <e type="operand">9</e>
          <e type="operand">9</e>
          <e type="operand">7</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="function" args="1">transpose</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="51" left="36" top="3078" width="198" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
      <math optimize="2">
        <input>
          <e type="operand">P</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operand">10</e>
          <e type="operand">400</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operand">20</e>
          <e type="operand">200</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">100</e>
          <e type="operand" style="unit">%</e>
          <e type="operator" args="2">*</e>
          <e type="operand">2</e>
          <e type="operand">6</e>
          <e type="function" args="14">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="52" left="306" top="3087" width="351" height="39" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">y</e>
          <e type="operand">14</e>
          <e type="operand">14</e>
          <e type="operand">2</e>
          <e type="operand">18</e>
          <e type="operand">2</e>
          <e type="operand">14</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="function" args="8">mat</e>
          <e type="operand">6</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="6">mat</e>
          <e type="operand">6</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="function" args="1">transpose</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="53" left="207" top="3132" width="410" height="208" color="#000000" bgColor="#ffffff" fontSize="10">
      <image>
        <imagefile filename="y4skb.png" lenght="2474" width="400" height="200" option="border=false;" dataRenderXmlLength="0" renderExt=".png" OLDwidht="400" OLDheight="200" select_rotation="0°">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</imagefile>
        <input>
          <e type="operand">x</e>
          <e type="operand">y</e>
          <e type="operand">P</e>
          <e type="function" args="3">¦Πxy</e>
        </input>
      </image>
    </region>
    <region id="54" left="783" top="3132" width="182" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">0</e>
          <e type="function" args="1">time</e>
          <e type="operand">To</e>
          <e type="operator" args="2">-</e>
        </input>
        <result action="numeric">
          <e type="operand">96.409</e>
          <e type="operand" style="unit">s</e>
          <e type="operator" args="2">*</e>
        </result>
      </math>
    </region>
    <region id="55" top="3375" color="#000000" bgColor="#ffffff">
      <area terminator="true" />
    </region>
  </region>
  <region id="56" left="693" top="3393" width="61" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">Alvaro</e>
      </input>
    </math>
  </region>
</regions>