Elementary row operations are basic transformations performed on matrices — row swapping, scalar multiplication, and row addition — that help simplify matrices without changing their fundamental properties.
They are crucial in matrix inversion, solving linear systems, determining rank, and converting matrices into echelon forms for analysis or computation.
Yes, similar elementary column operations also exist, but row operations are more commonly used in solving systems of equations and finding inverses.
No. When performed correctly, they preserve the solution set of the system.
Join ALLEN!
(Session 2026 - 27)
Choose class
Choose your goal
Preferred Mode
Choose State
Elementary Operations of Matrices
Elementary operations of matrices are fundamental techniques used to simplify matrices and solve systems of linear equations efficiently. These operations include row and column transformations such as swapping rows, multiplying a row by a scalar, and adding a multiple of one row to another. Known as elementary row operations, they are essential tools in linear algebra for matrix reduction, finding inverses, and solving equations using methods like Gauss and Gauss-Jordan elimination. Mastery of these operations is crucial in both academics and real-world applications.
1.0What Are the Elementary Row Operations?
Elementary operations on matrices are operations that allow you to manipulate rows (or columns) of a matrix without changing its solution set (if used to solve linear equations). These operations help transform a matrix into a simpler form — typically row-echelon form or reduced row-echelon form.
2.03 Basic Elementary Operations of Matrix
There are three types of elementary row operations:
Row Interchange (Swap) – Ri↔Rj
Swap two rows of the matrix.
Example:
[1324]⇒R1↔R2⇒[3142]
Row Scaling – Ri→kRj
Multiply a row by a non-zero scalar k.
Example:
[1324]⇒R2→2R2⇒[1628]
Row Replacement – Ri→Ri+kRj
Add a multiple of one row to another.
Example:
R2→R2−3R1
[1324]⇒[102−2]
These operations are reversible and preserve the solution of the system when applied to the augmented matrix of a linear system.
3.0How to Perform Elementary Row Operations Using Matrices
Elementary row operations are typically used in:
Gauss Elimination: To reduce a matrix to row echelon form.
Gauss-Jordan Elimination: To reduce a matrix to reduced row echelon form.
Finding the inverse of a matrix
Solving linear systems using augmented matrices
Steps:
Use row operations to form zeros below the leading 1 (pivot) in each row.
Continue until the matrix is in triangular or identity form.
Back-substitute if solving a system.
Elementary Row Operations to Transform the Matrix (Example)
Given matrix:
A=[2413]
We want to transform it to row-echelon form:
Step 1: Make leading 1 in row 1
R1→21R1
[140.53]
Step 2: Eliminate below pivot using
[100.51]
Matrix is now in row-echelon form using elementary row operations.
4.0Applications of Elementary Row Operations
Solving systems of linear equations
Finding rank of a matrix
Matrix inversion
Checking matrix consistency
Performing LU decomposition
5.0Solved Examples on Elementary Operations of Matrices
Example 1: If A=[2143]. Find the inverse of A using elementary row operations.
Solution:
Form an augmented matrix [A | I]:
[21431001]
Step 1:R1→R1−2R2
[01−2310−21]
Step 2: Swap R1↔R2
[103−2011−2]
Step 3:R2→−2R2
[10310−2111]
Step 4:R1→R1−3R2
[100123−21−21]
So,
[23−21−21]
Example 2: Reduce the matrix A=[122436] to row echelon form.
Solution:
Apply R2→R2−2R1 :
[102030]
This is the row echelon form.
Example 3: If A=12−125−1−102. Use elementary operations to find the rank of matrix A.
Solution: Use row operations to reduce to echelon form:
R2→R2−2R1
R3→R3+R1
Further reduce if possible...
Final row-echelon form (after simplification):A=100210−121
Since all rows are non-zero, Rank = 3.
Example 3: Use elementary row operations to find the inverse ofA=[1324]
Solution:
Form the augmented matrix [A | I]:
A=[13241001]
Step 1:R2→R2−3R1
A=[102−21−301]
Step 2:R2→−2R2
A=[10211230−21]
Step 3:R1→R1−2R2
A=[1001−2231−21]
So, A−1=[−2231−21]
Example 4: Reduce the matrix to row echelon formA=213435628
Solution:
Step 1:R1→2R1
A=113235328
Step 2:R2→R2−R1,R3→R3−3R1
A=10021−13−1−1
Step 3:R3→R3+R2
A=1002103−1−2
This is the row echelon form.
Example 5: Find the rank using elementary row operations A=147258369
Solution:
Step 1:R2→R2−4R1,R3→R3−7R1
A=1002−3−63−6−12
Step 2:R3→R3−2R2
A=1002−303−60
Only 2 non-zero rows, so Rank = 2.
Example 6: Check if the matrix is invertible using row operations A=[2142]
Notice: Det(A)=2.2−1.4=0
Or via row operation:
R2→R2−21R1⇒[2040]
Since the matrix cannot be reduced to identity, it's non-invertible.
Example 7: Use elementary operations to transform A=[1213] into the identity matrix.
Solution:
Augment with identity:
A=[12131001]
Step 1:R2→R2−2R1
A=[10111−201]
Step 2:R1→R1−R2
A=[10013−2−11]
Thus,
A−1=[3−2−11]
6.0Practice Questions on Elementary Operations of Matrices
Use elementary row operations to find the inverse of: A=[1324]
Reduce the matrix to row echelon form: A=[123624]
Find the rank of the matrix using elementary operations: A=147258369
Determine whether the following matrix is invertible: A=[2142] (Hint: Use row reduction to identity matrix)
Transform the matrix A=[2413] into an identity matrix using row operations.
7.0Frequently Asked Questions (FAQs)
Q1. How many types of elementary operations exist?
Ans: There are three:
Row interchange: Ri↔Rj
Row scaling: R1→kR1
Row replacement: Ri→Ri+kRj
Table of Contents
1.0What Are the Elementary Row Operations?
2.03 Basic Elementary Operations of Matrix
3.0How to Perform Elementary Row Operations Using Matrices
4.0Applications of Elementary Row Operations
5.0Solved Examples on Elementary Operations of Matrices
6.0Practice Questions on Elementary Operations of Matrices
7.0Frequently Asked Questions (FAQs)
Elementary Operations of Matrices: Row Operations, Rules & Examples