1.6.E: Operations with Matrices (Exercises)
( \newcommand{\kernel}{\mathrm{null}\,}\)
Exercise 1.6.E.1
Let M=[23−214−1] and N=[3−2102−5]. Evaluate the following.
(a) 3M
(b) M−N
(c) 2M+N
(d) 2N−6M
- Answer
-
(a) [69−6312−3]
(b) [−15−3124]
(c) [74−3210−7]
(d) [−1418−102−428]
Exercise 1.6.E.2
Evaluate the following matrix products.
(a) [32−11][23]
(b) [2−314][142−2]
(c) [213−321][34−102421−2]
(d) [123−1][2131−240−4]
- Answer
-
(a) [121]
(b) [−4149−4]
(c) [1213−4−7−79]
(d) [219]
Exercise 1.6.E.3
Suppose L:R3→R3 and K:R3→R3 are defined by
L(x,y,z)=(2x+3y,y−x+2z,x+2y−z)
and
K(x,y,z)=(2x+4y−3z,x+y+z,3x−y+4z).
Find the matrices for the following linear functions.
(a) 3L
(b) L+K
(c) 2L−K
(d) K+2L
(e) K∘L
(f) L∘K
- Answer
-
(a) [690−33636−3]
(b) [47−3023413]
(c) [223−313−15−6]
(d) [610−3−135532]
(e) [−34112611116−6]
(f) [711−35−51217−5]
Exercise 1.6.E.4
Let Rθ:R2→R2 be the linear function which rotates a vector in R2 counterclockwise through an angle θ. In Section 1.5 we saw that
Rθ(x,y)=[cos(θ)−sin(θ)sin(θ)cos(θ)][xy].
Show that the matrix for Rθ∘Rα is the same as the matrix for Rθ+α. In other words, show that Rθ∘Rα=Rθ+α.
Exercise 1.6.E.5
Compute the determinants of the following matrices.
(a) [2314]
(b) [−3−212]
(c) [2311295−3−1]
(d) [−12−13105−40]
(e) [12−1343−2114−431331]
(f) [12−23102020−3201515−2106−502−4]
- Answer
-
(a) 5
(b) -4
(c) 175
(d) 17
(e) -143
(f) 300
Exercise 1.6.E.6
Find the area of the parallelogram in R2 with vertices at (1,−2), (3,−1), (4,1), and (2,0).
Exercise 1.6.E.7
Find the volume of the parallelepiped in R3 with bottom vertices at (1,1,1), (2,3,2), (−1,4,3), and (−2,2,2) and top vertices at (1,0,5), (2,2,6), (−1,3,7), and (−2,1,6).
- Answer
-
32
Exercise 1.6.E.8
Let P be the 4-dimensional parallelepiped with adjacent edges a1=(2,1,2,1), a2=(−2,0,1,1), a3=(1,1,3,6), and a4=(−3,1,5,0). Find the volume of P.
- Answer
-
8
Exercise 1.6.E.9
Find 2×2 matrices A and B for which AB≠BA.
Exercise 1.6.E.11
An n×n matrix M=[aij] is called a diagonal matrix if aij=0 for all i≠j. Show that if M is a diagonal matrix, then det(M)=a11a22⋯ann.
Exercise 1.6.E.12
If M is an n×m matrix, then the m×n matrix MT whose columns are the rows of M is called the transpose of M. For example, if
M=[123456],
then
MT=[135246].
(a) Show that for a 2×2 matrix M, det(MT)=det(M).
(b) Show that for a 3×3 matrix M, det(MT)=det(M). (Hint: Using (1.6.26), expand det(M) along the first row and det(MT) along the first column.)
(c) Use induction to show that for any n×n matrix M, det(MT)=det(M). (Hint: Note that (MT)ij=(Mji)T.)
Exercise 1.6.E.13
Let x=(x1,x2,x3) and y=(y1,y2,y3) be vectors in R3 and let e1, e2, and e3 be the standard basis vectors for R3. Show that applying (1.6.20) to the array
[e1e2e3x1x2x3y1y2y3]
yields x×y. Discuss what is correct and what is incorrect about the statement
x×y=det[e1e2e3x1x2x3y1y2y3].
Exercise 1.6.E.14
Show that the set of all points x=(x,y,z) in R3 which satisfy the equation
det[xyz12−1312]=0
is a plane passing through the points (0,0,0), (1,2,−1), and (3,1,2).
- Answer
-
This is the set of all points which satisfy x−y−z=0.
Exercise 1.6.E.15
Verify directly that if L:Rm→Rp and K:Rp→Rn are linear functions, then K∘L:Rm→Rn is also a linear function.