B Com Exam  >  B Com Notes  >  Business Mathematics and Statistics  >  Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com PDF Download

Elementary Matrix Operations

Elementary matrix operations play an important role in many matrix algebra applications, such as finding the inverse of a matrix and solving simultaneous linear equations.

Elementary Operations

There are three kinds of elementary matrix operations.

  1. Interchange two rows (or columns).
  2. Multiply each element in a row (or column) by a non-zero number.
  3. Multiply a row (or column) by a non-zero number and add the result to another row (or column).

When these operations are performed on rows, they are called elementary row operations; and when they are performed on columns, they are called elementary column operations.

Elementary Operation Notation

In many references, you will encounter a compact notation to describe elementary operations. That notation is shown below.

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

 

Elementary Operators

Each type of elementary operation may be performed by matrix multiplication, using square matrices calledelementary operators.

For example, suppose you want to interchange rows 1 and 2 of Matrix A. To accomplish this, you could premultiply A by E to produce B, as shown below.

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

 Here, E is an elementary operator. It operates on A to produce the desired interchanged rows in B. What we would like to know, of course, is how to find E. Read on.

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com


How to Perform Elementary Row Operations

To perform an elementary row operation on a A, an rc matrix, take the following steps.

  1. To find E, the elementary row operator, apply the operation to an rr identity matrix.
  2. To carry out the elementary row operation, premultiply A by E.

We illustrate this process below for each of the three types of elementary row operations.

  • Interchange two rows. Suppose we want to interchange the second and third rows of A, a 3 x 2 matrix. To create the elementary row operator E, we interchange the second and third rows of the identity matrix I3.

    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
     Then, to interchange the second and third rows of A, we premultiply A by E, as shown below.

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

Multiply a row by a number. Suppose we want to multiply each element in the second row of Matrix A by 7. Assume A is a 2 x 3 matrix. To create the elementary row operator E, we multiply each element in the second row of the identity matrix I2 by 7.
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

Then, to multiply each element in the second row of A by 7, we premultiply A by E.
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

  • Multiply a row and add it to another row. Assume A is a 2 x 2 matrix. Suppose we want to multiply each element in the first row of A by 3; and we want to add that result to the second row of A. For this operation, creating the elementary row operator is a two-step process. First, we multiply each element in the first row of the identity matrix I2 by 3. Next, we add the result of that multiplication to the second row of I2 to produce E

    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com 
     Then, to multiply each element in the first row of A by 3 and add that result to the second row, we premultiply A by E.
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

    How to Perform Elementary Column Operations

    To perform an elementary column operation on A, an r x c matrix, take the following steps.

  1. To find E, the elementary column operator, apply the operation to an cc identity matrix.
  2. To carry out the elementary column operation, postmultiply A by E
  • Let's work through an elementary column operation to illustrate the process. For example, suppose we want to interchange the first and second columns of A, a 3 x 2 matrix. To create the elementary column operator E, we interchange the first and second columns of the identity matrix I2.
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

    Then, to interchange the first and second columns of A, we postmultiply A by E, as shown below.
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com
    Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

    Note that the process for performing an elementary column operation on an r x c matrix is very similar to the process for performing an elementary row operation. The main differences are:

  • To operate on the rc matrix A, the row operator E is created from an rr identity matrix; whereas the column operator E is created from an cc identity matrix.
     
  • To perform a row operation, A is premultiplied by E; whereas to perform a column operation, A is postmultiplied by E.
     

    Problem 1

    Assume that A is a 4 x 3 matrix. Suppose you want to multiply each element in the second column of matrix A by 9. Find the elementary column operator E.

    Solution

    To find the elementary column operator E, we multiply each element in the second column of the identity matrixI3 by 9.

Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com 

The document Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics | Business Mathematics and Statistics - B Com is a part of the B Com Course Business Mathematics and Statistics.
All you need of B Com at this link: B Com
115 videos|142 docs

FAQs on Elementary Row & Column Operations - Matrices and Determinants, Business Mathematics & Statistics - Business Mathematics and Statistics - B Com

1. What are elementary row and column operations in matrices and determinants?
Ans. Elementary row and column operations refer to the manipulation of rows and columns in a matrix or determinant. These operations include interchanging rows or columns, multiplying a row or column by a non-zero scalar, and adding or subtracting a multiple of one row or column to another. These operations are used to simplify matrices and determinants, solve systems of linear equations, and find the determinant of a matrix.
2. How do elementary row and column operations affect the solution of a system of linear equations?
Ans. Elementary row and column operations do not change the solutions of a system of linear equations. By applying these operations, we can transform the system into an equivalent system that has the same solutions. This allows us to simplify the system and solve it more easily. The operations can be used to eliminate variables, create zeros in the matrix, and put the system in a row-echelon or reduced row-echelon form.
3. Can elementary row and column operations change the determinant of a matrix?
Ans. No, elementary row and column operations do not change the determinant of a matrix. These operations preserve the determinant of a matrix. For example, if we perform an elementary row operation on a matrix, the determinant of the resulting matrix will be the same as the determinant of the original matrix. However, the operations can be used to simplify the matrix and make it easier to calculate the determinant.
4. What is the purpose of using elementary row and column operations in matrix and determinant calculations?
Ans. The purpose of using elementary row and column operations is to simplify matrices and determinants, solve systems of linear equations, and calculate determinants more easily. These operations allow us to transform a matrix into a simpler form, such as row-echelon or reduced row-echelon form, which helps in solving systems of linear equations. They also help in calculating determinants by creating zeros in the matrix and reducing its size.
5. How do elementary row and column operations help in finding the inverse of a matrix?
Ans. Elementary row and column operations are used to find the inverse of a matrix by transforming it into the identity matrix. By applying these operations, we can perform a series of steps to convert the given matrix into the identity matrix on the left and the inverse of the original matrix on the right. These operations help in simplifying the matrix and finding the inverse more efficiently.
115 videos|142 docs
Download as PDF
Explore Courses for B Com exam
Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

Sample Paper

,

Viva Questions

,

mock tests for examination

,

Elementary Row & Column Operations - Matrices and Determinants

,

Previous Year Questions with Solutions

,

study material

,

ppt

,

video lectures

,

practice quizzes

,

Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

,

Free

,

Summary

,

Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

,

MCQs

,

Important questions

,

Elementary Row & Column Operations - Matrices and Determinants

,

pdf

,

past year papers

,

Objective type Questions

,

Elementary Row & Column Operations - Matrices and Determinants

,

Extra Questions

,

Business Mathematics & Statistics | Business Mathematics and Statistics - B Com

,

shortcuts and tricks

,

Semester Notes

,

Exam

;