Final answer:
To compute the inverse of a matrix using the method of an augmented matrix and elementary row operations, follow these steps: create an augmented matrix, perform row operations to transform the left side into the identity matrix, and perform the same row operations on the right side to obtain the inverse matrix.
Step-by-step explanation:
To compute the inverse of a matrix using the method of an augmented matrix and elementary row operations, follow these steps:
- Create an augmented matrix by placing the given matrix and the identity matrix side by side. For the given matrix 'a', the augmented matrix would be:
- [ -1 3 4 | 1 0 0 ]
- [ 1 0 3 | 0 1 0 ]
- [ -2 2 -1 | 0 0 1 ]
- Perform row operations to transform the left side of the augmented matrix into the identity matrix. Use elementary row operations such as swapping rows, multiplying a row by a non-zero scalar, or adding a multiple of one row to another. Work through each row to create a diagonal of 1s on the left side.
- Perform the same row operations on the right side of the augmented matrix to obtain the inverse of the given matrix. Once the left side of the augmented matrix is the identity matrix, the right side will be the inverse matrix. In this case, the inverse of matrix 'a' is:
- [ 3 -11 -1 ]
- [ -2 7 1 ]
- [ 2 -7 -1 ]