/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 75 If \(A\) and \(B\) are invertibl... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

If \(A\) and \(B\) are invertible, check that \(B^{-1} A^{-1}\) is the inverse of \(A B\).

Short Answer

Expert verified
We need to prove that \(B^{-1}A^{-1}\) is the inverse of \(AB\). Using the associative property of matrix multiplication and the property of invertible matrices, we calculate the product of the two matrices in both orders and obtain: \( (B^{-1} A^{-1})(AB) = B^{-1}(A^{-1}A)B = B^{-1}IB = B^{-1}B = I \) \( (AB)(B^{-1}A^{-1}) = A(BB^{-1})A^{-1} = AIA^{-1} = AA^{-1} = I \) Thus, we have shown that \(B^{-1}A^{-1}\) is indeed the inverse of \(AB\).

Step by step solution

01

Compute the product of (B^{-1} A^{-1})(AB) and (AB)(B^{-1}A^{-1})

Let's compute the product of the two matrices (B^{-1} A^{-1})(AB) and (AB)(B^{-1}A^{-1}) separately.
02

Compute (B^{-1} A^{-1})(AB)

To compute (B^{-1} A^{-1})(AB), we will use the associative property of matrix multiplication which states that (AB)C = A(BC) for any matrices A, B and C, so: (B^{-1} A^{-1})(AB) = B^{-1}(A^{-1}A)B Now, since A is invertible, it means that A^{-1}A = I, where I is the identity matrix, so: B^{-1}(A^{-1}A)B = B^{-1}IB Since the identity matrix I does not affect the product when multiplied with a matrix, we are left with: B^{-1}B Now, as B is invertible, it means B^{-1}B = I, so: (B^{-1} A^{-1})(AB) = I
03

Compute (AB)(B^{-1}A^{-1})

To compute (AB)(B^{-1}A^{-1}), we will use the associative property of matrix multiplication again: (AB)(B^{-1}A^{-1}) = A(BB^{-1})A^{-1} Since B is invertible, BB^{-1} = I, so: A(BB^{-1})A^{-1} = AIA^{-1} Now, since the identity matrix I does not affect the product when multiplied with a matrix, we are left with: AA^{-1} And as A is invertible, it means AA^{-1} = I, so: (AB)(B^{-1}A^{-1}) = I
04

Conclusion

Based on the previous steps, we showed that: (B^{-1} A^{-1})(AB) = I and (AB)(B^{-1}A^{-1}) = I This proves that B^{-1}A^{-1} is indeed the inverse of AB.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

Revenue Recall the Left Coast Bookstore chain from the preceding section. In January, it sold 700 hardcover books, 1,300 softcover books, and 2,000 plastic books in San Francisco; it sold 400 hardcover, 300 softcover, and 500 plastic books in Los Angeles. Now, hardcover books sell for \(\$ 30\) each, softcover books sell for \(\$ 10\) each, and plastic books sell for \(\$ 15\) each. Write a column matrix with the price data and show how matrix multiplication (using the sales and price data matrices) may be used to compute the total revenue at the two stores.

What would a matrix \(A\) look like if \(A_{i j}=0\) whenever \(i \neq j\) ?

C o s t s ~ M i c r o b u c k s ~ C o m p u t e r ~ C o . ~ m a k e s ~ t w o ~ c o m p u t e r s , ~ t h e ~ Pomegranate II and the Pomegranate Classic. The Pom II requires 2 processor chips, 16 memory chips, and 20 vacuum tubes, while the Pom Classic requires 1 processor chip, 4 memory chips, and 40 vacuum tubes. There are two companies that can supply these parts: Motorel can supply them at \(\$ 100\) per processor chip, \(\$ 50\) per memory chip, and \(\$ 10\) per vacuum tube, while Intola can supply them at \(\$ 150\) per processor chip, \(\$ 40\) per memory chip, and \(\$ 15\) per vacuum tube. Write down all of this data in two matrices, one showing the parts required for each model computer, and the other showing the prices for each part from each supplier. Then show how matrix multiplication allows you to compute the total cost for parts for each model when parts are bought from either supplier.

Evaluate the given expression. Take \(A=\left[\begin{array}{rrr}1 & -1 & 0 \\\ 0 & 2 & -1\end{array}\right], B=\left[\begin{array}{rrr}3 & 0 & -1 \\ 5 & -1 & 1\end{array}\right]\), and \(C=\left[\begin{array}{lll}x & 1 & w \\ z & r & 4\end{array}\right] .\) $$ 2 A-4 C $$

War Games You are deciding whether to invade France, Sweden, or Norway, and your opponent is simultaneously deciding which of these three countries to defend. If you invade a country that your opponent is defending, you will be defeated (payoff: \(-1\) ), but if you invade a country your opponent is not defending, you will be successful (payoff: \(+1)\).

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.