﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="1.0.8348.30405"?>
<worksheet xmlns="http://smath.info/schemas/worksheet/1.0">
  <settings ppi="96">
    <identity>
      <id>1ccc1ea8-80f4-4ed7-b0c4-4af91f6eb09b</id>
      <revision>21</revision>
    </identity>
    <metadata lang="eng">
      <author>Martin Kraska</author>
    </metadata>
    <calculation>
      <precision>3</precision>
      <exponentialThreshold>5</exponentialThreshold>
      <trailingZeros>false</trailingZeros>
      <significantDigitsMode>false</significantDigitsMode>
      <roundingMode>0</roundingMode>
      <approximateEqualAccuracy>0</approximateEqualAccuracy>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="true" viewMode="0" printGrid="false" 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="1.0.8348.30405" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="MathRegion" version="1.11.8348.30405" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Custom Functions" version="1.1.8051.30522" guid="18dadffd-79a3-4cf9-aee1-d66deb0ea720" />
      <assembly name="SpecialFunctions" version="1.12.8348.30405" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="TextRegion" version="1.11.8348.30405" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Hyperlink Region" version="1.0.7806.5225" guid="4938d1a8-ad11-4de8-afbf-d76d069cfbf8" />
    </dependencies>
  </settings>
  <regions type="content">
    <region left="18" top="18" width="430" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-weight: bold; font-family: Courier New;">Vektoriteration für das allgemeine Eigenwertproblem </p>
        </content>
      </text>
    </region>
    <region left="18" top="45" width="28" height="26" color="#000000" fontSize="10">
      <hyperlink dl="http://www.rzbt.haw-hamburg.de/dankert/WWWErgVert/html/vektoriteration_fur_das_allgem.html" flags="" sd="false" width="18" height="18">
        <input>
          <e type="operand" style="string">http://www.rzbt.haw-hamburg.de/dankert/WWWErgVert/html/vektoriteration_fur_das_allgem.html</e>
        </input>
      </hyperlink>
    </region>
    <region left="18" top="99" width="211" height="26" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <description active="true" position="Top" lang="eng">
          <content>
            <p>VI(A,B) Computes the smallest Eigenvalue λ and the corresponding eigenvector v of the <br />general eigenvalue problem (A-λB)v=0 with square matrices A and B using iterated vectors. The<br />return value is a row vector (λ,v,n) with n being the number of iterations required to meet the <br />precision given by ε in the function. n is limited to 100. </p>
          </content>
        </description>
        <input>
          <e type="operand">A#</e>
          <e type="operand">B</e>
          <e type="function" args="2">VI</e>
          <e type="operand">A#</e>
          <e type="operand">B</e>
          <e type="operand">100</e>
          <e type="function" args="3">VI</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="207" width="327" height="476" color="#000000" fontSize="10">
      <math optimize="2" decimalPlaces="4">
        <description active="true" position="Top" lang="eng">
          <content>
            <p>VI(A,B,maxit) Computes the smallest Eigenvalue λ and the corresponding eigenvector v of the <br />general eigenvalue problem (A-λB)v=0 with square matrices A and B using iterated vectors. The<br />value is a row vector (λ,v,n) with n being the number of iterations required to meet the precision<br />given by ε in the function. n is limited to maxit. </p>
          </content>
        </description>
        <input>
          <e type="operand">A#</e>
          <e type="operand">B</e>
          <e type="operand">maxit</e>
          <e type="function" args="3">VI</e>
          <e type="operand">ε</e>
          <e type="operand">10</e>
          <e type="operand">8</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">:</e>
          <e type="operand">z</e>
          <e type="operand">A#</e>
          <e type="function" args="1">rows</e>
          <e type="operand">1</e>
          <e type="function" args="2">Ones</e>
          <e type="operator" args="2">:</e>
          <e type="operand">r.alt</e>
          <e type="operand">z</e>
          <e type="operator" args="2">:</e>
          <e type="operand">λ</e>
          <e type="operand">0</e>
          <e type="operator" args="2">:</e>
          <e type="operand">i</e>
          <e type="operand">1</e>
          <e type="operand">maxit</e>
          <e type="function" args="2">range</e>
          <e type="operand">r</e>
          <e type="operand">B</e>
          <e type="operand">z</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">z</e>
          <e type="operand">A#</e>
          <e type="operand">1</e>
          <e type="operator" args="1">-</e>
          <e type="operator" args="2">^</e>
          <e type="operand">r</e>
          <e type="operator" args="2">*</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">λ.min</e>
          <e type="operand">z</e>
          <e type="operand">r.alt</e>
          <e type="operator" args="2">*</e>
          <e type="operand">z</e>
          <e type="operand">r</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="1">eval</e>
          <e type="operator" args="2">:</e>
          <e type="operand">λ.min</e>
          <e type="operand">λ</e>
          <e type="operator" args="2">-</e>
          <e type="operand">λ.min</e>
          <e type="operand">λ</e>
          <e type="operator" args="2">+</e>
          <e type="operator" args="2">/</e>
          <e type="function" args="1">abs</e>
          <e type="operand">ε</e>
          <e type="operator" args="2">&lt;</e>
          <e type="operand">break</e>
          <e type="operand">0</e>
          <e type="function" args="3">if</e>
          <e type="operand">λ</e>
          <e type="operand">λ.min</e>
          <e type="operator" args="2">:</e>
          <e type="operand">r.alt</e>
          <e type="operand">r</e>
          <e type="operand">z</e>
          <e type="function" args="1">max</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
          <e type="operand">z</e>
          <e type="operand">z</e>
          <e type="operand">z</e>
          <e type="function" args="1">max</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="function" args="9">line</e>
          <e type="function" args="3">for</e>
          <e type="operand">z</e>
          <e type="operand">z</e>
          <e type="operand">z</e>
          <e type="function" args="1">max</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">:</e>
          <e type="operand">λ.min</e>
          <e type="operand">z</e>
          <e type="operand">i</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">7</e>
          <e type="operand">1</e>
          <e type="function" args="9">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="18" top="756" width="294" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Beispiel aus Dankert/Dankert S. 419</p>
        </content>
      </text>
    </region>
    <region left="18" top="783" width="536" height="66" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">λ.min</e>
          <e type="operand">z</e>
          <e type="operand">i</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
          <e type="operand">5</e>
          <e type="operand">4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">6</e>
          <e type="operand">4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">1</e>
          <e type="operand">4</e>
          <e type="operator" args="1">-</e>
          <e type="operand">5</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="function" args="11">mat</e>
          <e type="operand">2</e>
          <e type="operand">1.5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">1.5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4</e>
          <e type="operand">2.5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">2.5</e>
          <e type="operator" args="1">-</e>
          <e type="operand">6</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="function" args="11">mat</e>
          <e type="function" args="2">VI</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">0.2742</e>
          <e type="operand">0.6261</e>
          <e type="operand">1</e>
          <e type="operand">0.8014</e>
          <e type="operand">3</e>
          <e type="operand">1</e>
          <e type="function" args="5">mat</e>
          <e type="operand">8</e>
          <e type="operand">1</e>
          <e type="operand">3</e>
          <e type="function" args="5">mat</e>
        </result>
      </math>
    </region>
    <region left="18" top="855" width="158" height="23" color="#000000" fontSize="10" isBreakable="false">
      <text lang="eng" fontFamily="Arial" fontSize="10">
        <content>
          <p style="font-family: Courier New;">Beispiel Rust S.15</p>
        </content>
      </text>
    </region>
    <region left="27" top="891" width="46" height="24" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">l</e>
          <e type="operand">1</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="27" top="909" width="110" height="35" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">A</e>
          <e type="operand">0.01</e>
          <e type="operand">l</e>
          <e type="operator" args="2">*</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="27" top="945" width="94" height="24" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">E</e>
          <e type="operand">1000000</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="27" top="972" width="54" height="24" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">F</e>
          <e type="operand">10</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="27" top="990" width="129" height="35" color="#000000" fontSize="10">
      <math decimalPlaces="4">
        <input>
          <e type="operand">I</e>
          <e type="operand">A</e>
          <e type="operand">0.01</e>
          <e type="operand">l</e>
          <e type="operator" args="2">*</e>
          <e type="bracket">(</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region left="27" top="1026" width="316" height="109" color="#000000" fontSize="10">
      <math error="9" decimalPlaces="4">
        <input>
          <e type="operand">L</e>
          <e type="operand">E</e>
          <e type="operand">l</e>
          <e type="operator" args="2">/</e>
          <e type="operand">A</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">12</e>
          <e type="operand">I</e>
          <e type="operand">l</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operand">6</e>
          <e type="operand">I</e>
          <e type="operand">l</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">0</e>
          <e type="operand">6</e>
          <e type="operand">I</e>
          <e type="operand">l</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="1">-</e>
          <e type="operand">4</e>
          <e type="operand">I</e>
          <e type="operator" args="2">*</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="function" args="11">mat</e>
          <e type="operator" args="2">*</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">F</e>
          <e type="operand">l</e>
          <e type="operator" args="2">/</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">0</e>
          <e type="operand">3</e>
          <e type="operand">3</e>
          <e type="function" args="11">mat</e>
          <e type="function" args="2">VI</e>
          <e type="operator" args="2">:</e>
        </input>
        <result action="numeric">
          <e type="operand">#</e>
        </result>
      </math>
    </region>
    <region left="369" top="1026" width="209" height="26" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">3</e>
          <e type="function" args="1">appVersion</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">1.0.8348</e>
        </result>
      </math>
    </region>
    <region left="27" top="1143" width="490" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">lastError</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">Die Eingabezeichenfolge hat das falsche Format.</e>
        </result>
      </math>
    </region>
    <region left="27" top="1170" width="145" height="50" color="#000000" fontSize="10">
      <math error="2" errorLocation="1" decimalPlaces="4">
        <input>
          <e type="operand">F.k</e>
          <e type="operand">L</e>
          <e type="operand">1</e>
          <e type="function" args="2">el</e>
          <e type="operand">F</e>
          <e type="operator" args="2">*</e>
          <e type="operator" args="2">:</e>
        </input>
        <contract>
          <e type="operand">E</e>
          <e type="operand">I</e>
          <e type="operator" args="2">*</e>
          <e type="operand">l</e>
          <e type="operand">2</e>
          <e type="operator" args="2">^</e>
          <e type="operator" args="2">/</e>
        </contract>
        <result action="numeric">
          <e type="operand">#</e>
        </result>
      </math>
    </region>
    <region left="27" top="1215" width="242" height="24" color="#000000" fontSize="10">
      <math>
        <input>
          <e type="operand">lastError</e>
        </input>
        <result action="numeric">
          <e type="operand" style="string">L - not defined.</e>
        </result>
      </math>
    </region>
  </regions>
</worksheet>