Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 381 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 381 Bytes

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.