Vous êtes sur la page 1sur 1

PAILAN COLLEGE OF MANAGEMENT AND TECHNOLOGY

DEPARTMENT OF COMPUTER APPLICATIONS



MASTER OF COMPUTER APPLICATIONS
III Semester
Statistics and Numerical Analysis Lab (MM 391)

Assignment - I

A. Aim:
Implementation of numerical methods such as, approximation, numerical integration, numerical
linear algebra and solution of ordinary differential equations, which are practical in nature.

B. Problems:

1. Write a program on Newtons Forward Interpolation formula.
2. Write a program on Newtons Backward Interpolation formula.
3. Write a program on Lagranges Interpolation formula.
4. Write a program to find the real root by Bisection method for the equation x
3
9x + 1 = 0.
5. Write a program to find the real root by Regula-Falsi method for the equation x
3
+ 2x - 2 = 0.
6. Write a program to find the real root by Fixed Point Iteration method for the equation
1 / (1 + x
2
) = 0.
7. Write a program to find the real root by Newton-Raphson method for the equation x
3
8x 4
= 0.
8. Write a program to find the approximate value of dx/(1 + x

by Trapezoidal rule.
9. Write a program to find the approximate value of dx/(1 + x

by Simpsons 1/3rd rule.


10. Write a program to find the approximate value of dx/(1 + x

by Weddles rule.
11. Write a program for solving n equations in n unknowns using Gaussian Elimination method.
12. Write a program to solve the differential equation by Runge-Kutta method.

C. Report should contain:
a) Problem Definition.
b) Flow Chart.
c) Algorithm.
d) Program listing.
e) Input.
f) Output.
g) Result and Discussions.

Vous aimerez peut-être aussi