Exercises 25 and 26 prove Theorem 4 for \(A = \left( {\begin{aligned}{*{20}{c}}a&b\\c&d\end{aligned}} \right)\).

26. Show that if \(ad - bc \ne {\bf{0}}\), the formula for \({A^{ - 1}}\) works.

Short Answer

Expert verified

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

Step by step solution

01

Write the algorithm for obtaining \({A^{ - 1}}\)

The inverse of an\(m \times m\)matrix A can be computed using theaugmented matrix \(\left( {\begin{aligned}{*{20}{c}}A&I\end{aligned}} \right)\), where\(I\)is theidentity matrix. Matrix Ahas an inverse only if \(\left( {\begin{aligned}{*{20}{c}}A&I\end{aligned}} \right)\) is row equivalent to \(\left( {\begin{aligned}{*{20}{c}}I&{{A^{ - 1}}}\end{aligned}} \right)\).

02

Obtain the inverse of matrix A

Consider the matrix\(A = \left( {\begin{aligned}{*{20}{c}}a&b\\c&d\end{aligned}} \right)\).

Write the augmented matrix\(\left( {\begin{aligned}{*{20}{c}}A&I\end{aligned}} \right)\)as shown below:

\(\left( {\begin{aligned}{*{20}{c}}A&I\end{aligned}} \right) = \left( {\begin{aligned}{*{20}{c}}a&b&1&0\\c&d&0&1\end{aligned}} \right)\)

Row reduce the augmented matrix as shown below:

Multiply row one by\(\frac{1}{a}\).

\(\left( {\begin{aligned}{*{20}{c}}A&I\end{aligned}} \right) = \left( {\begin{aligned}{*{20}{c}}1&{b/a}&{1/a}&0\\c&d&0&1\end{aligned}} \right)\)

Use the\({x_1}\)term in the first equation to eliminate the\(c{x_1}\)term from the second equation. Add\( - c\)times row one to row two.

\(\left( {\begin{aligned}{*{20}{c}}1&{b/a}&{1/a}&0\\0&{d - \frac{{bc}}{a}}&{ - c/a}&1\end{aligned}} \right) \sim \left( {\begin{aligned}{*{20}{c}}1&{b/a}&{1/a}&0\\0&{\frac{{ad - bc}}{a}}&{ - c/a}&1\end{aligned}} \right)\)

Use the\(\frac{{b{x_2}}}{a}\)term in the first equation to eliminate the\(\left( {\frac{{ad - bc}}{a}} \right){x_2}\)term from the second equation. Add\( - \left( {\frac{b}{{ad - bc}}} \right)\)times row two to row one.

\(\left( {\begin{aligned}{*{20}{c}}1&{b/a}&{1/a}&0\\0&{\frac{{ad - bc}}{a}}&{ - c/a}&1\end{aligned}} \right) \sim \left( {\begin{aligned}{*{20}{c}}1&0&{\frac{d}{{ad - bc}}}&{ - \frac{b}{{ad - bc}}}\\0&{\frac{{ad - bc}}{a}}&{ - c/a}&1\end{aligned}} \right)\)

Multiply row two by\(\left( {\frac{a}{{ad - bc}}} \right)\).

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

By comparing with\(\left( {\begin{aligned}{*{20}{c}}I&{{A^{ - 1}}}\end{aligned}} \right)\), you get\({A^{ - 1}} = \left( {\begin{aligned}{*{20}{c}}{\frac{d}{{ad - bc}}}&{ - \frac{b}{{ad - bc}}}\\{ - \frac{c}{{ad - bc}}}&{\frac{a}{{ad - bc}}}\end{aligned}} \right)\), or\({A^{ - 1}} = \frac{1}{{ad - bc}}\left( {\begin{aligned}{*{20}{c}}d&{ - b}\\{ - c}&a\end{aligned}} \right)\).

Thus, theinverseof matrix is \({A^{ - 1}} = \frac{1}{{ad - bc}}\left( {\begin{aligned}{*{20}{c}}d&{ - b}\\{ - c}&a\end{aligned}} \right)\) if \(ad - bc \ne 0\).

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 Vaia!

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

[M] Suppose memory or size restrictions prevent your matrix program from working with matrices having more than 32 rows and 32 columns, and suppose some project involves \(50 \times 50\) matrices A and B. Describe the commands or operations of your program that accomplish the following tasks.

a. Compute \(A + B\)

b. Compute \(AB\)

c. Solve \(Ax = b\) for some vector b in \({\mathbb{R}^{50}}\), assuming that \(A\) can be partitioned into a \(2 \times 2\) block matrix \(\left[ {{A_{ij}}} \right]\), with \({A_{11}}\) an invertible \(20 \times 20\) matrix, \({A_{22}}\) an invertible \(30 \times 30\) matrix, and \({A_{12}}\) a zero matrix. [Hint: Describe appropriate smaller systems to solve, without using any matrix inverse.]

Suppose the second column of Bis all zeros. What can you

say about the second column of AB?

Let \({{\bf{r}}_1} \ldots ,{{\bf{r}}_p}\) be vectors in \({\mathbb{R}^{\bf{n}}}\), and let Qbe an\(m \times n\)matrix. Write the matrix\(\left( {\begin{aligned}{*{20}{c}}{Q{{\bf{r}}_1}}& \cdots &{Q{{\bf{r}}_p}}\end{aligned}} \right)\)as a productof two matrices (neither of which is an identity matrix).

Let \(T:{\mathbb{R}^n} \to {\mathbb{R}^n}\) be an invertible linear transformation. Explain why T is both one-to-one and onto \({\mathbb{R}^n}\). Use equations (1) and (2). Then give a second explanation using one or more theorems.

In exercise 11 and 12, mark each statement True or False.Justify each answer.

a. If \(A = \left[ {\begin{array}{*{20}{c}}{{A_{\bf{1}}}}&{{A_{\bf{2}}}}\end{array}} \right]\) and \(B = \left[ {\begin{array}{*{20}{c}}{{B_{\bf{1}}}}&{{B_{\bf{2}}}}\end{array}} \right]\), with \({A_{\bf{1}}}\) and \({A_{\bf{2}}}\) the same sizes as \({B_{\bf{1}}}\) and \({B_{\bf{2}}}\), respectively then \(A + B = \left[ {\begin{array}{*{20}{c}}{{A_1} + {B_1}}&{{A_{\bf{2}}} + {B_{\bf{2}}}}\end{array}} \right]\).

b. If \(A = \left[ {\begin{array}{*{20}{c}}{{A_{{\bf{11}}}}}&{{A_{{\bf{12}}}}}\\{{A_{{\bf{21}}}}}&{{A_{{\bf{22}}}}}\end{array}} \right]\) and \(B = \left[ {\begin{array}{*{20}{c}}{{B_1}}\\{{B_{\bf{2}}}}\end{array}} \right]\), then the partitions of \(A\) and \(B\) are comfortable for block multiplication.

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.

Sign-up for free