0% found this document useful (0 votes)
48 views1 page

Computational Methods Form

This document provides instructions for a supplementary examination for a computational methods course. It lists 8 questions to choose from that cover topics like solving systems of equations using Gauss-Seidel iteration and Newton's method, numerical integration techniques like Simpson's rule, constrained optimization problems, solving partial differential equations using explicit and Crank-Nicolson methods, and curve fitting. Students must answer any 5 of the 8 questions in their exam.
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)
48 views1 page

Computational Methods Form

This document provides instructions for a supplementary examination for a computational methods course. It lists 8 questions to choose from that cover topics like solving systems of equations using Gauss-Seidel iteration and Newton's method, numerical integration techniques like Simpson's rule, constrained optimization problems, solving partial differential equations using explicit and Crank-Nicolson methods, and curve fitting. Students must answer any 5 of the 8 questions in their exam.
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

Code: 9DBS101

M.Tech I Semester Supplementary Examinations January/February 2020


COMPUTATIONAL METHODS
(Common to MD, CAD/CAM, R&AC and PEED)
(For students admitted in 2016 only)

Time: 3 hours Max. Marks: 60


Answer any FIVE questions
All questions carry equal marks
*****
1 (a) Apply Gauss-Seidal iteration method to solve the equations:
20𝑥 + 𝑦 − 2𝑧 = 17, 3𝑥 + 20𝑦 − 𝑧 = −18, 2𝑥 − 3𝑦 + 20𝑧 = 25.
(b) Obtain the root of the system of equations x2 + y = 11, y2 + x = 7 by Newton’s method near x = 3.5
and y = -1.8.

π
2
sin x dx by Simpson’s 3/8 rule.
2 (a) Evaluate
∫e
0
6 dx
(b) Find ∫ 2 using Simpson’s one-third rule.
01+ x

3 (a) Use parabolic interpolation to approximate the maximum of 𝑓(𝑥) = 2𝑆𝑖𝑛𝑥 − 𝑥 2 with initial guesses
10
of=
x0 0,=
x1 1 and =
x2 4.
(b) Explain Graphical method in constrained optimization.

4 Use the power method to find the Eigen values and Eigen vectors of the system represented by
5 0 1
the matrix  0 −2 0  .

1 0 5 

Solve the Laplace equation ∂ u + ∂


2 2
u
5 = 0 in 0 ≤ x ≤ 4 : 0 ≤ y ≤ 4 given that
2
∂x 2
∂y
x2
u (0, y )= 0, u (4, y )= 8 + 2 y, u ( x,0) = , u ( x,4) =x 2 with ∆x =∆y =1. Use Gauss-
2
Seidal method to compute the values of u at the internal mesh points.

6 Explain how to solve the heat conduction equation by explicit method and Crank-Nicolson
method.

7 Solve the equation:


∂ 2u ∂ 2u
= subject to the conditions =
u (0, t ) 0,=
u (1, t ) 0 for t > 0
∂x 2 ∂t 2
∂u
and = u ( x, 0) sin π x for all x.
( x, 0) 0,=
∂t

8 Fit a curve of the form 𝑦 = 𝑎𝑏 𝑥 to the following data:


x 1 2 3 4
y 7 11 17 27
*****

You might also like