ScholarQuill logoScholarQuillUniversity Notes
  • Notes
  • Past Papers
  • Blogs
  • Todo
Login
ScholarQuill logoScholarQuillUniversity Notes
Login
NotesPast PapersBlogsTodo
More
SubjectsDiscussionCGPA CalculatorGPA CalculatorStudent PortalCourse Outline
About
About usPrivacy PolicyReportContact
Notes
Past Papers
Blogs
Todo
Analytics
    Current Subject
    🧩
    Math Deficiency - I
    MD-001
    Progress0 / 38 topics
    Topics
    1. Sets: Definition, Representation, and Operations2. Relation and Function: Graphical Transformation of Functions3. Properties of Functions4. Composition and Inverses of Functions5. Domain and Range of Functions6. Maximum and Minimum Values of Functions7. Increasing and Decreasing Functions8. Zeros and Intercepts of Functions9. Piecewise Functions10. Continuity and Discontinuity of Functions11. Polynomials and Rational Functions12. Polynomial Long Division and Synthetic Division13. Solution of Rational Functions14. Absolute Valued Functions and Their Properties15. Asymptotes: Horizontal, Vertical, and Oblique16. Exponential Functions and Their Properties17. Logarithmic Functions and Their Properties18. Systems of Equations: Two Equations and Two Unknowns19. Systems of Equations: Three Equations and Three Unknowns20. Matrix Algebra: Addition, Subtraction, and Multiplication21. Row Operations and Row Echelon Forms22. Augmented Matrices23. Determinant of Matrices: 2x2 and Higher Order24. Cramer's Rule25. Inverse Matrices26. Series and Sequences27. Trigonometry: Angles in Radians and Degrees28. Right Triangle Trigonometry29. Law of Cosines and Sines30. Area of a Triangle31. Graphs of Trigonometric Functions32. Graphs of Inverse Trigonometric Functions33. Basic Trigonometric Identities34. Trigonometric Equations35. General Form of a Conic: Parabolas, Circles, Ellipses, and Hyperbolas36. Degenerate Conics37. Polar and Parametric Equations38. Polar and Rectangular Coordinates
    MD-001›Augmented Matrices
    Math Deficiency - ITopic 22 of 38

    Augmented Matrices

    8 minread
    1,424words
    Intermediatelevel

    Augmented Matrices

    An augmented matrix is a matrix that represents a system of linear equations. It is a convenient way to solve systems of equations using matrix methods, such as Gaussian elimination or row reduction. The augmented matrix includes both the coefficients of the variables and the constants from the equations, combined into a single matrix.


    1. Definition of Augmented Matrix

    Given a system of linear equations:

    a1x1+a2x2+⋯+anxn=b1a_1x_1 + a_2x_2 + \cdots + a_nx_n = b_1a1​x1​+a2​x2​+⋯+an​xn​=b1​ a1x1+a2x2+⋯+anxn=b2a_1x_1 + a_2x_2 + \cdots + a_nx_n = b_2a1​x1​+a2​x2​+⋯+an​xn​=b2​ ⋮\vdots⋮ a1x1+a2x2+⋯+anxn=bma_1x_1 + a_2x_2 + \cdots + a_nx_n = b_ma1​x1​+a2​x2​+⋯+an​xn​=bm​

    where x1,x2,…,xnx_1, x_2, \dots, x_nx1​,x2​,…,xn​ are the variables, a1,a2,…,ana_1, a_2, \dots, a_na1​,a2​,…,an​ are the coefficients of the variables, and b1,b2,…,bmb_1, b_2, \dots, b_mb1​,b2​,…,bm​ are the constants, the augmented matrix for this system is written as:

    [a11a12⋯a1nb1a21a22⋯a2nb2⋮⋮⋱⋮⋮am1am2⋯amnbm]\left[ \begin{array}{ccc|c} a_{11} & a_{12} & \cdots & a_{1n} & b_1 \\ a_{21} & a_{22} & \cdots & a_{2n} & b_2 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} & b_m \\ \end{array} \right]​a11​a21​⋮am1​​a12​a22​⋮am2​​⋯⋯⋱⋯​a1n​a2n​⋮amn​​b1​b2​⋮bm​​​

    The augmented matrix combines the coefficient matrix and the column of constants into a single matrix. The vertical bar ∣|∣ separates the coefficients of the variables from the constants.


    2. Structure of Augmented Matrices

    The augmented matrix has the following general form:

    [a11a12⋯a1nb1a21a22⋯a2nb2⋮⋮⋱⋮⋮am1am2⋯amnbm]\left[ \begin{array}{cccc|c} a_{11} & a_{12} & \cdots & a_{1n} & b_1 \\ a_{21} & a_{22} & \cdots & a_{2n} & b_2 \\ \vdots & \vdots & \ddots & \vdots & \vdots \\ a_{m1} & a_{m2} & \cdots & a_{mn} & b_m \\ \end{array} \right]​a11​a21​⋮am1​​a12​a22​⋮am2​​⋯⋯⋱⋯​a1n​a2n​⋮amn​​b1​b2​⋮bm​​​
    • The left side of the matrix contains the coefficients of the variables (the original coefficient matrix).
    • The right side (after the bar) contains the constants from the right-hand side of the equations.

    Example:

    For the system of equations:

    2x+3y=52x + 3y = 52x+3y=5 4x−y=34x - y = 34x−y=3

    The augmented matrix would be:

    [2354−13]\left[ \begin{array}{cc|c} 2 & 3 & 5 \\ 4 & -1 & 3 \\ \end{array} \right][24​3−1​53​]

    3. Solving Systems Using Augmented Matrices

    The augmented matrix is primarily used in methods like Gaussian elimination and Gauss-Jordan elimination to solve systems of linear equations.

    Gaussian Elimination:

    This method involves performing row operations on the augmented matrix to reduce it to row echelon form (REF). The goal is to simplify the system so that you can solve for the variables.

    1. Row Swaps: Swap two rows.
    2. Scalar Multiplication: Multiply a row by a nonzero scalar.
    3. Row Addition/Subtraction: Add or subtract a multiple of one row to/from another.

    After performing these row operations, the matrix is simplified into an upper triangular form, from which you can back-substitute to find the solutions.

    Gauss-Jordan Elimination:

    This is an extension of Gaussian elimination where the matrix is further reduced to reduced row echelon form (RREF). The goal is to get a matrix where the leading entry (pivot) in each row is 1, and all other entries in the column of a pivot are zero. This allows you to immediately read off the solutions for the variables.


    4. Example of Solving Using Augmented Matrices

    Consider the following system of equations:

    2x+3y=52x + 3y = 52x+3y=5 4x−y=34x - y = 34x−y=3

    The corresponding augmented matrix is:

    [2354−13]\left[ \begin{array}{cc|c} 2 & 3 & 5 \\ 4 & -1 & 3 \\ \end{array} \right][24​3−1​53​]

    We will use Gaussian elimination to solve this system.

    1. Step 1: Make the leading coefficient of the first row equal to 1:

      Divide the first row by 2:

      [11.52.54−13]\left[ \begin{array}{cc|c} 1 & 1.5 & 2.5 \\ 4 & -1 & 3 \\ \end{array} \right][14​1.5−1​2.53​]
    2. Step 2: Eliminate the xxx-term from the second row:

      Subtract 4 times the first row from the second row:

      [11.52.50−7−7]\left[ \begin{array}{cc|c} 1 & 1.5 & 2.5 \\ 0 & -7 & -7 \\ \end{array} \right][10​1.5−7​2.5−7​]
    3. Step 3: Make the leading coefficient in the second row equal to 1:

      Divide the second row by −7-7−7:

      [11.52.5011]\left[ \begin{array}{cc|c} 1 & 1.5 & 2.5 \\ 0 & 1 & 1 \\ \end{array} \right][10​1.51​2.51​]
    4. Step 4: Eliminate the yyy-term from the first row:

      Subtract 1.5 times the second row from the first row:

      [101011]\left[ \begin{array}{cc|c} 1 & 0 & 1 \\ 0 & 1 & 1 \\ \end{array} \right][10​01​11​]

    Now, the system is in reduced row echelon form (RREF), and we can read off the solution:

    x=1,y=1x = 1, \quad y = 1x=1,y=1

    5. Special Notes

    • Augmented matrix operations are equivalent to performing operations on the original system of equations.
    • The row operations on the augmented matrix correspond to equivalent operations on the system of equations, meaning that the solution to the matrix will be the same as the solution to the system of equations.

    Conclusion

    An augmented matrix is a compact and efficient representation of a system of linear equations. It allows you to use matrix operations like Gaussian elimination and Gauss-Jordan elimination to find solutions. By manipulating the augmented matrix, you can solve systems of equations systematically and efficiently.

    Previous topic 21
    Row Operations and Row Echelon Forms
    Next topic 23
    Determinant of Matrices: 2x2 and Higher Order

    Past Papers

    Open this section to load past papers

    Click on Show Past Papers to see past papers.
    On This Page
      Reading Stats
      Est. reading time8 min
      Word count1,424
      Code examples0
      DifficultyIntermediate