{"id":1370,"date":"2025-07-24T19:13:58","date_gmt":"2025-07-24T19:13:58","guid":{"rendered":"https:\/\/content.one.lumenlearning.com\/precalculus\/?post_type=chapter&#038;p=1370"},"modified":"2026-03-23T20:27:02","modified_gmt":"2026-03-23T20:27:02","slug":"matrices-and-matrix-operations-learn-it-4","status":"publish","type":"chapter","link":"https:\/\/content.one.lumenlearning.com\/precalculus\/chapter\/matrices-and-matrix-operations-learn-it-4\/","title":{"raw":"Matrices and Matrix Operations: Learn It 4","rendered":"Matrices and Matrix Operations: Learn It 4"},"content":{"raw":"<h2 style=\"text-align: left;\">Finding the Product of Two Matrices<\/h2>\r\nIn addition to multiplying a matrix by a scalar, we can multiply two matrices.\r\n\r\nFinding the <strong>product of two matrices<\/strong> is only possible when the <em>inner dimensions<\/em> are the same, meaning that the number of columns of the first matrix is equal to the number of rows of the second matrix. If [latex]A[\/latex] is an [latex]\\text{ }m\\text{ }\\times \\text{ }r\\text{ }[\/latex] matrix and [latex]B[\/latex] is an [latex]\\text{ }r\\text{ }\\times \\text{ }n\\text{ }[\/latex] matrix, then the product matrix [latex]AB[\/latex] is an [latex]\\text{ }m\\text{ }\\times \\text{ }n\\text{ }[\/latex] matrix. For example, the product [latex]AB[\/latex] is possible because the number of columns in [latex]A[\/latex] is the same as the number of rows in [latex]B[\/latex]. If the inner dimensions do not match, the product is not defined.\r\n\r\n<img class=\"aligncenter wp-image-5020 size-full\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03183642\/10.1.L.4.png\" alt=\"A has two rows and three columns and B has three rows and three columns. Because the number of columns in A matches the number of rows in B, the product of A and B is defined.\" width=\"196\" height=\"128\" \/>\r\n\r\nWe multiply entries of [latex]A[\/latex] with entries of [latex]B[\/latex] according to a specific pattern as outlined below. The process of <strong>matrix multiplication<\/strong> becomes clearer when working a problem with real numbers.\r\n\r\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">Work through the example model of matrix multiplication below on paper, then apply the process to the example problem below. It may take more than once to gain familiarity with it. Don't be discouraged if you don't understand fully right away. Matrix multiplication is a new skill and it will take time and practice for it to feel comfortable.<\/section>To obtain the entries in row [latex]i[\/latex] of [latex]AB,\\text{}[\/latex] we multiply the entries in row [latex]i[\/latex] of [latex]A[\/latex] by column [latex]j[\/latex] in [latex]B[\/latex] and add.\r\n\r\n<section class=\"textbox example\" aria-label=\"Example\">For example, given matrices [latex]A[\/latex] and [latex]B,\\text{}[\/latex] where the dimensions of [latex]A[\/latex] are [latex]2\\text{ }\\times \\text{ }3[\/latex] and the dimensions of [latex]B[\/latex] are [latex]3\\text{ }\\times \\text{ }3,\\text{}[\/latex] the product of [latex]AB[\/latex] will be a [latex]2\\text{ }\\times \\text{ }3[\/latex] matrix.\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill {a}_{11}&amp; \\hfill {a}_{12}&amp; \\hfill {a}_{13}\\\\ \\hfill {a}_{21}&amp; \\hfill {a}_{22}&amp; \\hfill {a}_{23}\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{rrr}\\hfill {b}_{11}&amp; \\hfill {b}_{12}&amp; \\hfill {b}_{13}\\\\ \\hfill {b}_{21}&amp; \\hfill {b}_{22}&amp; \\hfill {b}_{23}\\\\ \\hfill {b}_{31}&amp; \\hfill {b}_{32}&amp; \\hfill {b}_{33}\\end{array}\\right][\/latex]<\/p>\r\nMultiply and add as follows to obtain the first entry of the product matrix [latex]AB[\/latex].\r\n<ol>\r\n \t<li>To obtain the entry in row 1, column 1 of [latex]AB,\\text{}[\/latex] multiply the first row in [latex]A[\/latex] by the first column in [latex]B[\/latex] and add.\r\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}{a}_{11}&amp; {a}_{12}&amp; {a}_{13}\\end{array}\\right]\\cdot \\left[\\begin{array}{c}{b}_{11}\\\\ {b}_{21}\\\\ {b}_{31}\\end{array}\\right]={a}_{11}\\cdot {b}_{11}+{a}_{12}\\cdot {b}_{21}+{a}_{13}\\cdot {b}_{31}[\/latex]<\/div><\/li>\r\n \t<li>To obtain the entry in row 1, column 2 of [latex]AB,\\text{}[\/latex] multiply the first row of [latex]A[\/latex] by the second column in [latex]B[\/latex] and add.\r\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}{a}_{11}&amp; {a}_{12}&amp; {a}_{13}\\end{array}\\right]\\cdot \\left[\\begin{array}{c}{b}_{12}\\\\ {b}_{22}\\\\ {b}_{32}\\end{array}\\right]={a}_{11}\\cdot {b}_{12}+{a}_{12}\\cdot {b}_{22}+{a}_{13}\\cdot {b}_{32}[\/latex]<\/div><\/li>\r\n \t<li>To obtain the entry in row 1, column 3 of [latex]AB,\\text{}[\/latex] multiply the first row of [latex]A[\/latex] by the third column in [latex]B[\/latex] and add.\r\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}{a}_{11}&amp; {a}_{12}&amp; {a}_{13}\\end{array}\\right]\\cdot \\left[\\begin{array}{c}{b}_{13}\\\\ {b}_{23}\\\\ {b}_{33}\\end{array}\\right]={a}_{11}\\cdot {b}_{13}+{a}_{12}\\cdot {b}_{23}+{a}_{13}\\cdot {b}_{33}[\/latex]<\/div><\/li>\r\n<\/ol>\r\nWe proceed the same way to obtain the second row of [latex]AB[\/latex]. In other words, row 2 of [latex]A[\/latex] times column 1 of [latex]B[\/latex]; row 2 of [latex]A[\/latex] times column 2 of [latex]B[\/latex]; row 2 of [latex]A[\/latex] times column 3 of [latex]B[\/latex]. When complete, the product matrix will be\r\n<p style=\"text-align: center;\">[latex]AB=\\left[\\begin{array}{c}\\begin{array}{l}{a}_{11}\\cdot {b}_{11}+{a}_{12}\\cdot {b}_{21}+{a}_{13}\\cdot {b}_{31}\\\\ \\end{array}\\\\ {a}_{21}\\cdot {b}_{11}+{a}_{22}\\cdot {b}_{21}+{a}_{23}\\cdot {b}_{31}\\end{array} \\quad \\begin{array}{c}\\begin{array}{l}{a}_{11}\\cdot {b}_{12}+{a}_{12}\\cdot {b}_{22}+{a}_{13}\\cdot {b}_{32}\\\\ \\end{array}\\\\ {a}_{21}\\cdot {b}_{12}+{a}_{22}\\cdot {b}_{22}+{a}_{23}\\cdot {b}_{32}\\end{array} \\quad \\begin{array}{c}\\begin{array}{l}{a}_{11}\\cdot {b}_{13}+{a}_{12}\\cdot {b}_{23}+{a}_{13}\\cdot {b}_{33}\\\\ \\end{array}\\\\ {a}_{21}\\cdot {b}_{13}+{a}_{22}\\cdot {b}_{23}+{a}_{23}\\cdot {b}_{33}\\end{array}\\right][\/latex]<\/p>\r\n\r\n<\/section><section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\r\n<h3>matrix multiplication<\/h3>\r\nIn <strong>matrix multiplication<\/strong>, we calculate each element of the resulting matrix by taking the dot product of the corresponding row from the first matrix and the column from the second matrix. This involves multiplying corresponding entries and then summing those products.\r\n<h4>Properties of Matrix Multiplication<\/h4>\r\n<ul>\r\n \t<li>Matrix multiplication is associative:\r\n<div style=\"text-align: center;\">[latex]\\left(AB\\right)C=A\\left(BC\\right)[\/latex]<\/div><\/li>\r\n \t<li>Matrix multiplication is distributive:\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\\\ C\\left(A+B\\right)=CA+CB,\\end{array}\\hfill \\\\ \\left(A+B\\right)C=AC+BC.\\hfill \\end{array}[\/latex]<\/div><\/li>\r\n<\/ul>\r\nNote that matrix multiplication is not commutative.\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Multiply matrix [latex]A[\/latex] and matrix [latex]B[\/latex].\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}1&amp; 2\\\\ 3&amp; 4\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{cc}5&amp; 6\\\\ 7&amp; 8\\end{array}\\right][\/latex]<\/p>\r\n[reveal-answer q=\"843176\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"843176\"]\r\n\r\nFirst, we check the dimensions of the matrices. Matrix [latex]A[\/latex] has dimensions [latex]2\\times 2[\/latex] and matrix [latex]B[\/latex] has dimensions [latex]2\\times 2[\/latex]. The inner dimensions are the same so we can perform the multiplication. The product will have the dimensions [latex]2\\times 2[\/latex].\r\n\r\nWe perform the operations outlined previously.\r\n\r\n<img class=\"aligncenter\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/896\/2016\/11\/03193520\/CNX_Precalc_Figure_09_05_0032.jpg\" alt=\"The first column of the product of A and B is defined as the result of matrix -vector multiplication of A and the first column of B. Column two of the product of A and B is defined as the result of the matrix-vector multiplication of A and the second column of B.\" width=\"487\" height=\"211\" \/>\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox example\" aria-label=\"Example\">Given [latex]A[\/latex] and [latex]B:[\/latex]\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{ccc}\\hfill -1&amp; \\hfill 2&amp; \\hfill 3\\\\ \\hfill 4&amp; \\hfill 0&amp; \\hfill 5\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{cc}\\hfill 5&amp; \\hfill -1\\\\ \\hfill -4&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 3\\end{array}\\right][\/latex]<\/p>\r\n\r\n<ol>\r\n \t<li>Find [latex]AB[\/latex].<\/li>\r\n \t<li>Find [latex]BA[\/latex].<\/li>\r\n<\/ol>\r\n[reveal-answer q=\"403957\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"403957\"]\r\n<ol>\r\n \t<li>As the dimensions of [latex]A[\/latex] are [latex]2\\text{}\\times \\text{}3[\/latex] and the dimensions of [latex]B[\/latex] are [latex]3\\text{}\\times \\text{}2,\\text{}[\/latex] these matrices can be multiplied together because the number of columns in [latex]A[\/latex] matches the number of rows in [latex]B[\/latex]. The resulting product will be a [latex]2\\text{}\\times \\text{}2[\/latex] matrix, the number of rows in [latex]A[\/latex] by the number of columns in [latex]B[\/latex].\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ AB &amp; =\\left[\\begin{array}{rrr}\\hfill -1&amp; \\hfill 2&amp; \\hfill 3\\\\ \\hfill 4&amp; \\hfill 0&amp; \\hfill 5\\end{array}\\right]\\text{ }\\left[\\begin{array}{rr}\\hfill 5&amp; \\hfill -1\\\\ \\hfill -4&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 3\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rr}\\hfill -1\\left(5\\right)+2\\left(-4\\right)+3\\left(2\\right)&amp; \\hfill -1\\left(-1\\right)+2\\left(0\\right)+3\\left(3\\right)\\\\ \\hfill 4\\left(5\\right)+0\\left(-4\\right)+5\\left(2\\right)&amp; \\hfill 4\\left(-1\\right)+0\\left(0\\right)+5\\left(3\\right)\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rr}\\hfill -7&amp; \\hfill 10\\\\ \\hfill 30&amp; \\hfill 11\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div><\/li>\r\n \t<li>The dimensions of [latex]B[\/latex] are [latex]3\\times 2[\/latex] and the dimensions of [latex]A[\/latex] are [latex]2\\times 3[\/latex]. The inner dimensions match so the product is defined and will be a [latex]3\\times 3[\/latex] matrix.\r\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ BA &amp; =\\left[\\begin{array}{rr}\\hfill 5&amp; \\hfill -1\\\\ \\hfill -4&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 3\\end{array}\\right]\\text{ }\\left[\\begin{array}{rrr}\\hfill -1&amp; \\hfill 2&amp; \\hfill 3\\\\ \\hfill 4&amp; \\hfill 0&amp; \\hfill 5\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rrr}\\hfill 5\\left(-1\\right)+-1\\left(4\\right)&amp; \\hfill 5\\left(2\\right)+-1\\left(0\\right)&amp; \\hfill 5\\left(3\\right)+-1\\left(5\\right)\\\\ \\hfill -4\\left(-1\\right)+0\\left(4\\right)&amp; \\hfill -4\\left(2\\right)+0\\left(0\\right)&amp; \\hfill -4\\left(3\\right)+0\\left(5\\right)\\\\ \\hfill 2\\left(-1\\right)+3\\left(4\\right)&amp; \\hfill 2\\left(2\\right)+3\\left(0\\right)&amp; \\hfill 2\\left(3\\right)+3\\left(5\\right)\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rrr}\\hfill -9&amp; \\hfill 10&amp; \\hfill 10\\\\ \\hfill 4&amp; \\hfill -8&amp; \\hfill -12\\\\ \\hfill 10&amp; \\hfill 4&amp; \\hfill 21\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div><\/li>\r\n<\/ol>\r\n<strong>Analysis of the Solution<\/strong>\r\n\r\nNotice that the products [latex]AB[\/latex] and [latex]BA[\/latex] are not equal.\r\n<p style=\"text-align: center;\">[latex]AB=\\left[\\begin{array}{cc}-7&amp; 10\\\\ 30&amp; 11\\end{array}\\right]\\ne \\left[\\begin{array}{ccc}-9&amp; 10&amp; 10\\\\ 4&amp; -8&amp; -12\\\\ 10&amp; 4&amp; 21\\end{array}\\right]=BA[\/latex]<\/p>\r\nThis illustrates the fact that matrix multiplication is not commutative.\r\n\r\n[\/hidden-answer]\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321718[\/ohm_question]<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321719[\/ohm_question]<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>Is it possible for [latex]AB[\/latex] to be defined but not [latex]BA[\/latex]?\r\n<\/strong>\r\n\r\n<hr \/>\r\n\r\nYes, consider a matrix [latex]A[\/latex] with dimension [latex]3\\times 4[\/latex] and matrix [latex]B[\/latex] with dimension [latex]4\\times 2[\/latex]. For the product [latex]AB[\/latex] the inner dimensions are [latex]4[\/latex] and the product is defined, but for the product [latex]BA[\/latex] the inner dimensions are [latex]2[\/latex] and [latex]3[\/latex] so the product is undefined.\r\n\r\n<\/section><section class=\"textbox tryIt\" aria-label=\"Try It\">[ohm_question hide_question_numbers=1]321720[\/ohm_question]<\/section><section class=\"textbox example\" aria-label=\"Example\">Let\u2019s return to the problem presented at the opening of this section. We have the table below, representing the equipment needs of two soccer teams.\r\n<table summary=\"..\">\r\n<thead>\r\n<tr>\r\n<th><\/th>\r\n<th style=\"text-align: center;\">Wildcats<\/th>\r\n<th style=\"text-align: center;\">Mud Cats<\/th>\r\n<\/tr>\r\n<\/thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>Goals<\/strong><\/td>\r\n<td style=\"text-align: center;\">[latex]6[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]10[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Balls<\/strong><\/td>\r\n<td style=\"text-align: center;\">[latex]30[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]24[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Jerseys<\/strong><\/td>\r\n<td style=\"text-align: center;\">[latex]14[\/latex]<\/td>\r\n<td style=\"text-align: center;\">[latex]20[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nWe are also given the prices of the equipment, as shown in the table below.\r\n<table summary=\"..\">\r\n<tbody>\r\n<tr>\r\n<td><strong>Goal<\/strong><\/td>\r\n<td>[latex]$300[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Ball<\/strong><\/td>\r\n<td>[latex]$10[\/latex]<\/td>\r\n<\/tr>\r\n<tr>\r\n<td><strong>Jersey<\/strong><\/td>\r\n<td>[latex]$30[\/latex]<\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\nWe will convert the data to matrices. Thus, the equipment need matrix is written as\r\n<p style=\"text-align: center;\">[latex]E=\\left[\\begin{array}{c}6\\\\ 30\\\\ 14\\end{array}\\begin{array}{c}10\\\\ 24\\\\ 20\\end{array}\\right][\/latex]<\/p>\r\nThe cost matrix is written as\r\n<p style=\"text-align: center;\">[latex]C=\\left[\\begin{array}{ccc}300&amp; 10&amp; 30\\end{array}\\right][\/latex]\r\nWe perform matrix multiplication to obtain costs for the equipment.\r\n[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ CE &amp; =\\left[\\begin{array}{rrr}\\hfill 300&amp; \\hfill 10&amp; \\hfill 30\\end{array}\\right]\\cdot \\left[\\begin{array}{rr}\\hfill 6&amp; \\hfill 10\\\\ \\hfill 30&amp; \\hfill 24\\\\ \\hfill 14&amp; \\hfill 20\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rr}\\hfill 300\\left(6\\right)+10\\left(30\\right)+30\\left(14\\right)&amp; \\hfill 300\\left(10\\right)+10\\left(24\\right)+30\\left(20\\right)\\end{array}\\right]\\hfill \\\\ &amp; =\\left[\\begin{array}{rr}\\hfill 2,520&amp; \\hfill 3,840\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\r\nThe total cost for equipment for the Wildcats is [latex]$2,520[\/latex], and the total cost for equipment for the Mud Cats is [latex]$3,840[\/latex].\r\n\r\n<\/section><section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a matrix operation, evaluate using a TI-84 calculator\r\n<\/strong>\r\n<ol>\r\n \t<li>Press [MATRIX] then enter the Edit menu<\/li>\r\n \t<li>Save each matrix as a matrix variable by first entering the matrix dimensions\r\n<div style=\"text-align: center;\">[latex]\\left[A\\right],\\left[B\\right],\\left[C\\right],..[\/latex]<\/div><\/li>\r\n \t<li>Press [2nd] + [MODE] to exit the matrix menu<\/li>\r\n \t<li>Enter the operation into the calculator, calling up each matrix variable from the [MATRIX] menu as needed.<\/li>\r\n \t<li>If the operation is defined, the calculator will present the solution matrix; if the operation is undefined, it will display an error message.<\/li>\r\n<\/ol>\r\n<\/section><section class=\"textbox interact\" aria-label=\"Interact\">Using a calculator, find [latex]AB-C[\/latex] given\r\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill -15&amp; \\hfill 25&amp; \\hfill 32\\\\ \\hfill 41&amp; \\hfill -7&amp; \\hfill -28\\\\ \\hfill 10&amp; \\hfill 34&amp; \\hfill -2\\end{array}\\right],B=\\left[\\begin{array}{rrr}\\hfill 45&amp; \\hfill 21&amp; \\hfill -37\\\\ \\hfill -24&amp; \\hfill 52&amp; \\hfill 19\\\\ \\hfill 6&amp; \\hfill -48&amp; \\hfill -31\\end{array}\\right],\\text{and }C=\\left[\\begin{array}{rrr}\\hfill -100&amp; \\hfill -89&amp; \\hfill -98\\\\ \\hfill 25&amp; \\hfill -56&amp; \\hfill 74\\\\ \\hfill -67&amp; \\hfill 42&amp; \\hfill -75\\end{array}\\right][\/latex].<\/p>\r\n[reveal-answer q=\"32907\"]Show Solution[\/reveal-answer]\r\n[hidden-answer a=\"32907\"]\r\n\r\nOn the matrix page of the calculator, we enter matrix [latex]A[\/latex] above as the matrix variable [latex]\\left[A\\right][\/latex], matrix [latex]B[\/latex] above as the matrix variable [latex]\\left[B\\right][\/latex], and matrix [latex]C[\/latex] above as the matrix variable [latex]\\left[C\\right][\/latex].\r\n\r\nOn the home screen of the calculator, we type in the problem and call up each matrix variable as needed.\r\n<p style=\"text-align: center;\">[latex]\\left[A\\right]\\times \\left[B\\right]-\\left[C\\right][\/latex]\r\nThe calculator gives us the following matrix.\r\n[latex]\\left[\\begin{array}{rrr}\\hfill -983&amp; \\hfill -462&amp; \\hfill 136\\\\ \\hfill 1,820&amp; \\hfill 1,897&amp; \\hfill -856\\\\ \\hfill -311&amp; \\hfill 2,032&amp; \\hfill 413\\end{array}\\right][\/latex]<\/p>\r\n[\/hidden-answer]\r\n\r\n<\/section>","rendered":"<h2 style=\"text-align: left;\">Finding the Product of Two Matrices<\/h2>\n<p>In addition to multiplying a matrix by a scalar, we can multiply two matrices.<\/p>\n<p>Finding the <strong>product of two matrices<\/strong> is only possible when the <em>inner dimensions<\/em> are the same, meaning that the number of columns of the first matrix is equal to the number of rows of the second matrix. If [latex]A[\/latex] is an [latex]\\text{ }m\\text{ }\\times \\text{ }r\\text{ }[\/latex] matrix and [latex]B[\/latex] is an [latex]\\text{ }r\\text{ }\\times \\text{ }n\\text{ }[\/latex] matrix, then the product matrix [latex]AB[\/latex] is an [latex]\\text{ }m\\text{ }\\times \\text{ }n\\text{ }[\/latex] matrix. For example, the product [latex]AB[\/latex] is possible because the number of columns in [latex]A[\/latex] is the same as the number of rows in [latex]B[\/latex]. If the inner dimensions do not match, the product is not defined.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-5020 size-full\" src=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03183642\/10.1.L.4.png\" alt=\"A has two rows and three columns and B has three rows and three columns. Because the number of columns in A matches the number of rows in B, the product of A and B is defined.\" width=\"196\" height=\"128\" srcset=\"https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03183642\/10.1.L.4.png 196w, https:\/\/content-cdn.one.lumenlearning.com\/wp-content\/uploads\/sites\/61\/2025\/07\/03183642\/10.1.L.4-65x42.png 65w\" sizes=\"(max-width: 196px) 100vw, 196px\" \/><\/p>\n<p>We multiply entries of [latex]A[\/latex] with entries of [latex]B[\/latex] according to a specific pattern as outlined below. The process of <strong>matrix multiplication<\/strong> becomes clearer when working a problem with real numbers.<\/p>\n<section class=\"textbox proTip\" aria-label=\"Pro Tip\">Work through the example model of matrix multiplication below on paper, then apply the process to the example problem below. It may take more than once to gain familiarity with it. Don&#8217;t be discouraged if you don&#8217;t understand fully right away. Matrix multiplication is a new skill and it will take time and practice for it to feel comfortable.<\/section>\n<p>To obtain the entries in row [latex]i[\/latex] of [latex]AB,\\text{}[\/latex] we multiply the entries in row [latex]i[\/latex] of [latex]A[\/latex] by column [latex]j[\/latex] in [latex]B[\/latex] and add.<\/p>\n<section class=\"textbox example\" aria-label=\"Example\">For example, given matrices [latex]A[\/latex] and [latex]B,\\text{}[\/latex] where the dimensions of [latex]A[\/latex] are [latex]2\\text{ }\\times \\text{ }3[\/latex] and the dimensions of [latex]B[\/latex] are [latex]3\\text{ }\\times \\text{ }3,\\text{}[\/latex] the product of [latex]AB[\/latex] will be a [latex]2\\text{ }\\times \\text{ }3[\/latex] matrix.<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill {a}_{11}& \\hfill {a}_{12}& \\hfill {a}_{13}\\\\ \\hfill {a}_{21}& \\hfill {a}_{22}& \\hfill {a}_{23}\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{rrr}\\hfill {b}_{11}& \\hfill {b}_{12}& \\hfill {b}_{13}\\\\ \\hfill {b}_{21}& \\hfill {b}_{22}& \\hfill {b}_{23}\\\\ \\hfill {b}_{31}& \\hfill {b}_{32}& \\hfill {b}_{33}\\end{array}\\right][\/latex]<\/p>\n<p>Multiply and add as follows to obtain the first entry of the product matrix [latex]AB[\/latex].<\/p>\n<ol>\n<li>To obtain the entry in row 1, column 1 of [latex]AB,\\text{}[\/latex] multiply the first row in [latex]A[\/latex] by the first column in [latex]B[\/latex] and add.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}{a}_{11}& {a}_{12}& {a}_{13}\\end{array}\\right]\\cdot \\left[\\begin{array}{c}{b}_{11}\\\\ {b}_{21}\\\\ {b}_{31}\\end{array}\\right]={a}_{11}\\cdot {b}_{11}+{a}_{12}\\cdot {b}_{21}+{a}_{13}\\cdot {b}_{31}[\/latex]<\/div>\n<\/li>\n<li>To obtain the entry in row 1, column 2 of [latex]AB,\\text{}[\/latex] multiply the first row of [latex]A[\/latex] by the second column in [latex]B[\/latex] and add.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}{a}_{11}& {a}_{12}& {a}_{13}\\end{array}\\right]\\cdot \\left[\\begin{array}{c}{b}_{12}\\\\ {b}_{22}\\\\ {b}_{32}\\end{array}\\right]={a}_{11}\\cdot {b}_{12}+{a}_{12}\\cdot {b}_{22}+{a}_{13}\\cdot {b}_{32}[\/latex]<\/div>\n<\/li>\n<li>To obtain the entry in row 1, column 3 of [latex]AB,\\text{}[\/latex] multiply the first row of [latex]A[\/latex] by the third column in [latex]B[\/latex] and add.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}{a}_{11}& {a}_{12}& {a}_{13}\\end{array}\\right]\\cdot \\left[\\begin{array}{c}{b}_{13}\\\\ {b}_{23}\\\\ {b}_{33}\\end{array}\\right]={a}_{11}\\cdot {b}_{13}+{a}_{12}\\cdot {b}_{23}+{a}_{13}\\cdot {b}_{33}[\/latex]<\/div>\n<\/li>\n<\/ol>\n<p>We proceed the same way to obtain the second row of [latex]AB[\/latex]. In other words, row 2 of [latex]A[\/latex] times column 1 of [latex]B[\/latex]; row 2 of [latex]A[\/latex] times column 2 of [latex]B[\/latex]; row 2 of [latex]A[\/latex] times column 3 of [latex]B[\/latex]. When complete, the product matrix will be<\/p>\n<p style=\"text-align: center;\">[latex]AB=\\left[\\begin{array}{c}\\begin{array}{l}{a}_{11}\\cdot {b}_{11}+{a}_{12}\\cdot {b}_{21}+{a}_{13}\\cdot {b}_{31}\\\\ \\end{array}\\\\ {a}_{21}\\cdot {b}_{11}+{a}_{22}\\cdot {b}_{21}+{a}_{23}\\cdot {b}_{31}\\end{array} \\quad \\begin{array}{c}\\begin{array}{l}{a}_{11}\\cdot {b}_{12}+{a}_{12}\\cdot {b}_{22}+{a}_{13}\\cdot {b}_{32}\\\\ \\end{array}\\\\ {a}_{21}\\cdot {b}_{12}+{a}_{22}\\cdot {b}_{22}+{a}_{23}\\cdot {b}_{32}\\end{array} \\quad \\begin{array}{c}\\begin{array}{l}{a}_{11}\\cdot {b}_{13}+{a}_{12}\\cdot {b}_{23}+{a}_{13}\\cdot {b}_{33}\\\\ \\end{array}\\\\ {a}_{21}\\cdot {b}_{13}+{a}_{22}\\cdot {b}_{23}+{a}_{23}\\cdot {b}_{33}\\end{array}\\right][\/latex]<\/p>\n<\/section>\n<section class=\"textbox keyTakeaway\" aria-label=\"Key Takeaway\">\n<h3>matrix multiplication<\/h3>\n<p>In <strong>matrix multiplication<\/strong>, we calculate each element of the resulting matrix by taking the dot product of the corresponding row from the first matrix and the column from the second matrix. This involves multiplying corresponding entries and then summing those products.<\/p>\n<h4>Properties of Matrix Multiplication<\/h4>\n<ul>\n<li>Matrix multiplication is associative:\n<div style=\"text-align: center;\">[latex]\\left(AB\\right)C=A\\left(BC\\right)[\/latex]<\/div>\n<\/li>\n<li>Matrix multiplication is distributive:\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\begin{array}{l}\\\\ C\\left(A+B\\right)=CA+CB,\\end{array}\\hfill \\\\ \\left(A+B\\right)C=AC+BC.\\hfill \\end{array}[\/latex]<\/div>\n<\/li>\n<\/ul>\n<p>Note that matrix multiplication is not commutative.<\/p>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Multiply matrix [latex]A[\/latex] and matrix [latex]B[\/latex].<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{cc}1& 2\\\\ 3& 4\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{cc}5& 6\\\\ 7& 8\\end{array}\\right][\/latex]<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q843176\">Show Solution<\/button><\/p>\n<div id=\"q843176\" class=\"hidden-answer\" style=\"display: none\">\n<p>First, we check the dimensions of the matrices. Matrix [latex]A[\/latex] has dimensions [latex]2\\times 2[\/latex] and matrix [latex]B[\/latex] has dimensions [latex]2\\times 2[\/latex]. The inner dimensions are the same so we can perform the multiplication. The product will have the dimensions [latex]2\\times 2[\/latex].<\/p>\n<p>We perform the operations outlined previously.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter\" src=\"https:\/\/s3-us-west-2.amazonaws.com\/courses-images\/wp-content\/uploads\/sites\/896\/2016\/11\/03193520\/CNX_Precalc_Figure_09_05_0032.jpg\" alt=\"The first column of the product of A and B is defined as the result of matrix -vector multiplication of A and the first column of B. Column two of the product of A and B is defined as the result of the matrix-vector multiplication of A and the second column of B.\" width=\"487\" height=\"211\" \/><\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Given [latex]A[\/latex] and [latex]B:[\/latex]<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{ccc}\\hfill -1& \\hfill 2& \\hfill 3\\\\ \\hfill 4& \\hfill 0& \\hfill 5\\end{array}\\right]\\text{ and }B=\\left[\\begin{array}{cc}\\hfill 5& \\hfill -1\\\\ \\hfill -4& \\hfill 0\\\\ \\hfill 2& \\hfill 3\\end{array}\\right][\/latex]<\/p>\n<ol>\n<li>Find [latex]AB[\/latex].<\/li>\n<li>Find [latex]BA[\/latex].<\/li>\n<\/ol>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q403957\">Show Solution<\/button><\/p>\n<div id=\"q403957\" class=\"hidden-answer\" style=\"display: none\">\n<ol>\n<li>As the dimensions of [latex]A[\/latex] are [latex]2\\text{}\\times \\text{}3[\/latex] and the dimensions of [latex]B[\/latex] are [latex]3\\text{}\\times \\text{}2,\\text{}[\/latex] these matrices can be multiplied together because the number of columns in [latex]A[\/latex] matches the number of rows in [latex]B[\/latex]. The resulting product will be a [latex]2\\text{}\\times \\text{}2[\/latex] matrix, the number of rows in [latex]A[\/latex] by the number of columns in [latex]B[\/latex].\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ AB & =\\left[\\begin{array}{rrr}\\hfill -1& \\hfill 2& \\hfill 3\\\\ \\hfill 4& \\hfill 0& \\hfill 5\\end{array}\\right]\\text{ }\\left[\\begin{array}{rr}\\hfill 5& \\hfill -1\\\\ \\hfill -4& \\hfill 0\\\\ \\hfill 2& \\hfill 3\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rr}\\hfill -1\\left(5\\right)+2\\left(-4\\right)+3\\left(2\\right)& \\hfill -1\\left(-1\\right)+2\\left(0\\right)+3\\left(3\\right)\\\\ \\hfill 4\\left(5\\right)+0\\left(-4\\right)+5\\left(2\\right)& \\hfill 4\\left(-1\\right)+0\\left(0\\right)+5\\left(3\\right)\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rr}\\hfill -7& \\hfill 10\\\\ \\hfill 30& \\hfill 11\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<\/li>\n<li>The dimensions of [latex]B[\/latex] are [latex]3\\times 2[\/latex] and the dimensions of [latex]A[\/latex] are [latex]2\\times 3[\/latex]. The inner dimensions match so the product is defined and will be a [latex]3\\times 3[\/latex] matrix.\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\hfill \\\\ BA & =\\left[\\begin{array}{rr}\\hfill 5& \\hfill -1\\\\ \\hfill -4& \\hfill 0\\\\ \\hfill 2& \\hfill 3\\end{array}\\right]\\text{ }\\left[\\begin{array}{rrr}\\hfill -1& \\hfill 2& \\hfill 3\\\\ \\hfill 4& \\hfill 0& \\hfill 5\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rrr}\\hfill 5\\left(-1\\right)+-1\\left(4\\right)& \\hfill 5\\left(2\\right)+-1\\left(0\\right)& \\hfill 5\\left(3\\right)+-1\\left(5\\right)\\\\ \\hfill -4\\left(-1\\right)+0\\left(4\\right)& \\hfill -4\\left(2\\right)+0\\left(0\\right)& \\hfill -4\\left(3\\right)+0\\left(5\\right)\\\\ \\hfill 2\\left(-1\\right)+3\\left(4\\right)& \\hfill 2\\left(2\\right)+3\\left(0\\right)& \\hfill 2\\left(3\\right)+3\\left(5\\right)\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rrr}\\hfill -9& \\hfill 10& \\hfill 10\\\\ \\hfill 4& \\hfill -8& \\hfill -12\\\\ \\hfill 10& \\hfill 4& \\hfill 21\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/div>\n<\/li>\n<\/ol>\n<p><strong>Analysis of the Solution<\/strong><\/p>\n<p>Notice that the products [latex]AB[\/latex] and [latex]BA[\/latex] are not equal.<\/p>\n<p style=\"text-align: center;\">[latex]AB=\\left[\\begin{array}{cc}-7& 10\\\\ 30& 11\\end{array}\\right]\\ne \\left[\\begin{array}{ccc}-9& 10& 10\\\\ 4& -8& -12\\\\ 10& 4& 21\\end{array}\\right]=BA[\/latex]<\/p>\n<p>This illustrates the fact that matrix multiplication is not commutative.<\/p>\n<\/div>\n<\/div>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321718\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321718&theme=lumen&iframe_resize_id=ohm321718&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321719\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321719&theme=lumen&iframe_resize_id=ohm321719&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>Is it possible for [latex]AB[\/latex] to be defined but not [latex]BA[\/latex]?<br \/>\n<\/strong><\/p>\n<hr \/>\n<p>Yes, consider a matrix [latex]A[\/latex] with dimension [latex]3\\times 4[\/latex] and matrix [latex]B[\/latex] with dimension [latex]4\\times 2[\/latex]. For the product [latex]AB[\/latex] the inner dimensions are [latex]4[\/latex] and the product is defined, but for the product [latex]BA[\/latex] the inner dimensions are [latex]2[\/latex] and [latex]3[\/latex] so the product is undefined.<\/p>\n<\/section>\n<section class=\"textbox tryIt\" aria-label=\"Try It\"><iframe loading=\"lazy\" id=\"ohm321720\" class=\"resizable\" src=\"https:\/\/ohm.lumenlearning.com\/multiembedq.php?id=321720&theme=lumen&iframe_resize_id=ohm321720&source=tnh\" width=\"100%\" height=\"150\"><\/iframe><\/section>\n<section class=\"textbox example\" aria-label=\"Example\">Let\u2019s return to the problem presented at the opening of this section. We have the table below, representing the equipment needs of two soccer teams.<\/p>\n<table summary=\"..\">\n<thead>\n<tr>\n<th><\/th>\n<th style=\"text-align: center;\">Wildcats<\/th>\n<th style=\"text-align: center;\">Mud Cats<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Goals<\/strong><\/td>\n<td style=\"text-align: center;\">[latex]6[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]10[\/latex]<\/td>\n<\/tr>\n<tr>\n<td><strong>Balls<\/strong><\/td>\n<td style=\"text-align: center;\">[latex]30[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]24[\/latex]<\/td>\n<\/tr>\n<tr>\n<td><strong>Jerseys<\/strong><\/td>\n<td style=\"text-align: center;\">[latex]14[\/latex]<\/td>\n<td style=\"text-align: center;\">[latex]20[\/latex]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>We are also given the prices of the equipment, as shown in the table below.<\/p>\n<table summary=\"..\">\n<tbody>\n<tr>\n<td><strong>Goal<\/strong><\/td>\n<td>[latex]$300[\/latex]<\/td>\n<\/tr>\n<tr>\n<td><strong>Ball<\/strong><\/td>\n<td>[latex]$10[\/latex]<\/td>\n<\/tr>\n<tr>\n<td><strong>Jersey<\/strong><\/td>\n<td>[latex]$30[\/latex]<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>We will convert the data to matrices. Thus, the equipment need matrix is written as<\/p>\n<p style=\"text-align: center;\">[latex]E=\\left[\\begin{array}{c}6\\\\ 30\\\\ 14\\end{array}\\begin{array}{c}10\\\\ 24\\\\ 20\\end{array}\\right][\/latex]<\/p>\n<p>The cost matrix is written as<\/p>\n<p style=\"text-align: center;\">[latex]C=\\left[\\begin{array}{ccc}300& 10& 30\\end{array}\\right][\/latex]<br \/>\nWe perform matrix multiplication to obtain costs for the equipment.<br \/>\n[latex]\\begin{array}{l}\\hfill \\\\ \\hfill \\\\ CE & =\\left[\\begin{array}{rrr}\\hfill 300& \\hfill 10& \\hfill 30\\end{array}\\right]\\cdot \\left[\\begin{array}{rr}\\hfill 6& \\hfill 10\\\\ \\hfill 30& \\hfill 24\\\\ \\hfill 14& \\hfill 20\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rr}\\hfill 300\\left(6\\right)+10\\left(30\\right)+30\\left(14\\right)& \\hfill 300\\left(10\\right)+10\\left(24\\right)+30\\left(20\\right)\\end{array}\\right]\\hfill \\\\ & =\\left[\\begin{array}{rr}\\hfill 2,520& \\hfill 3,840\\end{array}\\right]\\hfill \\end{array}[\/latex]<\/p>\n<p>The total cost for equipment for the Wildcats is [latex]$2,520[\/latex], and the total cost for equipment for the Mud Cats is [latex]$3,840[\/latex].<\/p>\n<\/section>\n<section class=\"textbox questionHelp\" aria-label=\"Question Help\"><strong>How To: Given a matrix operation, evaluate using a TI-84 calculator<br \/>\n<\/strong><\/p>\n<ol>\n<li>Press [MATRIX] then enter the Edit menu<\/li>\n<li>Save each matrix as a matrix variable by first entering the matrix dimensions\n<div style=\"text-align: center;\">[latex]\\left[A\\right],\\left[B\\right],\\left[C\\right],..[\/latex]<\/div>\n<\/li>\n<li>Press [2nd] + [MODE] to exit the matrix menu<\/li>\n<li>Enter the operation into the calculator, calling up each matrix variable from the [MATRIX] menu as needed.<\/li>\n<li>If the operation is defined, the calculator will present the solution matrix; if the operation is undefined, it will display an error message.<\/li>\n<\/ol>\n<\/section>\n<section class=\"textbox interact\" aria-label=\"Interact\">Using a calculator, find [latex]AB-C[\/latex] given<\/p>\n<p style=\"text-align: center;\">[latex]A=\\left[\\begin{array}{rrr}\\hfill -15& \\hfill 25& \\hfill 32\\\\ \\hfill 41& \\hfill -7& \\hfill -28\\\\ \\hfill 10& \\hfill 34& \\hfill -2\\end{array}\\right],B=\\left[\\begin{array}{rrr}\\hfill 45& \\hfill 21& \\hfill -37\\\\ \\hfill -24& \\hfill 52& \\hfill 19\\\\ \\hfill 6& \\hfill -48& \\hfill -31\\end{array}\\right],\\text{and }C=\\left[\\begin{array}{rrr}\\hfill -100& \\hfill -89& \\hfill -98\\\\ \\hfill 25& \\hfill -56& \\hfill 74\\\\ \\hfill -67& \\hfill 42& \\hfill -75\\end{array}\\right][\/latex].<\/p>\n<div class=\"qa-wrapper\" style=\"display: block\"><button class=\"show-answer show-answer-button collapsed\" data-target=\"q32907\">Show Solution<\/button><\/p>\n<div id=\"q32907\" class=\"hidden-answer\" style=\"display: none\">\n<p>On the matrix page of the calculator, we enter matrix [latex]A[\/latex] above as the matrix variable [latex]\\left[A\\right][\/latex], matrix [latex]B[\/latex] above as the matrix variable [latex]\\left[B\\right][\/latex], and matrix [latex]C[\/latex] above as the matrix variable [latex]\\left[C\\right][\/latex].<\/p>\n<p>On the home screen of the calculator, we type in the problem and call up each matrix variable as needed.<\/p>\n<p style=\"text-align: center;\">[latex]\\left[A\\right]\\times \\left[B\\right]-\\left[C\\right][\/latex]<br \/>\nThe calculator gives us the following matrix.<br \/>\n[latex]\\left[\\begin{array}{rrr}\\hfill -983& \\hfill -462& \\hfill 136\\\\ \\hfill 1,820& \\hfill 1,897& \\hfill -856\\\\ \\hfill -311& \\hfill 2,032& \\hfill 413\\end{array}\\right][\/latex]<\/p>\n<\/div>\n<\/div>\n<\/section>\n","protected":false},"author":13,"menu_order":7,"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\/1370"}],"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":7,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1370\/revisions"}],"predecessor-version":[{"id":5967,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapters\/1370\/revisions\/5967"}],"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\/1370\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/media?parent=1370"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/pressbooks\/v2\/chapter-type?post=1370"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/contributor?post=1370"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/content.one.lumenlearning.com\/precalculus\/wp-json\/wp\/v2\/license?post=1370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}