Careers360 Logo
Elementary Row Operations

Elementary Row Operations

Edited By Komal Miglani | Updated on Feb 14, 2025 12:41 PM IST

An elementary matrix is a matrix that differs from the identity matrix by one single elementary row operation. Elementary row operations are used in Gaussian Elimination to reduce a matrix to row echelon form. In real life, we can use elementary row operations to quickly solve a system of equations, determine a matrix's rank, and more. The inverse of a matrix A can also be found using the basic row operations.

This Story also Contains
  1. Elementary row transformation
  2. Elementary Row Operations
  3. Algorithm for finding the inverse of a singular 3 x 3 Matrix by Elementary Row Transformations
  4. Elementary Column Transformation
  5. Solved Examples Based On Elementary Row Transformation
Elementary Row Operations
Elementary Row Operations

In this article, we will cover the concept of Elementary row transformation. This category falls under the broader category of Matrices, which is a crucial Chapter in class 12 Mathematics. It is not only essential for board exams but also for competitive exams like the Joint Entrance Examination(JEE Main) and other entrance exams such as SRMJEE, BITSAT, WBJEE, BCECE, and more. Over the last ten years of the JEE Main Exam (from 2013 to 2023), a total of 4 questions have been asked on this concept, including one in 2020, one in 2021, and three in 2022.

Elementary row transformation

In Elementary row transformation, the rows of the matrix are the only ones that are altered. The columns remain unchanged. A set of guidelines is followed when performing these row operations to ensure that the transformed matrix is identical to the original matrix.

Elementary Row Operations

Row transformation: The following three types of operation (transformation) on the rows of a given matrix are known as elementary row operation (transformation).
i) Interchange of ith  row with jth  row, this operation is denoted by
RiRj

During this operation, all the elements of ith  row get replaced by all the elements of jth  row.
ii) The multiplication of ith  row by a constant k(k0) is denoted by
RikRi

During this operation, all the elements ith  row are replaced by multiplication of elements ith  row by the constant k.
iii) Adding of ith  row elements with of jth  row multiplied by constant k(k0) is denoted by
RiRi+kRj

During this operation, ith  row elements are replaced by adding the previous value of the ith  row and elements of jth  row multiplied by a constant ( k ).

In the same way, three-column operations can also be defined.

Steps for finding the inverse of a matrix of order 2 by elementary row operations

Step i: Write A=InA
Step II: Perform a sequence of elementary row operations successively on A on the LHS and the prefactor In on the RHS till we obtain the result In=BA
Step III: Write A1=B

Algorithm for finding the inverse of a singular 3 x 3 Matrix by Elementary Row Transformations

  1. Introduce unity at the intersection of the first row and first column either by interchanging two rows or by adding a constant multiple of elements of some other row to the first row.
  2. After introducing unity at (1,1) place introduce zeros at all other places in the first column.
  3. Introduce unity at the intersection of the 2nd row and 2nd column with the help of the 2nd and 3rd row.
  4. Introduce zeros at all other places in the second column except at the intersection of 2nd row and 2nd column.
  5. Introduce unity at the intersection of 3rd row and third column.
  6. Finally, introduce zeros at all other places in the third column except at the intersection of third row and third column.
NEET Highest Scoring Chapters & Topics
This ebook serves as a valuable study guide for NEET exams, specifically designed to assist students in light of recent changes and the removal of certain topics from the NEET exam.
Download E-book

Elementary Column Transformation

In the Elementary column transformation, the matrices' columns are the only ones that are altered. The row remains unchanged. A predetermined set of guidelines is followed when performing these column operations to ensure that the transformed matrix is identical to the original matrix.

Recommended Video Based on Elementary Row Operations:

Solved Examples Based On Elementary Row Transformation

Example 1: Find the inverse of matrix A, if matrix A= [abc(1+bca)]

Solution:

Use AA1=I

[abc(1+bca)]=[1001]AR11aR1[1bac(1+bca)]=[1a001]AR2R2cR1[1bq01a]=[1a0ca1]AR2aR2[1ba01]=[1a0ca]AR2R1baR2[1001]=[1+bcabca]AA1=[1+bcabca]

Example 2: Find the inverse of a matrix A=[123012311]

Solution:
First write, A=IA
[123012311]=[100010001]A

Apply, R3R33R1
[123012058]=[100010301]A

Apply, R1R12R2
[101012058]=[120010301]A

Apply, R3R3+5R2
[101012002]=[120010351]A

 Apply, R312R3[101012001]=[120010325212]A Apply, R1R1+R3[100012001]=[121212010325212]A Apply, R2R22R3[100010001]=[121212341325212]A

Hence, A1=[121212341325212]

Example 3 Find the inverse of the matrix A=[120325123]
Solution
Use AA1=I
[120325123]=[100010001]AR1R2[325120123]=[010100001]A
R2R213R1[32504353123]=[0101130001]AR3R313R1[3250435304343]=[01011300131]AR3R31R2

[32504353003]=[0101130101]AR313R3[32504353001]=[010113013013]AR2R2+53R3[3250430001]=[01049135913013]AR1R15R3[3200430001]=[5315349135913013]A

R234R2[320010001]=[53153131451213013]AR1R12R2[300010001]=[13252131451213013]AR113R1[100010001]=[131256131451213013]AHence,A1=[131256131451213013]

Example 4: Find the inverse matrix of A=[112235102]

Solution:
Use AA1=I
[112235102]=[100010001]A

Swap matrix rows: R1R2
[235112102]=[010100001]AR2R212R1[23501212102]=[0101120001]A

R3R3+12R1[2350121203292]=[01011200121]

Swap matrix rows : R2R3
[2350329201212]=[01001211120]AR3R3+13R2[23503292001]=[010012111313]AR2R292R3[2350320001]=[0109221211313]AR1R15R3

[2300320001]=[583539221211313]AR223R2[230010001]=[583533431311313]AR1R13R2[200010001]=[443233431311313]A

R112R1[100010001]=[223133431311313]A

Hence, A1=[223133431311313]


Frequently Asked Questions (FAQs)

1. What is Elementary row Transformation?

In Elementary row transformation, the matrices' rows are the only ones that are altered. The columns remain unchanged. A predetermined set of guidelines is followed when performing these row operations to ensure that the transformed matrix is identical to the original matrix.

2. What are the steps to find the inverse of a nonsingular 3 x3 matrix?

Introduce unity at the intersection of the first row and the first column either by interchanging two rows or by adding a constant multiple of elements of some other row to the first row. After introducing unity at (1,1) place introduce zeros at all other places in the first column. Introduce unity at the intersection of the 2nd row and 2nd column with the help of the 2nd and 3rd row.

3. Are row transformation and column Transformation the same?

 No, Row transformation and column Transformation are different because, In Elementary row transformation,  rows are the only ones that are altered.  Whereas In the Elementary column transformation, the matrices' columns are the only ones that are altered.

4. While performing row operations, is the entire row multiplied by the constant?

 Yes, While performing row operations entire row is multiplied by the constant. We multiply the entire row by a constant.

5. What are the different elementary row operations?

 i) Interchange of ith  row with jth  row, this operation is denoted by RiRj
ii) The multiplication of ith  row by a constant k(k0) is denoted by RikRi
iii) Adding of ith  row elements with of j th row multiplied by constant k(k0) is denoted by RiRi+kRj

Unitary matrix

15 Feb'25 11:01 AM

Idempotent matrix

15 Feb'25 10:43 AM

Singular Matrix

14 Feb'25 12:44 PM

Elementary Row Operations

14 Feb'25 12:41 PM

Conjugate of a Matrix

14 Feb'25 11:02 AM

Transpose of a Matrix

14 Feb'25 10:58 AM

Matrix Operations

14 Feb'25 10:55 AM

Triangular Matrix

14 Feb'25 10:43 AM

Articles

Back to top