0% found this document useful (0 votes)
14 views1 page

Lab NM Tble of Content

The document lists 8 lab assignments involving numerical methods for solving equations, integrals, and differential equations using methods like Newton-Raphson, Gauss-Seidel, Heun's method, Trapezoidal rule, Simpson's 3/8th rule, Runge-Kutta, bisection method, and Newton's forward difference formula.

Uploaded by

lailapun16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

Lab NM Tble of Content

The document lists 8 lab assignments involving numerical methods for solving equations, integrals, and differential equations using methods like Newton-Raphson, Gauss-Seidel, Heun's method, Trapezoidal rule, Simpson's 3/8th rule, Runge-Kutta, bisection method, and Newton's forward difference formula.

Uploaded by

lailapun16
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Lab no Lab name

1 Write an algorithm and program to compute the root of nonlinear equation using Newton-
Raphson Method.
2 Write an algorithm and program to compute the root of linear equation using Gauss-Seidel
Method.
3 Write a program to solve the ordinary differential equations using Heun's method.

4 Write a program to evaluate a given integral using Trapezoidal rule and Simpson's 3/8th rule.
5 Write an algorithm and program to compute the solution of an ordinary differential equation
(ODE) using the fourth order Runge-Kutta method.
6 Write a C program to implement the bisection method for finding the root of a given
continuous function within a specified interval.

7 Write a program to evaluate the fixed-point iteration method.


8 Write a C Program to Find Derivatives Using Newton's Forward Difference Formula.

You might also like