You are on page 1of 24

1- Using Cramer method solve,

x1 + 4x2 – x3 =7
x1 + 14x2 – 11x3 = -2
x1 – 2x2 + 3x3 =5
2- Solve the following system using L U decomposition method,
1 2 3 4 𝑥 −3
2 13 6 14 𝑦 0
[ ][ ]=[ ]
3 2 25 8 𝑧 −61
4 14 8 57 𝑣 41
3- Solve the following system using:
a- Jacobi method. b- Gauss-Seidle method.
Compare your results.
5 1 −1 −2 𝑥 −275
−2 5 1 −1 𝑦 −25
[ ][ ]=[ ]
−1 −2 5 1 𝑧 850
1 1 −2 5 𝑢 725
4- Solve problem (3) to get A-1 using L U method.
1- Two curves y1= e x, y2= 3x intersect in two place. The problem is to find the
two intersections. Find the root near x= 0.6, with initial guess x 0= 0 or x0=1
using simple iteration method (4 iterations).
2- Solve f(t)= e0.4t- 0.4t- 9= 0 (occur in heat transfer) to get the root near 6 use
simple iteration method, five iterations are required.

3- Find the larger root of the equation f (x) = x 2 - 3.6 log10 x -2.7= 0, correct to
four decimal places. Use the graph to get an initial value. Solve the problem
by simple iteration method.
4- Find the root near 7 of the function f (x)=x 4- 8.6x3- 35.51x2+ 464.4x- 998.46
by Newton’s method. (Five D.P. are required)

5- Solve the equation f(x)= sin(x) + 2 exp(−x2/2) by Newton’s method, four


iterations are required. .

6- Find the root of x tan x = 0.5 which lies between x= 0.6, x= 0.7 by the Newton
process. Three iterations are required
7-For the equation f(x) = e-x + x2 –10=0
a- Determine the approximate location of all of its real roots.
b- Determine the value of each positive root correctly to eight significant
digits.

8- Set up a Newton iteration for computing the square root of a given positive
number c and apply it to c = 2.
1. Plot the given points and fit it with a suitable curve.
x 26 28 31 33
y 12 11.5 15.3 17.3
2. Fit the curve y = a + b x + c sin2x, to the readings.
(0, 10.2), (2, 1.6), (4, 13.2), (6, 7.2).

3. Fit the curve y = a ex + b x + c x2, to the following readings,


x 1 2 3 4
y -1.2 3.5 20.4 58.8
1. The following readings,
x 0 0.1 0.2 0.3 0.4 0.5
y 1.0 0.9208 0.6928 0.3448 -0.0752 -0.5

x 0.6 0.7 0.8 0.9


y -0.8432 -0.992 -0.8432 -0.2312

Find f(0.11), f(0.52), f(0.55) and f(0.905).

2. Using Lozenge diagram, write Newton (1), Newton (2), Gauss (1),
Gauss (2), Steriling and Bessel formulae.

3. The following readings are taken from a 4th degree polynomial,


f(x) = x4 + 2x3 – 7.5
at x= 1.1, 1.3, 1.5, 1.7 and 1.9. Find f(1.505) and f(1.6) and f(1.485), using
Gauss (1), Gauss (2), Steriling and Bessel formulae. Comment on the results.

You might also like