Question
Question: Find the inverse of \(A=\left[ \begin{aligned} & 1\text{ 0 1} \\\ & \text{0 2 3} \\\ & \...
Find the inverse of A= 1 0 10 2 31 2 1 by elementary column transformations.
Solution
Hint : The inverse of the square matrix exists, where the determinant of the matrix does not equal to zero i.e. the non-singular. It follows the property - A−1A=A−1A=I where I is the identity matrix. By using elementary column transformation, you swap (interchanged) the columns and multiply the column with non-zero constant and add a multiple of one column to another column.
Complete step-by-step answer :
To find the inverse, first find the determinant of A
Determinant is an element that determines or identifies the nature or conditions of an outcome. It is denoted by det(A), det A or ∣A∣
⇒∣A∣=1 0 1 022331
The determinant of A is the product of the diagonal entries of the row echelon and the times of a factor ±1.
Now,
⇒∣A∣=1[(2)(1)−(2)(3)]−0[(0)(1)−(1)(3)]+1[(0)(2)−(2)(1)]
Simplify the left hand side of the equation –
Here, the middle term is equal to zero, as zero multiplied with anything becomes zero.
⇒ ∣A∣=1[2−6]−0+1[−2]∣A∣=−4−2
Here, both the terms are negative so according to the property, minus and minus do plus and sign of minus.
⇒ ⇒ ∣A∣=−6∣A∣=0
The determinant is not equal to zero, therefore, the inverse exists.
Now, consider A−1A=I
Place, the values of the given matrix A in the above equation
⇒A−11 0 1 022131=1 0 0 010001
Now, subtract column one from column third C3−C1
We get,
⇒A−11 0 1 022030=1 0 0 010−101
Now interchange column second and third,
⇒A−11 0 1 030022=1 0 0 −101010
Now, subtract column third from second –
⇒A−11 0 1 01−2022=1 0 0 −1−11010
Now, multiply column second with two and subtract it from column third –
⇒A−11 0 1 01−2006=1 0 0 −1−1123−2
Divide column third by six, (6C3)
⇒A−11 0 1 01−2001=1 0 0 −1−113121−31
Now, use C1−C3 and C2+2C3 operations –
⇒A−11 0 0 010001=32 2−1 31 3−103131213−1
Now, take 61 common from the right hand side of the equation –
A−1=614 −3 2 −20223−2
This is the required solution.
Note : Always read the given instructions twice, as the inverse of any matrix can be calculated by the row and column transformation. Also it can be calculated by the adjoint method. So, apply accordingly.