<?xml version="1.0" encoding="UTF-8"?>
<Worksheet><Version major="6" minor="1"/><View-Properties><Zoom percentage="100"/></View-Properties><Styles><Layout alignment="centred" firstindent="0.0" leftmargin="4.0" linebreak="space" linespacing="0.0" name="_pstyle10" rightmargin="0.0" spaceabove="12.0" spacebelow="12.0"/><Layout alignment="centred" firstindent="0.0" leftmargin="0.0" linespacing="0.5" name="Maple Output" rightmargin="0.0" spaceabove="0.0" spacebelow="0.0"/><Layout leftmargin="0.0" name="_pstyle21" rightmargin="0.0"/><Layout alignment="left" firstindent="0.0" leftmargin="4.0" linespacing="0.0" name="Normal" rightmargin="0.0" spaceabove="0.0" spacebelow="0.0"/><Layout alignment="left" firstindent="0.0" leftmargin="4.0" linespacing="0.0" name="_pstyle16" rightmargin="0.0" spaceabove="0.0" spacebelow="0.0"/><Layout alignment="left" firstindent="0.0" leftmargin="4.0" linespacing="0.0" name="_pstyle15" rightmargin="0.0" spaceabove="0.0" spacebelow="0.0"/><Layout alignment="left" firstindent="0.0" leftmargin="4.0" linebreak="space" linespacing="0.0" name="_pstyle14" rightmargin="0.0" spaceabove="0.0" spacebelow="0.0"/><Layout alignment="left" firstindent="0.0" leftmargin="4.0" linebreak="space" linespacing="0.0" name="_pstyle13" rightmargin="0.0" spaceabove="0.0" spacebelow="0.0"/><Layout alignment="left" firstindent="0.0" leftmargin="0.0" linespacing="0.0" name="_pstyle12" rightmargin="0.0" spaceabove="8.0" spacebelow="4.0"/><Layout alignment="centred" firstindent="0.0" leftmargin="0.0" linebreak="space" linespacing="0.0" name="_pstyle11" rightmargin="0.0" spaceabove="8.0" spacebelow="8.0"/><Font background="[0,0,0]" bold="true" executable="true" family="Monospaced" foreground="[255,0,0]" name="Maple Input" readonly="false"/><Font background="[0,0,0]" bold="true" executable="false" family="Arial" foreground="[0,0,0]" italic="false" name="_cstyle12" readonly="false" size="10" underline="false"/><Font background="[0,0,0]" bold="true" executable="false" family="Arial" foreground="[0,0,0]" italic="false" name="_cstyle11" readonly="false" size="10" underline="false"/><Font background="[0,0,0]" bold="true" executable="true" family="Monospaced" foreground="[255,0,0]" italic="false" name="_cstyle10" readonly="false" size="12" underline="false"/><Font background="[0,0,0]" bold="false" executable="false" family="Times New Roman" foreground="[0,0,0]" italic="false" name="Text" readonly="false" size="12" underline="false"/><Font background="[0,0,0]" bold="true" executable="false" family="Arial" foreground="[0,0,0]" italic="false" name="_cstyle9" readonly="false" size="12" underline="false"/><Font background="[0,0,0]" bold="true" executable="false" family="Arial" foreground="[0,0,0]" italic="false" name="_cstyle8" readonly="false" size="18" underline="true"/><Font background="[0,0,0]" executable="false" name="_pstyle21" readonly="false"/><Font background="[0,0,0]" executable="false" family="Times New Roman" foreground="[0,0,255]" name="2D Output" readonly="false" underline="false"/><Font background="[0,0,0]" executable="false" family="Times New Roman" name="Page Number" readonly="false" underline="false"/><Font background="[0,0,0]" bold="true" executable="false" family="Times New Roman" foreground="[0,0,0]" italic="false" name="_pstyle12" readonly="false" size="18" underline="false"/></Styles><Page-Numbers enabled="false" first-number="1" first-numbered-page="1" horizontal-location="right" style="Page Number" vertical-location="bottom"/><Text-field layout="_pstyle10" style="_cstyle8">Adaptive Quadratur</Text-field><Text-field layout="_pstyle11" style="_cstyle9">wird mittels Simpson umgesetzt</Text-field><Section collapsed="true"><Title><Text-field layout="_pstyle12" style="_pstyle12">Simpson-Rekursiv</Text-field></Title><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">restart:
Digits:=8:</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle14" style="_cstyle11">Funktion eingeben</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">f:=x-&gt;sin(x);</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJmRzYiZio2I0kieEdGJUYlNiRJKW9wZXJhdG9yR0YlSSZhcnJvd0dGJUYlLUkkc2luR0YlNiM5JEYlRiVGJQ==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="_pstyle15" style="_cstyle12">Fehler</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle16" prompt="&gt; " style="Maple Input">err:=0.0001;</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSRlcnJHNiIkIiIiISIl</Equation></Text-field></Output></Group><Group><Input><Text-field layout="_pstyle14" style="_cstyle11">Grenzen</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">a:=0;
b:=Pi;</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJhRzYiIiIh</Equation></Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJiRzYiSSNQaUdJKnByb3RlY3RlZEdGJw==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="_pstyle15" style="_cstyle12">Berechnung</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">h:=(a,b)-&gt;(b-a) / 2:
S:=(a,b)-&gt;h(a,b) / 3 *(f(a) + 4*f(a + h(a,b)) + f(b)):
AdaptQuad:=proc(a, b)
  local fehler, m;
  global err;
  fehler:=evalf(abs(S(a,b) - S(a,(a+b)/2) - S((a+b)/2, b)));
  if fehler &lt; 15 * err then
    return S(a,b);
  else
    m:=(a+b)/2;
    err:=err/2;
    return AdaptQuad(a, m) + AdaptQuad(m, b);
  end if;
end proc:</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true" family="Arial" size="10">Ausgabe</Font></Text-field></Input></Group><Group><Input><Text-field layout="_pstyle16" prompt="&gt; " style="Maple Input">evalf(AdaptQuad(a, b));</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation style="2D Output">NiMkIikjcC0rIyEiKA==</Equation></Text-field></Output></Group></Section><Section collapsed="true"><Title><Text-field layout="_pstyle12" style="_pstyle12">Simpson-Iterativ</Text-field></Title><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">restart:
Digits:=8:</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle14" style="_cstyle11">Funktion eingeben</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">f:=x-&gt;sin(x);</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJmRzYiZio2I0kieEdGJUYlNiRJKW9wZXJhdG9yR0YlSSZhcnJvd0dGJUYlLUkkc2luR0YlNiM5JEYlRiVGJQ==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="_pstyle14" style="_cstyle11">Anzahl Unterteilungen</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">n:=2;</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJuRzYiIiIj</Equation></Text-field></Output></Group><Group><Input><Text-field layout="_pstyle14" style="_cstyle11">Bereich</Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">a:=0;
b:=Pi;</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJhRzYiIiIh</Equation></Text-field><Text-field layout="Maple Output" style="2D Output"><Equation>NiM+SSJiRzYiSSNQaUdJKnByb3RlY3RlZEdGJw==</Equation></Text-field></Output></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true" family="Arial" size="10">Berechnung</Font></Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">h:=(b-a) / n:
S:=(a,b)-&gt;h/3 *(f(a) + 2* sum( f(a+2*j*h) , j=1.. (n/2)-1)+ 4* sum( f(a+(2*j-1)*h) , j=1.. (n/2)) + f(b)):</Text-field></Input></Group><Group><Input><Text-field layout="Normal" style="Text"><Font bold="true" family="Arial" size="10">Ausgabe</Font></Text-field></Input></Group><Group><Input><Text-field layout="_pstyle13" prompt="&gt; " style="_cstyle10">evalf(S(a, b));</Text-field></Input><Output><Text-field layout="Maple Output" style="2D Output"><Equation style="2D Output">NiMkIil4SCw/ISIo</Equation></Text-field></Output></Group></Section><Text-field layout="_pstyle21" style="_pstyle21"/><Text-field/><Text-field/><Text-field/></Worksheet>