MATH 141: Linear Analysis I Homework 09 solved

$35.00

Category: You will receive a download link of the .ZIP file upon Payment

Description

5/5 - (1 vote)

1. (a) Finish the last page of the worksheet used in class on Monday, Oct. 28 titled ”Invertible Linear Transformations and Matrices”. Explain your reasoning for each part by making connection to ”LA being
one-to-one and onto”.
(b) Explain why a matrix has to be square in order to be invertible.
2. (if you did not finish this last week) (Strang, §1.6, #25) Suppose that A is a 3×3 matrix with (Row-1)+(Row2)=(Row-3).
(a) Explain why A~x =


1
0
0

 cannot have a solution.
(b) Which right-hand sides ~b =


b1
b2
b3

 might allow a solution to A~x = ~b?
(c) What happens to Row-3 if we perform forward elimination on A?
(d) Explain why each of the above three situations leads to the conclusion that A is not invertible? (Hint:
Think in terms of the linear transformation LA that A defines.)
3. (if you did not finish this last week) (Strang, §1.6, #40) True or False. If true, explain why. If false, show a
concrete counterexample. (Hint: Use the fact that A is invertible if and only if the linear transformation LA
which it defines is invertible.)
(a) A 4×4 matrix with a row of zeros is not invertible.
(b) A matrix with 1’s down the main diagonal is invertible.
(c) If A is invertible, then A−1
is invertible.
4. (Strang, §1.6, #4)
(a) Prove the statement: if A is invertible and AB = AC then B = C.
(b) Write down example matrices A 6= 0, B, and C satisfying AB = AC but B 6= C.
5. (Optional)
(a) Finish the optional worksheet titled ”Inverse Matrix Formal Definition”, which introduces the formal
mathematics definition of invertible matrices and explains its equivalence to requiring the matrix
define an invertible linear transformation.
(b) Review the so-called Gauss-Jordan method to find inverse matrix you learned in Math 24. You may
refresh your memory by watching some YouTube videos https://youtu.be/cJg2AuSFdjw. Explain why this method is valid. More precisely, explain how we can be certain that the matrix we find
is indeed the inverse matrix we seek?
6. Draw a parallelogram whose area is 24 square units on the left grid given below. Let us call this parallelogram P1. We are going to map your parallelogram using a linear transformation A =

1 1
3 6
: R
2 → R
2
.
Let us use P2 to denote the image of P1 after the linear transformation A.
MATH 141: Linear Analysis I Homework 09
(a) Use the exercise we did in lecture, ”Area of a parallelogram”, as a hint to make a prediction of the
area of P2. Explain your reasoning.
(b) On the right grid, draw your P2, the image of your P1 after the transformation A =

1 1
3 6
. Read off
the area of your P2 from the grid and verify your prediction.
(c) Let B : R
2 → R
2 be the linear transformation that sends the square with vertices (0, 0), (0, 1), (1, 0),
and (1, 1), to your P1.
(d) Without writing down the matrix B, make a prediction of, do NOT calculate, the values of det B and
det(AB). Explain your reasoning.
(e) Write down explicitly what matrix B is. Calculate the product AB, the determinants det A, det B, and
det(AB). Verify your predictions.
7. Let us generalize the previous problem to n×n matrices A and B.
(a) What do you think is the relationship among det(AB), det A, and det B?
(b) In particular, if A is invertible, how are det A and det A−1
related? Explain why.
8. The following are some very useful properties of determinant, some of which we proved the 2-by-2 case
in lecture using areas. Knowing them will speed up your calculation of determinants in a lot of situations.
Complete each sentence and use a 2×2 or 3×3 example to illustrate why your claim is true. No proof
needed.
(a) det In×n = (In×n denotes the n × n identity matrix).
(b) The determinant when two rows of the matrix are exchanged.
(c) If two rows of A are equal, then det A .
(d) Subtracting a multiple of one row from another row of the matrix leaves the determinant .
(e) If A has a row of zeros, then det A = .
(f) det(kAn×n) = , for any real number k.
(g) If A =






a11 0 0 · · · 0 0
0 a22 0 · · · 0 0
0 0 a33 · · · 0 0
0 0 0 · · · an−1,n−1 0
0 0 0 · · · 0 ann






is a diagonal matrix, then det A = .
MATH 141: Linear Analysis I Homework 09
(h) If A is a triangular (either upper or lower) matrix, then det A = .
(i) If A is singular (i.e., not invertible), det A . If A is invertible, det A .
(j) det(AB) = . As a consequence, if A is invertible, then det A−1 = . (Same as
previous problem, included here for the sake of completeness.)
(k) det(AT
) = .
9. Calculate the following determinant using Gaussian elimination. To make calculation by hand easier, you
may use row-exchanges that we do not use in our standard forward Gaussian elimination process.
det




4 4 4 4
1 2 0 1
2 0 1 2
1 1 0 2