Weddle’s Rule C Program

By | October 31, 2017

Let us learn how to implement Weddle’s rule algorithm in C programming with its explanation, output and much more.

What is Weddle’s Algorithm Rule?

The Weddle’s algorithm was designed by Thomas Weddle. This algorithm is a simple method of integration.

The number of sub intervals required in the Weddle’s rule is 6. As compared to other numerical integration algorithms, the Weddle’s algorithm offers a very good efficiency.

Weddle’s Rule Formula

C Program For Weddle's Rule Formula

Weddle’s Rule Algorithm

Note: This C program for Weddle’s rule in numerical integration is compiled with GNU GCC compiler using CodeLite IDE on Microsoft Windows 10 operating system.

C Program For Weddle’s Rule Algorithm

Output

Weddle's Rule Algorithm in C Programming

If you have any doubts about the implementation of Weddle’s rule formula in C programming, let us know about it in the comment section. Find more about it on Wolfram.

NUMERICAL METHODS C PROGRAMS
Newton-Raphson Method C Program
Euler’s Method C Program
Secant Method C Program
Bisection Method C Program
Gauss Seidel Method C Program
Simpson’s 3/8th Rule C Program
Picard’s Method C Program
Regula Falsi Method C Program
Bisection Method Algorithm and Flowchart
Simpson’s 1/3rd Rule C Program
Trapezoidal Rule C Program

2 thoughts on “Weddle’s Rule C Program

  1. Nakul agarwal

    Whats the relation between Simpson’s 3/8 rule and weddle’s rule?

    Reply

Let's Discuss