﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.99.6671.38791"?>
<regions xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings dpi="96">
    <identity>
      <id>be8ed228-7b9f-4d88-9521-f6039e697cd5</id>
      <revision>79</revision>
    </identity>
    <calculation>
      <precision>3</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="False" printAreas="True" simpleEqualsOnly="false" printBackgroundImages="true">
      <paper id="9" orientation="Portrait" width="827" height="1169" />
      <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.99.6671.38791" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.99.6671.38791" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Slider Region" version="1.0.6492.12208" guid="0c864749-6fe8-4f62-a74d-f6ac601e52a5" />
      <assembly name="Custom Functions" version="1.1.6522.6678" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="Special Functions" version="1.11.6671.38793" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Text Region" version="1.10.6671.38794" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Matlab C++ Math Library" version="1.0.6787.27097" guid="4c2faab1-4d93-4904-8d88-a4e21512d179" />
      <assembly name="Plot Region" version="1.10.6671.38794" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
      <assembly name="ComboBoxList Region" version="1.0.6492.12187" guid="fae04ec0-301f-11d3-bf4b-00c04f79efbc" />
    </dependencies>
  </settings>
  <region id="0" left="18" top="18" width="301" height="56" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p bold="true">Gewöhnliche DifferenzialgleichungenGenauigkeitssteuerung bei adaptivenLösern</p>
    </text>
    <text lang="eng">
      <p bold="true">Ordinary Differential EquationsPrecision control for adaptive solvers</p>
    </text>
  </region>
  <region id="1" left="414" top="18" width="61" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="contents.sm">Inhalt</p>
    </text>
    <text lang="eng">
      <p href="contents.sm">Contents</p>
    </text>
  </region>
  <region id="2" left="414" top="36" width="94" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="Mathematik.sm">Mathematik</p>
    </text>
    <text lang="eng">
      <p href="Mathematik.sm">Mathematics</p>
    </text>
  </region>
  <region id="3" left="414" top="54" width="301" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="Section Math ODE.sm">Gewöhnliche Differenzialgleichungen</p>
    </text>
    <text lang="eng">
      <p href="Section Math ODE.sm">Ordinary Differential Equations</p>
    </text>
  </region>
  <region id="4" left="414" top="72" width="94" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="Section Math ODE Intro.sm">Einführung</p>
    </text>
    <text lang="eng">
      <p href="Section Math ODE Intro.sm">Introduction</p>
    </text>
  </region>
  <region id="5" left="18" top="108" width="710" height="56" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Einige Löser verfügen über eine adaptive Algorithmen, bei denen Schrittweite und/oderVerfahren (implizit oder explizit) anhand von Fehlerschätzern und Genauigkeitsan-forderungen gesteuert werden.</p>
    </text>
    <text lang="eng">
      <p>Some solvers use adaptive algorithms, where step size and/or integration method (implicit/explicit) is controlled using error estimators and tolerance settings.</p>
    </text>
  </region>
  <region id="6" left="18" top="180" width="701" height="56" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Bei der Genauigkeitssteuerung unterscheidet man relative und absolute Toleranzen.Relative Toleranzen geben das maximal zulässige Verhältnis zwischen Fehler undFunktionswert vor, während absolute Toleranzen direkt den zulässigen Fehler angeben.</p>
    </text>
    <text lang="eng">
      <p>Precision control can be done via relative or absolute tolerances. Relative tolerancesspecify the ratio between maximum allowed error and function value, whereas absolutetolerances directly specify the allowable error.</p>
    </text>
  </region>
  <region id="7" left="18" top="252" width="619" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Gegenwärtig können die Toleranzen nur für alle abhängigen Variablen gleichgesetzt werden. Dies erfolgt mit den globalen Variablen</p>
    </text>
    <text lang="eng">
      <p>Currently, you can set global values for relative and absolute tolerance. There is no way to set individual values for the dependent variables.</p>
    </text>
  </region>
  <region id="8" left="36" top="306" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">RelTol</e>
      </input>
    </math>
  </region>
  <region id="9" left="126" top="306" width="152" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Relative Toleranz</p>
    </text>
    <text lang="eng">
      <p>relative tolerance</p>
    </text>
  </region>
  <region id="10" left="36" top="333" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">AbsTol</e>
      </input>
    </math>
  </region>
  <region id="11" left="126" top="333" width="152" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Absolute Toleranz</p>
    </text>
    <text lang="eng">
      <p>absolute tolerance</p>
    </text>
  </region>
  <region id="12" top="369" color="#000000" bgColor="#ffffff">
    <area collapsed="true">
      <title lang="ger">
        <p>Bestimmung der verfügbaren Löser</p>
      </title>
      <title lang="eng">
        <p>Detection of available solvers</p>
      </title>
    </area>
    <region id="13" left="18" top="396" width="236" height="351" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">Solvers</e>
          <e type="operand" style="string">al_rkckadapt</e>
          <e type="operand" style="string">dn_AdamsMoulton</e>
          <e type="operand" style="string">dn_ExplicitRK45</e>
          <e type="operand" style="string">dn_GearsBDF</e>
          <e type="operand" style="string">dn_ImplicitRK5</e>
          <e type="operand" style="string">mk52lfa</e>
          <e type="operand" style="string">mk52lfn</e>
          <e type="operand" style="string">rkm9mka</e>
          <e type="operand" style="string">rkm9mkn</e>
          <e type="operand" style="string">rkm9st</e>
          <e type="operand" style="string">gslrk2</e>
          <e type="operand" style="string">gslrk4</e>
          <e type="operand" style="string">gslrk8pd</e>
          <e type="operand" style="string">gslrkck</e>
          <e type="operand" style="string">gslrkf45</e>
          <e type="operand" style="string">mwode113</e>
          <e type="operand" style="string">mwode15s</e>
          <e type="operand" style="string">mwode23</e>
          <e type="operand" style="string">mwode45</e>
          <e type="operand">19</e>
          <e type="operand">1</e>
          <e type="function" args="21">mat</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="14" left="261" top="396" width="247" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">AvailableSolvers</e>
          <e type="operand">0</e>
          <e type="operand">1</e>
          <e type="function" args="2">matrix</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="15" left="261" top="423" width="441" height="97" color="#000000" bgColor="#ffffff" fontSize="10">
      <math>
        <input>
          <e type="operand">str</e>
          <e type="operand">Solvers</e>
          <e type="operand" style="string">IsDefined(</e>
          <e type="operand">str</e>
          <e type="operand" style="string">(1,1,1,1,1))</e>
          <e type="function" args="3">concat</e>
          <e type="function" args="1">str2num</e>
          <e type="operand">AvailableSolvers</e>
          <e type="operand">AvailableSolvers</e>
          <e type="operand">str</e>
          <e type="function" args="2">stack</e>
          <e type="operator" args="2">:</e>
          <e type="operand" style="string" />
          <e type="function" args="3">if</e>
          <e type="operand">1</e>
          <e type="operand">1</e>
          <e type="function" args="3">line</e>
          <e type="function" args="3">for</e>
        </input>
      </math>
    </region>
    <region id="16" left="261" top="522" width="318" height="222" color="#000000" bgColor="#ffffff" fontSize="10">
      <math matrixOptions="0,0,1,11">
        <input>
          <e type="operand">AvailableSolvers</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">dn_AdamsMoulton</e>
          <e type="operand" style="string">dn_ExplicitRK45</e>
          <e type="operand" style="string">dn_GearsBDF</e>
          <e type="operand" style="string">dn_ImplicitRK5</e>
          <e type="operand" style="string">mk52lfa</e>
          <e type="operand" style="string">mk52lfn</e>
          <e type="operand" style="string">rkm9mka</e>
          <e type="operand" style="string">rkm9mkn</e>
          <e type="operand" style="string">rkm9st</e>
          <e type="operand" style="string">mwode113</e>
          <e type="operand" style="string">mwode15s</e>
          <e type="operand">11</e>
          <e type="operand">1</e>
          <e type="function" args="13">mat</e>
        </result>
      </math>
    </region>
    <region id="17" top="747" color="#000000" bgColor="#ffffff">
      <area terminator="true" />
    </region>
  </region>
  <region id="18" left="18" top="774" width="648" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Wählen Sie den Löser (Solver) sowie die Toleranzen mit der Auswahlbox und den Schiebereglern aus!</p>
    </text>
    <text lang="eng">
      <p>Choose solver and tolerance values using combobox and sliders!</p>
    </text>
  </region>
  <region id="19" left="18" top="819" width="210" height="38" color="#000000" bgColor="#ffffff" fontSize="10">
    <comboboxlist input="AvailableSolvers" inputColumn="1" selected="12" output="Element" outputColumn="1" layout="DropDownList" items="5" firstItem="8" font="Courier New, 10pt" optimization="numeric" decimalPlaces="15" exponentialThreshold="15" significantFigures="0" fractions="decimal" trailingZeros="false" overrideDP="true">
      <ul>
        <li>"dn_AdamsMoulton"</li>
        <li>"dn_ExplicitRK45"</li>
        <li>"dn_GearsBDF"</li>
        <li>"dn_ImplicitRK5"</li>
        <li>"mk52lfa"</li>
        <li>"mk52lfn"</li>
        <li>"rkm9mka"</li>
        <li>"rkm9mkn"</li>
        <li>"rkm9st"</li>
        <li>"mwode113"</li>
        <li>"mwode15s"</li>
        <li>"mwode23"</li>
        <li>"mwode45"</li>
      </ul>
      <input>
        <e type="operand">Solver</e>
      </input>
    </comboboxlist>
  </region>
  <region id="20" left="261" top="828" width="160" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">Solver</e>
      </input>
      <result action="numeric">
        <e type="operand" style="string">mwode23</e>
      </result>
    </math>
  </region>
  <region id="21" left="18" top="882" width="159" height="49" color="#000000" bgColor="#ffffff" fontSize="10">
    <slider settings="" orientation="Horizontal" maxValue="1" minValue="-10" value="0" valueLabel="false" increment="1" decimalPlaces="0" tickStyle="None" tickFrequency="0" ticksLabels="false">
      <input>
        <e type="operand">Rel</e>
      </input>
    </slider>
  </region>
  <region id="22" left="189" top="891" width="158" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">RelTol</e>
        <e type="operand">10</e>
        <e type="operand">Rel</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">1</e>
      </result>
    </math>
  </region>
  <region id="23" left="18" top="945" width="159" height="49" color="#000000" bgColor="#ffffff" fontSize="10">
    <slider settings="" orientation="Horizontal" maxValue="0" minValue="-10" value="-1" valueLabel="false" increment="1" decimalPlaces="0" tickStyle="None" tickFrequency="0" ticksLabels="false">
      <input>
        <e type="operand">Abs</e>
      </input>
    </slider>
  </region>
  <region id="24" left="189" top="954" width="174" height="33" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">AbsTol</e>
        <e type="operand">10</e>
        <e type="operand">Abs</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand">0.1</e>
      </result>
    </math>
  </region>
  <region id="25" left="18" top="1026" width="308" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Solverkommando erzeugen und ausführen</p>
    </text>
    <text lang="eng">
      <p>Generate solver command and solution</p>
    </text>
  </region>
  <region id="26" left="45" top="1053" width="579" height="54" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4" breaking="17">
      <input>
        <e type="operand">cmd.str</e>
        <e type="operand">y.0</e>
        <e type="operand">x.0</e>
        <e type="operand">x.e</e>
        <e type="operand">m</e>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="function" args="2">D</e>
        <e type="function" args="5">Solver</e>
        <e type="function" args="1">var2str</e>
        <e type="operand" style="string">Solver</e>
        <e type="operand">Solver</e>
        <e type="function" args="3">strrep</e>
        <e type="operator" args="2">:</e>
      </input>
      <result action="numeric">
        <e type="operand" style="string">mwode23(y.0,x.0,x.e,m,D(x,y))</e>
      </result>
    </math>
  </region>
  <region id="27" left="45" top="1107" width="130" height="63" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">x</e>
        <e type="operand">y</e>
        <e type="function" args="2">D</e>
        <e type="operand">y</e>
        <e type="operand">2</e>
        <e type="function" args="2">el</e>
        <e type="operand">y</e>
        <e type="operand">1</e>
        <e type="function" args="2">el</e>
        <e type="operator" args="1">-</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" args="4">mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="28" left="405" top="1116" width="66" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">y.0</e>
        <e type="operand">0</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" args="4">mat</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="29" left="180" top="1125" width="52" height="30" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">x.0</e>
        <e type="operand">0</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="30" left="252" top="1125" width="68" height="30" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">x.e</e>
        <e type="operand">4</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="31" left="342" top="1125" width="54" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">m</e>
        <e type="operand">40</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="32" left="495" top="1125" width="152" height="32" color="#000000" bgColor="#ffffff" fontSize="10">
    <math optimize="2">
      <input>
        <e type="operand">L</e>
        <e type="operand">cmd.str</e>
        <e type="function" args="1">str2num</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="33" left="387" top="1170" width="240" height="158" color="#000000" bgColor="#ffffff" fontSize="10">
    <plot type="2d" render="lines" scale_x="4.87730517341854" scale_y="5.15363187805203" scale_z="4.59188600334436" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="-5" transpose_y="-6" transpose_z="0">
      <input>
        <e type="operand">L</e>
        <e type="operand">2</e>
        <e type="function" args="2">col</e>
        <e type="operand">L</e>
        <e type="operand">3</e>
        <e type="function" args="2">col</e>
        <e type="function" args="2">augment</e>
        <e type="operand">y.0</e>
        <e type="operand">1</e>
        <e type="function" args="2">el</e>
        <e type="operand">y.0</e>
        <e type="operand">2</e>
        <e type="function" args="2">el</e>
        <e type="operand" style="string">o</e>
        <e type="operand">15</e>
        <e type="operand" style="string">red</e>
        <e type="operand">1</e>
        <e type="operand">5</e>
        <e type="function" args="7">mat</e>
        <e type="operand">L</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">+</e>
        <e type="operand">2</e>
        <e type="function" args="3">el</e>
        <e type="operand">L</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">+</e>
        <e type="operand">3</e>
        <e type="function" args="3">el</e>
        <e type="operand" style="string">o</e>
        <e type="operand">15</e>
        <e type="operand" style="string">blue</e>
        <e type="operand">1</e>
        <e type="operand">5</e>
        <e type="function" args="7">mat</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" args="5">sys</e>
      </input>
    </plot>
  </region>
  <region id="34" left="18" top="1188" width="144" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p>Lösung anzeigen</p>
    </text>
    <text lang="eng">
      <p>Display solution</p>
    </text>
  </region>
  <region id="35" left="45" top="1215" width="155" height="27" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">L</e>
        <e type="operand">1</e>
        <e type="function" args="2">row</e>
      </input>
      <result action="numeric">
        <e type="operand">0</e>
        <e type="operand">0</e>
        <e type="operand">1</e>
        <e type="operand">1</e>
        <e type="operand">3</e>
        <e type="function" args="5">mat</e>
      </result>
    </math>
  </region>
  <region id="36" left="45" top="1251" width="309" height="27" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">L</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">+</e>
        <e type="function" args="2">row</e>
      </input>
      <result action="numeric">
        <e type="operand">12.5664</e>
        <e type="operand">0.4549</e>
        <e type="operand">0.4199</e>
        <e type="operand">1</e>
        <e type="operand">3</e>
        <e type="function" args="5">mat</e>
      </result>
    </math>
  </region>
  <region id="37" left="45" top="1287" width="61" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="eng">
      <p>Exact:</p>
    </text>
  </region>
  <region id="38" left="117" top="1287" width="118" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">4</e>
        <e type="operand">π</e>
        <e type="operator" args="2">*</e>
      </input>
      <result action="numeric">
        <e type="operand">12.5664</e>
      </result>
    </math>
  </region>
  <region id="39" left="252" top="1287" width="18" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">0</e>
      </input>
    </math>
  </region>
  <region id="40" left="324" top="1287" width="18" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">1</e>
      </input>
    </math>
  </region>
  <region id="41" left="18" top="1332" width="61" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="contents.sm">Inhalt</p>
    </text>
    <text lang="eng">
      <p href="contents.sm">Contents</p>
    </text>
  </region>
  <region id="42" left="18" top="1350" width="94" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="Mathematik.sm">Mathematik</p>
    </text>
    <text lang="eng">
      <p href="Mathematik.sm">Mathematics</p>
    </text>
  </region>
  <region id="43" left="18" top="1368" width="301" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="Section Math ODE.sm">Gewöhnliche Differenzialgleichungen</p>
    </text>
    <text lang="eng">
      <p href="Section Math ODE.sm">Ordinary Differential Equations</p>
    </text>
  </region>
  <region id="44" left="18" top="1386" width="94" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p href="Section Math ODE Intro.sm">Einführung</p>
    </text>
    <text lang="eng">
      <p href="Section Math ODE Intro.sm">Introduction</p>
    </text>
  </region>
  <region id="45" left="18" top="1413" width="441" height="40" color="#000000" bgColor="#ffffff" fontSize="10">
    <text lang="ger">
      <p italic="true">$Author: mkraska $$Date: 2017-01-22 00:29:25 +0100 (So, 22 Jan 2017) $ </p>
    </text>
  </region>
</regions>