LoginSignup
1
0

More than 5 years have passed since last update.

数値積分

Last updated at Posted at 2018-10-16

概要

  • 与えられた関数$f(x)$を区間$[a,b]$で積分したい
  • 区間$[a,b]$を$n$個の微小区間に分割して、各区間の面積を計算する

qiita-integer-1.png

  • 面積の計算法は、各手法によって異なる

代表的な解法

台形則
中点則
シンプソン則

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0