Chapter:
Simpson-3/8-Method
TO APPROXIMATE DEFINITE INTEGRAL OF A CONTINUOUS FUNCTION USING SIMPSONS METHOD
TITLE:
TO APPROXIMATE DEFINITE INTEGRAL OF A CONTINUOUS FUNCTION USING SIMPSONS METHOD
OBJECTIVES:
To be able to follow the algorithm of Simpson's method of approximating definite integral of a continuous function
To build some programming concepts by solving practical problems.
TOOLS REQUIRED:
Computer workstation
Program software (as necessary)
THEORY:
Simpson's 3/8 rule (method) is a technique for approximating definite integral of a continuous function.
This method is based on Newton's Cote Quadrature Formula and Simpson 3/8 rule is obtained when we put value of n = 3 in this formula.
ALGORITHM:
Start
Define function f(x)
....
All Chapters
View all Chapter and number of question available From each chapter from Numerical-Methods-lab-sheet
Bisection method
C programming lab sheet on bisection method
Newton Raphson Method
C programming lab sheet on Newton Raphson Method
Gauss Elimination Method
C programming lab sheet on Gauss Elimination Method
Gauss Jordan Elimination Method
C programming lab sheet on Gauss Jordan Elimination Method
Power Method
C programming lab sheet on Power Method
RK-4 METHOD
To solve first order differential ewuation using RK-4 Method
FORWARD DIFFERENCE TABLE
To generate forward difference table using C Programming
BACKWARD DIFFERENCE TABLE
To generate backward difference table using C Programming
Simpson 3/8 Method
TO APPROXIMATE DEFINITE INTEGRAL OF A CONTINUOUS FUNCTION USING SIMPSON'S 3/8 METHOD
Similar Question
This Chapter Simpson-3/8-Method consists of the following topics
Guest