albert-espin / integrals

Numerical Quadrature Methods for Integral Calculation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numerical Quadrature Methods for Integral Calculation

Two approaches at integral calculation via numerical methods are included: trapezoid rule and Newton method, both defined in "functions.c", and tested in multiple problem scenarios in the rest of files.

Programming language C
Language English (variables and functions), Catalan (comments)
Author Albert Espín
Date Q4 2015
License MIT

About

Numerical Quadrature Methods for Integral Calculation

License:MIT License


Languages

Language:C 98.2%Language:C++ 1.8%