{"id":1378,"date":"2025-07-24T19:14:21","date_gmt":"2025-07-24T19:14:21","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=1378"},"modified":"2025-08-13T02:34:13","modified_gmt":"2025-08-13T02:34:13","slug":"solving-systems-with-inverses-learn-it-2","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/solving-systems-with-inverses-learn-it-2\/","title":{"raw":"Solving Systems with Inverses: Learn It 2","rendered":"Solving Systems with Inverses: Learn It 2"},"content":{"raw":"<h2>Finding the Multiplicative Inverse<\/h2>\r\nWe can now determine whether two matrices are inverses, but how would we find the inverse of a given matrix?\r\n\r\nThere are several methods to accomplish this, each with its own advantages and applications. Understanding these techniques will provide you with a solid foundation for solving systems of linear equations and other matrix-related problems. Let's dive into the different approaches to finding the inverse of a matrix!\r\n<h3>Matrix Multiplication<\/h3>\r\nSince we know that the product of a matrix and its inverse is the identity matrix, we can find the inverse of a matrix by setting up an equation using\u00a0<strong>matrix multiplication<\/strong>.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">Use matrix multiplication to find the inverse of the given matrix.\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill &amp; \\hfill -2\\\\ \\hfill 2&amp; \\hfill &amp; \\hfill -3\\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"31546\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"31546\"]\r\n\r\nFor this method, we multiply [latex]A[\/latex] by a matrix containing unknown constants and set it equal to the identity.\r\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{rr}\\hfill 1&amp; \\hfill -2\\\\ \\hfill 2&amp; \\hfill -3\\end{array}\\right]\\text{ }\\left[\\begin{array}{rr}\\hfill a&amp; \\hfill b\\\\ \\hfill c&amp; \\hfill d\\end{array}\\right]=\\left[\\begin{array}{rr}\\hfill 1&amp; \\hfill 0\\\\ \\hfill 0&amp; \\hfill 1\\end{array}\\right][\/latex]<\/p>\r\nFind the product of the two matrices on the left side of the equal sign.\r\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{rr}\\hfill 1&amp; \\hfill -2\\\\ \\hfill 2&amp; \\hfill -3\\end{array}\\right]\\text{ }\\left[\\begin{array}{rr}\\hfill a&amp; \\hfill b\\\\ \\hfill c&amp; \\hfill d\\end{array}\\right]=\\left[\\begin{array}{rr}\\hfill 1a - 2c&amp; \\hfill 1b - 2d\\\\ \\hfill 2a - 3c&amp; \\hfill 2b - 3d\\end{array}\\right][\/latex]<\/p>\r\nNext, set up a system of equations with the entry in row 1, column 1 of the new matrix equal to the first entry of the identity, 1. Set the entry in row 2, column 1 of the new matrix equal to the corresponding entry of the identity, which is 0.\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{c}1a - 2c=1\\text{ }{R}_{1}\\\\ 2a - 3c=0\\text{ }{R}_{2}\\end{array}[\/latex]<\/p>\r\nUsing row operations, multiply and add as follows: [latex]\\left(-2\\right){R}_{1}+{R}_{2}\\to {R}_{2}[\/latex]. Add the equations, and solve for [latex]c[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill 1a - 2c=1\\\\ \\hfill 0+1c=-2\\\\ \\hfill c=-2\\end{array}[\/latex]<\/p>\r\nBack-substitute to solve for [latex]a[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill a - 2\\left(-2\\right)=1\\\\ \\hfill a+4=1\\\\ \\hfill a=-3\\end{array}[\/latex]<\/p>\r\nWrite another system of equations setting the entry in row 1, column 2 of the new matrix equal to the corresponding entry of the identity, 0. Set the entry in row 2, column 2 equal to the corresponding entry of the identity.\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{rr}\\hfill 1b - 2d=0&amp; \\hfill {R}_{1}\\\\ \\hfill 2b - 3d=1&amp; \\hfill {R}_{2}\\end{array}[\/latex]<\/p>\r\nUsing row operations, multiply and add as follows: [latex]\\left(-2\\right){R}_{1}+{R}_{2}={R}_{2}[\/latex]. Add the two equations and solve for [latex]d[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill 1b - 2d=0\\\\ \\hfill \\frac{0+1d=1}{d=1}\\\\ \\hfill \\end{array}[\/latex]<\/p>\r\nOnce more, back-substitute and solve for [latex]b[\/latex].\r\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill b - 2\\left(1\\right)=0\\\\ \\hfill b - 2=0\\\\ \\hfill b=2\\end{array}[\/latex]<\/p>\r\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\left[\\begin{array}{rrr}\\hfill -3&amp; \\hfill &amp; \\hfill 2\\\\ \\hfill -2&amp; \\hfill &amp; \\hfill 1\\end{array}\\right][\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section>\r\n<h3>Augmenting with the Identity<\/h3>\r\nAnother way to find the <strong>multiplicative inverse<\/strong> is by augmenting with the identity. When matrix [latex]A[\/latex] is transformed into [latex]I[\/latex], the augmented matrix [latex]I[\/latex] transforms into [latex]{A}^{-1}[\/latex].\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">For example, given\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 2&amp; \\hfill &amp; \\hfill 1\\\\ \\hfill 5&amp; \\hfill &amp; \\hfill 3\\end{array}\\right][\/latex]<\/p>\r\naugment [latex]A[\/latex] with the identity\r\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 2&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 5&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>Switch row 1 and row 2.\r\n<center>[latex]\\left[\\begin{array}{cc|cc}\\hfill 5&amp; \\hfill 3&amp; \\hfill 0&amp; \\hfill 1\\\\ \\hfill 2&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Multiply row 2 by [latex]-2[\/latex] and add to row 1.\r\n<center>[latex]\\left[\\begin{array}{cc|cc}\\hfill 1&amp; \\hfill 1&amp; \\hfill -2&amp; \\hfill 1\\\\ \\hfill 2&amp; \\hfill 1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\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 1&amp; \\hfill -2&amp; \\hfill 1\\\\ \\hfill 0&amp; \\hfill -1&amp; \\hfill 5&amp; \\hfill -2\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Add row 2 to row 1.\r\n<center>[latex]\\left[\\begin{array}{cc|cc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 3&amp; \\hfill -1\\\\ \\hfill 0&amp; \\hfill -1&amp; \\hfill 5&amp; \\hfill -2\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\r\n \t<li>Multiply row 2 by [latex]-1[\/latex].\r\n<center>[latex]\\left[\\begin{array}{cc|cc}\\hfill 1&amp; \\hfill 0&amp; \\hfill 3&amp; \\hfill -1\\\\ \\hfill 0&amp; \\hfill 1&amp; \\hfill -5&amp; \\hfill 2\\\\ \\end{array}\\right][\/latex]<\/center><\/li>\r\n<\/ol>\r\nThe matrix we have found is [latex]{A}^{-1}[\/latex].\r\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\left[\\begin{array}{rrr}\\hfill 3&amp; \\hfill &amp; \\hfill -1\\\\ \\hfill -5&amp; \\hfill &amp; \\hfill 2\\end{array}\\right][\/latex]<\/p>\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Find the inverse of the given matrix by augmenting with the identity.\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill &amp; \\hfill -2\\\\ \\hfill 2&amp; \\hfill &amp; \\hfill -3\\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"967719\"]Show Answer[\/reveal-answer]\r\n[hidden-answer a=\"967719\"]\r\n\r\n[latex]\\begin{array}{l} \\text{1. Augment } A \\text{ with the identity matrix:} \\\\ \\left[\\begin{array}{cc|cc} 1 &amp; -2 &amp; 1 &amp; 0 \\\\ 2 &amp; -3 &amp; 0 &amp; 1 \\\\ \\end{array}\\right] \\\\ \\\\ \\text{2. Perform row operations with the goal of turning } A \\text{ into the identity matrix.} \\\\ \\text{First, multiply row 1 by } -2 \\text{ and add to row 2:} \\\\ \\left[\\begin{array}{cc|cc} 1 &amp; -2 &amp; 1 &amp; 0 \\\\ 2 &amp; -3 &amp; 0 &amp; 1 \\\\ \\end{array}\\right] \\rightarrow \\left[\\begin{array}{cc|cc} 1 &amp; -2 &amp; 1 &amp; 0 \\\\ 0 &amp; 1 &amp; -2 &amp; 1 \\\\ \\end{array}\\right] \\\\ \\\\ \\text{Next, multiply row 2 by } 2 \\text{ and add to row 1:} \\\\ \\left[\\begin{array}{cc|cc} 1 &amp; -2 &amp; 1 &amp; 0 \\\\ 0 &amp; 1 &amp; -2 &amp; 1 \\\\ \\end{array}\\right] \\rightarrow \\left[\\begin{array}{cc|cc} 1 &amp; 0 &amp; -3 &amp; 2 \\\\ 0 &amp; 1 &amp; -2 &amp; 1 \\\\ \\end{array}\\right] \\\\ \\\\ \\text{3. The matrix we have found is } A^{-1} : \\\\ A^{-1} = \\left[\\begin{array}{rr} -3 &amp; 2 \\\\ -2 &amp; 1 \\\\ \\end{array}\\right] \\\\ \\end{array}[\/latex]\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section>\r\n<h3><\/h3>","rendered":"<h2>Finding the Multiplicative Inverse<\/h2>\n<p>We can now determine whether two matrices are inverses, but how would we find the inverse of a given matrix?<\/p>\n<p>There are several methods to accomplish this, each with its own advantages and applications. Understanding these techniques will provide you with a solid foundation for solving systems of linear equations and other matrix-related problems. Let&#8217;s dive into the different approaches to finding the inverse of a matrix!<\/p>\n<h3>Matrix Multiplication<\/h3>\n<p>Since we know that the product of a matrix and its inverse is the identity matrix, we can find the inverse of a matrix by setting up an equation using\u00a0<strong>matrix multiplication<\/strong>.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">Use matrix multiplication to find the inverse of the given matrix.<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 1& \\hfill & \\hfill -2\\\\ \\hfill 2& \\hfill & \\hfill -3\\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q31546\">Show Solution<\/button><\/p>\n<div id=\"q31546\" class=\"hidden-answer\" style=\"display: none\">\n<p>For this method, we multiply [latex]A[\/latex] by a matrix containing unknown constants and set it equal to the identity.<\/p>\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{rr}\\hfill 1& \\hfill -2\\\\ \\hfill 2& \\hfill -3\\end{array}\\right]\\text{ }\\left[\\begin{array}{rr}\\hfill a& \\hfill b\\\\ \\hfill c& \\hfill d\\end{array}\\right]=\\left[\\begin{array}{rr}\\hfill 1& \\hfill 0\\\\ \\hfill 0& \\hfill 1\\end{array}\\right][\/latex]<\/p>\n<p>Find the product of the two matrices on the left side of the equal sign.<\/p>\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{rr}\\hfill 1& \\hfill -2\\\\ \\hfill 2& \\hfill -3\\end{array}\\right]\\text{ }\\left[\\begin{array}{rr}\\hfill a& \\hfill b\\\\ \\hfill c& \\hfill d\\end{array}\\right]=\\left[\\begin{array}{rr}\\hfill 1a - 2c& \\hfill 1b - 2d\\\\ \\hfill 2a - 3c& \\hfill 2b - 3d\\end{array}\\right][\/latex]<\/p>\n<p>Next, set up a system of equations with the entry in row 1, column 1 of the new matrix equal to the first entry of the identity, 1. Set the entry in row 2, column 1 of the new matrix equal to the corresponding entry of the identity, which is 0.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{c}1a - 2c=1\\text{ }{R}_{1}\\\\ 2a - 3c=0\\text{ }{R}_{2}\\end{array}[\/latex]<\/p>\n<p>Using row operations, multiply and add as follows: [latex]\\left(-2\\right){R}_{1}+{R}_{2}\\to {R}_{2}[\/latex]. Add the equations, and solve for [latex]c[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill 1a - 2c=1\\\\ \\hfill 0+1c=-2\\\\ \\hfill c=-2\\end{array}[\/latex]<\/p>\n<p>Back-substitute to solve for [latex]a[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill a - 2\\left(-2\\right)=1\\\\ \\hfill a+4=1\\\\ \\hfill a=-3\\end{array}[\/latex]<\/p>\n<p>Write another system of equations setting the entry in row 1, column 2 of the new matrix equal to the corresponding entry of the identity, 0. Set the entry in row 2, column 2 equal to the corresponding entry of the identity.<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{rr}\\hfill 1b - 2d=0& \\hfill {R}_{1}\\\\ \\hfill 2b - 3d=1& \\hfill {R}_{2}\\end{array}[\/latex]<\/p>\n<p>Using row operations, multiply and add as follows: [latex]\\left(-2\\right){R}_{1}+{R}_{2}={R}_{2}[\/latex]. Add the two equations and solve for [latex]d[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill 1b - 2d=0\\\\ \\hfill \\frac{0+1d=1}{d=1}\\\\ \\hfill \\end{array}[\/latex]<\/p>\n<p>Once more, back-substitute and solve for [latex]b[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]\\begin{array}{r}\\hfill b - 2\\left(1\\right)=0\\\\ \\hfill b - 2=0\\\\ \\hfill b=2\\end{array}[\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\left[\\begin{array}{rrr}\\hfill -3& \\hfill & \\hfill 2\\\\ \\hfill -2& \\hfill & \\hfill 1\\end{array}\\right][\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<h3>Augmenting with the Identity<\/h3>\n<p>Another way to find the <strong>multiplicative inverse<\/strong> is by augmenting with the identity. When matrix [latex]A[\/latex] is transformed into [latex]I[\/latex], the augmented matrix [latex]I[\/latex] transforms into [latex]{A}^{-1}[\/latex].<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">For example, given<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 2& \\hfill & \\hfill 1\\\\ \\hfill 5& \\hfill & \\hfill 3\\end{array}\\right][\/latex]<\/p>\n<p>augment [latex]A[\/latex] with the identity<\/p>\n<p style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 2& \\hfill 1& \\hfill 1& \\hfill 0\\\\ \\hfill 5& \\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>Switch row 1 and row 2.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 5& \\hfill 3& \\hfill 0& \\hfill 1\\\\ \\hfill 2& \\hfill 1& \\hfill 1& \\hfill 0\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Multiply row 2 by [latex]-2[\/latex] and add to row 1.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1& \\hfill 1& \\hfill -2& \\hfill 1\\\\ \\hfill 2& \\hfill 1& \\hfill 1& \\hfill 0\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\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 1& \\hfill -2& \\hfill 1\\\\ \\hfill 0& \\hfill -1& \\hfill 5& \\hfill -2\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Add row 2 to row 1.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1& \\hfill 0& \\hfill 3& \\hfill -1\\\\ \\hfill 0& \\hfill -1& \\hfill 5& \\hfill -2\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<li>Multiply row 2 by [latex]-1[\/latex].\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc|cc}\\hfill 1& \\hfill 0& \\hfill 3& \\hfill -1\\\\ \\hfill 0& \\hfill 1& \\hfill -5& \\hfill 2\\\\ \\end{array}\\right][\/latex]<\/div>\n<\/li>\n<\/ol>\n<p>The matrix we have found is [latex]{A}^{-1}[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]{A}^{-1}=\\left[\\begin{array}{rrr}\\hfill 3& \\hfill & \\hfill -1\\\\ \\hfill -5& \\hfill & \\hfill 2\\end{array}\\right][\/latex]<\/p>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Find the inverse of the given matrix by augmenting with the identity.<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill 1& \\hfill & \\hfill -2\\\\ \\hfill 2& \\hfill & \\hfill -3\\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q967719\">Show Answer<\/button><\/p>\n<div id=\"q967719\" class=\"hidden-answer\" style=\"display: none\">\n<p>[latex]\\begin{array}{l} \\text{1. Augment } A \\text{ with the identity matrix:} \\\\ \\left[\\begin{array}{cc|cc} 1 & -2 & 1 & 0 \\\\ 2 & -3 & 0 & 1 \\\\ \\end{array}\\right] \\\\ \\\\ \\text{2. Perform row operations with the goal of turning } A \\text{ into the identity matrix.} \\\\ \\text{First, multiply row 1 by } -2 \\text{ and add to row 2:} \\\\ \\left[\\begin{array}{cc|cc} 1 & -2 & 1 & 0 \\\\ 2 & -3 & 0 & 1 \\\\ \\end{array}\\right] \\rightarrow \\left[\\begin{array}{cc|cc} 1 & -2 & 1 & 0 \\\\ 0 & 1 & -2 & 1 \\\\ \\end{array}\\right] \\\\ \\\\ \\text{Next, multiply row 2 by } 2 \\text{ and add to row 1:} \\\\ \\left[\\begin{array}{cc|cc} 1 & -2 & 1 & 0 \\\\ 0 & 1 & -2 & 1 \\\\ \\end{array}\\right] \\rightarrow \\left[\\begin{array}{cc|cc} 1 & 0 & -3 & 2 \\\\ 0 & 1 & -2 & 1 \\\\ \\end{array}\\right] \\\\ \\\\ \\text{3. The matrix we have found is } A^{-1} : \\\\ A^{-1} = \\left[\\begin{array}{rr} -3 & 2 \\\\ -2 & 1 \\\\ \\end{array}\\right] \\\\ \\end{array}[\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n<h3><\/h3>\n","protected":false},"author":13,"menu_order":16,"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\/1378"}],"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":4,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1378\/revisions"}],"predecessor-version":[{"id":1662,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1378\/revisions\/1662"}],"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\/1378\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=1378"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=1378"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=1378"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=1378"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}