If $ A = \left[\begin{array}{cc} 3 & 1 \\2 & 4 \end{array}\right] $, then the determinant of the adjoint of $ A^2 $ is:
100
To find the determinant of the adjoint of \( A^2 \) for the matrix \( A = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} \), follow these steps:
Step 1: Calculate \( A^2 \)
The square of a matrix \( A \) is given by \( A^2 = A \times A \).
Calculate:
\[ A^2 = \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} \times \begin{bmatrix} 3 & 1 \\ 2 & 4 \end{bmatrix} = \begin{bmatrix} 3 \times 3 + 1 \times 2 & 3 \times 1 + 1 \times 4 \\ 2 \times 3 + 4 \times 2 & 2 \times 1 + 4 \times 4 \end{bmatrix} = \begin{bmatrix} 11 & 7 \\ 14 & 18 \end{bmatrix} \]
Step 2: Find the adjoint of \( A^2 \)
The adjoint of a \( 2 \times 2 \) matrix \( \begin{bmatrix} a & b \\ c & d \end{bmatrix} \) is \( \begin{bmatrix} d & -b \\ -c & a \end{bmatrix} \).
For \( A^2 = \begin{bmatrix} 11 & 7 \\ 14 & 18 \end{bmatrix} \), the adjoint is:
\( \text{adj}(A^2) = \begin{bmatrix} 18 & -7 \\ -14 & 11 \end{bmatrix} \)
Step 3: Calculate the determinant of the adjoint
The determinant of a matrix \( \begin{bmatrix} e & f \\ g & h \end{bmatrix} \) is given by \( eh - fg \).
For \( \text{adj}(A^2) = \begin{bmatrix} 18 & -7 \\ -14 & 11 \end{bmatrix} \), calculate:
\(\det(\text{adj}(A^2)) = 18 \times 11 - (-7) \times (-14) = 198 - 98 = 100\)
If \[ A = \begin{bmatrix} 1 & 2 & 0 \\ -2 & -1 & -2 \\ 0 & -1 & 1 \end{bmatrix} \] then find \( A^{-1} \). Hence, solve the system of linear equations: \[ x - 2y = 10, \] \[ 2x - y - z = 8, \] \[ -2y + z = 7. \]