Math, asked by HarshalHere, 10 months ago

For which type of questions should elementary row and column transformations be applied in Matrices and Determinants

Answers

Answered by visruthaa2609
1

Answer:

note:This is very big answer plsss google it .....

We have already seen that two matrices are equal when they are of the same order and their corresponding elements are equal. That is, if P = [pij]m×n and Q = [qij]r×s are two matrices such that P = Q, then:

 

m =r and n = s i.e. the orders of the two matrices must be same

For every value of i and j, pij = qij.

But there is another way to compare matrices. In this case, the matrices are equivalent to each other. For a matrix  P = [pij]m×n to be equivalent to a matrix Q = [qij]r×s, i.e. P ~ Q , the following two conditions must be satisfied:

m = r and n = s; again, the orders of the two matrices must be same

P should get transformed to Q using the elementary transformation and vice-versa.

Elementary transformation of matrices is hence very important. It is used to find equivalent matrices and also to find the inverse of a matrix. Elementary transformation basically is playing with the rows and columns of a matrix.

Elementary Row Transformation:

As the name suggests, only the rows of the matrices is transformed and NO changes are made in the columns. These row operations are executed according to certain set of rules which make sure that the transformed matrix is equivalent to the original matrix. These rules are:

Any two rows are interchangeable. The interchange of ith and jth rows is represented as:

Ri↔Rj

For example: If A = ⎡⎣⎢1−9−132357⎤⎦⎥, applying R1↔R3, we get B =⎡⎣⎢−13−917523⎤⎦⎥. Here, A ~ B.

All the elements of any row can be multiplied to any non-zero number. The multiplication of ith row to a non-zero number k, is represented as:

Ri→kRi

For example: If A = ⎡⎣⎢1326518219⎤⎦⎥, applying R2→2R2, we get B= ⎡⎣⎢16261018429⎤⎦⎥. Again, A ~ B.

All the elements of a row can be added to corresponding elements of another row multiplied by any non-zero constant. If the elements of ith row are being added to the elements of jth row (multiplied by a non-zero number k), then it is represented as:

Ri→Ri+kRj

An important thing to note here is that the change will only reflect in the elements of ith row. The elements of jth row will remain same.

For example: If A=⎡⎣⎢41210−13564932⎤⎦⎥, applying R1→R1+(−2)R3 , we getB = ⎡⎣⎢0120−1350932⎤⎦⎥. Here,  A ~ B .

It’s easy to figure out here that if k = 1, it just reduces to adding the elements of ith row to corresponding elements of jth row. Also, if k = -1, it means subtracting the elements of jth row from corresponding elements of the ith row.

For example: If P = ⎡⎣⎢154525453⎤⎦⎥, applying R2→R2+R3, we get Q = ⎡⎣⎢194575483⎤⎦⎥. P ~ Q

Those were the three elementary row transformations/operations. The elementary column operations are exactly the same operations done on the columns.

Elementary Column Operation:

Those three operations for rows, if applied to columns in the same way, we get elementary column operation. As we have already discussed row transformation in detail, we will briefly discuss column transformation. The rules for elementary column transformation are:

Any two columns are interchangeable i.e.Ci↔Cj .

For example: If A=⎡⎣⎢1−9−132357⎤⎦⎥, applying C1↔C2, we get B =⎡⎣⎢23571−9−13⎤⎦⎥

Here,  A ~ B .  

All the elements of any column can be multiplied to any non-zero number i.e.Ci↔kCi.

For example: If A =

⎡⎣⎢1326518219⎤⎦⎥, applying C2→3C2, we get B =⎡⎣⎢132181538219⎤⎦⎥

. Again,  A ~ B .

All the elements of a column can be added to corresponding elements of another column multiplied by any non-zero constant i.e. Ci→Ci+kCj

For example: If A = ⎡⎣⎢41210−135112⎤⎦⎥, applying C1→C1+3C3, we get B = ⎡⎣⎢74810−135112⎤⎦⎥.. Here,  A ~ B

Similar questions