Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For the following linear system: 3 2 9 2 117401 10 1 2 3 1 9||X1 35 1 0 2 8 4||X2= 5 9 250

image text in transcribed

For the following linear system: 3 2 9 2 117401 10 1 2 3 1 9||X1 35 1 0 2 8 4||X2= 5 9 250 1||X3 1 11 6 1 3 OJLX4 14 1. Find the solution analytically (you can use Matlab) 2. Write a Matlab code for finding the solution for the given linear system in iterative fashion using Gauss-Seidel and Jacobi methods using zero values for all the unknown variables as an initial guess. 3. For each method above, and for each variable, what is the total number of iterations required to reach an absolute approximate error of 1E-8 and what is the corresponding estimation value? 4. For each method above, and for each variable, plot the percent relative true error and the percent relative approximate error versus the number of iterations. 5. Comment on the relation between the errors from one iteration to the next for each variable you find and compare/comment on the expected/unexpected efficiency and results of both methods. 6. Repeat 2 to 5 with relaxation using 1 = 1.2 7. For the Gauss-Seidel method and for each variable, plot the percent relative approximate error versus the number of iterations for the cases with and without relaxation (for each variable one figure that has two curves one with and one without relaxation

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Oracle 12c SQL

Authors: Joan Casteel

3rd edition

1305251032, 978-1305251038

More Books

Students also viewed these Databases questions

Question

How does polynomial regression help you deal with nonlinearity?

Answered: 1 week ago