Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 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