Skip to main content
Logo image

Exercises 10.6 Exercises

Cofactor and adjoint matrices.

For each matrix:
  1. Compute the associated cofactor matrix.
  2. Compute the associated adjoint matrix.
  3. Compute the product of the matrix and its adjoint.
  4. If the matrix is invertible, use the Inversion by adjoint formula to compute its inverse.

1.

[305302515]
Answer.
  1. [22535403090]
  2. [25025409330]
  3. [305302515][25025409330]=[900090009]
  4. The determinant of the original matrix is 9, so the matrix is invertible with inverse
    19[25025409330].

2.

[350424425]
Answer.
  1. [23616251526201214]
  2. [22520361512162614]
  3. [350424425][22520361512162614]=[174000174000174]
  4. The determinant of the original matrix is 174, so the matrix is invertible with inverse
    1174[22520361512162614].

3.

[538132549]
Answer.
  1. [191919555181818]
  2. [195181951819518]
  3. [538132549][195181951819518]=0
  4. The determinant of the original matrix is 0, so it is not invertible. Without computing the determinant, we can also see that the adjoint is not invertible because its RREF would have two rows of zeros. As an invertible matrix would have an invertible adjoint, the original matrix cannot be invertible if its adjoint is not invertible.

4.

[523052004]
Answer.
  1. [20008200111025]
  2. [20811020100025]
  3. [523052004][20811020100025]=[100000100000100]
  4. The determinant of the original matrix is 100, so the matrix is invertible with inverse
    1100[20811020100025].

5.

[100540315]
Answer.
  1. [20257051004]
  2. [20002550714]
  3. [100540315][20002550714]=[200002000020]
  4. The determinant of the original matrix is 20, so the matrix is invertible with inverse
    120[20002550714].

6.

[301054142]
Answer.
  1. [645451251215]
  2. Notice that the matrix of cofactors is symmetric, hence the adjoint matrix is equal to the matrix of cofactors in this case.
  3. [301054142][645451251215]=[230002300023]
  4. The determinant of the original matrix is 23, so the matrix is invertible with inverse
    123[645451251215].

7.

[0001110221050014]
Answer.
  1. [7941120011000010]
  2. [7110921040011000]
  3. [0001110221050014][7110921040011000]=[1000010000100001]
  4. The determinant of the original matrix is 1, so the matrix is invertible with inverse
    [7110921040011000].

8. Adjoints of special matrices.

For each statement, construct a convincing argument that it is true.

(a)

The adjoint of a diagonal matrix is always diagonal.

(b)

The adjoint of an upper triangular matrix is always upper triangular.

(c)

The adjoint of an lower triangular matrix is always lower triangular.

(d)

The adjoint of a symmetric matrix is always symmetric.

Inverses of matrices with variable entries.

For each matrix:
  1. State a condition on the variable x which must be satisfied in order for the matrix to be invertible.
  2. Under the assumption that your stated invertibility condition on x is satisfied, use the Inversion by adjoint formula to compute its inverse.

9.

[x+1x1x0]
Answer.
  1. Invertibility requires x(1x)0. That is, it requires x0,1.
  2. In the case x0,1, the inverse matrix is
    1x(1x)[01xxx+1].
    (Note that in this 2×2 case, the Inversion by adjoint formula is really just our old 2×2 inversion formula.)

10.

[x1xx+1xx+1x+21x]
Answer.
  1. Invertibility requires x2x10. That is, it requires
    x1±52.
  2. In the case x2x10, the inverse matrix is
    12(x2x1)[x2x10x2+x+12x+22x0x2x+12x2x1].

11.

[2x+11x2xx+4x+202x+1x+112x30x00x]
Answer.
  1. Invertibility requires x(x+1)(x1)20. That is, it requires x0,±1.
  2. In the case x0,±1, the inverse matrix is
    [(x+2)(2x3)(x+1)(x1)21(x+1)(x1)x24(x+1)(x1)22x3+3x29x+1x(x+1)(x1)23(2x3)(x1)21x13(x2)(x1)28x212x+1x(x1)21x101x11x1(x+2)(2x3)(x+1)(x1)21(x+1)(x1)x24(x+1)(x1)23x3+2x210x+2x(x+1)(x1)2].

Cramer’s rule for 2-variable systems.

Use Cramer’s rule to solve each system.

12.

{5x12y=12x5y=1.
Solution.
Set
A=[51225],b=[11].
Compute detA=1. Since detA0, Cramer’s rule can be applied. Replace one column of A by b and a time and compute determinants.
Ax=[11215]detAx=7Ay=[5121]detAy=3
Finally, apply Cramer’s rule:
x=detAxdetAy=detAydetA=71=31=7,=3.

13.

{8x+7y=37x+7y=1.
Solution.
Set
A=[8777],b=[31].
Compute detA=7. Since detA0, Cramer’s rule can be applied. Replace one column of A by b and a time and compute determinants.
Ax=[3717]detAx=14Ay=[8371]detAy=13
Finally, apply Cramer’s rule:
x=detAxdetAy=detAydetA=147=137.=2,

14.

{6s+6t=57s+8t=8.
Solution.
Set
A=[6678],b=[58].
Compute detA=6. Since detA0, Cramer’s rule can be applied. Replace one column of A by b and a time and compute determinants.
As=[5688]detAs=88At=[6578]detAt=83
Finally, apply Cramer’s rule:
s=detAsdetAt=detAtdetA=886=836.=443,

15.

{6α9β=68α+7β=4.
Solution.
Set
A=[6987],b=[64].
Compute detA=114. Since detA0, Cramer’s rule can be applied. Replace one column of A by b and a time and compute determinants.
Aα=[6947]detAα=78Aβ=[6684]detAβ=24
Finally, apply Cramer’s rule:
α=detAαdetAβ=detAβdetA=78114=24114=1319,=419.

Cramer’s rule for larger systems.

For each system, use Cramer’s rule to determine the value of the specified variable in the solution to the system.

16.

Variable x in
{3x2y9z=62x+3z=0x+y4z=9.
Solution.
Set
A=[329203114],b=[609].
Compute detA=1. Since detA0, Cramer’s rule can be applied. Targeting variable x, replace the first column in A with column b to obtain
Ax=[629003914].
Now compute detAx=36. Therefore, the one unique solution to the system includes value
x=detAxdetA=361=36.

17.

Variable z in
{7xz=63x+3y+z=94x1y+z=11.
Solution.
Set
\begin{array} ended with \end{bmatrix}
Compute detA=13. Since detA0, Cramer’s rule can be applied. Targeting variable z, replace the first third in A with column b to obtain
Az=[7063394111].
Now compute detAz=78. Therefore, the one unique solution to the system includes value
z=detAzdetA=7813=6.

18.

Variable x2 in
{x1+x22x4=42x1+3x26x4=12x1+5x2+x311x4=52x1+3x25x4=4.
Solution.
Set
A=[11022306251112305],b=[4154].
Compute detA=1. Since detA0, Cramer’s rule can be applied. Targeting variable x2, replace the second column in A with column b to obtain
A2=[14022106251112405].
Now compute detA2=17. Therefore, the one unique solution to the system includes value
x2=detA2detA=171=17.

19.

Variable y in
{3w+3x=1+2x2y=4w+1xy3z=23w3x2z=0.
Solution.
Set
A=[3300022011133302],b=[1420].
Compute detA=120. Since detA0, Cramer’s rule can be applied. Targeting variable y, replace the third column in A with column b to obtain
Ay=[3310024011233302].
Now compute detAy=310. Therefore, the one unique solution to the system includes value
y=detAydetA=310120=3112.

Determinants of products.

For each collection of matrices:
  1. Compute the determinant of each matrix individually.
  2. Compute the product of the matrices and the determinant of the result.
  3. Verify that the determinant of the product is the product of the determinants.

20.

A=[7072],B=[2649]
Answer.
  1. detA=14, detB=6.
  2. AB=[1442624]
    det(AB)=84
  3. (detA)(detB)=(14)(6)=84=det(AB)

21.

A=[1442],B=[1838],C=[2257]
Answer.
  1. detA=18, detB=16, detC=24.
  2. ABC=[98190220356]
    det(ABC)=6912
  3. (detA)(detB)(detC)=(18)(16)(24)=6912=det(ABC)

22.

A=[106066468],B=[109470110]
Answer.
  1. detA=228, detB=27.
  2. AB=[76930480203436]
    det(AB)=6156
  3. (detA)(detB)=(228)(27)=6156=det(AB)

Determinants of inverses.

For each matrix:
  1. Compute its determinant.
  2. Compute its inverse and the determinant of the result. (You may wish to use Procedure 9.2.2 for the larger matrices.)
  3. Verify that the determinant of the inverse is the reciprocal of the determinant.

23.

A=[1269]
Answer.
  1. detA=21
  2. A1=[121221621921]
    det(A1)=1/21
  3. det(A1)=1/(21)=1/(detA)

24.

A=[100220122]
Answer.
  1. detA=4
  2. A1=[1001120321212]
    det(A1)=1/4
  3. det(A1)=1/(4)=1/(detA)

25.

A=[1120011201021220]
Answer.
  1. detA=2
  2. A1=[2223100121121201212]
    det(A1)=1/2
  3. det(A1)=1/2=1/(detA)

Algebra of the determinant.

Let A,B,C represent square matrices of the same size where it is known that
detA=3,detB=1,detC=4.
Use this information to compute the following.

34.

det(A1CCTC1B)
Answer.
12