{"id":1377,"date":"2025-07-24T19:14:32","date_gmt":"2025-07-24T19:14:32","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=1377"},"modified":"2026-03-24T17:49:26","modified_gmt":"2026-03-24T17:49:26","slug":"solving-systems-with-inverses-learn-it-3","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/solving-systems-with-inverses-learn-it-3\/","title":{"raw":"Solving Systems with Inverses: Learn It 3","rendered":"Solving Systems with Inverses: Learn It 3"},"content":{"raw":"<h2>Finding the Multiplicative Inverse of 2\u00d72 Matrices Using a Formula<\/h2>\r\nWhen we need to find the <strong>multiplicative inverse<\/strong> of a [latex]2\\times 2[\/latex] matrix, we can use a special formula instead of using matrix multiplication or augmenting with the identity.\r\n\r\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\r\n<h3>multiplicative inverse of 2\u00d72 matrices formula<\/h3>\r\nIf [latex]A[\/latex] is a [latex]2\\times 2[\/latex] matrix, such as\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill a&amp; \\hfill &amp; \\hfill b\\\\ \\hfill c&amp; \\hfill &amp; \\hfill d\\end{array}\\right][\/latex]<\/p>\r\nthe multiplicative inverse of [latex]A[\/latex] is given by the formula\r\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\frac{1}{ad-bc}\\left[\\begin{array}{rrr}\\hfill d&amp; \\hfill &amp; \\hfill -b\\\\ \\hfill -c&amp; \\hfill &amp; \\hfill a\\end{array}\\right][\/latex]<\/p>\r\nwhere [latex]ad-bc\\ne 0[\/latex].\r\n\r\n&nbsp;\r\n\r\nIf [latex]ad-bc=0[\/latex], then [latex]A[\/latex] has no inverse.\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Use the formula to find the multiplicative inverse of\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}1&amp; -2\\\\ 2&amp; -3\\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"11636\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"11636\"]\r\n\r\nUsing the formula, we have\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}{A}^{-1} &amp; =\\frac{1}{\\left(1\\right)\\left(-3\\right)-\\left(-2\\right)\\left(2\\right)}\\left[\\begin{array}{cc}-3&amp; 2\\\\ -2&amp; 1\\end{array}\\right]\\hfill \\\\ &amp; =\\frac{1}{-3+4}\\left[\\begin{array}{cc}-3&amp; 2\\\\ -2&amp; 1\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{cc}-3&amp; 2\\\\ -2&amp; 1\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\r\n<strong>Analysis of the Solution<\/strong>\r\n\r\nWe can check that our formula works by using one of the other methods to calculate the inverse. Let\u2019s augment [latex]A[\/latex] with the identity.\r\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1&amp; \\hfill -2&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill -3&amp; \\hfill 0&amp; \\hfill 1\\\\ \\end{array}\\right][\/latex]<\/p>\r\nPerform <strong>row operations<\/strong> with the goal of turning [latex]A[\/latex] into the identity.\r\n<ol>\r\n \t<li>Multiply row 1 by [latex]-2[\/latex] and add to row 2.\r\n<center>[latex]\\left[\\begin{array}{cc|cc}\\hfill 1&amp; \\hfill -2&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill -2&amp; \\hfill 1\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Multiply row 1 by 2 and add to row 1.\r\n<center>[latex]\\left[\\begin{array}{cc|cc}\\hfill 1&amp; \\hfill 0&amp; \\hfill -3&amp; \\hfill 2\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill -2&amp; \\hfill 1\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\r\n<\/ol>\r\nSo, we have verified our original solution.\r\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\left[\\begin{array}{cc}-3&amp; 2\\\\ -2&amp; 1\\end{array}\\right][\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321755[\/ohm_question]<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321756[\/ohm_question]<\/section><section aria-label=\"Try It\">\r\n<h2>Multiplicative Inverse of 3\u00d73 Matrices<\/h2>\r\nUnfortunately, we do not have a formula similar to the one for a [latex]2\\text{}\\times \\text{}2[\/latex] matrix to find the inverse of a [latex]3\\text{}\\times \\text{}3[\/latex] matrix. But, we can still find the inverse by using a systematic approach involving row operations. This method requires augmenting the given matrix with the identity matrix and performing a series of row operations to transform the original matrix into the identity matrix. The resulting augmented matrix will then have the inverse of the original matrix on its right side.\r\n\r\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a [latex]3\\times 3[\/latex] matrix, find the inverse<\/strong>\r\n<ol>\r\n \t<li>Write the original matrix augmented with the identity matrix on the right.<\/li>\r\n \t<li>Use elementary row operations so that the identity appears on the left.<\/li>\r\n \t<li>What is obtained on the right is the inverse of the original matrix.<\/li>\r\n \t<li>Use matrix multiplication to show that [latex]A{A}^{-1}=I[\/latex] and [latex]{A}^{-1}A=I[\/latex].<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Given the [latex]3\\times 3[\/latex] matrix [latex]A[\/latex], find the inverse.\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{ccc}2&amp; 3&amp; 1\\\\ 3&amp; 3&amp; 1\\\\ 2&amp; 4&amp; 1\\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"144003\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"144003\"]\r\n\r\nAugment [latex]A[\/latex] with the identity matrix, and then begin row operations until the identity matrix replaces [latex]A[\/latex]. The matrix on the right will be the inverse of [latex]A[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc|ccc}\\hfill 2&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0\\\\ \\hfill 3&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 4&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill 1\\end{array}\\right]\\stackrel{\\text{Interchange }{R}_{2}\\text{ and }{R}_{1}}{\\to }\\left[\\begin{array}{ccc|ccc}\\hfill 3&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 4&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill 1\\end{array}\\right][\/latex]<\/p>\r\n<p style=\"text-align: center;\">[latex]-{R}_{2}+{R}_{1}={R}_{1}\\to \\left[\\begin{array}{ccc|ccc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 4&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill 1\\end{array}\\right][\/latex]<\/p>\r\n<p style=\"text-align: center;\">[latex]-{R}_{2}+{R}_{3}={R}_{3}\\to \\left[\\begin{array}{ccc|ccc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 0&amp; \\hfill 1\\end{array}\\right][\/latex]<\/p>\r\n<p style=\"text-align: center;\">[latex]{R}_{3}\\leftrightarrow {R}_{2}\\to \\left[\\begin{array}{ccc|ccc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 0&amp; \\hfill 1\\\\ \\hfill 2&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill 0\\end{array}\\right][\/latex]<\/p>\r\n<p style=\"text-align: center;\">[latex]-2{R}_{1}+{R}_{3}={R}_{3}\\to\\left[\\begin{array}{ccc|ccc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 0&amp; \\hfill 1\\\\ \\hfill 0&amp; \\hfill 3&amp; \\hfill 1&amp; \\hfill 3&amp; \\hfill -2&amp; \\hfill 0\\end{array}\\right][\/latex]<\/p>\r\n<p style=\"text-align: center;\">[latex]-3{R}_{2}+{R}_{3}={R}_{3}\\to\\left[\\begin{array}{ccc|ccc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill 0&amp; \\hfill -1&amp; \\hfill 0&amp; \\hfill 1\\\\ \\hfill 0&amp; \\hfill 0&amp; \\hfill 1&amp; \\hfill 6&amp; \\hfill -2&amp; \\hfill -3\\end{array}\\right][\/latex]<\/p>\r\nThus,\r\n<p style=\"text-align: center;\">[latex]{A}^{-1}=B=\\left[\\begin{array}{ccc}-1&amp; 1&amp; 0\\\\ -1&amp; 0&amp; 1\\\\ 6&amp; -2&amp; -3\\end{array}\\right][\/latex]<\/p>\r\n<strong>Analysis of the Solution<\/strong>\r\n\r\nTo prove that [latex]B={A}^{-1}[\/latex], let\u2019s multiply the two matrices together to see if the product equals the identity, if [latex]A{A}^{-1}=I[\/latex] and [latex]{A}^{-1}A=I[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\end{array}\\hfill \\\\ A{A}^{-1} &amp; =\\left[\\begin{array}{ccc}2&amp; 3&amp; 1\\\\ 3&amp; 3&amp; 1\\\\ 2&amp; 4&amp; 1\\end{array}\\right]\\text{ }\\left[\\begin{array}{rrr}\\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill -1&amp; \\hfill 0&amp; \\hfill 1\\\\ \\hfill 6&amp; \\hfill -2&amp; \\hfill -3\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{ccc}2\\left(-1\\right)+3\\left(-1\\right)+1\\left(6\\right)&amp; 2\\left(1\\right)+3\\left(0\\right)+1\\left(-2\\right)&amp; 2\\left(0\\right)+3\\left(1\\right)+1\\left(-3\\right)\\\\ 3\\left(-1\\right)+3\\left(-1\\right)+1\\left(6\\right)&amp; 3\\left(1\\right)+3\\left(0\\right)+1\\left(-2\\right)&amp; 3\\left(0\\right)+3\\left(1\\right)+1\\left(-3\\right)\\\\ 2\\left(-1\\right)+4\\left(-1\\right)+1\\left(6\\right)&amp; 2\\left(1\\right)+4\\left(0\\right)+1\\left(-2\\right)&amp; 2\\left(0\\right)+4\\left(1\\right)+1\\left(-3\\right)\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{ccc}1&amp; 0&amp; 0\\\\ 0&amp; 1&amp; 0\\\\ 0&amp; 0&amp; 1\\end{array}\\right]\\hfill \\end{array}[\/latex]\r\n[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\end{array}\\hfill \\\\ {A}^{-1}A &amp; =\\left[\\begin{array}{rrr}\\hfill -1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill -1&amp; \\hfill 0&amp; \\hfill 1\\\\ \\hfill 6&amp; \\hfill -2&amp; \\hfill -3\\end{array}\\right]\\text{ }\\left[\\begin{array}{ccc}2&amp; 3&amp; 1\\\\ 3&amp; 3&amp; 1\\\\ 2&amp; 4&amp; 1\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rrr}\\hfill -1\\left(2\\right)+1\\left(3\\right)+0\\left(2\\right)&amp; \\hfill -1\\left(3\\right)+1\\left(3\\right)+0\\left(4\\right)&amp; \\hfill -1\\left(1\\right)+1\\left(1\\right)+0\\left(1\\right)\\\\ \\hfill -1\\left(2\\right)+0\\left(3\\right)+1\\left(2\\right)&amp; \\hfill -1\\left(3\\right)+0\\left(3\\right)+1\\left(4\\right)&amp; \\hfill -1\\left(1\\right)+0\\left(1\\right)+1\\left(1\\right)\\\\ \\hfill 6\\left(2\\right)+-2\\left(3\\right)+-3\\left(2\\right)&amp; \\hfill 6\\left(3\\right)+-2\\left(3\\right)+-3\\left(4\\right)&amp; \\hfill 6\\left(1\\right)+-2\\left(1\\right)+-3\\left(1\\right)\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill 0&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 0&amp; \\hfill 1\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Given the [latex]3\\times 3[\/latex] matrix [latex]A[\/latex], find the inverse.\r\n<p style=\"text-align: center;\">[latex]A = \\left[\\begin{array}{ccc} 1 &amp; 2 &amp; 3 \\\\ 4 &amp; 5 &amp; 6 \\\\ 7 &amp; 8 &amp; 9 \\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"817649\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"817649\"]\r\n<ol>\r\n \t<li>Augment the matrix [latex]A[\/latex] with the identity matrix:\r\n<center>[latex]\\left[\\begin{array}{ccc|ccc} 1 &amp; 2 &amp; 3 &amp; 1 &amp; 0 &amp; 0 \\\\ 4 &amp; 5 &amp; 6 &amp; 0 &amp; 1 &amp; 0 \\\\ 7 &amp; 8 &amp; 9 &amp; 0 &amp; 0 &amp; 1 \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Perform row operations to try to transform the left side into the identity matrix:\r\n<ul>\r\n \t<li>Subtract 4 times row 1 from row 2:\r\n<center>[latex]R_2 \\leftarrow R_2 - 4R_1[\/latex]<\/center>\r\n<center>[latex]\\left[\\begin{array}{ccc|ccc} 1 &amp; 2 &amp; 3 &amp; 1 &amp; 0 &amp; 0 \\\\ 0 &amp; -3 &amp; -6 &amp; -4 &amp; 1 &amp; 0 \\\\ 7 &amp; 8 &amp; 9 &amp; 0 &amp; 0 &amp; 1 \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Subtract 7 times row 1 from row 3:\r\n<center>[latex]R_3 \\leftarrow R_3 - 7R_1[\/latex]<\/center>\r\n<center>[latex]\\left[\\begin{array}{ccc|ccc} 1 &amp; 2 &amp; 3 &amp; 1 &amp; 0 &amp; 0 \\\\ 0 &amp; -3 &amp; -6 &amp; -4 &amp; 1 &amp; 0 \\\\ 0 &amp; -6 &amp; -12 &amp; -7 &amp; 0 &amp; 1 \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Subtract 2 times row 2 from row 3:\r\n<center>[latex]R_3 \\leftarrow R_3 - 2R_2[\/latex]<\/center>\r\n<center>[latex]\\left[\\begin{array}{ccc|ccc} 1 &amp; 2 &amp; 3 &amp; 1 &amp; 0 &amp; 0 \\\\ 0 &amp; -3 &amp; -6 &amp; -4 &amp; 1 &amp; 0 \\\\ 0 &amp; 0 &amp; 0 &amp; 1 &amp; -2 &amp; 1 \\end{array}\\right][\/latex]<\/center><\/li>\r\n<\/ul>\r\n<\/li>\r\n<\/ol>\r\nThe third row of the left side of the augmented matrix is all zeros. This indicates that the original matrix A is singular, meaning it <strong>does not have an inverse<\/strong>.\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><b>How to: Finding an inverse using a TI-84 calculator<\/b>\r\n<ol>\r\n \t<li>Enter the matrix in the [MATRIX] menu.<\/li>\r\n \t<li>Find the inverse of the matrix by entering [latex][A]^-1[\/latex] into the calculator.<\/li>\r\n \t<li>Use [MATH] + Frac to convert the inverse into fraction form.<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321757[\/ohm_question]<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321758[\/ohm_question]<\/section><\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321759[\/ohm_question]<\/section>","rendered":"<h2>Finding the Multiplicative Inverse of 2\u00d72 Matrices Using a Formula<\/h2>\n<p>When we need to find the <strong>multiplicative inverse<\/strong> of a [latex]2\\times 2[\/latex] matrix, we can use a special formula instead of using matrix multiplication or augmenting with the identity.<\/p>\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\n<h3>multiplicative inverse of 2\u00d72 matrices formula<\/h3>\n<p>If [latex]A[\/latex] is a [latex]2\\times 2[\/latex] matrix, such as<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill a& \\hfill & \\hfill b\\\\ \\hfill c& \\hfill & \\hfill d\\end{array}\\right][\/latex]<\/p>\n<p>the multiplicative inverse of [latex]A[\/latex] is given by the formula<\/p>\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\frac{1}{ad-bc}\\left[\\begin{array}{rrr}\\hfill d& \\hfill & \\hfill -b\\\\ \\hfill -c& \\hfill & \\hfill a\\end{array}\\right][\/latex]<\/p>\n<p>where [latex]ad-bc\\ne 0[\/latex].<\/p>\n<p>&nbsp;<\/p>\n<p>If [latex]ad-bc=0[\/latex], then [latex]A[\/latex] has no inverse.<\/p>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Use the formula to find the multiplicative inverse of<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}1& -2\\\\ 2& -3\\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q11636\">Show Solution<\/button><\/p>\n<div id=\"q11636\" class=\"hidden-answer\" style=\"display: none\">\n<p>Using the formula, we have<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}{A}^{-1} & =\\frac{1}{\\left(1\\right)\\left(-3\\right)-\\left(-2\\right)\\left(2\\right)}\\left[\\begin{array}{cc}-3& 2\\\\ -2& 1\\end{array}\\right]\\hfill \\\\ & =\\frac{1}{-3+4}\\left[\\begin{array}{cc}-3& 2\\\\ -2& 1\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{cc}-3& 2\\\\ -2& 1\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\n<p><strong>Analysis of the Solution<\/strong><\/p>\n<p>We can check that our formula works by using one of the other methods to calculate the inverse. Let\u2019s augment [latex]A[\/latex] with the identity.<\/p>\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1& \\hfill -2& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill -3& \\hfill 0& \\hfill 1\\\\ \\end{array}\\right][\/latex]<\/p>\n<p>Perform <strong>row operations<\/strong> with the goal of turning [latex]A[\/latex] into the identity.<\/p>\n<ol>\n<li>Multiply row 1 by [latex]-2[\/latex] and add to row 2.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1& \\hfill -2& \\hfill 1& \\hfill 0\\\\ \\hfill 0& \\hfill 1& \\hfill -2& \\hfill 1\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Multiply row 1 by 2 and add to row 1.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1& \\hfill 0& \\hfill -3& \\hfill 2\\\\ \\hfill 0& \\hfill 1& \\hfill -2& \\hfill 1\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<\/ol>\n<p>So, we have verified our original solution.<\/p>\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\left[\\begin{array}{cc}-3& 2\\\\ -2& 1\\end{array}\\right][\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321755\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321755&theme=lumen&iframe_resize_id=ohm321755&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321756\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321756&theme=lumen&iframe_resize_id=ohm321756&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section aria-label=\"Try It\">\n<h2>Multiplicative Inverse of 3\u00d73 Matrices<\/h2>\n<p>Unfortunately, we do not have a formula similar to the one for a [latex]2\\text{}\\times \\text{}2[\/latex] matrix to find the inverse of a [latex]3\\text{}\\times \\text{}3[\/latex] matrix. But, we can still find the inverse by using a systematic approach involving row operations. This method requires augmenting the given matrix with the identity matrix and performing a series of row operations to transform the original matrix into the identity matrix. The resulting augmented matrix will then have the inverse of the original matrix on its right side.<\/p>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a [latex]3\\times 3[\/latex] matrix, find the inverse<\/strong><\/p>\n<ol>\n<li>Write the original matrix augmented with the identity matrix on the right.<\/li>\n<li>Use elementary row operations so that the identity appears on the left.<\/li>\n<li>What is obtained on the right is the inverse of the original matrix.<\/li>\n<li>Use matrix multiplication to show that [latex]A{A}^{-1}=I[\/latex] and [latex]{A}^{-1}A=I[\/latex].<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Given the [latex]3\\times 3[\/latex] matrix [latex]A[\/latex], find the inverse.<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{ccc}2& 3& 1\\\\ 3& 3& 1\\\\ 2& 4& 1\\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q144003\">Show Solution<\/button><\/p>\n<div id=\"q144003\" class=\"hidden-answer\" style=\"display: none\">\n<p>Augment [latex]A[\/latex] with the identity matrix, and then begin row operations until the identity matrix replaces [latex]A[\/latex]. The matrix on the right will be the inverse of [latex]A[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc|ccc}\\hfill 2& \\hfill 3& \\hfill 1& \\hfill 1& \\hfill 0& \\hfill 0\\\\ \\hfill 3& \\hfill 3& \\hfill 1& \\hfill 0& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill 4& \\hfill 1& \\hfill 0& \\hfill 0& \\hfill 1\\end{array}\\right]\\stackrel{\\text{Interchange }{R}_{2}\\text{ and }{R}_{1}}{\\to }\\left[\\begin{array}{ccc|ccc}\\hfill 3& \\hfill 3& \\hfill 1& \\hfill 0& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill 3& \\hfill 1& \\hfill 1& \\hfill 0& \\hfill 0\\\\ \\hfill 2& \\hfill 4& \\hfill 1& \\hfill 0& \\hfill 0& \\hfill 1\\end{array}\\right][\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]-{R}_{2}+{R}_{1}={R}_{1}\\to \\left[\\begin{array}{ccc|ccc}\\hfill 1& \\hfill 0& \\hfill 0& \\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill 3& \\hfill 1& \\hfill 1& \\hfill 0& \\hfill 0\\\\ \\hfill 2& \\hfill 4& \\hfill 1& \\hfill 0& \\hfill 0& \\hfill 1\\end{array}\\right][\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]-{R}_{2}+{R}_{3}={R}_{3}\\to \\left[\\begin{array}{ccc|ccc}\\hfill 1& \\hfill 0& \\hfill 0& \\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill 3& \\hfill 1& \\hfill 1& \\hfill 0& \\hfill 0\\\\ \\hfill 0& \\hfill 1& \\hfill 0& \\hfill -1& \\hfill 0& \\hfill 1\\end{array}\\right][\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]{R}_{3}\\leftrightarrow {R}_{2}\\to \\left[\\begin{array}{ccc|ccc}\\hfill 1& \\hfill 0& \\hfill 0& \\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill 0& \\hfill 1& \\hfill 0& \\hfill -1& \\hfill 0& \\hfill 1\\\\ \\hfill 2& \\hfill 3& \\hfill 1& \\hfill 1& \\hfill 0& \\hfill 0\\end{array}\\right][\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]-2{R}_{1}+{R}_{3}={R}_{3}\\to\\left[\\begin{array}{ccc|ccc}\\hfill 1& \\hfill 0& \\hfill 0& \\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill 0& \\hfill 1& \\hfill 0& \\hfill -1& \\hfill 0& \\hfill 1\\\\ \\hfill 0& \\hfill 3& \\hfill 1& \\hfill 3& \\hfill -2& \\hfill 0\\end{array}\\right][\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]-3{R}_{2}+{R}_{3}={R}_{3}\\to\\left[\\begin{array}{ccc|ccc}\\hfill 1& \\hfill 0& \\hfill 0& \\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill 0& \\hfill 1& \\hfill 0& \\hfill -1& \\hfill 0& \\hfill 1\\\\ \\hfill 0& \\hfill 0& \\hfill 1& \\hfill 6& \\hfill -2& \\hfill -3\\end{array}\\right][\/latex]<\/p>\n<p>Thus,<\/p>\n<p style=\"text-align: center;\">[latex]{A}^{-1}=B=\\left[\\begin{array}{ccc}-1& 1& 0\\\\ -1& 0& 1\\\\ 6& -2& -3\\end{array}\\right][\/latex]<\/p>\n<p><strong>Analysis of the Solution<\/strong><\/p>\n<p>To prove that [latex]B={A}^{-1}[\/latex], let\u2019s multiply the two matrices together to see if the product equals the identity, if [latex]A{A}^{-1}=I[\/latex] and [latex]{A}^{-1}A=I[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\end{array}\\hfill \\\\ A{A}^{-1} & =\\left[\\begin{array}{ccc}2& 3& 1\\\\ 3& 3& 1\\\\ 2& 4& 1\\end{array}\\right]\\text{ }\\left[\\begin{array}{rrr}\\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill -1& \\hfill 0& \\hfill 1\\\\ \\hfill 6& \\hfill -2& \\hfill -3\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{ccc}2\\left(-1\\right)+3\\left(-1\\right)+1\\left(6\\right)& 2\\left(1\\right)+3\\left(0\\right)+1\\left(-2\\right)& 2\\left(0\\right)+3\\left(1\\right)+1\\left(-3\\right)\\\\ 3\\left(-1\\right)+3\\left(-1\\right)+1\\left(6\\right)& 3\\left(1\\right)+3\\left(0\\right)+1\\left(-2\\right)& 3\\left(0\\right)+3\\left(1\\right)+1\\left(-3\\right)\\\\ 2\\left(-1\\right)+4\\left(-1\\right)+1\\left(6\\right)& 2\\left(1\\right)+4\\left(0\\right)+1\\left(-2\\right)& 2\\left(0\\right)+4\\left(1\\right)+1\\left(-3\\right)\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{ccc}1& 0& 0\\\\ 0& 1& 0\\\\ 0& 0& 1\\end{array}\\right]\\hfill \\end{array}[\/latex]<br \/>\n[latex]\\begin{array}{l}\\begin{array}{l}\\hfill \\\\ \\hfill \\end{array}\\hfill \\\\ {A}^{-1}A & =\\left[\\begin{array}{rrr}\\hfill -1& \\hfill 1& \\hfill 0\\\\ \\hfill -1& \\hfill 0& \\hfill 1\\\\ \\hfill 6& \\hfill -2& \\hfill -3\\end{array}\\right]\\text{ }\\left[\\begin{array}{ccc}2& 3& 1\\\\ 3& 3& 1\\\\ 2& 4& 1\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rrr}\\hfill -1\\left(2\\right)+1\\left(3\\right)+0\\left(2\\right)& \\hfill -1\\left(3\\right)+1\\left(3\\right)+0\\left(4\\right)& \\hfill -1\\left(1\\right)+1\\left(1\\right)+0\\left(1\\right)\\\\ \\hfill -1\\left(2\\right)+0\\left(3\\right)+1\\left(2\\right)& \\hfill -1\\left(3\\right)+0\\left(3\\right)+1\\left(4\\right)& \\hfill -1\\left(1\\right)+0\\left(1\\right)+1\\left(1\\right)\\\\ \\hfill 6\\left(2\\right)+-2\\left(3\\right)+-3\\left(2\\right)& \\hfill 6\\left(3\\right)+-2\\left(3\\right)+-3\\left(4\\right)& \\hfill 6\\left(1\\right)+-2\\left(1\\right)+-3\\left(1\\right)\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rrr}\\hfill 1& \\hfill 0& \\hfill 0\\\\ \\hfill 0& \\hfill 1& \\hfill 0\\\\ \\hfill 0& \\hfill 0& \\hfill 1\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Given the [latex]3\\times 3[\/latex] matrix [latex]A[\/latex], find the inverse.<\/p>\n<p style=\"text-align: center;\">[latex]A = \\left[\\begin{array}{ccc} 1 & 2 & 3 \\\\ 4 & 5 & 6 \\\\ 7 & 8 & 9 \\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q817649\">Show Answer<\/button><\/p>\n<div id=\"q817649\" class=\"hidden-answer\" style=\"display: none\">\n<ol>\n<li>Augment the matrix [latex]A[\/latex] with the identity matrix:\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc|ccc} 1 & 2 & 3 & 1 & 0 & 0 \\\\ 4 & 5 & 6 & 0 & 1 & 0 \\\\ 7 & 8 & 9 & 0 & 0 & 1 \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Perform row operations to try to transform the left side into the identity matrix:\n<ul>\n<li>Subtract 4 times row 1 from row 2:\n<div style=\"text-align: center;\">[latex]R_2 \\leftarrow R_2 - 4R_1[\/latex]<\/div>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc|ccc} 1 & 2 & 3 & 1 & 0 & 0 \\\\ 0 & -3 & -6 & -4 & 1 & 0 \\\\ 7 & 8 & 9 & 0 & 0 & 1 \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Subtract 7 times row 1 from row 3:\n<div style=\"text-align: center;\">[latex]R_3 \\leftarrow R_3 - 7R_1[\/latex]<\/div>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc|ccc} 1 & 2 & 3 & 1 & 0 & 0 \\\\ 0 & -3 & -6 & -4 & 1 & 0 \\\\ 0 & -6 & -12 & -7 & 0 & 1 \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Subtract 2 times row 2 from row 3:\n<div style=\"text-align: center;\">[latex]R_3 \\leftarrow R_3 - 2R_2[\/latex]<\/div>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc|ccc} 1 & 2 & 3 & 1 & 0 & 0 \\\\ 0 & -3 & -6 & -4 & 1 & 0 \\\\ 0 & 0 & 0 & 1 & -2 & 1 \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n<p>The third row of the left side of the augmented matrix is all zeros. This indicates that the original matrix A is singular, meaning it <strong>does not have an inverse<\/strong>.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><b>How to: Finding an inverse using a TI-84 calculator<\/b><\/p>\n<ol>\n<li>Enter the matrix in the [MATRIX] menu.<\/li>\n<li>Find the inverse of the matrix by entering [latex][A]^-1[\/latex] into the calculator.<\/li>\n<li>Use [MATH] + Frac to convert the inverse into fraction form.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321757\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321757&theme=lumen&iframe_resize_id=ohm321757&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321758\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321758&theme=lumen&iframe_resize_id=ohm321758&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321759\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321759&theme=lumen&iframe_resize_id=ohm321759&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n","protected":false},"author":13,"menu_order":17,"template":"","meta":{"_candela_citation":"[]","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"part":514,"module-header":"learn_it","content_attributions":[],"internal_book_links":[],"video_content":null,"cc_video_embed_content":{"cc_scripts":"","media_targets":[]},"try_it_collection":null,"_links":{"self":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1377"}],"collection":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/users\/13"}],"version-history":[{"count":5,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1377\/revisions"}],"predecessor-version":[{"id":5996,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1377\/revisions\/5996"}],"part":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/parts\/514"}],"metadata":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1377\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=1377"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=1377"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=1377"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=1377"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}