2.11: Exercises
( \newcommand{\kernel}{\mathrm{null}\,}\)
For the following pairs of matrices, determine if the sum A+B is defined. If so, find the sum.
- A=[1001],B=[0110]
- A=[212110],B=[−103014]
- A=[10−2342],B=[27−1034]
For each matrix A, find the matrix −A such that A+(−A)=0.
- A=[1221]
- A=[−2302]
- A=[0121−13420]
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
For each matrix A, find the product (−2)A,0A, and 3A.
- A=[1221]
- A=[−2302]
- A=[0121−13420]
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
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.
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.
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
Consider the matrices A=[123217],B=[3−12−321],C=[1231],D=[−122−3],E=[23].
Find the following if possible. If it is not possible explain why.
- −3A
- 3B−A
- AC
- CB
- AE
- EA
- Answer
-
- [−3−6−9−6−3−21]
- [8−53−115−4]
- Not possible
- [−3346−17]
- Not possible
- Not possible
Consider the matrices A=[12321−1],B=[2−52−321],C=[1250],D=[−114−3],E=[13]
Find the following if possible. If it is not possible explain why.
- −3A
- 3B−A
- AC
- CA
- AE
- EA
- BE
- DE
- Answer
-
- [−3−6−9−6−33]
- Not possible.
- [112136−42]
- Not possible.
- [79−2]
- Not possible.
- Not possible.
- [2−5]
Let A=[11−2−112], B=[1−1−221−2], and C=[11−3−120−3−10]. Find the following if possible.
- AB
- BA
- AC
- CA
- CB
- BC
- Answer
-
- [30−4−41651−6]
- [1−2−2−3]
- Not possible
- [−4−6−5−3−1−2]
- [81−376−6]
Let A=[−1−133]. Find all 2×2 matrices, B such that AB=0.
- Answer
-
[−1−133][xyzw]=[−x−z−w−y3x+3z3w+3y]=[0000] Solution is: w=−y,x=−z so the matrices are of the form [xy−x−y].
Let X=[−1−11] and Y=[012]. Find XTY and XYT if possible.
- Answer
-
XTY=[0−1−20−1−2012],XYT=1
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]
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, 7≠3 and so there is no possible choice of k which will make these matrices commute.
Find 2×2 matrices, A, B, and C such that A≠0,C≠B, but AC=AB.
- Answer
-
Let A=[1−1−11],B=[1111],C=[2222]. [1−1−11][1111]=[0000][1−1−11][2222]=[0000]
Give an example of matrices (of any size), A,B,C such that B≠C, A≠0, and yet AB=AC.
Find 2×2 matrices A and B such that A≠0 and B≠0 but AB=0.
- Answer
-
Let A=[1−1−11],B=[1111]. [1−1−11][1111]=[0000]
Give an example of matrices (of any size), A,B such that A≠0 and B≠0 but AB=0.
Find 2×2 matrices A and B such that A≠0 and B≠0 with AB≠BA.
- Answer
-
Let A=[0110],B=[1234]. [0110][1234]=[3412][1234][0110]=[2143]
Write the system x1−x2+2x32x3+x13x33x4+3x2+x1 in the form A[x1x2x3x4] where A is an appropriate matrix.
- Answer
-
A=[1−120102000301303]
Write the system x1+3x2+2x32x3+x16x3x4+3x2+x1 in the form A[x1x2x3x4] where A is an appropriate matrix.
- Answer
-
A=[1320102000601301]
Write the system x1+x2+x32x3+x1+x2x3−x13x4+x1 in the form A[x1x2x3x4] where A is an appropriate matrix.
- Answer
-
A=[11101120−10101003]
A matrix A is called idempotent if A2=A. Let A=[202112−10−1] and show that A is idempotent.
2.3
For each pair of matrices, find the (1,2)-entry and (2,3)-entry of the product AB.
- A=[12−1340251],B=[46−2721−100]
- A=[131024105],B=[230−4161022]
2.4
Suppose A and B are square matrices of the same size. Which of the following are necessarily true?
- (A−B)2=A2−2AB+B2
- (AB)2=A2B2
- (A+B)2=A2+2AB+B2
- (A+B)2=A2+AB+BA+B2
- A2B2=A(AB)B
- (A+B)3=A3+3A2B+3AB2+B3
- (A+B)(A−B)=A2−B2
- Answer
-
- Not necessarily true.
- Not necessarily true.
- Not necessarily true.
- Necessarily true.
- Necessarily true.
- Not necessarily true.
- Not necessarily true.
2.5
Consider the matrices A=[12321−1],B=[2−52−321],C=[1250],D=[−114−3],E=[13]
Find the following if possible. If it is not possible explain why.
- −3AT
- 3B−AT
- ETB
- EET
- BTB
- CAT
- DTBE
- Answer
-
- [−3−9−3−6−63]
- [5−185−1144]
- [−715]
- [1339]
- [13−161−1629−81−85]
- [57−15155]
- Not possible.
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.
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.
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
Prove that ImA=A where A is an m×n matrix.
- Answer
-
(ImA)ij≡∑jδikAkj=Aij
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 A−1.
Suppose AB=AC and A is a non invertible n×n matrix. Does it follow that B=C? Explain why or why not.
Give an example of a matrix A such that A2=I and yet A≠I and A≠−I.
- Answer
-
A=[1000−10001]
2.7
Let A=[21−13] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[21−13]−1=[37−171727]
Let A=[0153] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[0153]−1=[−351510]
Add exercises text here.Let A=[2130] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[2130]−1=[0131−23]
Let A=[2142] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[2142]−1 does not exist. The of this matrix is [11200]
Let A be a 2×2 invertible matrix, with A=[abcd]. Find a formula for A−1 in terms of a,b,c,d.
- Answer
-
[abcd]−1=[dad−bc−bad−bc−cad−bcaad−bc]
Let A=[123214102] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[123214102]−1=[−24−501−21−23]
Let A=[103234102] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[103234102]−1=[−203013−2310−1]
Let A=[1232144510] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
The reduced row-echelon form is [10530123000]. There is no inverse.
Let A=[1202112021−321212] Find A−1 if possible. If A−1 does not exist, explain why.
- Answer
-
[1202112021−321212]−1=[−1121212312−12−52−1001−2−341494]
Using the inverse of the matrix, find the solution to the systems:
- [2411][xy]=[12]
- [2411][xy]=[20]
Now give the solution in terms of a and b to [2411][xy]=[ab]
Using the inverse of the matrix, find the solution to the systems:
- [103234102][xyz]=[101]
- [103234102][xyz]=[3−1−2]
Now give the solution in terms of a,b, and c to the following: [103234102][xyz]=[abc]
- Answer
-
- [xyz]=[1−230]
- [xyz]=[−1215]
- [xyz]=[3c−2a13b−23ca−c]
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=A−1B.
- Answer
-
Multiply both sides of AX=B on the left by A−1.
Prove that if A−1 exists and AX=0 then X=0.
- Answer
-
Multiply on both sides on the left by A−1. Thus 0=A−10=A−1(AX)=(A−1A)X=IX=X
Show that if A−1 exists for an n×n matrix, then it is unique. That is, if BA=I and AB=I, then B=A−1.
- Answer
-
A−1=A−1I=A−1(AB)=(A−1A)B=IB=B.
Show that if A is an invertible n×n matrix, then so is AT and (AT)−1=(A−1)T.
- Answer
-
You need to show that (A−1)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(A−1)T=(A−1A)T=IT=I(A−1)TAT=(AA−1)T=IT=I Hence (A−1)T=(AT)−1 and this last matrix exists.
Show (AB)−1=B−1A−1 by verifying that AB(B−1A−1)=I and B−1A−1(AB)=I Hint: Use Problem 2.11.48.
- Answer
-
(AB)B−1A−1=A(BB−1)A−1=AA−1=I B−1A−1(AB)=B−1(A−1A)B=B−1IB=B−1B=I
Show that (ABC)−1=C−1B−1A−1 by verifying that (ABC)(C−1B−1A−1)=I and (C−1B−1A−1)(ABC)=I Hint: Use Problem 2.11.48.
- Answer
-
The proof of this exercise follows from the previous one.
If A is invertible, show (A2)−1=(A−1)2. Hint: Use Problem 2.11.48.
- Answer
-
A2(A−1)2=AAA−1A−1=AIA−1=AA−1=I (A−1)2A2=A−1A−1AA=A−1IA=A−1A=I
If A is invertible, show (A−1)−1=A. Hint: Use Problem 2.11.48.
- Answer
-
A−1A=AA−1=I and so by uniqueness, (A−1)−1=A.
2.8
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.
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.
Let A=[1−305]. Suppose a row operation is applied to A and the result is B=[1−32−1]. Find the elementary matrix E that represents this row operation.
Let A=[1210512−14]. Suppose a row operation is applied to A and the result is B=[1212−14051].
- Find the elementary matrix E such that EA=B.
- Find the inverse of E, E−1, such that E−1B=A.
Let A=[1210512−14]. Suppose a row operation is applied to A and the result is B=[12101022−14].
- Find the elementary matrix E such that EA=B.
- Find the inverse of E, E−1, such that E−1B=A.
Let A=[1210512−14]. Suppose a row operation is applied to A and the result is B=[1210511−122].
- Find the elementary matrix E such that EA=B.
- Find the inverse of E, E−1, such that E−1B=A.
Let A=[1210512−14]. Suppose a row operation is applied to A and the result is B=[1212452−14].
- Find the elementary matrix E such that EA=B.
- Find the inverse of E, E−1, such that E−1B=A.
2.10
Find an LU factorization of [120213123].
- Answer
-
[120213123]=[100210101][1200−33003]
Find an LU factorization of [123213215013].
- Answer
-
[123213215013]=[1001105−101][123201−1−100−24−17]
Find an LU factorization of the matrix [1−2−50−251133−6−151].
- Answer
-
[1−2−50−251133−6−151]=[100−210301][1−2−5001130001]
Find an LU factorization of the matrix [1−1−3−1−12432−3−7−3].
- Answer
-
[1−1−3−1−12432−3−7−3]=[100−1102−11][1−1−3−101120001]
Find an LU factorization of the matrix [1−3−4−3−31010101−62−5].
- Answer
-
[1−3−4−3−31010101−62−5]=[100−3101−31][1−3−4−301−210001]
Find an LU factorization of the matrix [131−13108−125−3−3].
- Answer
-
[131−13108−125−3−3]=[1003102−11][131−101520001]
Find an LU factorization of the matrix [3−219−86−62232−7].
- Answer
-
[3−219−86−62232−7]=[10003100−21101−2−21][3−210−23001000]
Find an LU factorization of the matrix [−3−1399−12319−161240−26].
Find an LU factorization of the matrix [−1−3−113039041216].
- Answer
-
[−1−3−113039041216]=[1000−1100−3010−40−41][−1−3−100−100−3000]
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][120−1] First solve [1021][uv]=[56] which gives [uv]= [5−4]. Then solve [120−1][xy]=[5−4] which says that y=4 and x=−3.
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]=[1000102−11][121013001] First solve [1000102−11][uvw]=[126] which yields u=1,v=2,w=6. Next solve [121013001][xyz]=[126] This yields z=6,y=−16,x=27.
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=6x−y+z=2
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][1230−1−5000] First solve [100210311][uvw]=[5611] Solution is: [uvw]= [5−40]. Next solve [1230−1−5000][xyz]=[5−40] Solution is: [xyz]=[7t−34−5tt],t∈R.
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]