Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
4th Edition
ISBN: 9780534380588
Author: Wayne L. Winston
Publisher: Brooks Cole
Expert Solution & Answer
Book Icon
Chapter 2.5, Problem 8P

Explanation of Solution

a.

Inverse of the given matrix:

We know that for any square matrix A,

A1A=I

Therefore, we have,

(100B)1(100B)=I

Hence, we get

Explanation of Solution

b.

Obtaining the inverse:

Suppose B' be the matrix obtained by doubling every entry in row 1 of any n×n matrix B.

Then we have,

B'=[2    0    00    1    0         0    0    1]B

Now, we have,

(B')1=([2    0    00    1    0         0    0    1]B)1

  

Explanation of Solution

c.

Obtaining the inverse:

Suppose B' be the matrix obtained by doubling every entry in column 1 of any n×n matrix B.

Then, we have,

B'=B[2    0    00    1    0         0    0    1]

Now, we have,

(B')1=(B[2    0    00    1    0         0    0    1])1

 

Blurred answer
Students have asked these similar questions
Using the below insights: obtain a matrix P such that if A is any matrix with 3 columns, AP is a cyclic shift of the columns of A (namely the first column of A is the second column of AP, second column of A is the third column of AP, and the third column of A becomes the first column of AP). # Let A = a-1, a-2, ..., a-n# x = x-1, x-2, ..., x-n# Ax = x-1*a-1 + x-2*a-2 + ... + x-n*a-n# [x1] [x1]# A = [x2] = [a1 a2 ... an]* [x2] = a1*x1 + a2*x2 + ... + an*xn# [...] [...]# [xn] [xn]
If x=[1 4; 8 3], find :a) the inverse matrix of x .b) the diagonal of x.c) the sum of each column and the sum of whole matrix x.d) the transpose of x.
Given a matrix of dimension m*n where each cell in the matrix can have values 0, 1 or 2 which has the following meaning: 0: Empty cell 1: Cells have fresh oranges 2: Cells have rotten oranges So we have to determine what is the minimum time required so that all the oranges become rotten. A rotten orange at index [i,j] can rot other fresh orange at indexes [i-1,j], [i+1,j], [i,j-1], [i,j+1] (up, down, left and right). If it is impossible to rot every orange then simply return -1. Examples: Input: arr[][C] = { {2, 1, 0, 2, 1}, {1, 0, 1, 2, 1}, {1, 0, 0, 2, 1}}; Output: All oranges cannot be rotten. Below is algorithm. 1) Create an empty Q. 2) Find all rotten oranges and enqueue them to Q. Also enqueue a delimiter to indicate beginning of next time frame. 3) While Q is not empty do following 3.a) While delimiter in Q is not reached (i) Dequeue an orange from queue, rot all adjacent oranges. While rotting the adjacents, make sure that time frame is incremented only once. And time frame is…
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