PAPER -II          SECTION - I

Back

NUMERICAL ANALYSIS WITH ‘C’

UNIT 1

1.       Iterative methods.
          1.1     Methods of Bisection
          1.2     False position method,
          1.3     Newton Raphson method
          1.4     Secant method
          1.5     Method of Successive approximation method
2.       Solution of simultaneous algebraic method.
3.       Gauss elimination method, method of pivoting.
4.       III conditioned equations, Gauss - seidel iterative method.
5.       Comparisons of direct and iterative methods.

UNIT 2

6.       Interpolation:
         
6.1     Forward and Backward differences
          6.2     difference table
          6.3     Newton Gregory forward interpolation formula
          6.4     truncation error in interpolation.

7.       Least square approximation, linear regression, and polynomial regression.

UNIT 3

8.       Numerical Integration.
         
8.1     Trapezoidal and Simpson’s rules.
          8.2     Errors in integration formulae.

9.       Numerical solutions of ordinary differential equations.
          
9.1     Euler’s method
          
9.2     Runge-Kutta method of fourth order.

NOTE:Algorithms for different methods mentioned above are to written and translated in ‘C’ language. The numerical techniques are expected to use matrices of order up to 4*4.
 
Hosted by www.Geocities.ws

1