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.
There are three kinds of elementary matrix operations.
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.
In many references, you will encounter a compact notation to describe elementary operations. That notation is shown below.
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.
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.
To perform an elementary row operation on a A, an r x c matrix, take the following steps.
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.
Then, to interchange the second and third rows of A, we premultiply A by E, as shown below.
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.
Then, to multiply each element in the second row of A by 7, we premultiply A by E.
To perform an elementary column operation on A, an r x c matrix, take the following steps.
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.
Then, to interchange the first and second columns of A, we postmultiply A by E, as shown below.
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:
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.
115 videos|142 docs
|
1. What are elementary row and column operations in matrices and determinants? |
2. How do elementary row and column operations affect the solution of a system of linear equations? |
3. Can elementary row and column operations change the determinant of a matrix? |
4. What is the purpose of using elementary row and column operations in matrix and determinant calculations? |
5. How do elementary row and column operations help in finding the inverse of a matrix? |
|
Explore Courses for B Com exam
|