Skip to content

C program to calculate polynomial integrals up to the 4th order using 3 different methods of integration.

Notifications You must be signed in to change notification settings

Alexander2424/polynomial_integrals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Polynomial Integration

Spring 2019

The aim of this c program is to provide the user of the program 3 different methods by which they can calculate a polynomial integral (up to the 4th order) e.g., y = ax^3 + bx^2 + cx + d.

The 3 methods are the following:

  1. Trapezoidal rule
  2. Simpson's rule
  3. Algebraic integration

For methods 1 and 2, the limits of the integral are to be entered by the user and the result using that method is compared against the result using algebraic integration (most accurate result).

About

C program to calculate polynomial integrals up to the 4th order using 3 different methods of integration.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages