Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

2.11: Exercises

( \newcommand{\kernel}{\mathrm{null}\,}\)

Exercise 2.11.1

For the following pairs of matrices, determine if the sum A+B is defined. If so, find the sum.

  1. A=[1001],B=[0110]
  2. A=[212110],B=[103014]
  3. A=[102342],B=[271034]
Exercise 2.11.2

For each matrix A, find the matrix A such that A+(A)=0.

  1. A=[1221]
  2. A=[2302]
  3. A=[012113420]
Exercise 2.11.3

In the context of Proposition 2.1.1, describe A and 0.

Answer

To get A, just replace every entry of A with its additive inverse. The 0 matrix is the one which has all zeros in it.

2.1.2: Scalar Multiplication of Matrices

Exercise 2.11.4

For each matrix A, find the product (2)A,0A, and 3A.

  1. A=[1221]
  2. A=[2302]
  3. A=[012113420]
Exercise 2.11.5

Using only the properties given in Proposition 2.1.1 and Proposition 2.1.2, show A is unique.

Answer

Suppose B also works. Then A=A+(A+B)=(A+A)+B=0+B=B

Exercise 2.11.6

Using only the properties given in Proposition 2.1.1 and Proposition 2.1.2, show 0 is unique.

Answer

Suppose 0 also works. Then 0=0+0=0.

Exercise 2.11.7

Using only the properties given in Proposition 2.1.1 and Proposition 2.1.2 show 0A=0. Here the 0 on the left is the scalar 0 and the 0 on the right is the zero matrix of appropriate size.

Answer

0A=(0+0)A=0A+0A. Now add (0A) to both sides. Then 0=0A.

Exercise 2.11.8

Using only the properties given in Proposition 2.1.1 and Proposition 2.1.2, as well as previous problems show (1)A=A.

Answer

A+(1)A=(1+(1))A=0A=0. Therefore, from the uniqueness of the additive inverse proved in the above Problem 2.11.7, it follows that A=(1)A.

2.2

Exercise 2.11.9

Consider the matrices A=[123217],B=[312321],C=[1231],D=[1223],E=[23].

Find the following if possible. If it is not possible explain why.

  1. 3A
  2. 3BA
  3. AC
  4. CB
  5. AE
  6. EA
Answer
  1. [3696321]
  2. [8531154]
  3. Not possible
  4. [334617]
  5. Not possible
  6. Not possible
Exercise 2.11.10

Consider the matrices A=[123211],B=[252321],C=[1250],D=[1143],E=[13]

Find the following if possible. If it is not possible explain why.

  1. 3A
  2. 3BA
  3. AC
  4. CA
  5. AE
  6. EA
  7. BE
  8. DE
Answer
  1. [369633]
  2. Not possible.
  3. [11213642]
  4. Not possible.
  5. [792]
  6. Not possible.
  7. Not possible.
  8. [25]
Exercise 2.11.11

Let A=[112112], B=[112212], and C=[113120310]. Find the following if possible.

  1. AB
  2. BA
  3. AC
  4. CA
  5. CB
  6. BC
Answer
  1. [304416516]
  2. [1223]
  3. Not possible
  4. [465312]
  5. [813766]
Exercise 2.11.12

Let A=[1133]. Find all 2×2 matrices, B such that AB=0.

Answer

[1133][xyzw]=[xzwy3x+3z3w+3y]=[0000] Solution is: w=y,x=z so the matrices are of the form [xyxy].

Exercise 2.11.13

Let X=[111] and Y=[012]. Find XTY and XYT if possible.

Answer

XTY=[012012012],XYT=1

Exercise 2.11.14

Let A=[1234],B=[123k]. Is it possible to choose k such that AB=BA? If so, what should k equal?

Answer

[1234][123k]=[72k+2154k+6][123k][1234]=[7103k+34k+6] Thus you must have 3k+3=152k+2=10, Solution is: [k=4]

Exercise 2.11.15

Let A=[1234],B=[121k]. Is it possible to choose k such that AB=BA? If so, what should k equal?

Answer

[1234][121k]=[32k+274k+6][121k][1234]=[7103k+14k+2] However, 73 and so there is no possible choice of k which will make these matrices commute.

Exercise 2.11.16

Find 2×2 matrices, A, B, and C such that A0,CB, but AC=AB.

Answer

Let A=[1111],B=[1111],C=[2222]. [1111][1111]=[0000][1111][2222]=[0000]

Exercise 2.11.17

Give an example of matrices (of any size), A,B,C such that BC, A0, and yet AB=AC.

Exercise 2.11.18

Find 2×2 matrices A and B such that A0 and B0 but AB=0.

Answer

Let A=[1111],B=[1111]. [1111][1111]=[0000]

Exercise 2.11.19

Give an example of matrices (of any size), A,B such that A0 and B0 but AB=0.

Exercise 2.11.20

Find 2×2 matrices A and B such that A0 and B0 with ABBA.

Answer

Let A=[0110],B=[1234]. [0110][1234]=[3412][1234][0110]=[2143]

Exercise 2.11.21

Write the system x1x2+2x32x3+x13x33x4+3x2+x1 in the form A[x1x2x3x4] where A is an appropriate matrix.

Answer

A=[1120102000301303]

Exercise 2.11.22

Write the system x1+3x2+2x32x3+x16x3x4+3x2+x1 in the form A[x1x2x3x4] where A is an appropriate matrix.

Answer

A=[1320102000601301]

Exercise 2.11.23

Write the system x1+x2+x32x3+x1+x2x3x13x4+x1 in the form A[x1x2x3x4] where A is an appropriate matrix.

Answer

A=[1110112010101003]

Exercise 2.11.24

A matrix A is called idempotent if A2=A. Let A=[202112101] and show that A is idempotent.

2.3

Exercise 2.11.25

For each pair of matrices, find the (1,2)-entry and (2,3)-entry of the product AB.

  1. A=[121340251],B=[462721100]
  2. A=[131024105],B=[2304161022]

2.4

Exercise 2.11.26

Suppose A and B are square matrices of the same size. Which of the following are necessarily true?

  1. (AB)2=A22AB+B2
  2. (AB)2=A2B2
  3. (A+B)2=A2+2AB+B2
  4. (A+B)2=A2+AB+BA+B2
  5. A2B2=A(AB)B
  6. (A+B)3=A3+3A2B+3AB2+B3
  7. (A+B)(AB)=A2B2
Answer
  1. Not necessarily true.
  2. Not necessarily true.
  3. Not necessarily true.
  4. Necessarily true.
  5. Necessarily true.
  6. Not necessarily true.
  7. Not necessarily true.

2.5

Exercise 2.11.27

Consider the matrices A=[123211],B=[252321],C=[1250],D=[1143],E=[13]

Find the following if possible. If it is not possible explain why.

  1. 3AT
  2. 3BAT
  3. ETB
  4. EET
  5. BTB
  6. CAT
  7. DTBE
Answer
  1. [393663]
  2. [51851144]
  3. [715]
  4. [1339]
  5. [1316116298185]
  6. [5715155]
  7. Not possible.
Exercise 2.11.28

Let A be an n×n matrix. Show A equals the sum of a symmetric and a skew symmetric matrix.

Hint

Show that 12(AT+A) is symmetric and then consider using this as one of the matrices.

Exercise 2.11.29

Show that the main diagonal of every skew symmetric matrix consists of only zeros. Recall that the main diagonal consists of every entry of the matrix which is of the form aii.

Answer

If A is symmetric then A=AT. It follows that aii=aii and so each aii=0.

Exercise 2.11.30

Prove 3 from Lemma 2.5.1. That is, show that for an m×n matrix A, an m×n matrix B, and scalars r,s, the following holds: (rA+sB)T=rAT+sBT

2.6

Exercise 2.11.31

Prove that ImA=A where A is an m×n matrix.

Answer

(ImA)ijjδikAkj=Aij

Exercise 2.11.32

Suppose AB=AC and A is an invertible n×n matrix. Does it follow that B=C? Explain why or why not.

Answer

Yes B=C. Multiply AB=AC on the left by A1.

Exercise 2.11.33

Suppose AB=AC and A is a non invertible n×n matrix. Does it follow that B=C? Explain why or why not.

Exercise 2.11.34

Give an example of a matrix A such that A2=I and yet AI and AI.

Answer

A=[100010001]

2.7

Exercise 2.11.35

Let A=[2113] Find A1 if possible. If A1 does not exist, explain why.

Answer

[2113]1=[37171727]

Exercise 2.11.36

Let A=[0153] Find A1 if possible. If A1 does not exist, explain why.

Answer

[0153]1=[351510]

Exercise 2.11.37

Add exercises text here.Let A=[2130] Find A1 if possible. If A1 does not exist, explain why.

Answer

[2130]1=[013123]

Exercise 2.11.38

Let A=[2142] Find A1 if possible. If A1 does not exist, explain why.

Answer

[2142]1 does not exist. The of this matrix is [11200]

Exercise 2.11.39

Let A be a 2×2 invertible matrix, with A=[abcd]. Find a formula for A1 in terms of a,b,c,d.

Answer

[abcd]1=[dadbcbadbccadbcaadbc]

Exercise 2.11.40

Let A=[123214102] Find A1 if possible. If A1 does not exist, explain why.

Answer

[123214102]1=[245012123]

Exercise 2.11.41

Let A=[103234102] Find A1 if possible. If A1 does not exist, explain why.

Answer

[103234102]1=[20301323101]

Exercise 2.11.42

Let A=[1232144510] Find A1 if possible. If A1 does not exist, explain why.

Answer

The reduced row-echelon form is [10530123000]. There is no inverse.

Exercise 2.11.43

Let A=[1202112021321212] Find A1 if possible. If A1 does not exist, explain why.

Answer

[1202112021321212]1=[1121212312125210012341494]

Exercise 2.11.44

Using the inverse of the matrix, find the solution to the systems:

  1. [2411][xy]=[12]
  2. [2411][xy]=[20]

Now give the solution in terms of a and b to [2411][xy]=[ab]

Exercise 2.11.45

Using the inverse of the matrix, find the solution to the systems:

  1. [103234102][xyz]=[101]
  2. [103234102][xyz]=[312]

Now give the solution in terms of a,b, and c to the following: [103234102][xyz]=[abc]

Answer
  1. [xyz]=[1230]
  2. [xyz]=[1215]
  3. [xyz]=[3c2a13b23cac]
Exercise 2.11.46

Show that if A is an n×n invertible matrix and X is a n×1 matrix such that AX=B for B an n×1 matrix, then X=A1B.

Answer

Multiply both sides of AX=B on the left by A1.

Exercise 2.11.47

Prove that if A1 exists and AX=0 then X=0.

Answer

Multiply on both sides on the left by A1. Thus 0=A10=A1(AX)=(A1A)X=IX=X

Exercise 2.11.48: Inverse Product

Show that if A1 exists for an n×n matrix, then it is unique. That is, if BA=I and AB=I, then B=A1.

Answer

A1=A1I=A1(AB)=(A1A)B=IB=B.

Exercise 2.11.49

Show that if A is an invertible n×n matrix, then so is AT and (AT)1=(A1)T.

Answer

You need to show that (A1)T acts like the inverse of AT because from uniqueness in the above problem, this will imply it is the inverse. From properties of the transpose, AT(A1)T=(A1A)T=IT=I(A1)TAT=(AA1)T=IT=I Hence (A1)T=(AT)1 and this last matrix exists.

Exercise 2.11.50

Show (AB)1=B1A1 by verifying that AB(B1A1)=I and B1A1(AB)=I Hint: Use Problem 2.11.48.

Answer

(AB)B1A1=A(BB1)A1=AA1=I B1A1(AB)=B1(A1A)B=B1IB=B1B=I

Exercise 2.11.51

Show that (ABC)1=C1B1A1 by verifying that (ABC)(C1B1A1)=I and (C1B1A1)(ABC)=I Hint: Use Problem 2.11.48.

Answer

The proof of this exercise follows from the previous one.

Exercise 2.11.52

If A is invertible, show (A2)1=(A1)2. Hint: Use Problem 2.11.48.

Answer

A2(A1)2=AAA1A1=AIA1=AA1=I (A1)2A2=A1A1AA=A1IA=A1A=I

Exercise 2.11.53

If A is invertible, show (A1)1=A. Hint: Use Problem 2.11.48.

Answer

A1A=AA1=I and so by uniqueness, (A1)1=A.

2.8

Exercise 2.11.54

Let A=[2312]. Suppose a row operation is applied to A and the result is B=[1223]. Find the elementary matrix E that represents this row operation.

Exercise 2.11.55

Let A=[4021]. Suppose a row operation is applied to A and the result is B=[8021]. Find the elementary matrix E that represents this row operation.

Exercise 2.11.56

Let A=[1305]. Suppose a row operation is applied to A and the result is B=[1321]. Find the elementary matrix E that represents this row operation.

Exercise 2.11.57

Let A=[121051214]. Suppose a row operation is applied to A and the result is B=[121214051].

  1. Find the elementary matrix E such that EA=B.
  2. Find the inverse of E, E1, such that E1B=A.
Exercise 2.11.58

Let A=[121051214]. Suppose a row operation is applied to A and the result is B=[1210102214].

  1. Find the elementary matrix E such that EA=B.
  2. Find the inverse of E, E1, such that E1B=A.
Exercise 2.11.59

Let A=[121051214]. Suppose a row operation is applied to A and the result is B=[1210511122].

  1. Find the elementary matrix E such that EA=B.
  2. Find the inverse of E, E1, such that E1B=A.
Exercise 2.11.60

Let A=[121051214]. Suppose a row operation is applied to A and the result is B=[121245214].

  1. Find the elementary matrix E such that EA=B.
  2. Find the inverse of E, E1, such that E1B=A.

2.10

Exercise 2.11.61

Find an LU factorization of [120213123].

Answer

[120213123]=[100210101][120033003]

Exercise 2.11.62

Find an LU factorization of [123213215013].

Answer

[123213215013]=[1001105101][12320111002417]

Exercise 2.11.63

Find an LU factorization of the matrix [12502511336151].

Answer

[12502511336151]=[100210301][125001130001]

Exercise 2.11.64

Find an LU factorization of the matrix [113112432373].

Answer

[113112432373]=[100110211][113101120001]

Exercise 2.11.65

Find an LU factorization of the matrix   [134331010101625].

Answer

[134331010101625]=[100310131][134301210001]

Exercise 2.11.66

Find an LU factorization of the matrix [1311310812533].

Answer

[1311310812533]=[100310211][131101520001]

Exercise 2.11.67

Find an LU factorization of the matrix [321986622327].

Answer

[321986622327]=[1000310021101221][321023001000]

Exercise 2.11.68

Find an LU factorization of the matrix [313991231916124026].

Exercise 2.11.69

Find an LU factorization of the matrix [13113039041216].

Answer

[13113039041216]=[1000110030104041][131001003000]

Exercise 2.11.70

Find the LU factorization of the coefficient matrix using Dolittle’s method and use it to solve the system of equations. x+2y=52x+3y=6

Answer

An LU factorization of the coefficient matrix is [1223]=[1021][1201] First solve [1021][uv]=[56] which gives [uv]= [54]. Then solve [1201][xy]=[54] which says that y=4 and x=3.

Exercise 2.11.71

Find the LU factorization of the coefficient matrix using Dolittle’s method and use it to solve the system of equations. x+2y+z=1y+3z=22x+3y=6

Answer

An LU factorization of the coefficient matrix is [121013230]=[100010211][121013001] First solve [100010211][uvw]=[126] which yields u=1,v=2,w=6. Next solve [121013001][xyz]=[126] This yields z=6,y=16,x=27.

Exercise 2.11.72

Find the LU factorization of the coefficient matrix using Dolittle’s method and use it to solve the system of equations. x+2y+3z=52x+3y+z=6xy+z=2

Exercise 2.11.73

Find the LU factorization of the coefficient matrix using Dolittle’s method and use it to solve the system of equations. x+2y+3z=52x+3y+z=63x+5y+4z=11

Answer

An LU factorization of the coefficient matrix is [123231354]=[100210311][123015000] First solve [100210311][uvw]=[5611] Solution is: [uvw]= [540]. Next solve [123015000][xyz]=[540] Solution is: [xyz]=[7t345tt],tR.

Exercise 2.11.74

Is there only one LU factorization for a given matrix? Hint: Consider the equation [0101]=[1011][0100]. Look for all possible LU factorizations.

Answer

Sometimes there is more than one LU factorization as is the case in this example. The given equation clearly gives an LU factorization. However, it appears that the following equation gives another LU factorization. [0101]=[1001][0101]


This page titled 2.11: Exercises is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Ken Kuttler (Lyryx) via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?