• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Chemistry
Elementary Operations of Matrices

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:

  1. Row Interchange (Swap) – Ri​↔Rj​

Swap two rows of the matrix.

Example:

[13​24​]⇒R1​↔R2​⇒[31​42​]

  1. Row Scaling – Ri​→kRj​

Multiply a row by a non-zero scalar k.

Example:

[13​24​]⇒R2​→2R2​⇒[16​28​]

  1. Row Replacement – Ri​→Ri​+kRj​

Add a multiple of one row to another.

Example:

R2​→R2​−3R1​

[13​24​]⇒[10​2−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:

  1. Use row operations to form zeros below the leading 1 (pivot) in each row.
  2. Continue until the matrix is in triangular or identity form.
  3. Back-substitute if solving a system.

Elementary Row Operations to Transform the Matrix (Example)

Given matrix:

A=[24​13​]

We want to transform it to row-echelon form:

Step 1: Make leading 1 in row 1

R1​→21​R1​

[14​0.53​] 

Step 2: Eliminate below pivot using

[10​0.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=[21​43​]. Find the inverse of A using elementary row operations.

Solution:

Form an augmented matrix [A | I]:

[21​43​10​01​]

Step 1: R1​→R1​−2R2​

[01​−23​10​−21​]

Step 2: Swap R1​↔R2​

[10​3−2​01​1−2​]

Step 3: R2​→−2R2​​

[10​31​0−21​​11​]

Step 4: R1​→R1​−3R2​

[10​01​23​−21​​−21​]

So,

[23​−21​​−21​]


Example 2: Reduce the matrix A=[12​24​36​] to row echelon form.

Solution:

Apply R2​→R2​−2R1​ :

[10​20​30​]

This is the row echelon form.


Example 3: If  A=​12−1​25−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=​100​210​−121​​

Since all rows are non-zero, Rank = 3.


Example 3: Use elementary row operations to find the inverse of   A=[13​24​]

Solution:

Form the augmented matrix [A | I]:

 A=[13​24​10​01​]

Step 1: R2​→R2​−3R1​

 A=[10​2−2​1−3​01​]

Step 2: R2​→−2R2​​

 A=[10​21​123​​0−21​​] 

Step 3: R1​→R1​−2R2​

 A=[10​01​−223​​1−21​​]

So, A−1=[−223​​1−21​​]


Example 4: Reduce the matrix to row echelon form A=​213​435​628​​

Solution:

Step 1: R1​→2R1​​

 A=​113​235​328​​

Step 2: R2​→R2​−R1​,R3​→R3​−3R1​

 A=​100​21−1​3−1−1​​

Step 3: R3​→R3​+R2​

 A=​100​210​3−1−2​​

This is the row echelon form.


Example 5: Find the rank using elementary row operations  A=​147​258​369​​

Solution:

Step 1: R2​→R2​−4R1​,R3​→R3​−7R1​

 A=​100​2−3−6​3−6−12​​

Step 2: R3​→R3​−2R2​

 A=​100​2−30​3−60​​

Only 2 non-zero rows, so Rank = 2.


Example 6: Check if the matrix is invertible using row operations  A=[21​42​]

Notice: Det(A)=2.2−1.4=0

Or via row operation:

R2​→R2​−21​R1​⇒[20​40​]

Since the matrix cannot be reduced to identity, it's non-invertible.


Example 7: Use elementary operations to transform A=[12​13​] into the identity matrix.

Solution:

Augment with identity:

 A=[12​13​10​01​]

Step 1: R2​→R2​−2R1​

 A=[10​11​1−2​01​]

Step 2: R1​→R1​−R2​

 A=[10​01​3−2​−11​]

Thus,

A−1=[3−2​−11​]

6.0Practice Questions on Elementary Operations of Matrices

  1. Use elementary row operations to find the inverse of: A=[13​24​]
  2. Reduce the matrix to row echelon form: A=[12​36​24​]
  3. Find the rank of the matrix using elementary operations:  A=​147​258​369​​
  4. Determine whether the following matrix is invertible: A=[21​42​] (Hint: Use row reduction to identity matrix)
  5. Transform the matrix A=[24​13​] into an identity matrix using row operations.

7.0Frequently Asked Questions (FAQs)

Q1. How many types of elementary operations exist?

Ans: There are three:

  1. Row interchange: Ri​↔Rj​
  2. Row scaling: R1​→kR1​
  3. 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)

Frequently Asked Questions

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 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO