﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<?application progid="SMath Studio Desktop" version="0.98.6179.21440"?>
<regions>
  <settings>
    <identity>
      <id>0a7d2c22-54c5-4169-a24e-fefb1df252f1</id>
      <revision>4</revision>
    </identity>
    <metadata lang="rus">
      <title>Вычисление определённого интеграла (метод Симпсона)</title>
      <author>Андрей Ивашов</author>
      <description>Численное интегрирование определённого интеграла по методу Симпсона - приближение графика функции на отрезке параболой.
Пользователь определяет функцию, пределы интегрирование и число итераций, от которого зависит точность метода.
Расчёт ведётся по оптимизированной формуле Симпсона.
В конце расчёта происходит проверка результата, основываясь на встроенной функции численного интегрирования программы.</description>
      <company>SMath, http://smath.info/</company>
      <keywords>Примеры, Определённый интеграл, Симпсон</keywords>
    </metadata>
    <metadata lang="ind">
      <title>Metode Integral Numerik (aturan Simpson)</title>
      <author>Andrey Ivashov</author>
      <translator>Waluyo Adi Siswanto</translator>
      <description>Aturan Simpson adalah salah satu metode untuk menghitung integral tertentu secara pendekatan numerik.
Pengguna perlu menyatakan fungsi yang di integralkan, batas bawah dan atas integral, serta jumlah iterasi yang akan digunakan.
Hasil integral dengan pendekatan numerik akan ditampilkan serta hasil perhitungan dengan fungsi integral yang ada di SMath akan diberikan sebagai perbandingan.</description>
      <company>SMath, http://smath.info/</company>
      <keywords>Contoh, Integral tertentu, Aturan Simpson</keywords>
    </metadata>
    <metadata lang="eng">
      <title>Numeric integration method (Simpson's rule)</title>
      <author>Andrey Ivashov</author>
      <translator>Andrey Ivashov</translator>
      <description>Simpson's rule is a method for numerical integration, the numerical approximation of definite integrals.
User specifies function to integrate, interval and the number of iterations.
At the end of calculation program controls the result with a built-in numerical integration function.</description>
      <company>SMath, http://smath.info/</company>
      <keywords>Examples, Definite integral, Simpson</keywords>
    </metadata>
    <calculation>
      <precision>3</precision>
      <exponentialThreshold>12</exponentialThreshold>
      <fractions>decimal</fractions>
    </calculation>
    <pageModel active="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="0.98.6179.21440" guid="a37cba83-b69c-4c71-9992-55ff666763bd" />
      <assembly name="Math Region" version="0.98.6179.21440" guid="02f1ab51-215b-466e-a74d-5d8b1cf85e8d" />
      <assembly name="Picture Region" version="1.10.6179.21444" guid="06b5df04-393e-4be7-9107-305196fcb861" />
      <assembly name="Special Functions" version="1.11.6179.21442" guid="2814e667-4e12-48b1-8d51-194e480eabc5" />
      <assembly name="Text Region" version="1.10.6179.21446" guid="485d28c5-349a-48b6-93be-12a35a1c1e39" />
      <assembly name="Plot Region" version="1.9.6179.21450" guid="c451c2b5-798b-4f08-b9ec-b90963d1ddaa" />
    </dependencies>
  </settings>
  <region id="0" left="9" top="9" width="270" height="48" color="#0000ff" bgColor="#ffffff" fontSize="12">
    <text lang="rus">
      <p bold="true">Вычисление определённого интеграла(метод Симпсона)</p>
    </text>
    <text lang="ind">
      <p bold="true">Metode Integral Numerik(Aturan Simpson)</p>
    </text>
    <text lang="eng">
      <p bold="true">Numeric integration method(Simpson's rule)</p>
    </text>
  </region>
  <region id="1" left="9" top="63" width="102" height="24" border="true" color="#000000" bgColor="#dddddd" fontSize="10">
    <text lang="rus">
      <p>Входные данные:</p>
    </text>
    <text lang="ind">
      <p>Data masukan:</p>
    </text>
    <text lang="eng">
      <p>Input data:</p>
    </text>
  </region>
  <region id="2" left="9" top="90" width="257" height="54" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <description active="true" position="Right" lang="rus">
        <p>подынтегральная функция</p>
      </description>
      <description active="true" position="Right" lang="ind">
        <p>Fungsi yang akan di integralkan</p>
      </description>
      <description active="true" position="Right" lang="eng">
        <p>integrand</p>
      </description>
      <input>
        <e type="operand">r</e>
        <e type="function" args="1">f</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="operand">E</e>
        <e type="operator" args="2">*</e>
        <e type="operand">m</e>
        <e type="operator" args="2">*</e>
        <e type="operand">r</e>
        <e type="operand">4</e>
        <e type="operator" args="2">^</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="operand">r</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">2</e>
        <e type="operand">R</e>
        <e type="operator" args="2">*</e>
        <e type="operand">m</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">-</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">/</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="3" left="9" top="180" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <description active="true" position="Right" lang="rus">
        <p>нижний предел интегрирования</p>
      </description>
      <description active="true" position="Right" lang="ind">
        <p>Batas bawah integral</p>
      </description>
      <description active="true" position="Right" lang="eng">
        <p>inferior limit</p>
      </description>
      <input>
        <e type="operand">a</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="4" left="9" top="207" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <description active="true" position="Right" lang="rus">
        <p>верхний предел интегрирования</p>
      </description>
      <description active="true" position="Right" lang="ind">
        <p>Batas atas integral</p>
      </description>
      <description active="true" position="Right" lang="eng">
        <p>superior limit</p>
      </description>
      <input>
        <e type="operand">b</e>
        <e type="operand">0.5</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="5" left="198" top="261" width="460" height="247" border="true" color="#000000" bgColor="#ffffff">
    <picture>
      <raw format="png" encoding="base64">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</raw>
    </picture>
  </region>
  <region id="6" left="9" top="279" width="76" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">E</e>
        <e type="operand">10000</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="7" left="9" top="306" width="43" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="8" left="9" top="333" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">l</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="9" left="9" top="360" width="60" height="24" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">R</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="10" left="9" top="387" width="111" height="24" border="true" color="#000000" bgColor="#dddddd" fontSize="10">
    <text lang="rus">
      <p>Расчёт:</p>
    </text>
    <text lang="ind">
      <p>Perhitungan:</p>
    </text>
    <text lang="eng">
      <p>Calculation:</p>
    </text>
  </region>
  <region id="11" left="9" top="432" width="151" height="66" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">r</e>
        <e type="function" args="1">f</e>
        <e type="operand">r</e>
        <e type="operand">a</e>
        <e type="operand">b</e>
        <e type="function" preserve="true" args="4">int</e>
      </input>
      <result action="numeric">
        <e type="operand">0.0573</e>
      </result>
    </math>
  </region>
  <region id="12" top="558" color="#000000" bgColor="#ffffff">
    <area collapsed="true">
      <title lang="ger">
        <p>hatch</p>
      </title>
    </area>
    <region id="13" left="36" top="576" width="449" height="274" border="true" color="#000000" bgColor="#ffffff" fontSize="10">
      <math decimalPlaces="4">
        <description active="true" position="Top" lang="ger">
          <p>Erzeugt eine Matrix für die Darstellung vertikaler Linien zwischen den Funktionen f(x) und g(x) im Bereich von x1 bis x2 mit 2*n Linien.</p>
        </description>
        <description active="true" position="Top" lang="eng">
          <p>Generates a matrix for 2*n vertical lines (hatching) between functions f(x) and g(x)in x-range from x1 to x2</p>
        </description>
        <input>
          <e type="operand">f</e>
          <e type="operand">g</e>
          <e type="operand">x.1</e>
          <e type="operand">x.2</e>
          <e type="operand">N</e>
          <e type="function" args="5">hatch</e>
          <e type="operand">dx</e>
          <e type="operand">x.2</e>
          <e type="operand">x.1</e>
          <e type="operator" args="2">-</e>
          <e type="operand">N</e>
          <e type="operator" args="2">/</e>
          <e type="bracket">(</e>
          <e type="operator" args="2">:</e>
          <e type="operand">h</e>
          <e type="operand">x.1</e>
          <e type="operand">x.1</e>
          <e type="function" args="1">f</e>
          <e type="operand">x.1</e>
          <e type="operand">x.1</e>
          <e type="function" args="1">g</e>
          <e type="operand">2</e>
          <e type="operand">2</e>
          <e type="function" preserve="true" args="6">mat</e>
          <e type="operator" args="2">:</e>
          <e type="operand">x</e>
          <e type="operand">x.1</e>
          <e type="operand">x.2</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">-</e>
          <e type="operand">x.1</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">+</e>
          <e type="function" preserve="true" args="3">range</e>
          <e type="operand">h</e>
          <e type="operand">h</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">g</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operand">2</e>
          <e type="operator" args="2">/</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">f</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">f</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">+</e>
          <e type="operand">x</e>
          <e type="operand">dx</e>
          <e type="operator" args="2">+</e>
          <e type="function" args="1">g</e>
          <e type="operand">4</e>
          <e type="operand">2</e>
          <e type="function" preserve="true" args="10">mat</e>
          <e type="function" preserve="true" args="2">stack</e>
          <e type="operator" args="2">:</e>
          <e type="function" preserve="true" args="3">for</e>
          <e type="operand">h</e>
          <e type="operand">4</e>
          <e type="operand">1</e>
          <e type="function" preserve="true" args="6">line</e>
          <e type="operator" args="2">:</e>
        </input>
      </math>
    </region>
    <region id="14" top="909" color="#000000" bgColor="#ffffff">
      <area terminator="true" />
    </region>
  </region>
  <region id="15" left="36" top="963" width="89" height="81" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">E</e>
        <e type="operand">10000</e>
        <e type="operator" args="2">:</e>
        <e type="operand">m</e>
        <e type="operand">1</e>
        <e type="operator" args="2">:</e>
        <e type="operand">λ</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
        <e type="operand">R</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
        <e type="operand">4</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="6">sys</e>
      </input>
    </math>
  </region>
  <region id="16" left="144" top="963" width="73" height="45" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">a</e>
        <e type="operand">0.1</e>
        <e type="operator" args="2">:</e>
        <e type="operand">b</e>
        <e type="operand">0.5</e>
        <e type="operator" args="2">:</e>
        <e type="operand">2</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="4">sys</e>
      </input>
    </math>
  </region>
  <region id="17" left="234" top="963" width="353" height="54" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <description active="true" position="Right" lang="rus">
        <p>подынтегральная функция</p>
      </description>
      <description active="true" position="Right" lang="ind">
        <p>Fungsi yang akan di integralkan</p>
      </description>
      <description active="true" position="Right" lang="eng">
        <p>ellipticintegrand</p>
      </description>
      <input>
        <e type="operand">E</e>
        <e type="operand">m</e>
        <e type="operand">R</e>
        <e type="operand">λ</e>
        <e type="operand">r</e>
        <e type="function" args="5">Q</e>
        <e type="operand">1</e>
        <e type="operand">2</e>
        <e type="operand">E</e>
        <e type="operator" args="2">*</e>
        <e type="operand">m</e>
        <e type="operator" args="2">*</e>
        <e type="operand">r</e>
        <e type="operand">4</e>
        <e type="operator" args="2">^</e>
        <e type="operator" args="2">*</e>
        <e type="operand">λ</e>
        <e type="operand">2</e>
        <e type="operator" args="2">^</e>
        <e type="operand">r</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">2</e>
        <e type="operand">R</e>
        <e type="operator" args="2">*</e>
        <e type="operand">m</e>
        <e type="operator" args="2">*</e>
        <e type="operator" args="2">-</e>
        <e type="function" preserve="true" args="1">sqrt</e>
        <e type="operator" args="2">/</e>
        <e type="bracket">(</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="18" left="297" top="1044" width="179" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">E</e>
        <e type="operand">m</e>
        <e type="operand">R</e>
        <e type="operand">λ</e>
        <e type="operand">x</e>
        <e type="function" args="5">Q</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="19" left="513" top="1044" width="63" height="26" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">g</e>
        <e type="operand">0</e>
        <e type="operator" args="2">:</e>
      </input>
    </math>
  </region>
  <region id="20" left="36" top="1053" width="247" height="66" color="#000000" bgColor="#ffffff" fontSize="10">
    <math decimalPlaces="4">
      <input>
        <e type="operand">E</e>
        <e type="operand">m</e>
        <e type="operand">R</e>
        <e type="operand">λ</e>
        <e type="operand">r</e>
        <e type="function" args="5">Q</e>
        <e type="operand">r</e>
        <e type="operand">a</e>
        <e type="operand">b</e>
        <e type="function" preserve="true" args="4">int</e>
      </input>
      <result action="numeric">
        <e type="operand">0.0573</e>
      </result>
    </math>
  </region>
  <region id="21" left="297" top="1080" width="251" height="28" color="#000000" bgColor="#ffffff" fontSize="10">
    <math>
      <input>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">x</e>
        <e type="function" args="1">g</e>
        <e type="operand">0.1</e>
        <e type="operand">0.5</e>
        <e type="operand">30</e>
        <e type="function" args="5">hatch</e>
      </input>
    </math>
  </region>
  <region id="22" left="297" top="1116" width="371" height="158" color="#000000" bgColor="#ffffff" fontSize="10">
    <plot type="2d" render="lines" scale_x="8.01443603187666" scale_y="35.571158439022" scale_z="8.01443603187666" rotate_x="0" rotate_y="0" rotate_z="0" transpose_x="0" transpose_y="-53" transpose_z="0">
      <input>
        <e type="operand">E</e>
        <e type="operand">m</e>
        <e type="operand">R</e>
        <e type="operand">λ</e>
        <e type="operand">x</e>
        <e type="function" args="5">Q</e>
        <e type="operand">0.1</e>
        <e type="operand">10</e>
        <e type="operand">0.1</e>
        <e type="operand">1</e>
        <e type="operator" args="1">-</e>
        <e type="operand">2</e>
        <e type="operand">2</e>
        <e type="function" preserve="true" args="6">mat</e>
        <e type="operand">x</e>
        <e type="function" args="1">f</e>
        <e type="operand">x</e>
        <e type="function" args="1">g</e>
        <e type="operand">0.1</e>
        <e type="operand">0.5</e>
        <e type="operand">30</e>
        <e type="function" args="5">hatch</e>
        <e type="operand">3</e>
        <e type="operand">1</e>
        <e type="function" preserve="true" args="5">sys</e>
      </input>
    </plot>
  </region>
</regions>