Using elementary operations to compute the inverse of matrix of order 3 -
Algorithm for Finding the lnverse of a Non singular 3 x 3 Matrix by Elementary Row Transformations
- Introduce unity at the intersection of first row and first column either by interchanging two rows or by adding a constant multiple of elements of some other row to first row.
- After introducing unity at (1,1) place introduce zeros at all other places in first column.
- Introduce unity at the intersection of 2nd row and 2nd column with the help of 2nd and 3rd row.
- Introduce zeros at all other places in the second column except at the intersection of 2nd row and 2nd column.
- Introduce unity at the intersection of 3rd row and third column.
- Finally introduce zeros at all other places in the third column except at the intersection of third row and third column.
-
Use AA-1=I
hence,
option D is correct.
View full answer
Ask your Query
Register to post Answer