Practice Problems 6

Lecture 6: The Determinant and the Inverse

Problem numbers refer to the textbook (Chiang & Wainwright, 4th edition). These are not graded, but you should attempt them all before the quiz. Try each part yourself first, then expand the Solution to check.

Exercise 5.2

1. Evaluate the following determinants:

  1. |402603823|
Solution

8|0103|−1|4163|+3|4060|=8(0−0)−1(12−6)+3(0−0)=0−6+0=−6

  1. |abcbcacab|
Solution

a|caab|−b|bacb|+c|bcca|=a(cb−a2)−b(b2−ac)+c(ab−c2)=abc−a3−b3+abc+abc−c3=−a3−b3−c3+3abc

  1. |x503y29−18|
Solution

x|y2−18|−5|3298|+0|3y9−1|=x(8y+2)−5(24−18)+0(−3−9y)=8xy+2x−30+0=8xy+2x−30

2. Determine the signs to be attached to the relevant minors in order to get the following cofactors of a determinant: |C13|,|C23|,|C33|,|C41|, and |C34|.

Solution

|C13|:1+3=4 is even so +
|C23|:2+3=5 is odd so −
|C33|:3+3=6 is even so +
|C41|:4+1=5 is odd so −
|C34|:3+4=7 is odd so −

3. Given abcdefgbi, find the minors and cofactors of the elements a,b and f.

Solution

Minor of a: |M11|=|efhi|=ei−fh Cofactor of a: |C11|=(−1)1+1|M11|=|M11|

Minor of b: |M12|=|dfgi|=di−fg Cofactor of b: |C12|=(−1)3|M12|=−|M12| Minor of f: |M23|=|abgh|=ah−bg Cofactor of f: |C23|=(−1)5|M23|=−|M23|

6. Find the minors and cofactors of the third row, given A=[91143276104]

Solution

Minors of third row: |M31|=|11427|=69,|M32|=|9437|=51,|M33|=|91132|=−15 Cofactors: |C31|=|M31|,|C32|=−|M32|,|C33|=|M33|.

Exercise 5.3

1. Use the determinant |40−121−7339| to verify the first four properties of determinants.

Solution

|40−121−7339|=4|1−739|−0|2−739|−1|2133|=4(9+21)−0(18+21)−1(6−3)=120−0−3=117

Interchanging rows and columns:
|423013−1−79|=4|13−79|−2|03−19|+3|01−1−7|=4(9+21)−2(0+3)+3(0+1)=120−6+3=117
Interchange row 1 and 2: |21−740−1339|=2|0−139|−1|4−139|−7|4033|=2(0+3)−1(36+3)−7(12−0)=6−39−84=−117 You can verify the other two properties in the same way.

4. Show that when all the elements of an nth-order determinant |A| are multiplied by a number k, the result will be kn|A|.

Solution

Multiplying every element of an nth-order determinant by k multiplies each of its n rows by k. Multiplying a single row by k multiplies the determinant by k, so doing it to all n rows gives kn|A|.

5. Calculate the determinant for the following matrices. Comment on whether the matrices are nonsingular.

  1. [401191−3710]
Solution

4|1−310|+1|19171|=4(0+3)+1(19−7)=12+12=24

Non-singular.\
  1. [4−21−560703]
Solution

5|−2103|+6|4173|=5(−6−0)+6(12−7)=−30+30=0

Singular.
  1. [7−1011413−3−4]
Solution

7|14−3−4|+1|1413−4|=7(−4+12)+1(−4−52)=56−56=0

Singular.
  1. [−4953011086]
Solution

−3|9586|−1|−49108|=−3(54−40)−1(−32−90)=−42+122=80 Non-singular.

8. Comment on the validity of the following statements:

  1. Given any matrix A, we can always derive from it a transpose and a determinant.
Solution

False. While we can find the transpose of any matrix, the determinant is only defined for square matrices.

  1. Multiplying each element of an n×n determinant by 2 will double the value of that determinant.
Solution

False. Multiplying each element of an n×n by 2 will increase the determinant by 2n times.

  1. If a square matrix A vanishes, then we can be sure that the equation system Ax=d is nonsingular.
Solution

A cannot be 0, but the determinant of A can. In any case, if |A|=0, A is singular.

Exercise 5.4

2. Find the inverse of each of the following matrices:

  1. A=[5201]
Solution

Note that A−1=1|A|adjA

Here, adjA=CT where C=[|Cij|].

|A|=5−0=5 adjA=[|C11||C21||C12||C22|]=[1−205] A−1=1|A|adjA=15[1−205]=[1/5−2/501]

  1. B=[−1092]
Solution

|B|=−2−0=−2B−1=−12[20−9−1]

  1. C=[373−1]
Solution

|C|=−3−21=−24C−1=−124[−1−7−33]

  1. D=[7603]
Solution

|D|=21−0=21D−1=121[3−607]

3.

  1. Drawing on your answers to Prob. 2, formulate a two-step rule for finding the adjoint of a given 2×2 matrix A: In the first step, indicate what should be done to the two diagonal elements of A in order to get the diagonal elements of adjA; in the second step, indicate what should be done to the two off-diagonal elements of A. (Warning: This rule applies only to 2×2 matrices.)
Solution

Step 1: Exchange the two diagonal elements.
Step 2: Multiply both the off-diagonal elements by -1.

  1. Add a third step which, in conjunction with the previous two steps, yields the 2×2 inverse matrix A−1.
Solution

Step 3: Multiply the resulting matrix from steps 1 and 2 by 1/|A|.

4. Find the inverse of each of the following matrices:

  1. E=[4−21730201]
Solution

|E|=1|7320|+1|4−273|=1(0−6)+1(12+14)=−6+26=20

adjE=[|C11||C21||C31||C12||C22||C32||C13||C23||C33|]=[32−3−727−6−426] E−1=1|E|adjE

  1. F=[1−12103402]
Solution

F−1=−110[02−310−6−10−41]

  1. G=[100001010]
Solution

|C11|=|0110|=−1|C12|=−|0100|=0|C13|=|0001|=0 |C21|=−|0010|=0|C22|=|0100|=0|C23|=−|1001|=−1 |C31|=|0001|=0|C32|=−|1001|=−1|C33|=|1000|=0 G−1=−1[−10000−10−10]=[100001010]

  1. H=[100010001]
Solution

H−1=[100010001]

7. Is it possible for a matrix to be its own inverse?

Solution

If a matrix is its own inverse, we would need that A2=I. This is true for the identity matrix. There are other possibilities such as matrix G in exercise 4.