<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>digistill</author_name>
  <author_url>https://blog.hatena.ne.jp/digistill/</author_url>
  <blog_title>ステーショナリー研究室日報</blog_title>
  <blog_url>https://digistill.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>関数の積分を数値計算で求める簡単な方法として区分求積法というものがあります。 簡単にいうと、y=f(x)という関数のaからbまでを積分する場合、小さく長方形に区切って足し合わせるという方法です。 下の図を見ればわかるように、本来の面積から飛び出したり、足りなかったりする部分があるのでその分、精度が悪くなります。精度を上げる簡単な方法は区切る数を小さくすればいいですが、計算量が増えてしまうという欠点があります。 まずは、この基本的な区分求積をfx-5800Pに実装してみます。 このサイト*1のコードをまず、丸写ししました。 下のコードはf(x)=sin(cos(x))を0から1の範囲で積分してい…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdigistill.hatenablog.com%2Fentry%2F2022%2F08%2F31%2F221836&quot; title=&quot;fx-5800Pで区分求積してみた - ステーショナリー研究室日報&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/d/digistill/20220831/20220831213152.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2022-08-31 22:18:36</published>
  <title>fx-5800Pで区分求積してみた</title>
  <type>rich</type>
  <url>https://digistill.hatenablog.com/entry/2022/08/31/221836</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
