Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Solve the following system of equations using Gauss Elimination with the application of scaling and pivoting ( round all computations to five decimals ) .

Solve the following system of equations using Gauss Elimination with the application of scaling and pivoting
(round all computations to five decimals).
1.2t +2.9u +2.2v 14.5=0
3.1t +4.2u +7.1v 40.2=0
2.4t +4.1u +3.2v 21.8=0
Hint: You do not need to develop a program for this problem. Solve it manually and submit.
Problem #2(75%):
Develop a computer program to solve the following system of equations (employ initial guesses of 0.0 for all
unknowns):
using the following two methods:
(a) Gauss-Seidel
(b) Jacobi
Perform iterations until the approximation error is <0.00001 and then comment on the obtained results.
Note: For this problem, it is optional to use MatLab or any programming language (e.g., C/C++, Octave,
Python, Java...etc.). However, you are not allowed to use any built-in functions in MatLab that are not
available in the other compilers.
Assignment #2 Deliverables:
Assignment to be submitted on D2L (Assessments/Dropbox/Assignment #2) with a file name as:
Last Name_First Name_UCID_Group Number_Assignment 2 and it should include the following:
The full solution of Problem #1 with all intermediate steps.
Your source code and the program output for Problem #2(i.e., solution and approximation error for each
iteration). Note that your code must be working and providing results (solution, approximation error,
termination criterion...etc.) for full marks.

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

Students also viewed these Databases questions