



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Solutions to various exercises from a linear algebra course, including vector operations, matrix multiplication, and system of linear equations. It covers topics such as dot product, norms, parallel and perpendicular vectors, and row reduction.
Typology: Exams
1 / 5
This page cannot be seen from the preview
Don't miss anything!




v
x
r^ s
‖[1, 2 , − 1 , 4] − [1, − 1 , 1 , −2]‖ = ‖[0, 3 , − 2 , 6]‖ =
(v − w) · (v + w) = v · v + v · w − w · v + w · w = v · v − w · w = ‖v‖^2 − ‖w‖^2
Therefore, v − w and v + w are perpendicular if and only if their dot product is 0, which by the above calculation is true if and only if ‖v‖^2 = ‖w‖^2. Since norms are nonnegative, the last statement is true if and only if ‖v‖ = ‖w‖.
(b) AT^ = −A. (We say a matrix A = [aij ] is skew-symmetric if AT^ = −A. That means aji = −aij for all i and j. In this case, we have aji = j − i and aij = i − j, and therefore it is clear that aji = −aij. That’s a proof.)
Then the cube is
= all +’s
Hence T is regular, and the smallest power that is all positive is T 3.
(a) The columns sum up to 1.
T =
(b) This is the 31 entry of T 2 (two transitions). That is [0,. 1 , 0] · [. 6 ,. 4 , 0] =. 1 · .4 = 0 .04, or 4%. (c) The linear system is T s = s. The third row gives 0. 1 s 2 = s 3. The second one then gives by back substitution s 2 =. 4 s 1 +. 6 s 2 +. 8 s 3 =. 4 s 1 +. 6 s 2 +. 08 s 2 , or s 1 =. 8 s 2 , after simplifying. Since s 1 + s 2 + s 3 = 1, we get. 8 s 2 + s 2 +. 1 s 2 = 1, or
= .53. Then s 1
= .42 and s 3
[ x 1 + x 2 x 1 + 2x 2 x 3 + x 4 x 3 + 2x 4
x 1 + x 3 x 2 + x 4 x 1 + 2x 3 x 2 + 2x 4
These give four linear equations:
x 1 + x 2 = x 1 + x 3 x 1 + 2x 2 = x 2 + x 4 x 3 + x 4 = x 1 + 2x 3 x 3 + 2x 4 = x 2 + 2x 4
1 a b 1 0 0 0 1 c 0 1 0 0 0 1 0 0 1
Add −a times row 2 to row 1 to get
1 0 b − ac 1 −a 0 0 1 c 0 1 0 0 0 1 0 0 1
Now add −c times row 3 to row 2 and ac − b times row 3 to row 1
1 0 0 1 −a ac − b 0 1 0 0 1 −c 0 0 1 0 0 1
The inverse is the 3 × 3 matrix on the right. Following the row operations, we have
1 −a ac − b 0 1 −c 0 0 1
1 0 ac − b 0 1 0 0 0 1
0 1 −c 0 0 1
1 −a 0 0 1 0 0 0 1