Accedmychevron_right11thchevron_rightmathchevron_rightMatrices And Determinantschevron_rightExercise 4.2

Solution

Given:

A=[121504540]A=\begin{bmatrix} 1&2&1\\ -5&0&4\\ 5&4&0 \end{bmatrix}

Step 1: Compute A|A|

Expand along the first row:

A=1044025450+15054=1(016)2(020)+1(200)=16+4020=4\begin{aligned} |A| &=1\left|\begin{matrix}0&4\\4&0\end{matrix}\right|-2\left|\begin{matrix}-5&4\\5&0\end{matrix}\right|+1\left|\begin{matrix}-5&0\\5&4\end{matrix}\right|\\ &=1(0-16)-2(0-20)+1(-20-0)\\ &=-16+40-20\\ &=4 \end{aligned}

So AA is invertible.

Step 2: Find the cofactor matrix and adjoint

The adjoint is adj(A)=(cofactor matrix)T\operatorname{adj}(A)=(\text{cofactor matrix})^T.

From cofactor computation:

adj(A)=[1648205920610]\operatorname{adj}(A)= \begin{bmatrix} -16&4&8\\ 20&-5&-9\\ -20&6&10 \end{bmatrix}

Step 3: Use A1=1Aadj(A)A^{-1}=\dfrac{1}{|A|}\operatorname{adj}(A)

A1=14[1648205920610]=[4125549453252]A^{-1}=\frac{1}{4} \begin{bmatrix} -16&4&8\\ 20&-5&-9\\ -20&6&10 \end{bmatrix} = \begin{bmatrix} -4&1&2\\ 5&-\frac{5}{4}&-\frac{9}{4}\\ -5&\frac{3}{2}&\frac{5}{2} \end{bmatrix}

Step 4: Verify A1A=I3A^{-1}A=I_3

Multiplying (or equivalently checking AA1AA^{-1}) gives the identity matrix I3I_3.

A1=[4125549453252]\boxed{A^{-1}=\begin{bmatrix} -4&1&2\\ 5&-\frac{5}{4}&-\frac{9}{4}\\ -5&\frac{3}{2}&\frac{5}{2} \end{bmatrix}}