Summarize this article:
Last updated on September 13, 2025
Elementary row operations are helpful in simplifying a matrix when solving a system of equations, finding the rank of a matrix, and performing other matrix-related calculations. Using the elementary row operations, we can find the inverse of a matrix without using any formula A-1 = (adj A) / (det A). We will learn more about elementary row operations in this article.
When working with elementary row operations, we represent the first row by R1, the second row as R2, and so on. The three types of elementary row operations are:
We can solve the system of equations by writing it in matrix form and then applying row operations step by step until the solution becomes easy to find.
Step 1: Swap two rows.
It is like changing the order of two equations, which does not change the solution.
Step 2: Multiply a row by a number.
Multiplying both sides of the equation by the same number, and the solution stays the same.
Step 3: Add or subtract one row from another to simplify the system.
The process, where equations are combined to eliminate variables and make solving easier, is known as Gaussian elements.
Example:
Solve the system: x + y = 5 and x - y = 1
Step 1: Write the equation as an augmented matrix.
11 -11 || 15
Step 2: Subtract Row 2 from Row 1:
10 -12 || 14
Step 3: Divide Row 1 by 2:
10 -11 || 12
Step 4: Add Row 1 to Row 2:
10 01 || 32
From Row 2:
1x + 0y = 3
x = 3
From Row 1:
0x + 1y = 2
y = 2
So, x = 3 and y = 2
Elementary Row Operations to Find Inverse of a Matrix
For finding the inverse of a matrix, we usually apply the formula, A-1 = (adj A) / (det A). But this process is lengthy and involves many steps, like finding an adjoint matrix, determinant, cofactor matrix, etc. To make this process easy, we use row operations to find the inverse of a matrix.
Step 1: Write the matrix with an identity matrix like: [A | I].
Step 2: Change the left side of the matrix using row operations.
Step 3: The right side will turn into the inverse matrix A-1.
Example:
Find the inverse of A = 31 42
Step 1: Add the identity matrix to the right side.
31 42 || 01 10
Step 2: For making the first column into [1, 0] subtract 3 × Row 1 from Row 2.
01 -22 || -31 10
Step 3: Divide Row 2 by -2.
01 12 || 1.51 -0.50
Step 4: Subtract 2 × Row 2 from Row 1.
01 10 || 1.5-2 -0.51
So, A-1 = 1.5-2 -0.51
Elementary Row Operations to Find Determinant
We can find the determinant of a matrix using row operations, and the steps are given below:
Step 1: Swapping two rows changes the sign of the determinant
Step 2: Multiplying a row by a number, multiplying the determinant by that number.
Step 3: Adding one row to another does not change the determinant.
Example:
Find det(A) for A = 31 42
Step 1: Subtract 3 × Row 1 from Row 2:
01 -22
Step 2: The determinant is the product of the diagonal:
1 × (-2) = -2
Elementary Row Operations to Find Rank of a Matrix
The rank of a matrix is the number of non-zero rows after we make it into a simple step form using row operations. Let's see that clearly using the following example:
Find the rank of A =
Step 3: We have 2 non-zero rows. So, the rank is 2.
Elementary row operations are powerful tools in linear algebra. Their use is not limited to solving mathematical problems, they also have real-life applications, especially in situations where multiple variables are involved and need to be solved together. Below are some of the important fields where elementary row operations are used and how they are applied.
Elementary row operations help in simplifying matrices while solving systems of equations, finding the inverse of a matrix, or determining the rank and determinant. Even though the steps are easy, students often make errors that affect the final result. Here are some common mistakes along with tips to avoid them.
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.
: He loves to play the quiz with kids through algebra to make kids love it.