Introduction to mathematical programming
Introduction to mathematical programming
4th Edition
ISBN: 9780534359645
Author: Jeffrey B. Goldberg
Publisher: Cengage Learning
Expert Solution & Answer
Book Icon
Chapter 2.5, Problem 2P

Explanation of Solution

Finding out the Inverse:

Consider the following matrix,

A=[1    0    14    1   -23    1   -1]

Suppose the inverse of this matrix is as follows:

A1=[e    f    gh    i    jk    l   m]

Then we have to solve the following equations,

[1    0    14    1   -23    1   -1][ehk]=[100]

[1    0    14    1   -23    1   -1][fil]=[010]

[1    0    14    1   -23    1   -1][gjm]=[001]

Hence, we get the augmented matrices respectively as follows:

A|b=(101141203110)

B|d=(101041213110)

C|v=(101041203111)

Now, apply Gauss – Jordan method.

Replacing row 2 by (row 2) – 4(row 1) of A|b, we get,

 A1|b1=(101101643110)

Replacing row 3 by (row 3) – 3(row 1) of A1|b1, we get,

A2|b2=(101101640143)

Replacing row 3 by (row 3 – row 2) of A2|b2, we get

A3|b3=(101101640021)

This gives us,

e+k=1h6k=4      k=12

Therefore, we get,

      e=12       h=1      k=12

Now, we solve for f, i and l

Blurred answer
Students have asked these similar questions
Dijkstra's Algorithm (part 1).  Consider the network shown below, and Dijkstra’s link-state algorithm. Here, we are interested in computing the least cost path from node E (note: the start node here is E) to all other nodes using Dijkstra's algorithm. Using the algorithm statement used in the textbook and its visual representation, complete the "Step 0" row in the table below showing the link state algorithm’s execution by matching the table entries (i), (ii), (iii), and (iv) with their values.  Write down your final [correct] answer, as you‘ll need it for the next question.
4. |z + 5 - 5i| = 7
14. dz, C: |z❘ C: |z❘ = 0.6 ze² - 2iz H
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole
Text book image
C++ Programming: From Problem Analysis to Program...
Computer Science
ISBN:9781337102087
Author:D. S. Malik
Publisher:Cengage Learning
Text book image
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr