Skip to content

Program with the aim of giving the user intuition behind traditional integration calculations.

Notifications You must be signed in to change notification settings

Azam-Ra/Integration-intuition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Integration-intuition

Program with the aim of giving the user intuition behind traditional integration calculations.

Functionality of the program

  1. Traditional precise calculations of defined integrals.
  2. Rectangular method of numerical integration, taking only the rectangles under a slope.
  3. The program then prints a difference between these 2 calculations, which is dependent on the value of dx, chosen by the user. The result is printed to Integral_calculator.txt file.

Project is created with:

  • C17 standard
  • GCC C compiler

Run on Terminal

gcc integration.c -o test
test

About

Program with the aim of giving the user intuition behind traditional integration calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages