0% found this document useful (0 votes)
3K views1 page

Computer Oriented Numerical Methods PDF

This document contains problems related to numerical methods for solving systems of equations, fitting splines to data, solving differential equations using Euler's method, estimating partial derivatives from tabulated data, Richardson's extrapolation method, beam deflection, approximating double integrals, and determining undetermined coefficients in formulas. Specifically, it provides 8 problems involving techniques like Gauss-Jacobi, Gauss-Seidel, Gauss-Jordan, Householder's method, quadratic splines, Euler's method, estimating partial derivatives, Richardson's extrapolation, Simpson's rule for double integrals, and determining coefficients to minimize truncation error.

Uploaded by

PrasadColleges
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views1 page

Computer Oriented Numerical Methods PDF

This document contains problems related to numerical methods for solving systems of equations, fitting splines to data, solving differential equations using Euler's method, estimating partial derivatives from tabulated data, Richardson's extrapolation method, beam deflection, approximating double integrals, and determining undetermined coefficients in formulas. Specifically, it provides 8 problems involving techniques like Gauss-Jacobi, Gauss-Seidel, Gauss-Jordan, Householder's method, quadratic splines, Euler's method, estimating partial derivatives, Richardson's extrapolation, Simpson's rule for double integrals, and determining coefficients to minimize truncation error.

Uploaded by

PrasadColleges
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

R09

Code No: C2001


JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD
M.Tech I - Semester Examinations, April/May -2012
COMPUTER ORIENTED NUMERICAL METHODS
(STRUCTURAL ENGINEERING)
Time: 3hours
Max. Marks: 60
Answer any five questions
All questions carry equal marks
--1.

Solve the following system by Gauss- Jacobi and Gauss Seidel method:
10 x -5y -2 z = 3;
4 x -10y +3z = -3;
x + 6y +10z = -3.

2.a)

Apply Gauss-Jordan method to find the solution of the following system:


10 x + y + z = 12;
2 x +10 y + z = 13;
x + y + 5 z = 7.
Reduce the matrix to the tridiagonal form by Householders method

b)

3.

Fit the quadratic splines with M(0)=f //(0)=0 . Hence find an estimate of f(2.5) data as
given below.
x
0
1
2
3
f(x)
1
2
33
244

4.

Solve the following by means of Euler method


y' = x + y , y(0) = 1.0. Find y (0.1), y (0.5).

5.

The following table of values are given for a function f(x,y)


y/x
0.1
0.2
0.3
0.1
2.0200
2.0351
2.0403
0.2
2.0351
2.0801
2.1153
0.3
2.0403
2.1153
2.1803

a)
b)

Estimate the values of f/x at (0.2, 0.1) and f/y at (0.2, 0.2) by first order and
second order formulas.
Estimate the values of (2f/x y) at (0.2, 0.2) using second order formula.

6.a)
b)

Explain Richardsons extrapolation method.


What is beam deflection? Explain.

7.a)

Describe how the definition of double integral can be used to find approximations of
double integrals over coordinate rectangles.
Explain how Simpsons Rule solves double integrals.

b)
8.

Find out the undetermined coefficients a, b and c such that the formula is exact for
polynomials as higher order as possible and determine the order of truncation error
h

******

You might also like