Anda di halaman 1dari 1

NALP lab programs

1. Write a program to find the roots of an equation f(x)=0 using Bisection method.

2. Write a program to find the simple/multiple roots of f(x)=0 using Newton-Raphson


method.

3. Write a program to find the roots of given equation using Runge Kutta 2nd order
method.

4. Write a program to find the roots of f(x)=0 using Secant method.

5. Write a program to find the integral of a function using Trapezoidal rule.

6. Write a program to find the integral of a function using Simpson’s 1/3rd and 3/8th
rule using switch case.

7. Write a program to find the roots of given equation using Runge Kutta 4th order
method.

8. Write a program to find the value of a function at a point using Lagrange’s


interpolation.

Anda mungkin juga menyukai