Solutions to the practice problems
Look here for some solutions to the practice problems
The third midterm
Location
In class, B102 during regular lecture time Thursday November 24
Topics
Linear Transformations
Matrices of linear Transformations
Determinants
The exam will have the following three kind of problems:
- Short answer True/False questions
- Three computational problems, using the concepts covered above.
Things to know
- How to compute the matrix of a linear transformation V⟶TW with respect to given ordered bases of V and W.
- How to multiply two matrices
- Know an example of a matrix A with A=O but A2=O
- How to find the inverse of a matrix using row reduction/Gaussian elimination
- Find the sign of a permutation
- Know the important determinant properties: there is a good summary in §4.4, pages 232—236 of the text book.
- How to compute a determinant
- by adding rows or columns repeatedly
- by expanding along a row or column
- by using the definition (not advisable except for 2×2 determinants)
- Uses of the determinant:
- The cofactor matrix, finding the inverse of a matrix, and Cramer's rule
- Is a matrix invertible?
- Is a set of vectors a basis for Fn?
Practice problems
Computations with matrices
a. Matrix products: Homework 5, problem 4 & problem 5
b. Consider the following matrices:
A=(1230−11),B=(33)
Compute each of the following matrix expressions, if they are defined:
- AB, BA, AA⊤, A⊤A
- BB⊤, B⊤B
- A2
- (AA⊤)2
- A⊤B⊤BA
- AA⊤+BB⊤
- AA⊤+B⊤B
Compute the matrix of T:V→V with respect to a given basis of V
a. V=P4(R), the standard basis {1,x,x2,x3,x4}, Tf(x)=f′′(x)−xf′(x)
b. V=R2 and T:R2→R2 is given by T(x1,x2)=(2x1,x2).
- Find the matrix of T with respect to the standard basis {e1,e2} of R2
- Find the matrix of T with respect to the basis {u,v} where u=(21), v=(12),
c. V is the vector space
V={(x1,x2,x3)∈R3∣x1+x2+x3=0},
with basis {u,v} where
u=(1−10),v=(01−1),
and T:V→V is the linear transformation
T(x1,x2,x3)=(x3,x1,x2).
Compute some determinants
a. From the book, page 237,Problem 4
b. For which value of a∈R is
(1a1a11111)
invertible?
c. Compute the determinant of (11111123451357914710131591317)
d. Let A=(12−52001−13), and let B=A−1. Compute the cofactor matrix of A. Then use the cofactor formula to compute b11, b12, and b13.
e. Let A=(12−52001−13). Use row reduction (or “Gaussian elimination”) to compute A−1.
f. For which values of t∈R are the vectors
u=⎝⎜⎛12t⎠⎟⎞,v=⎝⎜⎛21t⎠⎟⎞,w=⎝⎜⎛1t0⎠⎟⎞
a basis of R3?
True/False?
- For any k×ℓ matrix A, the matrix product AA⊤ is always defined, no matter what k and ℓ are.
- If A=(1230−11), then det(AA⊤)=det(A)det(A⊤)
- If A is a square matrix then det(A⊤A)≥0
- If A is a square matrix with A=−A⊤, then detA⊤=detA
- If A is a 3×3 square matrix with A⊤=−A then detA=0
- If A is a square matrix with A2=O then A=O
- If A is an n×n matrix and if there is a nonzero vector x∈Fn with Ax=0 then detA=0.
- If A is a square matrix with A2=O then detA=0.
- From the book: §4.4, page 236, problem 1—if a T/F question claims some equation, and you think it is wrong, say how the equation can be fixed.