IFoS PYQs 1
2008
1) Find the smallest positive root of equation using Regula Falsi method. Do three iterations.
[12M]
2) The following values of the function are given: Construct the quadratic interpolating polynomial that fits the data. Hence calculate and compare with exact value.
[15M]
3) Apply Gauss-Seidel method to calculate , , from the system: with initial values . Carry out computations for two iterations.
[15M]
2007
1) Find the smallest positive root of equation correct to five decimal places, using Regula-falsi method
[10M]
2) Write a computer program using BASIC’ to solve the following problem By trapezoidal rule.
[10M]
3) Compute using Lagrange’s interpolation formula from the following data:
[10M]
4) Derive three-point Gaussian quadrature formula and hence evaluate. calculating weights and residues. Give the result to three decimal places.
[10M]
5) Solve the system
using Gauss-Seidel iterative scheme correct to three decimal places starting with initial value
[10M]
2006
1) Perform four iterations of the bisection method to obtain a positive root of the equation
[10M]
2) Write a BASIC program to evaluate a definite integral by Simpson’s one-third rule Adapt it to evaluate by taking 10 subintervals and indicating which lines are to be modified for a specific problem
[10M]
3) Apply Gauss-Seidel iteration method for three iterations to solve the equation
[10M]
4) Apply Runge-Kutta method of fourth order to find an approximate value of y when and 0.2 , given that
[10M]
5) Write a program in BASIC to find a root of an equation by Newton-Raphson method. Adapt it to solve using initial approximation as . Indicate which lines are to be changed for a different equation.
[10M]
6) Apply Newton’s fonard and backard difference formulae to evaluate and respectively from the data
[10M]
2005
1) Perform four iterations of the bisection method to obtain a positive root of the equation
[10M]
2) Evaluate by applying Gaussian quadrature formula, namely where the coefficients and the roots ti are given below for as
[10M]
3) Apply Gauss-Seidel iterative method for five iterations to solve the equations
[10M]
4) Write a BASIC program to evaluate a delinite integral by Simpson’s one-third rule. Indicate the lines which are to be modified for a different problem.
[10M]
5) Write a program in BASIC to solve the equation by Newton-Raphson method by taking the initial approximation as . Indicate which lines are to be changed for a different equation.
[10M]
6) Apply Runge-Kutta method of fourth order to find an approximate value of when . given that when
[10M]