Question
Question: If \(A=\left| \begin{matrix} 8 & 27 & 125 \\\ 2 & 3 & 5 \\\ 1 & 1 & 1 \\\ \end{matr...
If A=8 2 1 273112551, then the value of A2 is equal to
Solution
Hint: Reduce the given matrix by using row or column transformations to make 0’s. The best way to do this will be to apply C3→C3−C2 and then C2→C2−C1. These transformations would reduce the last row to the form of (1,0,0) and then expand along this row to find the value of the determinant using the rule ∣A∣=a11 a21 a31 a12a22a32a13a23a33=a31(a12a23−a22a13)−a32(a11a23−a21a13)+a33(a11a22−a21a12). The value of the determinant so obtained is the required value of A. Use this value of A to find A2.
Complete step-by-step answer:
The given matrix can be transformed by using column transformations to make zeroes in the last row. For this, we first apply C3→C3−C2 and then C2→C2−C1. Applying these transformations, we obtain
∣A∣=8 2 1 19109820 .
The determinant of this matrix can be found easily by expanding along R3, using the formula to find determinant of a 3×3 matrix which is given as
∣A∣=a11 a21 a31 a12a22a32a13a23a33=a31(a12a23−a22a13)−a32(a11a23−a21a13)+a33(a11a22−a21a12) .
In the above matrix a32=0 and a33=0. This reduces the above formula to
∣A∣=a11 a21 a31 a12a22a32a13a23a33=a31(a12a23−a22a13)
Now using the values in the above determinant, we get
A=8 2 1 19109820=1(19×2−1×98)⇒A=38−98⇒A=−60
Thus the value of the determinant of A is -60. This makes the value of A2=3600, which is the required value.
Note: The determinant can also be found using normal row expansion method without using any transformations, but that would involve a large amount of calculations, making the question lengthier. Besides, that approach also has a higher risk of making calculation mistakes as there are a number of calculations and each may involve fairly large numbers. Hence, row and column transformations make finding the determinant value an easy task.