/*! 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} Q1Q 1. Find the inverse of the matri... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

1. Find the inverse of the matrix \(\left( {\begin{aligned}{*{20}{c}}{\bf{8}}&{\bf{6}}\\{\bf{5}}&{\bf{4}}\end{aligned}} \right)\).

Short Answer

Expert verified

The inverse of \(\left( {\begin{aligned}{*{20}{c}}8&6\\5&4\end{aligned}} \right)\) is \(\left( {\begin{aligned}{*{20}{c}}2&{ - 3}\\{ - 2.5}&4\end{aligned}} \right)\).

Step by step solution

01

Check if the matrix is invertible

\(\begin{aligned}{c}\det \left( {\left( {\begin{aligned}{*{20}{c}}8&6\\5&4\end{aligned}} \right)} \right) = 8\left( 4 \right) - 6\left( 5 \right)\\ = 32 - 30\\\det \left( {\left( {\begin{aligned}{*{20}{c}}8&6\\5&4\end{aligned}} \right)} \right) = 2 \ne 0\end{aligned}\)

This implies that\(\left( {\begin{aligned}{*{20}{c}}8&6\\5&4\end{aligned}} \right)\)is invertible.

02

Use the formula

\({\left( {\begin{aligned}{*{20}{c}}a&b\\c&d\end{aligned}} \right)^{ - 1}} = \frac{1}{{ad - bc}}\left( {\begin{aligned}{*{20}{c}}d&{ - b}\\{ - c}&a\end{aligned}} \right)\) when \(ad - bc \ne 0\).

03

Write the inverse matrix

\(\begin{aligned}{c}{\left( {\begin{aligned}{*{20}{c}}8&6\\5&4\end{aligned}} \right)^{ - 1}} = \frac{1}{2}\left( {\begin{aligned}{*{20}{c}}4&{ - 6}\\{ - 5}&8\end{aligned}} \right)\\ = \left( {\begin{aligned}{*{20}{c}}2&{ - 3}\\{ - \frac{5}{2}}&4\end{aligned}} \right)\\{\left( {\begin{aligned}{*{20}{c}}8&6\\5&4\end{aligned}} \right)^{ - 1}} = \left( {\begin{aligned}{*{20}{c}}2&{ - 3}\\{ - 2.5}&4\end{aligned}} \right)\end{aligned}\)

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

Exercises 15 and 16 concern arbitrary matrices A, B, and Cfor which the indicated sums and products are defined. Mark each statement True or False. Justify each answer.

15. a. If A and B are \({\bf{2}} \times {\bf{2}}\) with columns \({{\bf{a}}_1},{{\bf{a}}_2}\) and \({{\bf{b}}_1},{{\bf{b}}_2}\) respectively, then \(AB = \left( {\begin{aligned}{*{20}{c}}{{{\bf{a}}_1}{{\bf{b}}_1}}&{{{\bf{a}}_2}{{\bf{b}}_2}}\end{aligned}} \right)\).

b. Each column of ABis a linear combination of the columns of Busing weights from the corresponding column of A.

c. \(AB + AC = A\left( {B + C} \right)\)

d. \({A^T} + {B^T} = {\left( {A + B} \right)^T}\)

e. The transpose of a product of matrices equals the product of their transposes in the same order.

Suppose \({A_{{\bf{11}}}}\) is an invertible matrix. Find matrices Xand Ysuch that the product below has the form indicated. Also,compute \({B_{{\bf{22}}}}\). [Hint:Compute the product on the left, and setit equal to the right side.]

\[\left[ {\begin{array}{*{20}{c}}I&{\bf{0}}&{\bf{0}}\\X&I&{\bf{0}}\\Y&{\bf{0}}&I\end{array}} \right]\left[ {\begin{array}{*{20}{c}}{{A_{{\bf{1}}1}}}&{{A_{{\bf{1}}2}}}\\{{A_{{\bf{2}}1}}}&{{A_{{\bf{2}}2}}}\\{{A_{{\bf{3}}1}}}&{{A_{{\bf{3}}2}}}\end{array}} \right] = \left[ {\begin{array}{*{20}{c}}{{B_{11}}}&{{B_{12}}}\\{\bf{0}}&{{B_{22}}}\\{\bf{0}}&{{B_{32}}}\end{array}} \right]\]

Suppose Aand Bare \(n \times n\), Bis invertible, and ABis invertible. Show that Ais invertible. (Hint: Let C=AB, and solve this equation for A.)

In Exercises 1–9, assume that the matrices are partitioned conformably for block multiplication. Compute the products shown in Exercises 1–4.

2. \[\left[ {\begin{array}{*{20}{c}}E&{\bf{0}}\\{\bf{0}}&F\end{array}} \right]\left[ {\begin{array}{*{20}{c}}A&B\\C&D\end{array}} \right]\]

[M] For block operations, it may be necessary to access or enter submatrices of a large matrix. Describe the functions or commands of your matrix program that accomplish the following tasks. Suppose A is a \(20 \times 30\) matrix.

  1. Display the submatrix of Afrom rows 15 to 20 and columns 5 to 10.
  2. Insert a \(5 \times 10\) matrix B into A, beginning at row 10 and column 20.
  3. Create a \(50 \times 50\) matrix of the form \(B = \left[ {\begin{array}{*{20}{c}}A&0\\0&{{A^T}}\end{array}} \right]\).

[Note: It may not be necessary to specify the zero blocks in B.]

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.