cppf / trapezoidal-integration

Trapezoidal Rule is an integration rule that evaluates the area under the curves by dividing the total area into smaller trapezoids.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trapezoidal Rule is an integration rule that evaluates the area under the curves by dividing the total area into smaller trapezoids.

Course: Numerical Methods Laboratory, Monsoon 2011
Taught by: Prof. Bata Krushna Ojha

See main.cpp for code.

About

Trapezoidal Rule is an integration rule that evaluates the area under the curves by dividing the total area into smaller trapezoids.

License:MIT License


Languages

Language:C++ 100.0%