{"id":1798,"date":"2015-11-12T18:30:44","date_gmt":"2015-11-12T18:30:44","guid":{"rendered":"https:\/\/courses.candelalearning.com\/collegealgebra1xmaster\/?post_type=chapter&#038;p=1798"},"modified":"2015-11-12T18:30:44","modified_gmt":"2015-11-12T18:30:44","slug":"the-augmented-matrix-of-a-system-of-equations","status":"publish","type":"chapter","link":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/chapter\/the-augmented-matrix-of-a-system-of-equations\/","title":{"raw":"The Augmented Matrix of a System of Equations","rendered":"The Augmented Matrix of a System of Equations"},"content":{"raw":"<p>A <strong>matrix<\/strong> can serve as a device for representing and solving a system of equations. To express a system in matrix form, we extract the coefficients of the variables and the constants, and these become the entries of the matrix. We use a vertical line to separate the coefficient entries from the constants, essentially replacing the equal signs. When a system is written in this form, we call it an <strong>augmented matrix<\/strong>.\n\nFor example, consider the following [latex]2\\times 2[\/latex] system of equations.\n<\/p><div style=\"text-align: center;\">[latex]\\begin{array}{l}3x+4y=7\\\\ 4x - 2y=5\\end{array}[\/latex]<\/div>\nWe can write this system as an augmented matrix:\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rr}\\hfill 3&amp; \\hfill 4\\\\ \\hfill 4&amp; \\hfill -2\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill 7\\\\ \\hfill 5\\end{array}\\right][\/latex]<\/div>\nWe can also write a matrix containing just the coefficients. This is called the <strong>coefficient matrix<\/strong>.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc}3&amp; 4\\\\ 4&amp; -2\\end{array}\\right][\/latex]<\/div>\nA three-by-three <strong>system of equations<\/strong> such as\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}3x-y-z=0\\hfill \\\\ \\text{ }x+y=5\\hfill \\\\ \\text{ }2x - 3z=2\\hfill \\end{array}[\/latex]<\/div>\nhas a coefficient matrix\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 3&amp; \\hfill -1&amp; \\hfill -1\\\\ \\hfill 1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 0&amp; \\hfill -3\\end{array}\\right][\/latex]<\/div>\nand is represented by the augmented matrix\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 3&amp; \\hfill -1&amp; \\hfill -1\\\\ \\hfill 1&amp; \\hfill 1&amp; \\hfill 0\\\\ \\hfill 2&amp; \\hfill 0&amp; \\hfill -3\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill 0\\\\ \\hfill 5\\\\ \\hfill 2\\end{array}\\right][\/latex]<\/div>\nNotice that the matrix is written so that the variables line up in their own columns: <em>x<\/em>-terms go in the first column, <em>y<\/em>-terms in the second column, and <em>z<\/em>-terms in the third column. It is very important that each equation is written in standard form [latex]ax+by+cz=d[\/latex] so that the variables line up. When there is a missing variable term in an equation, the coefficient is 0.\n<div class=\"textbox\">\n<h3>How To: Given a system of equations, write an augmented matrix.<\/h3>\n<ol><li>Write the coefficients of the <em>x<\/em>-terms as the numbers down the first column.<\/li>\n\t<li>Write the coefficients of the <em>y<\/em>-terms as the numbers down the second column.<\/li>\n\t<li>If there are <em>z<\/em>-terms, write the coefficients as the numbers down the third column.<\/li>\n\t<li>Draw a vertical line and write the constants to the right of the line.<\/li>\n<\/ol><\/div>\n<div class=\"textbox shaded\">\n<h3>Example 1: Writing the Augmented Matrix for a System of Equations<\/h3>\nWrite the augmented matrix for the given system of equations.\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\text{ }x+2y-z=3\\hfill \\\\ \\text{ }2x-y+2z=6\\hfill \\\\ \\text{ }x - 3y+3z=4\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\nThe augmented matrix displays the coefficients of the variables, and an additional column for the constants.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill 2&amp; \\hfill -1\\\\ \\hfill 2&amp; \\hfill -1&amp; \\hfill 2\\\\ \\hfill 1&amp; \\hfill -3&amp; \\hfill 3\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill 3\\\\ \\hfill 6\\\\ \\hfill 4\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 1<\/h3>\nWrite the augmented matrix of the given system of equations.\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}4x - 3y=11\\\\ 3x+2y=4\\end{array}[\/latex]<\/div>\n<div><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-21\/\" target=\"_blank\">Solution<\/a><\/div>\n<\/div>\n<h2>Writing a System of Equations from an Augmented Matrix<\/h2>\nWe can use augmented matrices to help us solve systems of equations because they simplify operations when the systems are not encumbered by the variables. However, it is important to understand how to move back and forth between formats in order to make finding solutions smoother and more intuitive. Here, we will use the information in an augmented matrix to write the <strong>system of equations<\/strong> in standard form.\n<div class=\"textbox shaded\">\n<h3>Example 2: Writing a System of Equations from an Augmented Matrix Form<\/h3>\nFind the system of equations from the augmented matrix.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill -3&amp; \\hfill -5\\\\ \\hfill 2&amp; \\hfill -5&amp; \\hfill -4\\\\ \\hfill -3&amp; \\hfill 5&amp; \\hfill 4\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill -2\\\\ \\hfill 5\\\\ \\hfill 6\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\nWhen the columns represent the variables [latex]x[\/latex], [latex]y[\/latex], and [latex]z[\/latex],\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 1&amp; \\hfill -3&amp; \\hfill -5\\\\ \\hfill 2&amp; \\hfill -5&amp; \\hfill -4\\\\ \\hfill -3&amp; \\hfill 5&amp; \\hfill 4\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill -2\\\\ \\hfill 5\\\\ \\hfill 6\\end{array}\\right]\\to \\begin{array}{l}x - 3y - 5z=-2\\hfill \\\\ 2x - 5y - 4z=5\\hfill \\\\ -3x+5y+4z=6\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 2<\/h3>\nWrite the system of equations from the augmented matrix.\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}1&amp; -1&amp; 1\\\\ 2&amp; -1&amp; 3\\\\ 0&amp; 1&amp; 1\\end{array}|\\begin{array}{c}5\\\\ 1\\\\ -9\\end{array}\\right][\/latex]<\/div>\n<div><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-21\/\" target=\"_blank\">Solution<\/a><\/div>\n<\/div>","rendered":"<p>A <strong>matrix<\/strong> can serve as a device for representing and solving a system of equations. To express a system in matrix form, we extract the coefficients of the variables and the constants, and these become the entries of the matrix. We use a vertical line to separate the coefficient entries from the constants, essentially replacing the equal signs. When a system is written in this form, we call it an <strong>augmented matrix<\/strong>.<\/p>\n<p>For example, consider the following [latex]2\\times 2[\/latex] system of equations.\n<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}3x+4y=7\\\\ 4x - 2y=5\\end{array}[\/latex]<\/div>\n<p>We can write this system as an augmented matrix:<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rr}\\hfill 3& \\hfill 4\\\\ \\hfill 4& \\hfill -2\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill 7\\\\ \\hfill 5\\end{array}\\right][\/latex]<\/div>\n<p>We can also write a matrix containing just the coefficients. This is called the <strong>coefficient matrix<\/strong>.<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{cc}3& 4\\\\ 4& -2\\end{array}\\right][\/latex]<\/div>\n<p>A three-by-three <strong>system of equations<\/strong> such as<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}3x-y-z=0\\hfill \\\\ \\text{ }x+y=5\\hfill \\\\ \\text{ }2x - 3z=2\\hfill \\end{array}[\/latex]<\/div>\n<p>has a coefficient matrix<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 3& \\hfill -1& \\hfill -1\\\\ \\hfill 1& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill 0& \\hfill -3\\end{array}\\right][\/latex]<\/div>\n<p>and is represented by the augmented matrix<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 3& \\hfill -1& \\hfill -1\\\\ \\hfill 1& \\hfill 1& \\hfill 0\\\\ \\hfill 2& \\hfill 0& \\hfill -3\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill 0\\\\ \\hfill 5\\\\ \\hfill 2\\end{array}\\right][\/latex]<\/div>\n<p>Notice that the matrix is written so that the variables line up in their own columns: <em>x<\/em>-terms go in the first column, <em>y<\/em>-terms in the second column, and <em>z<\/em>-terms in the third column. It is very important that each equation is written in standard form [latex]ax+by+cz=d[\/latex] so that the variables line up. When there is a missing variable term in an equation, the coefficient is 0.<\/p>\n<div class=\"textbox\">\n<h3>How To: Given a system of equations, write an augmented matrix.<\/h3>\n<ol>\n<li>Write the coefficients of the <em>x<\/em>-terms as the numbers down the first column.<\/li>\n<li>Write the coefficients of the <em>y<\/em>-terms as the numbers down the second column.<\/li>\n<li>If there are <em>z<\/em>-terms, write the coefficients as the numbers down the third column.<\/li>\n<li>Draw a vertical line and write the constants to the right of the line.<\/li>\n<\/ol>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Example 1: Writing the Augmented Matrix for a System of Equations<\/h3>\n<p>Write the augmented matrix for the given system of equations.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}\\text{ }x+2y-z=3\\hfill \\\\ \\text{ }2x-y+2z=6\\hfill \\\\ \\text{ }x - 3y+3z=4\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\n<p>The augmented matrix displays the coefficients of the variables, and an additional column for the constants.<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 1& \\hfill 2& \\hfill -1\\\\ \\hfill 2& \\hfill -1& \\hfill 2\\\\ \\hfill 1& \\hfill -3& \\hfill 3\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill 3\\\\ \\hfill 6\\\\ \\hfill 4\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 1<\/h3>\n<p>Write the augmented matrix of the given system of equations.<\/p>\n<div style=\"text-align: center;\">[latex]\\begin{array}{l}4x - 3y=11\\\\ 3x+2y=4\\end{array}[\/latex]<\/div>\n<div><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-21\/\" target=\"_blank\">Solution<\/a><\/div>\n<\/div>\n<h2>Writing a System of Equations from an Augmented Matrix<\/h2>\n<p>We can use augmented matrices to help us solve systems of equations because they simplify operations when the systems are not encumbered by the variables. However, it is important to understand how to move back and forth between formats in order to make finding solutions smoother and more intuitive. Here, we will use the information in an augmented matrix to write the <strong>system of equations<\/strong> in standard form.<\/p>\n<div class=\"textbox shaded\">\n<h3>Example 2: Writing a System of Equations from an Augmented Matrix Form<\/h3>\n<p>Find the system of equations from the augmented matrix.<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 1& \\hfill -3& \\hfill -5\\\\ \\hfill 2& \\hfill -5& \\hfill -4\\\\ \\hfill -3& \\hfill 5& \\hfill 4\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill -2\\\\ \\hfill 5\\\\ \\hfill 6\\end{array}\\right][\/latex]<\/div>\n<\/div>\n<div class=\"textbox shaded\">\n<h3>Solution<\/h3>\n<p>When the columns represent the variables [latex]x[\/latex], [latex]y[\/latex], and [latex]z[\/latex],<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{rrr}\\hfill 1& \\hfill -3& \\hfill -5\\\\ \\hfill 2& \\hfill -5& \\hfill -4\\\\ \\hfill -3& \\hfill 5& \\hfill 4\\end{array}\\text{ }|\\text{ }\\begin{array}{r}\\hfill -2\\\\ \\hfill 5\\\\ \\hfill 6\\end{array}\\right]\\to \\begin{array}{l}x - 3y - 5z=-2\\hfill \\\\ 2x - 5y - 4z=5\\hfill \\\\ -3x+5y+4z=6\\hfill \\end{array}[\/latex]<\/div>\n<\/div>\n<div class=\"bcc-box bcc-success\">\n<h3>Try It 2<\/h3>\n<p>Write the system of equations from the augmented matrix.<\/p>\n<div style=\"text-align: center;\">[latex]\\left[\\begin{array}{ccc}1& -1& 1\\\\ 2& -1& 3\\\\ 0& 1& 1\\end{array}|\\begin{array}{c}5\\\\ 1\\\\ -9\\end{array}\\right][\/latex]<\/div>\n<div><a href=\"https:\/\/courses.candelalearning.com\/precalctwo1xmaster\/chapter\/solutions-21\/\" target=\"_blank\">Solution<\/a><\/div>\n<\/div>\n\n\t\t\t <section class=\"citations-section\" role=\"contentinfo\">\n\t\t\t <h3>Candela Citations<\/h3>\n\t\t\t\t\t <div>\n\t\t\t\t\t\t <div id=\"citation-list-1798\">\n\t\t\t\t\t\t\t <div class=\"licensing\"><div class=\"license-attribution-dropdown-subheading\">CC licensed content, Specific attribution<\/div><ul class=\"citation-list\"><li>Precalculus. <strong>Authored by<\/strong>: OpenStax College. <strong>Provided by<\/strong>: OpenStax. <strong>Located at<\/strong>: <a target=\"_blank\" href=\"http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface\">http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface<\/a>. <strong>License<\/strong>: <em><a target=\"_blank\" rel=\"license\" href=\"https:\/\/creativecommons.org\/licenses\/by\/4.0\/\">CC BY: Attribution<\/a><\/em><\/li><\/ul><\/div>\n\t\t\t\t\t\t <\/div>\n\t\t\t\t\t <\/div>\n\t\t\t <\/section>","protected":false},"author":276,"menu_order":2,"template":"","meta":{"_candela_citation":"[{\"type\":\"cc-attribution\",\"description\":\"Precalculus\",\"author\":\"OpenStax College\",\"organization\":\"OpenStax\",\"url\":\"http:\/\/cnx.org\/contents\/fd53eae1-fa23-47c7-bb1b-972349835c3c@5.175:1\/Preface\",\"project\":\"\",\"license\":\"cc-by\",\"license_terms\":\"\"}]","CANDELA_OUTCOMES_GUID":"","pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":[],"pb_section_license":""},"chapter-type":[],"contributor":[],"license":[],"class_list":["post-1798","chapter","type-chapter","status-publish","hentry"],"part":1795,"_links":{"self":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1798","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/users\/276"}],"version-history":[{"count":1,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1798\/revisions"}],"predecessor-version":[{"id":2243,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1798\/revisions\/2243"}],"part":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/parts\/1795"}],"metadata":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapters\/1798\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/media?parent=1798"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/pressbooks\/v2\/chapter-type?post=1798"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/contributor?post=1798"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/courses.lumenlearning.com\/ivytech-collegealgebra\/wp-json\/wp\/v2\/license?post=1798"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}