BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon176 Learners

Last updated on October 24, 2025

Augmented Matrix

Professor Greenline Explaining Math Concepts

An augmented matrix is formed by combining the columns of two matrices. This matrix is used to solve simple linear equations. The number of variables present in a system of linear equations equals the number of columns in the coefficient matrix. Let’s explore the topic in more detail.

Augmented Matrix for US Students
Professor Greenline from BrightChamps

What Is An Augmented Matrix?

One of the two matrices combined to form an augmented matrix is a coefficient matrix of the variables, and the other contains constants from the equations. If one matrix has m columns and the other has n columns, then the augmented matrix formed has m + n columns. The number of rows in the matrix will be the same as the number of equations.

For example, consider a system of equations:

2x+3y=8
4x-y=2

The coefficient matrix is:
 

The constant matrix is:
    
So, the augmented matrix is:

Professor Greenline from BrightChamps

Why are Augmented Matrices Important?

Augmented matrices provide an efficient way to solve systems of linear equations using row operations. Augmented matrices represent an entire system as one matrix to which row operations can be applied for efficient solutions. They are also foundational for row operations, matrix forms, and understanding the identity matrix and inverse matrices. 

Professor Greenline from BrightChamps

What are the Properties Of Augmented Matrix?

The properties of augmented matrices help us understand how they are structured, what operations can be used to solve them, and how they show if a system has no solutions, one solution or infinitely many solutions. These properties are:

  • An augmented matrix is always rectangular
  • Each row in an augmented matrix represents one equation, so the number of rows in the matrix is equal to the number of equations in the system.
  • The number of columns in an augmented matrix is equal to the number of variables + 1. The extra column represents constants from the right-hand side of the equation.
  • Multiplying a row by any constant value changes the matrix but not the solution of the system represented by it.
  • Elementary row operations like swapping or addition/subtraction of one row from another, can be applied to any row of an augmented matrix to solve for systems of equations.
     
Professor Greenline from BrightChamps

How to Solve Augmented Matrix?

Simplifying an augmented matrix helps find the solution to a system of linear equations. This is done using row operations to transform the matrix into reduced row echelon form (RREF) using the Gauss-Jordan elimination method.

Row transformations change the first part of the augmented matrix into the identity matrix. The values of the last column obtained are the solution for the system of linear equations.
Suppose we are given a system of linear equations:

a1x+b1y+c1z=d1
a2x+b2y+c2z=d2
a3x+b3y+c3z=d3

We can represent this system using an augmented matrix as follows:

By applying elementary row operations, we simplify the matrix into row-reduced echelon form (RREF), where the left side becomes the identity matrix:

This final matrix shows that the system has a unique solution, given by:

x=p, y=1, z=r

The values in the last column of the augmented matrix are the values that solve the original system of equations.
 

Professor Greenline from BrightChamps

How to Find an Augmented Matrix?

For finding augmented matrix, the steps are as follows - 

Step 1: At first, the coefficient matrix is formed by the coefficients from each equation. 

Step 2: The constant matrix has to be placed on the right-hand side of each equation. 

Step 3: For Augmented matrix, combine both coefficient matrix and constant matrix side-by-side.
 

Professor Greenline from BrightChamps

Augmented Matrix of a System of Linear Equation

An augmented matrix is formed by combining two matrices from a system of linear equations: the coefficient matrix and the constant matrix (column matrix). They are placed side by side and separated by a dotted line.

For instance, for a system of linear equations:

2x+3y-z=5
4x-y+2z=6
-3x+2y+z=-4

The coefficient matrix A is:
   


The constant matrix B is:
  


The augmented matrix is:

 

For a general system of linear equations with coefficients aij​ and variables x1, x2,. . ., xn

The system can be written as:

a11x1+a12x2+ . . . +a1nxn=b1
a21x1+a22x2+ . . . +a2nxn=b2
    .                                    .
    .                                    .
    .                                    .
am1x1+am2x2+ . . . +amnxn=bm

The augmented matrix for this system is:

 

 

Max Pointing Out Common Math Mistakes

Common mistakes and How to Avoid Them in Augmented Matrix

Augmented matrices are often the first application of matrices students come across. To build an error free foundation for matrix calculations, avoid the following mistakes:

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting to Insert Zeros for Missing Variables

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Leaving blanks in place of missing variables breaks the structure of the matrix. These misaligned columns result in incorrect solutions. Insert a zero in place of missing variables to avoid this.

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misplacing Constants in the Matrix

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

The coefficient matrix should only contain variable coefficients. Keep the constants only in the final column of the augmented matrix.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrect Row Operations

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often make incorrect row operations like dividing by zero, or not applying the operation to the entire row. Elementary row operations should be applied. 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Switching the Order of Variables Across Equations

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Inconsistent variable orders result in inaccurate and unaligned matrix columns. Maintain a fixed variable order for all equations before converting them to a matrix.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misinterpreting the Augmented Matrix

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often confuse coefficient matrices with augmented matrices, which results in incorrect solutions. Remember, the difference between coefficient matrices and  augmented matrices is that a coefficient matrix consists only of variables and the augmented matrix has constants as well as variables in its final column.

arrow-right
arrow-right
Professor Greenline from BrightChamps

Real life applications of Augmented Matrix

Augmented matrices are key mathematical tools used in algebraic calculations. Listed below are some real life applications of this tool:

  • Solving Electrical Circuit Problems: Augmented matrices are used in electrical engineering to solve systems of equations in Kirchhoff’s law that model complex circuits.
     
  • Image transformations and computer graphics: In computer graphics, systems of linear equations describe how images are scaled, rotated, or translated. These systems are frequently solved using augmented matrices, especially when combining transformation matrices with point coordinates.
     
  • Help In Navigation: Augmented matrix is used in GPS systems for easy navigation and finding location. It is used in both 2D and 3D planes for calculating distances, positions, and directions. It also simplifies complex geometric and trigonometry issues. 
     
  • Economics and business forecasting: Matrices are used for finding economic indicators. It also predicts variables used in supply chain, resource allocation or price equilibrium. 
     
  • Balancing chemical reactions: Balancing complex chemical equations typically involves setting up a system of linear equations based on the conservation of atoms. These equations are represented in an augmented matrix, making it easier to solve for stoichiometric coefficients. Stoichiometric coefficients are the numbers placed in front of chemical formulas in a balanced chemical equation.
Max from BrightChamps Saying "Hey"
Hey!

Solved examples of Augmented Matrix

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Solve the system using an augmented matrix: x+y=4 2x-y=1

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x=5/3, y=7/3
 

Explanation

Write the augmented matrix: 
                  
Use row operations: R2 → R2 - 2R1
R2 = [2,-1,1] - [2× [1,1,4] = [0,-3,-7]
The new matrix is:
                 
From row 2, -3y = -7
y=7/3
Substituting this into row 1, we get

x+7/3=4

x=4-7/3=5/3

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Solve x-2y+z=3 2x+y-3z=-1 -3x+y+2z=4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

0=6The system has no solution and is inconsistent.

Explanation

Augmented matrix:

Row operations:
R2→R2-2R1
R3→R3+3R1
R2= [2,1,-3,-1-21], [-2,1,3] = 0,5,-5,-7
R3= [-3,1,2,4] + [31,-2,1,3] = [-3,1,2,4] +[3,-6,3,9] = [0,-5,5,13]

Now the matrix is:
 
R3→R3+R2
R3= [0,-5,5,13] + [0,5,-5,-7] = 0,0,0,6
So, the matrix is:
 
The last row is: 0x+0y+0z=6
⇒ 0=6

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Write the augmented matrix for: 3x-y+2z=7 2y-z=4 x+y+z=6

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

3x-y+2z=7
0x+2y-z=4
x+y+z=6

Explanation

Rewrite missing variables with zero coefficients:
3x-y+2z=7
0x+2y-z=4
x+y+z=6

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Write the augmented matrix for the given system of equations. x+2z=5 2x-y+z=4 y-z=3

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

x+0y+2z=5
2x-y+z=4
0x+y-z=3

Explanation

Rewrite with all variables (x, y, z)
x+0y+2z=5
2x-y+z=4
0x+y-z=3
 

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Solve: x+y+z=6 2x+3y+z=14 x+2y+3z=14

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

 x=1, y=4, z=2

Explanation

The augmented matrix for this system is:

Remove row below 1st column:
R2→2R1
R3→R3-R1

R2= [2,3,1,14] - [21,1,1,6] = 0,1,-1,2

R3= [1,2,3,14] - [1,1,1,6] = 0,1,2,8

The matrix now is:

R3→R3-R2
R= [0,1,2,8] - [0,1,-1,2] = 0,0,3,6

R3→1/3R= [0,0,1,2]

Using back substitution:
R2→R2+R= [0,1,0,4]
R1→R1-R= [1,1,0,4]
R1→R1-R= [1,0,0,1]

Final matrix:

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Augmented Matrix

1.What is an augmented matrix in algebra?

An augmented matrix is a system of linear equations containing both constant and coefficient matrix side-by-side as a one matrix. These matrices are used in finding economic models, navigation systems, signal processing, robotics and other fields as well.

Math FAQ Answers Dropdown Arrow

2.What is the use of augmented matrix?

Augmented matrices are mainly used to solve systems of linear equations. By applying row operations, we can reduce the matrix to a simpler form (such as row echelon form), making it easier to determine if the system has a unique solution, no solution, or infinitely many solutions.

Math FAQ Answers Dropdown Arrow

3.What row operations can be performed on an augmented matrix?

The three elementary row operations that can be applied are:
Swapping two rows (Ri ↔ Rj)
Multiplying a row by a non-zero scalar (Ri → kRi)
Adding or subtracting a multiple of one row from another (Ri → Ri ± kRj)
 These operations help transform the matrix into a simpler form without changing the solution of the system.

Math FAQ Answers Dropdown Arrow

4.How to find the rank of augmented matrix?

To find the rank of an augmented matrix:
Use elementary row operations to reduce it to row echelon form (or reduced row echelon form).
Count the number of non-zero rows in the resulting matrix.
 That count is the rank of the matrix, which helps determine whether the system is consistent and how many solutions it has.

Math FAQ Answers Dropdown Arrow

5.What is the augmented matrix method?

The augmented matrix method involves:
Writing a system of linear equations as an augmented matrix.
Row operations are applied to reduce it to row echelon or reduced row echelon form.
Using back substitution or direct reading (if in RREF) to find the solution.
This method streamlines solving equations without substituting variables manually.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom