Skip to main content

Elementary Operation of Matrix with Solved Examples-Class 12 Math Matrices Notes Study Material pdf download free

A Matrix is an array of numbers arranged in the form of rows and columns. The number of rows and columns of a matrix are known as its dimensions which is given by m × n, where and n represent the number of rows and columns respectively. Apart from basic mathematical operations, there are certain elementary operations that can be performed on a matrix. The elementary operations or transformation of a matrix are the operations performed on rows and columns of a matrix to transform the given matrix into a different form in order to make the calculation simpler. In this article, we are going to learn three basic elementary operations of matrix in detail with examples.

Three Basic Elementary Operations of Matrix

We know that elementary row operations are the operations that are performed on rows of a matrix. Similarly, elementary column operations are the operations that are performed on columns of a matrix.

The three basic elementary operations or transformation of a matrix are:

  1. Interchange of any two rows or two columns.
  2. Multiplication of row or column by a non-zero number.
  3. Multiplication of row or column by a non-zero number and add the result to the other row or column.

Now, let us discuss these three basic elementary operations of a matrix in detail.

Case 1: Interchange of any Two Rows or Two Columns

Any 2 columns (or rows) of a matrix can be exchanged. If the ith and jth rows are exchanged, it is shown by Ri ↔ Rj and if the ith and jth columns are exchanged, it is shown by Ci ↔ Cj.

For example, given the matrix A below:

A=[123456]

We apply R1R2 and obtain:

A=[456123]

Case 2: Multiplication of Row or Column by a Non-zero Number

The elements of any row (or column) of a matrix can be multiplied by a non-zero number. So if we multiply the ith row of a matrix by a non-zero number k, symbolically it can be denoted by Ri → kRi. Similarly, for column it is given by Ci → kCi.

For example, given the matrix A below:

A=[123456]

We apply R1→3R1 and obtain:

A=[369456]

Case 3: Multiplication of Row or Column by a Non-zero Number and Add the Result to the Other Row or Column

The elements of any row (or column) can be added with the corresponding elements of another row (or column) which is multiplied by a non-zero number. So if we add the ith row of a matrix to the jth row which is multiplied by a non-zero number k, symbolically it can be denoted by Ri → Ri + kRj. Similarly, for column it is given by Ci → Ci + kCj.

For example, given the matrix A below:

A=[123456]

We apply R2→R2+4Rand obtain:

A=[123836]

Frequently Asked Questions on Elementary Operation of Matrix

Q1

What is meant by the elementary operation of matrix?

The elementary operation of a matrix, also known as elementary transformation are the operations performed on rows and columns of a matrix to transform the given matrix into a different form inorder to make the calculation simpler.

Q2

Mention the different types of elementary operations of a matrix?

Interchange of any two rows or two columns.
Multiplication of row or column by a non-zero number.
Multiplication of row or column by a non-zero number and add the result to the other row or column.

Q3

Can we interchange rows in a matrix?

Yes, we can interchange the rows of a matrix to get a new matrix. For example, R1↔R2 or R1↔R3 and so on.

Q4

Does the elementary operation of the matrix affect the solution of the system of linear equations?

No, the elementary operation of the matrix does not affect the solution of the system of linear equations.

Q5

Why do we use elementary row operations?

Elementary row operations are used in Gaussian elimination in order to transform the given matrix into the reduced row Echelon form.

Comments

Popular posts from this blog

Symmetric & Skew Symmetric Matrix-Properties, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

A symmetric matrix and skew-symmetric matrix both are square matrices. But the difference between them is, the symmetric matrix is equal to its transpose whereas skew-symmetric matrix is a matrix whose transpose is equal to its negative. If A is a symmetric matrix, then A = A T   and if A is a skew-symmetric matrix then A T  = – A. Table of Contents Symmetric Matrix Properties of Symmetric Matrix Skew Symmetric Matrix Properties of Skew Symmetric Matrix Determinant of Skew Symmetric Matrix Eigenvalue of Skew Symmetric Matrix Frequently Asked Questions-FAQs What is a symmetric matrix? How do you know if a matrix is symmetric? Give an Example of a Matrix Which is Symmetric but not Invertible. Is Symmetric Matrix Diagonalizable? What is skew-symmetric matrix? What is the difference between symmetric and skew-symmetric matrix? Symmetric Matrix To understand if a matrix is a symmetric matrix, it is very important to know about transpose of a matrix and how to find it. If we in...

Onto Functions(Surjective Functions)-Definition, Graph, Properties, Solved Examples, FAQs

  Onto Function is one of the many types of functions defined based on the relationship between its domain and codomain. For any function to be onto, it needs to relate two sets with a very specific mapping between elements, meaning that each element of the codomain has at least one element in the domain as its pre-image. In simple words, for any function, if all the elements of the codomain are mapped to some element of the domain, then the function is said to be an onto function.  In this article, we will discuss the concept of onto or surjective function in detail including its definition, example, and many more. We will also discuss key differences between one one, onto and into functions as well. Table of Contents What is an Onto Function? Onto Function Definition Representation for Onto Function Examples of Onto Function Properties of Onto Function Composition of Onto Function Onto Function Graph Number of Onto Functions One to One and Onto Functions Onto and Into Functi...

Transpose of a Matrix-Addition & Multiplication Property of Transpose, Solved Examples, Class 12 Matrices Chapter Notes Study Material Download pdf

Transpose of a matrix is one of the most commonly used methods in matrix transformation. For a given matrix, the transpose of a matrix is obtained by interchanging rows into columns or columns to rows. In this article, we are going to learn the definition of the transpose of a matrix, steps to find the transpose of a matrix, properties and examples with a complete explanation. Before learning how to find the transpose of a matrix, first let us learn, what a matrix is? Table of Contents What is a Matrix? Transpose of a Matrix Definition How to Find the Transpose of a Matrix? Properties of Transpose of a Matrix (i) Transpose of the Transpose Matrix (ii) Addition Property of Transpose (iii) Multiplication by Constant (iv) Multiplication Property of Transpose Transpose of a Matrix Examples Practice Problems Frequently Asked Questions What is the transpose of a matrix? How to calculate the transpose of a Matrix? What is the Addition Property of Transpose? What is the Multiplication Property...