Numerical Assign. For Comp.

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

ARBA MINCH UNIVERSITY

COLLEGE OF NATURAL SCIENCE


DEPARTMENT OF MATHEMAT

Numerical Analysis Group Assignment for 𝑮𝑮𝟐𝟐 Computer Science and Meteorology Students

Max. Load=𝟐𝟐𝟐𝟐%
Submission Date=23/05/2015 E.C
Maximum member of the group=5

4𝑥𝑥1 + 𝑥𝑥2 + 𝑥𝑥3 = 4


1. Solve the system of equations � 𝑥𝑥1 + 4𝑥𝑥2 − 2𝑥𝑥3 = 4 , by using LU Decomposition
3𝑥𝑥1 + 2𝑥𝑥2 − 4𝑥𝑥3 = 6
method with 𝑙𝑙11 = 𝑙𝑙22 = 𝑙𝑙33 = 1.
45𝑥𝑥1 + 2𝑥𝑥2 + 3𝑥𝑥3 = 58
2. Find the solution of the system of equations �−3𝑥𝑥1 + 22𝑥𝑥2 + 2𝑥𝑥3 = 47 , correct to three
5𝑥𝑥1 + 𝑥𝑥2 + 20𝑥𝑥3 = 67
decimal places by using Gauss-Seidel iteration method. (Hint: use 𝑥𝑥 (0) = [0 0 0]𝑇𝑇 )

3. Perform three iterations of the Newton-Raphson method to solve the system of equations
𝑥𝑥 2 = 3𝑥𝑥𝑥𝑥 − 7
� , by taking 𝑥𝑥 (0) = [0.5 0.5 ]𝑇𝑇 .
𝑦𝑦 = 2(𝑥𝑥 + 1)
4. Evaluate 𝑦𝑦 = sin 𝑥𝑥 for 𝑥𝑥 = 470 and 𝑥𝑥 = 630 using the following tabular values by
applying an appropriate Newton interpolation formula.

𝑥𝑥 450 500 550 600 650


𝑦𝑦 = sin 𝑥𝑥 0.7071 0.7660 0.8192 0.8660 0.9063

5. A third-degree polynomial passes through the points (0, -12), (1, 0), (3, 6) and (4, 12).
a) Determine this polynomial using Lagrange’s interpolation formula, and
b) Find the value at 1.5.
6. Let f(x) = x ln(𝑥𝑥) be defined at x0 = 2, x1 = 2.5, x2 = 3.3, x3 = 4
a) Construct the divided difference table for 𝑓𝑓(𝑥𝑥) with respect to these points
b) Use Newton’s divided difference interpolation formula to find 𝑓𝑓(3.5)
7. A slider in a machine moves along a fixed straight rod. Its distance 𝑥𝑥(𝑚𝑚) along the rod
are given in the following table for various values of the time 𝑡𝑡(𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠).Then, find
the velocity and acceleration of the slider at time 𝑡𝑡 = 6 𝑠𝑠𝑠𝑠𝑠𝑠.

𝑡𝑡(𝑠𝑠𝑠𝑠𝑠𝑠. ) 1 2 3 4 5 6

𝑥𝑥(𝑚𝑚) 0.0201 0.0844 0.3444 1.0100 2.3660 4.7719

You might also like