Answer:
Consider the linear system
(a)
From(1) we get coeeficient matrix

Here


Here


So
is not strictly diagnal dominant matrix
(b)
From(1)
![X_{2}=[-1.142-X_{1}+0.25X_{3}]](http://img.homeworklib.com/questions/37ddc040-d752-11ea-9045-9301b15cdd21.png?x-oss-process=image/resize,w_560)
![X_{3}=[2-X_{1}+0.5X_{2}]](http://img.homeworklib.com/questions/38291ec0-d752-11ea-91fa-d77131e4536a.png?x-oss-process=image/resize,w_560)
By Gauss-Seidel Method ![\Rightarrow X_{1}^{(K+1)}=[0.2-X_{2}^{K}+X_{3}^{K}]](http://img.homeworklib.com/questions/387239c0-d752-11ea-98dd-397545f6cac8.png?x-oss-process=image/resize,w_560)
![X_{2}^{(K+1)}=[-1.142-X_{1}^{(K+1)}+0.25X_{3}^{(K)}]](http://img.homeworklib.com/questions/38bef630-d752-11ea-9dd6-016699f8a5b6.png?x-oss-process=image/resize,w_560)
![X_{3}^{(K+1)}=[2-X_{1}^{(K+1)}+0.5X_{2}^{(K+1)}]](http://img.homeworklib.com/questions/39136f30-d752-11ea-8622-67442c7746c7.png?x-oss-process=image/resize,w_560)

First iteration:
![X_{1}^{1}=[0.2-0+0]=0.2](http://img.homeworklib.com/questions/39a967c0-d752-11ea-a475-3772836505ef.png?x-oss-process=image/resize,w_560)
![X_{2}^{(1)}=[-1.425-0.2+0.25(0)]=-1.625](http://img.homeworklib.com/questions/39f46540-d752-11ea-94f7-2bbb1a40f663.png?x-oss-process=image/resize,w_560)
![X_{3}^{(1)}=[2-(0.2)+(0.5)(-1.625)]=0.9875](http://img.homeworklib.com/questions/3a4f0ba0-d752-11ea-ab3e-89719f8e99d4.png?x-oss-process=image/resize,w_560)

Second Iteration:
![X_{1}^{(2)}-[0.2-0(-1.625)+0.9875]=1.1875](http://img.homeworklib.com/questions/3b00cbf0-d752-11ea-85aa-b38fa18112d9.png?x-oss-process=image/resize,w_560)
![X_{2}^{(2)}=[-1.425-1.1875+(0.25)(0.9875)]=-2.3656](http://img.homeworklib.com/questions/3b5477c0-d752-11ea-9ee5-9950a09317f2.png?x-oss-process=image/resize,w_560)
![X_{3}^{(2)}=[2-1.1875+(0.5)(-2.36562)]=-0.37031](http://img.homeworklib.com/questions/3ba4ee00-d752-11ea-b262-93b6aed8b2e2.png?x-oss-process=image/resize,w_560)

(c)
For SOR Method ;
![X_{1}^{(K+1)}=(1-\omega)X_{1}^{(K)}+(\omega)[0.2-X_{2}^{(K)}+X_{3}^{(K)}]](http://img.homeworklib.com/questions/3c9fd820-d752-11ea-91db-992a095c323c.png?x-oss-process=image/resize,w_560)
![X_{2}^{(K+1)}=(1-\omega)X_{2}^{(K)}+(\omega)[-1.425-X_{1}^{(K+1)}+(0.25)X_{3}^{(K)}]](http://img.homeworklib.com/questions/3cf3bd70-d752-11ea-8e43-95d36d1a33e3.png?x-oss-process=image/resize,w_560)
![X_{3}^{(K+1)}=(1-\omega)X_{3}^{(K)}+(\omega)[2-X_{1}^{(K+1)}+(0.5)X_{2}^{(K+1)}]](http://img.homeworklib.com/questions/3d483170-d752-11ea-9923-31f26288854a.png?x-oss-process=image/resize,w_560)

first iteration:
![X_{1}^{(1)}=(1-0.7)(0)+(0.7)[0.2-0+0]=0.14](http://img.homeworklib.com/questions/3de29220-d752-11ea-87e1-bfb7f7dc8294.png?x-oss-process=image/resize,w_560)
![X_{2}^{(1)}=(1-0.7)(0)+(0.7)[-1.425-0.14+0]=0.9975](http://img.homeworklib.com/questions/3e3f0400-d752-11ea-bd9c-eb9334b38223.png?x-oss-process=image/resize,w_560)
![X_{3}^{(1)}=(1-0.7)(0)+(0.7)[2-0.14+(0.5)(-0.9975)]=0.952875](http://img.homeworklib.com/questions/3e9508f0-d752-11ea-9fde-0557fd10c8ca.png?x-oss-process=image/resize,w_560)

QUESTION 2 Consider the linear system 11 0.50 + Ii 22 0.579 + 23 0.2533 13...
QUESTION 2 Consider the linear system T 0.50 + 0.2 -1.425 12 0.5x2 + 0.25.73 23 whose solution is (0.9,-0.8,0.7). (a) Determine whether the coefficient matrix is strictly diagonally dominant. (5) (b) Approximate the solution of the system by performing two iterations of the Gauss-Seidel algorithm, using (10) x(0) = (0,0,0)' as the initial guess. (c) Approximate the solution of the system using one iteration of the SOR scheme, with w = 0.7 and (5) x) = (0,0,0) [20]
QUESTION 2 Consider the linear system Ti 0.521 + 21 2 0.5x2 + 13 0.25.13 23 0.2 -1.425 2 whose solution is (0.9,-0.8, 0.7). (a) Determine whether the coefficient matrix is strictly diagonally dominant. (5) (b) Approximate the solution of the system by performing two iterations of the Gauss-Seidel algorithm, using (10) x(0) - (0,0,0)' as the initial guess. (c) Approximate the solution of the system using one iteration of the SOR scheme, with w = 0.7 and (5) x(0)...
QUESTION 2 i 0.2 -1.425 2 Consider the linear system 13 0.52 + 22 0.25.13 = Ii 0.522 + 23 whose solution is 0.9,-0.8,0.7). (a) Determine whether the coefficient matrix is strictly diagonally dominant. (5) (b) Approximate the solution of the system by performing two iterations of the Gauss-Seidel algorithm, using (10) x() = (0,0,0)* as the initial guess. (c) Approximate the solution of the system using one iteration of the SOR scheme, with w = 0.7 and (5) x(0)...
rx2 has 0 coefficient in the first equation
QUESTION 2 Consider the linear system 11 + 0.5X1 T1 12 0.5x2 + 13 0.25x3 X3 0.2 -1.425 2 = whose solution is (0.9, -0.8,0.7). (a) Determine whether the coefficient matrix is strictly diagonally dominant. (b) Approximate the solution of the system by performing two iterations of the Gauss-Seidel algorithm, using x(0) = (0,0,0)t as the initial guess. (c) Approximate the solution of the system using one iteration of the SOR scheme,...
Consider the linear system 11 0.5.01 21 + 12 0.5.22 + 13 0.25.13 13 0.2 -1.425 2 whose solution is (0.9,-0.8, 0.7). (b) Approximate the solution of the system by performing two iterations of the Gauss-Seidel algorithm, using (10) (0) = (0,0,0)' as the initial guess. (c) Approximate the solution of the system using one iteration of the SOR scheme, with w = 0.7 and (5) x() = (0,0,0)
numerical analysis
QUESTION 2 Consider the linear system 21 0.52 21 + 22 23 0.2533 23 0.2 -1.425 2 0.5.22 + whose solution is (0.9, -0.8, 0.7). (a) Determine whether the coefficient matrix is strictly diagonally dominant. (5)
Rearrange the equations to form a strictly diagonally dominant system. Use the Jacobi iterative method and Gauss-Seidel methods with an initial vector (0, 0, 0) and 10 iterations to approximate the solution of the system. Solve the system directly and compare your results. X - 8Y - 2Z = 1 X + Y + 5Z = 4 3X - Y +Z = -2
Consider the linear system 5x1 - 21 + X1 - 22 + x3 = 1 5.22 - 23 = 2 22 5 5x3 = 3 (a) Discuss the convergence of the iterative solutions of this system generated by the Jacobi and Gauss-Seidel methods, by considering their iterative matrices. (b) If both methods converge, which one of them converges faster to the exact solution of this system? (c) Starting with the initial approximation x(0) = [0,0,0], find the number of iterations...
just 1,2,4
Problem 1 Consider the linear system of equations Ax = b, where x € R4X1, and A= 120 b = and h= 0.1. [2+d -1 0 0 1 1 -1 2+d -1 0 h2 0 -1 2 + 1 Lo 0 -1 2+d] 1. Is the above matrix diagonally dominant? Why 2. Use hand calculations to solve the linear system Ax = b with d=1 with the following methods: (a) Gaussian elimination. (b) LU decomposition. Use MATLAB (L,...
Question 1 (10 marks) For a linear system Ax b with 1 0-1 A-1 2-1 2-13 and b4 18 compute by hand the first four iterations with the Jacobi method, usg0 Hint: for the ease of calculation, keep to rational fractions rather than decimals. (10 marks) Question 2 For the same linear svstem as in Question 1. compute by hand the first three iterations with the Gauss Seidel method, us0 Hint: for the ease of calculation, keep to rational fractions...