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
whats for dinner? please
Consider the follow program that prints a page number on the left or right side of a page. Define and use a new function, isEven, that returns a Boolean to make the condition in the if statement easier to understand. ef main() :   page = int(input("Enter page number: "))   if page % 2 == 0 :      print(page)   else :      print("%60d" % page)   main()
What is the correct python code for the function def countWords(string) that will return a count of all the words in the string string of workds that are separated by spaces.
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
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