﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="1.2.9018.0"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="96">
    <identity>
      <id>c4de4a1c-cb06-42cb-a026-9629271ec6cd</id>
      <revision>36</revision>
    </identity>
    <calculation>
      <precision>4</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <mixedNumbers>false</mixedNumbers>
      <roundingMode>0</roundingMode>
      <approximateEqualAccuracy>0</approximateEqualAccuracy>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" printAreas="true" simpleEqualsOnly="false" printBackgroundImages="true" hideElementsHighlightings="true">
      <paper id="9" orientation="Portrait" width="827" height="1169" />
      <margins left="39" right="39" top="49" bottom="49" />
      <footer alignment="Center" color="#a9a9a9">&amp;[PAGENUM] / &amp;[COUNT]</footer>
      <backgrounds />
    </pageModel>
    <dependencies>
      <assembly name="SMath Studio Desktop" version="1.2.9018.0" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="MathRegion" version="1.11.9018.0" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Custom Functions" version="1.1.8726.29023" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="SpecialFunctions" version="1.12.9018.0" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.9018.0" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="ALGLIB® - numerical analysis library" version="1.0.8025.20709" guid="8e40b49c-3681-4332-903d-751303860e7b" />
      <assembly name="PlotRegion" version="1.11.9018.0" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
      <assembly name="Mathcad Toolbox" version="0.4.8520.34563" guid="ddc09821-49f1-4c21-a829-6499de0a8f06" />
    </dependencies>
  </settings>
  <regions type="content">
    <region left="18" top="18" width="551" height="27" color="#800000" fontSize="12">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p style="color: #800000; font-weight: bold; font-size: 12px;">Serie solution for lineal ODE with non-constant coefficients.</p>
        </content>
      </text>
    </region>
    <region left="18" top="54" width="725" height="56" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p>Developments around the origin, if it is a non-singular point. The validity is very limited to a small interval, but it is often useful to have a simple expression for the function near the origin.</p>
        </content>
      </text>
    </region>
    <region left="54" top="135" width="600" height="208" color="#000000" fontSize="10">
      <math optimize="2" decimalPlaces="2">
        <description active="true" position="Top" lang="spa">
          <content>
            <p>Coeffs(P,x) returns the coefficients of the polynom P(x)</p>
          </content>
        </description>
        <input>
          <e type="operand">P#</e>
          <e type="operand">x#</e>
          <e type="operand">M#</e>
          <e type="function" args="3">Coeffs</e>
          <e type="operand" style="string">f#(</e>
          <e type="operand">x#</e>
          <e type="function" args="1">num2str</e>
          <e type="operand" style="string">):</e>
          <e type="operand">P#</e>
          <e type="function" args="1">num2str</e>
          <e type="function" args="4">concat</e>
          <e type="function" args="1">str2num</e>
          <e type="operand">t#</e>
          <e type="operand">0</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="operand">c#</e>
          <e type="operand">0</e>
          <e type="function" args="1">f#</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="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">k#</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">k#</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="operand">1</e>
          <e type="operand">k#</e>
          <e type="operator" args="1">!</e>
          <e type="operator" args="2">/</e>
          <e type="operand">t#</e>
          <e type="function" args="1">f#</e>
          <e type="operand">t#</e>
          <e type="operand">k#</e>
          <e type="function" args="3">diff</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
          <e type="operand">c#</e>
          <e type="operand">k#</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="2">el</e>
          <e type="function" args="1">num2str</e>
          <e type="operand" style="string">0</e>
          <e type="operator" args="2">≠</e>
          <e type="operand">n#</e>
          <e type="operand">k#</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
          <e type="function" args="2">if</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">c#</e>
          <e type="operand">1</e>
          <e type="operand">n#</e>
          <e type="function" args="2">range</e>
          <e type="function" args="2">el</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" args="6">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="549" top="234" width="146" height="40" color="#000000" fontSize="10">
      <text lang="eng" width="136" fontFamily="Consolas" fontSize="10">
        <content>
          <p>Inefficient code, but short.</p>
        </content>
      </text>
    </region>
    <region left="54" top="369" width="289" height="29" color="#000000" fontSize="10">
      <math optimize="2" decimalPlaces="2">
        <description active="false" position="Top" lang="spa">
          <content>
            <p>Coeffs(P,x) returns the coefficients of the polynom P(x)</p>
          </content>
        </description>
        <input>
          <e type="operand">P#</e>
          <e type="operand">x#</e>
          <e type="function" args="2">Coeffs</e>
          <e type="operand">P#</e>
          <e type="operand">x#</e>
          <e type="operand">20</e>
          <e type="function" args="3">Coeffs</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="387" top="369" width="322" height="40" color="#000000" fontSize="10">
      <math optimize="2" decimalPlaces="2">
        <description active="false" position="Top" lang="spa">
          <content>
            <p>Coeffs(P,x) returns the coefficients of the polynom P(x)</p>
          </content>
        </description>
        <input>
          <e type="operand">P#</e>
          <e type="function" args="1">Coeffs</e>
          <e type="operand">P#</e>
          <e type="operand">P#</e>
          <e type="function" args="1">Unknowns</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="function" args="2">Coeffs</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="54" top="414" width="610" height="373" color="#000000" fontSize="10">
      <math decimalPlaces="2" breaking="159">
        <description active="true" position="Top" lang="eng">
          <content>
            <p>Series develop of a lineal ODE around the origin.</p>
          </content>
        </description>
        <input>
          <e type="operand">deq#</e>
          <e type="operand">yt#</e>
          <e type="operand">IC#</e>
          <e type="operand">n#</e>
          <e type="function" args="4">LODES</e>
          <e type="operand">A#</e>
          <e type="operand">0</e>
          <e type="operator" args="2">:</e>
          <e type="operand">Y#</e>
          <e type="operand">0</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k#</e>
          <e type="operand">1</e>
          <e type="operand">n#</e>
          <e type="function" args="2">range</e>
          <e type="operator" args="2">:</e>
          <e type="operand">y'#</e>
          <e type="operand">yt#</e>
          <e type="operator" args="2">:</e>
          <e type="operand">ys#</e>
          <e type="operand">yt#</e>
          <e type="function" args="1">num2str</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">ts#</e>
          <e type="operand">ys#</e>
          <e type="operand" style="string">(</e>
          <e type="function" args="2">strsplit</e>
          <e type="operand">2</e>
          <e type="function" args="2">el</e>
          <e type="operand" style="string">)</e>
          <e type="function" args="2">strsplit</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operator" args="2">:</e>
          <e type="operand">t#</e>
          <e type="operand">ts#</e>
          <e type="function" args="1">str2num</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">j#</e>
          <e type="operand">1</e>
          <e type="operand">n#</e>
          <e type="function" args="2">range</e>
          <e type="operand">y'#</e>
          <e type="operand">y'#</e>
          <e type="function" args="1">num2str</e>
          <e type="operand" style="string">(</e>
          <e type="operand" style="string">'(</e>
          <e type="function" args="3">strrep</e>
          <e type="operator" args="2">:</e>
          <e type="operand">δ#</e>
          <e type="operand">y'#</e>
          <e type="operand" style="string">:diff(</e>
          <e type="operand">ys#</e>
          <e type="operand" style="string">,</e>
          <e type="operand">ts#</e>
          <e type="operand" style="string">,</e>
          <e type="operand">j#</e>
          <e type="function" args="1">num2str</e>
          <e type="operand" style="string">)</e>
          <e type="function" args="8">concat</e>
          <e type="function" args="1">str2num</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="function" args="3">for</e>
          <e type="operand">k#</e>
          <e type="operand">A#</e>
          <e type="function" args="2">Y#</e>
          <e type="operand">Y#</e>
          <e type="operand">k#</e>
          <e type="function" args="2">el</e>
          <e type="operand">t#</e>
          <e type="operand">k#</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">^</e>
          <e type="operand">k#</e>
          <e type="operand">1</e>
          <e type="operator" args="2">-</e>
          <e type="bracket">(</e>
          <e type="operator" args="1">!</e>
          <e type="operator" args="2">/</e>
          <e type="operand">IC#</e>
          <e type="operand">k#</e>
          <e type="function" args="2">el</e>
          <e type="operand">k#</e>
          <e type="operand">IC#</e>
          <e type="function" args="1">length</e>
          <e type="operator" args="2">≤</e>
          <e type="operand">A#</e>
          <e type="operand">k#</e>
          <e type="function" args="2">el</e>
          <e type="function" args="3">cases</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
          <e type="bracket">(</e>
          <e type="function" args="1">sum</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A#</e>
          <e type="operand">k#</e>
          <e type="function" args="2">el</e>
          <e type="operand" style="string">a#.@</e>
          <e type="operand" style="string">@</e>
          <e type="operand">k#</e>
          <e type="function" args="1">num2str</e>
          <e type="function" args="3">strrep</e>
          <e type="function" args="1">str2num</e>
          <e type="operator" args="2">:</e>
          <e type="operand">σ#</e>
          <e type="operand" style="string">equrep(deq#,@1,@2)</e>
          <e type="operand" style="string">@2</e>
          <e type="operand">k#</e>
          <e type="operand">A#</e>
          <e type="function" args="2">Y#</e>
          <e type="function" args="1">num2str</e>
          <e type="function" args="3">strrep</e>
          <e type="operator" args="2">:</e>
          <e type="operand">C#</e>
          <e type="operand">σ#</e>
          <e type="operand" style="string">@1</e>
          <e type="operand">ys#</e>
          <e type="function" args="3">strrep</e>
          <e type="function" args="1">str2num</e>
          <e type="operand">t#</e>
          <e type="operand">n#</e>
          <e type="function" args="3">Coeffs</e>
          <e type="operator" args="2">:</e>
          <e type="operand">A#</e>
          <e type="operand">k#</e>
          <e type="function" args="2">el</e>
          <e type="operand" style="string">a#.@:el(a#,@)</e>
          <e type="operand" style="string">@</e>
          <e type="operand">k#</e>
          <e type="function" args="1">num2str</e>
          <e type="function" args="3">strrep</e>
          <e type="function" args="1">str2num</e>
          <e type="operator" args="2">:</e>
          <e type="operand">a#</e>
          <e type="function" args="1">eqa#</e>
          <e type="operand">C#</e>
          <e type="operator" args="2">:</e>
          <e type="operand">k#</e>
          <e type="operand">n#</e>
          <e type="operand">1</e>
          <e type="function" args="2">matrix</e>
          <e type="function" args="1">eval</e>
          <e type="operand">eqa#</e>
          <e type="function" args="2">al_nleqsolve</e>
          <e type="function" args="2">Y#</e>
          <e type="operand">10</e>
          <e type="operand">1</e>
          <e type="function" args="12">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="828" width="65" height="24" color="#0080ff" fontSize="10">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p style="font-weight: bold; color: #0080ff;">Example</p>
        </content>
      </text>
    </region>
    <region left="108" top="828" width="125" height="28" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="function" args="1">Clear</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="261" top="828" width="244" height="26" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">de</e>
          <e type="operand">2</e>
          <e type="operand">x</e>
          <e type="function" args="1">u''</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">x</e>
          <e type="function" args="1">u'</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="540" top="828" width="96" height="27" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">IC</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</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 left="18" top="864" width="315" height="97" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="operand">de</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">IC</e>
          <e type="operand">8</e>
          <e type="function" args="4">LODES</e>
          <e type="operator" args="2">:</e>
          <e type="operand">RK</e>
          <e type="operand">de</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">u</e>
          <e type="operand">1</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">u'</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">sys</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">4</e>
          <e type="operand">200</e>
          <e type="function" args="4">Rkadapt</e>
          <e type="operator" args="2">:</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
        </input>
      </math>
    </region>
    <region left="504" top="864" width="240" height="158" color="#000000" fontSize="8" showInputData="false">
      <plot type="2d" render="lines" scale_x="3.21558063505365" scale_y="3.79622250870045" scale_z="44.0991848660774" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-78" transpose_y="-28" transpose_z="0">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">sys</e>
        </input>
      </plot>
    </region>
    <region left="18" top="963" width="401" height="41" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="function" args="1">Coeffs</e>
          <e type="function" args="1">transpose</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.25</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.17</e>
          <e type="operand">0.03</e>
          <e type="operand">0.02</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">8</e>
          <e type="function" args="10">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="1035" width="65" height="24" color="#0080ff" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p style="font-weight: bold; color: #0080ff;">Example</p>
        </content>
      </text>
    </region>
    <region left="108" top="1035" width="125" height="28" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="function" args="1">Clear</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="252" top="1035" width="367" height="26" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">de</e>
          <e type="operand">x</e>
          <e type="function" args="1">cos</e>
          <e type="operand">x</e>
          <e type="function" args="1">u''</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="bracket">(</e>
          <e type="operand">x</e>
          <e type="function" args="1">u'</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="operand">x</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">ln</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="630" top="1035" width="96" height="27" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">IC</e>
          <e type="operand">0</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</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 left="18" top="1071" width="299" height="97" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="operand">de</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">IC</e>
          <e type="operand">5</e>
          <e type="function" args="4">LODES</e>
          <e type="operator" args="2">:</e>
          <e type="operand">RK</e>
          <e type="operand">de</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">u</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">u'</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">sys</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">2</e>
          <e type="operand">200</e>
          <e type="function" args="4">Adams</e>
          <e type="operator" args="2">:</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
        </input>
      </math>
    </region>
    <region left="504" top="1071" width="240" height="158" color="#000000" fontSize="8" showInputData="false">
      <plot type="2d" render="lines" scale_x="2.45219832272803" scale_y="8.7731633463441" scale_z="77.7197337399416" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-81" transpose_y="-18" transpose_z="0">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">sys</e>
        </input>
      </plot>
    </region>
    <region left="18" top="1170" width="314" height="41" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="function" args="1">Coeffs</e>
          <e type="function" args="1">transpose</e>
        </input>
        <result action="numeric">
          <e type="operand">0</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.95</e>
          <e type="operand">0.59</e>
          <e type="operand">0.3</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">5</e>
          <e type="function" args="7">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="1242" width="65" height="24" color="#0080ff" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p style="font-weight: bold; color: #0080ff;">Example</p>
        </content>
      </text>
    </region>
    <region left="126" top="1242" width="317" height="26" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">de</e>
          <e type="operand">t</e>
          <e type="operand">1</e>
          <e type="operator" args="2">+</e>
          <e type="bracket">(</e>
          <e type="operand">t</e>
          <e type="function" args="1">x''''</e>
          <e type="operator" args="2">*</e>
          <e type="operand">t</e>
          <e type="function" args="1">cos</e>
          <e type="operand">t</e>
          <e type="function" args="1">x''</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="2">:</e>
        </input>
      </math>
    </region>
    <region left="468" top="1242" width="111" height="27" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">IC</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="function" args="6">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="1278" width="302" height="138" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">t</e>
          <e type="function" args="1">x.s</e>
          <e type="operand">de</e>
          <e type="operand">t</e>
          <e type="function" args="1">x</e>
          <e type="operand">IC</e>
          <e type="operand">7</e>
          <e type="function" args="4">LODES</e>
          <e type="operator" args="2">:</e>
          <e type="operand">RK</e>
          <e type="operand">de</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">x</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">x'</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">x''</e>
          <e type="operand">1</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">0</e>
          <e type="function" args="1">x'''</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">5</e>
          <e type="operand">1</e>
          <e type="function" args="7">sys</e>
          <e type="operand">t</e>
          <e type="function" args="1">x</e>
          <e type="operand">2</e>
          <e type="operand">200</e>
          <e type="function" args="4">Adams</e>
          <e type="operator" args="2">:</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">line</e>
        </input>
      </math>
    </region>
    <region left="504" top="1278" width="240" height="158" color="#000000" fontSize="8" showInputData="false">
      <plot type="2d" render="lines" scale_x="3.59026356430611" scale_y="9.74795927371569" scale_z="126.432735742943" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-93" transpose_y="-45" transpose_z="0">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">x.s</e>
          <e type="operand">x</e>
          <e type="function" args="1">x</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">sys</e>
        </input>
      </plot>
    </region>
    <region left="18" top="1422" width="330" height="41" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">t</e>
          <e type="function" args="1">x.s</e>
          <e type="function" args="1">Coeffs</e>
          <e type="function" args="1">transpose</e>
        </input>
        <result action="numeric">
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0.5</e>
          <e type="operand">0</e>
          <e type="operand">0.04</e>
          <e type="operand">0.01</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="operand">7</e>
          <e type="function" args="9">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="1476" width="65" height="24" color="#0080ff" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p style="font-weight: bold; color: #0080ff;">Example</p>
        </content>
      </text>
    </region>
    <region left="108" top="1476" width="249" height="24" color="#000000" fontSize="10">
      <text lang="eng" width="241" fontFamily="Consolas" fontSize="10">
        <content>
          <p>Initial point is not the origin:</p>
        </content>
      </text>
    </region>
    <region left="378" top="1476" width="66" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">xo</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="567" top="1476" width="125" height="28" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="function" args="1">Clear</e>
        </input>
        <result action="numeric">
          <e type="operand">1</e>
        </result>
      </math>
    </region>
    <region left="108" top="1503" width="314" height="34" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">de</e>
          <e type="operand">x</e>
          <e type="function" args="1">u''</e>
          <e type="operand">x</e>
          <e type="operand">x</e>
          <e type="function" args="1">u'</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">x</e>
          <e type="function" args="1">cos</e>
          <e type="operator" args="2">*</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="477" top="1503" width="96" height="27" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">IC</e>
          <e type="operand">0</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</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 left="108" top="1548" width="146" height="24" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p>Change of variable</p>
        </content>
      </text>
    </region>
    <region left="261" top="1548" width="78" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">t</e>
          <e type="operand">x</e>
          <e type="operand">xo</e>
          <e type="operator" args="2">-</e>
          <e type="operator" args="2">≡</e>
        </input>
      </math>
    </region>
    <region left="342" top="1548" width="29" height="24" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p>so</p>
        </content>
      </text>
    </region>
    <region left="378" top="1548" width="174" height="58" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">x</e>
          <e type="operand">2</e>
          <e type="function" args="3">diff</e>
          <e type="operand">t</e>
          <e type="function" args="1">u</e>
          <e type="operand">t</e>
          <e type="operand">2</e>
          <e type="function" args="3">diff</e>
          <e type="operator" args="2">≡</e>
        </input>
      </math>
    </region>
    <region left="567" top="1548" width="154" height="44" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">x</e>
          <e type="function" args="2">diff</e>
          <e type="operand">t</e>
          <e type="function" args="1">u</e>
          <e type="operand">t</e>
          <e type="function" args="2">diff</e>
          <e type="operator" args="2">≡</e>
        </input>
      </math>
    </region>
    <region left="711" top="1548" width="36" height="24" color="#000000" fontSize="10">
      <text lang="eng" fontFamily="Consolas" fontSize="10">
        <content>
          <p>and</p>
        </content>
      </text>
    </region>
    <region left="126" top="1602" width="458" height="35" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">de_t</e>
          <e type="operand">t</e>
          <e type="function" args="1">u''</e>
          <e type="operand">t</e>
          <e type="operand">xo</e>
          <e type="operator" args="2">+</e>
          <e type="bracket">(</e>
          <e type="operand">t</e>
          <e type="function" args="1">u'</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operand">t</e>
          <e type="operand">xo</e>
          <e type="operator" args="2">+</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operand">t</e>
          <e type="operand">xo</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">cos</e>
          <e type="operator" args="2">*</e>
          <e type="operand">t</e>
          <e type="function" args="1">u</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="1647" width="309" height="118" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">t</e>
          <e type="function" args="1">u_t</e>
          <e type="operand">de_t</e>
          <e type="operand">t</e>
          <e type="function" args="1">u</e>
          <e type="operand">IC</e>
          <e type="operand">6</e>
          <e type="function" args="4">LODES</e>
          <e type="operator" args="2">:</e>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="operand">x</e>
          <e type="operand">xo</e>
          <e type="operator" args="2">-</e>
          <e type="function" args="1">u_t</e>
          <e type="operator" args="2">:</e>
          <e type="operand">RK</e>
          <e type="operand">de</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">xo</e>
          <e type="function" args="1">u</e>
          <e type="operand">0</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">xo</e>
          <e type="function" args="1">u'</e>
          <e type="operand">2</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">≡</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">sys</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">1</e>
          <e type="operand">200</e>
          <e type="function" args="4">Adams</e>
          <e type="operator" args="2">:</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">line</e>
        </input>
      </math>
    </region>
    <region left="504" top="1647" width="240" height="158" color="#000000" fontSize="8" showInputData="false">
      <plot type="2d" render="lines" scale_x="1.75148965371959" scale_y="8.46849880208303" scale_z="108.176290626942" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="2" transpose_y="29" transpose_z="0">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="operand">x</e>
          <e type="function" args="1">u</e>
          <e type="operand">2</e>
          <e type="operand">1</e>
          <e type="function" args="4">sys</e>
        </input>
      </plot>
    </region>
    <region left="18" top="1773" width="459" height="41" color="#000000" fontSize="10">
      <math decimalPlaces="2">
        <input>
          <e type="operand">x</e>
          <e type="function" args="1">u.s</e>
          <e type="function" args="1">Coeffs</e>
          <e type="function" args="1">transpose</e>
        </input>
        <result action="numeric">
          <e type="operand">2.66</e>
          <e type="operator" args="1">-</e>
          <e type="operand">3.17</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.51</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.26</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.36</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0.11</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">6</e>
          <e type="function" args="8">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="1836" width="60" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">Alvaro</e>
        </input>
      </math>
    </region>
    <region left="144" top="1836" width="225" height="26" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">4</e>
          <e type="function" args="1">appVersion</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1.2.9018.0</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>