Home
Class 12
MATHS
Elementary Transformation of a matrix: ...

Elementary Transformation of a matrix:
The following operation on a matrix are called elementary operations (transformations)
1. The interchange of any two rows (or columns)
2. The multiplication of the elements of any row (or column) by any nonzero number
3. The addition to the elements of any row (or column) the corresponding elements of any other row (or column) multiplied by any number
Echelon Form of matrix : A matrix A is said to be in echelon form if
(i) every row of A which has all its elements 0, occurs below row, which has a non-zero elements
(ii) the first non-zero element in each non –zero row is 1.
(iii) The number of zeros before the first non zero elements in a row is less than the number of such zeros in the next now.
[ A row of a matrix is said to be a zero row if all its elements are zero]
Note: Rank of a matrix does not change by application of any elementary operations
For example `[(1,1,3),(0,1,2),(0,0,0)],[(1,1,3,6),(0,1,2,2),(0,0,0,0)]` are echelon forms
The number of non-zero rows in the echelon form of a matrix is defined as its RANK. For example we can reduce the matrix `A=[(1,2,3),(2,4,7),(3,6,10)]` into echelon form using following elementary row transformation.
(i)`R_2 to R_2 -2R_1` and `R_3 to R_3 -3R_1 [(1,2,3),(0,0,1),(0,0,1)]`
(ii)`R_2 to R_2 -2R_1 [(1,2,3),(0,0,1),(0,0,0)]`
This is the echelon form of matrix A Number of nonzero rows in the echelon form =2 `rArr` Rank of the matrix A is 2
Rank of the matrix `[(1,1,1,-1),(1,2,4,4),(3,4,5,2)]` is :

A

1

B

2

C

3

D

4

Text Solution

AI Generated Solution

The correct Answer is:
To find the rank of the matrix \( A = \begin{pmatrix} 1 & 1 & 1 & -1 \\ 1 & 2 & 4 & 4 \\ 3 & 4 & 5 & 2 \end{pmatrix} \), we will perform elementary row transformations to convert it into echelon form. ### Step 1: Apply the first row operation We will perform the operation \( R_2 \leftarrow R_2 - R_1 \) and \( R_3 \leftarrow R_3 - 3R_1 \). - For \( R_2 \): \[ R_2 = (1, 2, 4, 4) - (1, 1, 1, -1) = (1-1, 2-1, 4-1, 4-(-1)) = (0, 1, 3, 5) \] - For \( R_3 \): \[ R_3 = (3, 4, 5, 2) - 3 \times (1, 1, 1, -1) = (3-3, 4-3, 5-3, 2-(-3)) = (0, 1, 2, 5) \] Now the matrix looks like: \[ A = \begin{pmatrix} 1 & 1 & 1 & -1 \\ 0 & 1 & 3 & 5 \\ 0 & 1 & 2 & 5 \end{pmatrix} \] ### Step 2: Apply the second row operation Next, we will perform the operation \( R_3 \leftarrow R_3 - R_2 \). - For \( R_3 \): \[ R_3 = (0, 1, 2, 5) - (0, 1, 3, 5) = (0-0, 1-1, 2-3, 5-5) = (0, 0, -1, 0) \] Now the matrix looks like: \[ A = \begin{pmatrix} 1 & 1 & 1 & -1 \\ 0 & 1 & 3 & 5 \\ 0 & 0 & -1 & 0 \end{pmatrix} \] ### Step 3: Simplify the third row To make the leading coefficient of the third row a positive 1, we can multiply \( R_3 \) by -1: \[ R_3 \leftarrow -R_3 = (0, 0, 1, 0) \] Now the matrix looks like: \[ A = \begin{pmatrix} 1 & 1 & 1 & -1 \\ 0 & 1 & 3 & 5 \\ 0 & 0 & 1 & 0 \end{pmatrix} \] ### Step 4: Count the non-zero rows Now we can see that the echelon form of the matrix has 3 non-zero rows: 1. \( (1, 1, 1, -1) \) 2. \( (0, 1, 3, 5) \) 3. \( (0, 0, 1, 0) \) ### Conclusion The rank of the matrix \( A \) is the number of non-zero rows in its echelon form, which is 3. Thus, the rank of the matrix \( A \) is **3**. ---
Promotional Banner

Topper's Solved these Questions

  • MATRICES AND DETERMINANTS

    VMC MODULES ENGLISH|Exercise LEVEL 2|47 Videos
  • MATRICES AND DETERMINANTS

    VMC MODULES ENGLISH|Exercise Numerical ValueType for JEE Main|15 Videos
  • JEE MAIN REVISON TEST-23

    VMC MODULES ENGLISH|Exercise MATHEMATICS (SECTION 2)|5 Videos
  • MOCK TEST 1

    VMC MODULES ENGLISH|Exercise PART III : MATHEMATICS (SECTION-2)|10 Videos

Similar Questions

Explore conceptually related problems

Elementary Transformation of a matrix: The following operation on a matrix are called elementary operations (transformations) 1. The interchange of any two rows (or columns) 2. The multiplication of the elements of any row (or column) by any nonzero number 3. The addition to the elements of any row (or column) the corresponding elements of any other row (or column) multiplied by any number Echelon Form of matrix : A matrix A is said to be in echelon form if (i) every row of A which has all its elements 0, occurs below row, which has a non-zero elements (ii) the first non-zero element in each non –zero row is 1. (iii) The number of zeros before the first non zero elements in a row is less than the number of such zeros in the next now. [ A row of a matrix is said to be a zero row if all its elements are zero] Note: Rank of a matrix does not change by application of any elementary operations For example [(1,1,3),(0,1,2),(0,0,0)],[(1,1,3,6),(0,1,2,2),(0,0,0,0)] are echelon forms The number of non-zero rows in the echelon form of a matrix is defined as its RANK. For example we can reduce the matrix A=[(1,2,3),(2,4,7),(3,6,10)] into echelon form using following elementary row transformation. (i) R_2 to R_2 -2R_1 and R_3 to R_3 -3R_1 [(1,2,3),(0,0,1),(0,0,1)] (ii) R_2 to R_2 -2R_1 [(1,2,3),(0,0,1),(0,0,0)] This is the echelon form of matrix A Number of nonzero rows in the echelon form =2 rArr Rank of the matrix A is 2 The echelon form of the matrix [(1,3,4,3),(3,9,12,9),(1,3,4,1)] is :

Find the inverse using elementary row transformations: [3 10 2 7]

Find the inverse using elementary row transformations: [-1 1 2 1 2 3 3 1 1]

Find the inverse using elementary row transformations: [1 1 2 3 1 1 2 3 1]

Find the inverse using elementary row transformations: [0 1 2 1 2 3 3 1 1]

Find the inverse of the matrix A = {:((1,2,-2),(-1,3,0),(0,-2,1)):} by using elementary row transformations.

Find the inverse using elementary row transformations: [1 2 0 2 3-1 1-1 3]

Find the inverse using elementary row transformations: [2 3 1 2 4 1 3 7 2]

Find the inverse of Matrix A=[{:(1,3,-2),(-3,0,-5),(2,5,0):}] by using elementary row transformation.

VMC MODULES ENGLISH-MATRICES AND DETERMINANTS -JEE ADVANCED ARCHIVE
  1. Elementary Transformation of a matrix: The following operation on ...

    Text Solution

    |

  2. If A and B are square martrices of equal degree, then which one is co...

    Text Solution

    |

  3. If A=[(1,0,0),(0,1,1),(0,-2,4)],6A^-1=A^2+cA+dI, then (c,d)=

    Text Solution

    |

  4. about to only mathematics

    Text Solution

    |

  5. If A=[[alpha,0],[ 1, 1]] and B=[[1, 0],[ 5, 1]], find the values of al...

    Text Solution

    |

  6. Let P=[a(i j)] be a 3xx3 matrix and let Q=[b(i j)],w h e r eb(i j)=2^(...

    Text Solution

    |

  7. If A=|[alpha,2], [2,alpha]| and |A|^3=125 , then the value of alpha ...

    Text Solution

    |

  8. The number of distinct real roots of |(sinx, cosx, cosx),(cos x,sin x,...

    Text Solution

    |

  9. Let "f(x)"=|{:(1,x,x+1),(2x,x(x-1),(x+1)x),(3x(x-1),x(x-1)(x-2),(x+1)x...

    Text Solution

    |

  10. The parameter on which the value of the determinant |[1,a...

    Text Solution

    |

  11. The determinant |x p+y x y y p+z y z0x p+y y p+z|=0 if x ,y ,z

    Text Solution

    |

  12. Consider the set A of all matrices of order 3 xx 3 with entries 0 or 1...

    Text Solution

    |

  13. If A is a 3xx3 non-singular matrix such that A A' = A' A and B = A^(...

    Text Solution

    |

  14. If P is a 3xx3 matrix such that P^(T) = 2 P + I , where P^(T) is the...

    Text Solution

    |

  15. Let omega!=1 be cube root of unity and S be the set of all non-singula...

    Text Solution

    |

  16. Let M and N be two 3xx3 nonsingular skew-symmetric matrices such that ...

    Text Solution

    |

  17. The number of 3xx3 matrices A whose entries are either 0or1 and for wh...

    Text Solution

    |

  18. Given , 2x-y+2z=2, x-2y+z=-4, x+y+lambdaz=4, then the value of lam...

    Text Solution

    |

  19. The number of values of k for which the system of the equations (k+1)x...

    Text Solution

    |

  20. If the system of equations x-k y-z=0, k x-y-z=0,x+y-z=0 has a nonzero ...

    Text Solution

    |

  21. Consider the system of equations x-2y+3z=-1 -x+y-2z=k x-3y+4z=1 ...

    Text Solution

    |