Starting from:

$25

MATH141-Homework 11 Solved

1.   Calculate the following determinant using Gaussian elimination. To make calculation by hand easier, you may use any row operations that we may or may not use in our standard forward Gaussian elimination process.



Here are typed-up definitions of minors and cofactors and how they lead to formulas for detA and A−1.

An×n is a square matrix. • aij are the entries of A:

aij = entry of the matrix A at the intersection of row-i and column-j.

•    Mij are submatrices of A, each of which is (n − 1)-by-(n − 1):

Mij = those remain in A after deleting entire row-i and column-j from A.

•    The minors (which do not have their own notations) of A are determinant of the submatrices:

minors = detMij.

•    Cij are the cofactors of A, which are the minors detMij multiplied by a (±)-sign determined by the indices ij:

Cij = (−1)i+j detMij.

C = [Cij] is called the cofactor matrix of A

Warning: The matrix C has Cij as its entries at the intersection of row-i and column-j. Pay careful attention to the order of  i and j.

The formula for detA using expansion along any row-i is

                                                       detA = ai1Ci1 + ai2Ci2 + ··· + ainCin,              for any one fixed i,

and the formula for detA using expansion along any column-j is

                                                      detA = a1jC1j + a2jC2j + ··· + anjCnj,                for any one fixed j.

One formula for A−1 is

.
2.   (Strang 4th ed. §4.3 #5) Let Fn be the determinant of the 1,1,−1 tridiagonal matrix (n-by-n):

1

1

 0



Fn = ...



 

0 0

(a) Compute F1 and F2.
−1

1

1

0

0
0

−1

1

...

0

0
0

0

−1

0

0
···

···

···

...

···

···
0

0

0

1

1
0 0

0

...

−1

1

















(b) By expanding in cofactors along row 1, show that Fn = Fn−1 + Fn−2.

This yields the Fibonacci sequence 1,2,3,5,8,13,... for the determinants.

3.   (Strang 4th ed. §4.3 #6) Suppose An is the n-by-n tridiagonal matrix with 1s on the three diagonals:



Let Dn be the determinant of An; we want to find it.

(a)    Expand in cofactors along the first row to show that Dn = Dn−1 − Dn−2.

(b)    Starting from D1 = 1 and D2 = 0, find D3,D4,...,D8. By noticing how these numbers cycle around (with what period?) find D1000.

4.   Earlier in the semester, we discussed how we could think of the modes of transportation in Finding Gauss problem as a basis for R2. The travel of the hover board was given by  and that of the magic carpet by  . We found, for instance, that Gauss’s cabin, located 107 miles East and 64 miles North of your home, could be reached by riding the hover board forward for 30 hours and the magic carpet forward for 17 hours. Thus, Gauss’s location ~x could be described in two ways: using the standard basis, call it α, Gauss lives at . Using the modes of transportation as a basis, call it , Gauss lives

at .

(a)    Suppose Uncle Cramer’s house w~ is located at . Describe this location as a vector in the ’travel” coordinate system β. Explain your work.

(b)    Suppose you visit a museum ~v located at . Describe the location of the museum as a vector

in the standard coordinate system α. Explain your work.

(c)     Express each of the following in terms of the travel basis and .

(d)    Express each of the following in terms of the standard basis and .

5.   Consider the following plane with both the red and black coordinate systems. The red axes correspond to what are normally thought of as the lines and y = 4x. Let the two red vectors highlighted along the red axis be the basis vectors for a new ”red basis”, called .



(a)    Write the coordinates of each of the points (a)-(f) relative to both the red basis red and the standard black basis black.

(b)    Determine a matrix that will

i.     Rename points from the red basis as points in the black one (call it P).

ii.    Rename points from the black basis as points in the red one (call it Q).

How are P and Q related?

(c)     Consider now the linear transformation S : R2 → R2 that has a stretch factor of 2 corresponding to the line and a stretch factor of −1 corresponding to the line y = 4x.

i.     Determine what happens to the vector under this transformation. Represent the answer using coordinates in the black basis. Explain all steps in your solution approach. ii. Determine what happens to the vector under this transformation. Represent the answer using coordinates in the red basis. Explain all steps in your solution approach.

(d)    Consider the following diagram, where ~y is the image of ~x under the transformation S, the matrices B and D are the stretch matrices for S in black and red respectively, and the matrix P renames vectors from red coordinates to black coordinates:



i.     Find the matrices B, D, and P that correspond to this diagram for this particular problem. For each of these, give at least one sentence explaining how you found them. How are the matrices B, D, and P related to each other?

ii.    Pick one of the questions in part (c) above, either (c)i or (c)ii, and explain, using the above diagram, how there are two different methods in which you could have found the answer to that question.

6.   We use the same red and black coordinate systems as in the previous problem, and S : R2 → R2 denotes the same linear transformation that has a stretch factor of 2 corresponding to the line and a stretch factor of −1 corresponding to the line y = 4x.

(a)    Without trying to find any matrices, describe in words, the stretch factors and stretch directions for the linear transformation S2. Recall that S2 = S ◦ S, or equivalently, S2(~x) = S(S(~x)) for any ~x in the domain of S.

(b)    Consider a diagram similar to that in problem 5(d) but for S2, where ~z is the image of ~x under the transformation S2, the matrices BS2 and DS2 are the stretch matrices for S2 in black and red respectively.



Find the matrices BS2 and DS2, using the same method with which you found matrices B and D for

S.

(c)     How is the matrix BS2 related to B in problem 1? What about DS2 to D? How are BS2, DS2, and P related?

(d)    If we ask the same questions as those in parts (a), (b), and (c) about Sk for some integer k 2, what do you think the answers are?

7.   (optional) We consider three linear transformations R2 → R2 and their matrices in this problem.

•    (from lecture) T : R2 → R2 has a stretch factor of 2 corresponding to the line y = −3x and a stretch factor of 1 corresponding to the line y = x.

•    (from problem 5) S : R2 → R2 has a stretch factor of 2 corresponding to the line and a stretch factor of −1 corresponding to the line y = 4x.

•    (a new one) R : R2 → R2 has a stretch factor of 1/4 corresponding to the line y = −3x and a stretch factor of −2 corresponding to the line y = x.

The following diagrams show the naming convention for various matrices associated to T, S, and R.

for



for

(a)    (We have found all matrices in the first two diagrams in lecture or in problem 1.) Find matrices C, DR, and PR in the last diagrm for the linear transform R.

(b)    Calculate two matrix products AB and BA to verify that AB 6= BA. (We say that A and B do not commute.)

(c)     Calculate two other matrix products AC and CA to verify that AC = CA. (We say that A and C commute.)

(d)    Study the above descriptions of T, S, R and the associated diagrams, to construct an explanation on why A and B do not commute while A and C do.

More products