Introduction to mathematical programming
Introduction to mathematical programming
4th Edition
ISBN: 9780534359645
Author: Jeffrey B. Goldberg
Publisher: Cengage Learning
bartleby

Concept explainers

Expert Solution & Answer
Book Icon
Chapter 2.3, Problem 7P

Explanation of Solution

Using Gauss-Jordan method to indicate the solutions:

Consider the given system of linear equations,

x1+x2=2x2+2x3=3x2+x3=3

The augmented matrix of this system is as follows:

A|b=[1 1 00 -1 20 1 1][233]

The Gauss-Jordan method is applied to find the solutions of the above system of linear equations.

Replace row 3 of A|b by (row 3 + row 2), then the following matrix is obtained,

A1|b1=[1 1 00 -1 20 0 3][236]

Now, replace row 1 of A1|b1 by (row 1 + row 2), then the following matrix is obtained,

A2|b2=[1 0 20 -1 20 0 3][536]

Now, replace row 2 of A2|b2 by (– 1(row 2)), then the following matrix is obtained,

A3|b3=[1 0 20 1 -20 <

Blurred answer
Students have asked these similar questions
Use the Gauss-Siedel method to approximate the solution of the following system of linear equations. (Hint: you can stop iteration when you get very close results in three decimal places.) 5x1 - 2x2 + 3x3 = -1 %3D -3x1 + 9x2 + x3 = 2 2x1- X2-7x3 = 3
Given the following system of equations, create a code in Matlab (or other software) using the Gauss-Seidel method to solve with 10 iterations. Make a graph of solutions vs number of iterations and estimate from what iteration begins to converge to the solution.
Use Newton's Method to determine x5 for f(x) = x³ – 7x² + 6x – 2 if xo = 4.
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr