Home
Class 12
MATHS
Find the inverse of Matrix A=[{:(1,3,-2)...

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

Text Solution

AI Generated Solution

The correct Answer is:
To find the inverse of the matrix \( A = \begin{pmatrix} 1 & 3 & -2 \\ -3 & 0 & -5 \\ 2 & 5 & 0 \end{pmatrix} \) using elementary row transformations, we will augment the matrix \( A \) with the identity matrix \( I \) and perform row operations to convert \( A \) into \( I \). The augmented matrix will look like this: \[ \begin{pmatrix} 1 & 3 & -2 & | & 1 & 0 & 0 \\ -3 & 0 & -5 & | & 0 & 1 & 0 \\ 2 & 5 & 0 & | & 0 & 0 & 1 \end{pmatrix} \] ### Step 1: Row Operations to Form Identity Matrix 1. **Row 2 Transformation**: Replace \( R_2 \) with \( R_2 + 3R_1 \) \[ R_2 = R_2 + 3R_1 \Rightarrow \begin{pmatrix} -3 + 3(1) & 0 + 3(3) & -5 + 3(-2) & | & 0 + 3(1) & 1 + 3(0) & 0 + 3(0) \end{pmatrix} \] This gives: \[ R_2 = \begin{pmatrix} 0 & 9 & -11 & | & 3 & 1 & 0 \end{pmatrix} \] 2. **Row 3 Transformation**: Replace \( R_3 \) with \( R_3 - 2R_1 \) \[ R_3 = R_3 - 2R_1 \Rightarrow \begin{pmatrix} 2 - 2(1) & 5 - 2(3) & 0 - 2(-2) & | & 0 - 2(1) & 0 - 2(0) & 1 - 2(0) \end{pmatrix} \] This gives: \[ R_3 = \begin{pmatrix} 0 & -1 & 4 & | & -2 & 0 & 1 \end{pmatrix} \] Now the augmented matrix looks like this: \[ \begin{pmatrix} 1 & 3 & -2 & | & 1 & 0 & 0 \\ 0 & 9 & -11 & | & 3 & 1 & 0 \\ 0 & -1 & 4 & | & -2 & 0 & 1 \end{pmatrix} \] ### Step 2: Further Row Operations 3. **Row 2 Transformation**: Replace \( R_2 \) with \( \frac{1}{9}R_2 \) \[ R_2 = \frac{1}{9}R_2 \Rightarrow \begin{pmatrix} 0 & 1 & -\frac{11}{9} & | & \frac{1}{3} & \frac{1}{9} & 0 \end{pmatrix} \] 4. **Row 3 Transformation**: Replace \( R_3 \) with \( R_3 + R_2 \) \[ R_3 = R_3 + R_2 \Rightarrow \begin{pmatrix} 0 & 0 & \frac{25}{9} & | & -\frac{5}{9} & \frac{1}{9} & 1 \end{pmatrix} \] Now the augmented matrix looks like this: \[ \begin{pmatrix} 1 & 3 & -2 & | & 1 & 0 & 0 \\ 0 & 1 & -\frac{11}{9} & | & \frac{1}{3} & \frac{1}{9} & 0 \\ 0 & 0 & \frac{25}{9} & | & -\frac{5}{9} & \frac{1}{9} & 1 \end{pmatrix} \] ### Step 3: Normalize Row 3 5. **Row 3 Transformation**: Replace \( R_3 \) with \( \frac{9}{25}R_3 \) \[ R_3 = \frac{9}{25}R_3 \Rightarrow \begin{pmatrix} 0 & 0 & 1 & | & -\frac{1}{5} & \frac{1}{25} & \frac{9}{25} \end{pmatrix} \] ### Step 4: Back Substitution 6. **Row 1 Transformation**: Replace \( R_1 \) with \( R_1 + 2R_3 \) \[ R_1 = R_1 + 2R_3 \Rightarrow \begin{pmatrix} 1 & 3 & 0 & | & \frac{1}{5} & \frac{2}{25} & \frac{18}{25} \end{pmatrix} \] 7. **Row 2 Transformation**: Replace \( R_2 \) with \( R_2 + \frac{11}{9}R_3 \) \[ R_2 = R_2 + \frac{11}{9}R_3 \Rightarrow \begin{pmatrix} 0 & 1 & 0 & | & \frac{1}{3} - \frac{11}{45} & \frac{1}{9} + \frac{11}{225} & \frac{11}{25} \end{pmatrix} \] Now we have the identity matrix on the left side: \[ \begin{pmatrix} 1 & 0 & 0 & | & \frac{1}{5} & -\frac{2}{5} & -\frac{3}{5} \\ 0 & 1 & 0 & | & -\frac{2}{5} & \frac{4}{25} & \frac{11}{25} \\ 0 & 0 & 1 & | & -\frac{3}{5} & \frac{1}{25} & \frac{9}{25} \end{pmatrix} \] ### Final Result The inverse of matrix \( A \) is: \[ A^{-1} = \begin{pmatrix} \frac{1}{5} & -\frac{2}{5} & -\frac{3}{5} \\ -\frac{2}{5} & \frac{4}{25} & \frac{11}{25} \\ -\frac{3}{5} & \frac{1}{25} & \frac{9}{25} \end{pmatrix} \]

To find the inverse of the matrix \( A = \begin{pmatrix} 1 & 3 & -2 \\ -3 & 0 & -5 \\ 2 & 5 & 0 \end{pmatrix} \) using elementary row transformations, we will augment the matrix \( A \) with the identity matrix \( I \) and perform row operations to convert \( A \) into \( I \). The augmented matrix will look like this: \[ \begin{pmatrix} 1 & 3 & -2 & | & 1 & 0 & 0 \\ -3 & 0 & -5 & | & 0 & 1 & 0 \\ 2 & 5 & 0 & | & 0 & 0 & 1 \end{pmatrix} \] ### Step 1: Row Operations to Form Identity Matrix ...
Promotional Banner

Topper's Solved these Questions

  • MATRICES

    NAGEEN PRAKASHAN ENGLISH|Exercise Exercise 3a|20 Videos
  • MATRICES

    NAGEEN PRAKASHAN ENGLISH|Exercise Exercise 3b|15 Videos
  • LINEAR PROGRAMMING

    NAGEEN PRAKASHAN ENGLISH|Exercise Miscellaneous Exercise|9 Videos
  • PROBABIILITY

    NAGEEN PRAKASHAN ENGLISH|Exercise Miscellaneous Exercise|19 Videos

Similar Questions

Explore conceptually related problems

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

Find the inverse of the matrix [(3 ,-2 ),(-7 , 5)] .

find the inverse of matrix A=[{:(4,7),(3,5):}] by using elementary column transformation .

Find the inverase of A =[{:(5,-1),(1,1):}] by using elementary row transformation.

find the invese of the matraix [(1,2,5),(2,3,1),(-1,1,1)], using elementary row operaations.

Obtain the inverse of the matrix A=[{:(2,3),(1,1):}] using elementary operations.

find the adjoint of the matrix A=[(1,2,3),(0,5,0),(2,4,3)]

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 :

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 :

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,-1),(3,1,1)] is :