3.5: Exercises
( \newcommand{\kernel}{\mathrm{null}\,}\)
Find the determinants of the following matrices.
- [1302]
- [0302]
- [4362]
Let A=[124013−251]. Find the following.
- minor(A)11
- minor(A)21
- minor(A)32
- cof(A)11
- cof(A)21
- cof(A)32
Find the determinants of the following matrices.
- [123322098]
- [4321783−93]
- [1232132341501212]
- Answer
-
- The answer is 31.
- The answer is 375.
- The answer is −2.
Find the following determinant by expanding along the first row and second column. |121213211|
- Answer
-
|121213211|=6
Find the following determinant by expanding along the first column and third row. |121101211|
- Answer
-
|121101211|=2
Find the following determinant by expanding along the second row and first column. |121213211|
- Answer
-
|121213211|=6
Compute the determinant by cofactor expansion. Pick the easiest row or column to use. |1001211000022131|
- Answer
-
|1001211000022131|=−4
Find the determinant of the following matrices.
- A=[1−3402]
- A=[43140−20005]
- A=[23150041700−350001]
An operation is done to get from the first matrix to the second. Identify what was done and tell how it will affect the value of the determinant. [abcd]→⋯→[acbd]
- Answer
-
It does not change the determinant. This was just taking the transpose.
An operation is done to get from the first matrix to the second. Identify what was done and tell how it will affect the value of the determinant. [abcd]→⋯→[cdab]
- Answer
-
In this case two rows were switched and so the resulting determinant is −1 times the first
An operation is done to get from the first matrix to the second. Identify what was done and tell how it will affect the value of the determinant. [abcd]→⋯→[aba+cb+d]
- Answer
-
The determinant is unchanged. It was just the first row added to the second.
An operation is done to get from the first matrix to the second. Identify what was done and tell how it will affect the value of the determinant. [abcd]→⋯→[ab2c2d]
- Answer
-
The second row was multiplied by 2 so the determinant of the result is 2 times the original determinant.
An operation is done to get from the first matrix to the second. Identify what was done and tell how it will affect the value of the determinant. [abcd]→⋯→[badc]
- Answer
-
In this case the two columns were switched so the determinant of the second is −1 times the determinant of the first.
Let A be an r×r matrix and suppose there are r−1 rows (columns) such that all rows (columns) are linear combinations of these r−1 rows (columns). Show det(A)=0.
- Answer
-
If the determinant is nonzero, then it will remain nonzero with row operations applied to the matrix. However, by assumption, you can obtain a row of zeros by doing row operations. Thus the determinant must have been zero after all.
Show det(aA)=andet(A) for an n×n matrix A and scalar a.
- Answer
-
det(aA)=det(aIA)=det(aI)det(A)=andet(A). The matrix which has a down the main diagonal has determinant equal to an.
Construct 2×2 matrices A and B to show that the detAdetB=det(AB).
- Answer
-
det([1234][−12−56])=−8det[1234]det[−12−56]=−2×4=−8
Is it true that det(A+B)=det(A)+det(B)? If this is so, explain why. If it is not so, give a counter example.
- Answer
-
This is not true at all. Consider A=[1001],B=[−100−1].
An n×n matrix is called nilpotent if for some positive integer, k it follows Ak=0. If A is a nilpotent matrix and k is the smallest possible integer such that Ak=0, what are the possible values of det(A)?
- Answer
-
It must be 0 because 0=det(0)=det(Ak)=(det(A))k.
A matrix is said to be orthogonal if ATA=I. Thus the inverse of an orthogonal matrix is just its transpose. What are the possible values of det(A) if A is an orthogonal matrix?
- Answer
-
You would need det(AAT)=det(A)det(AT)=det(A)2=1 and so det(A)=1, or −1.
Let A and B be two n×n matrices. A∼B (A is similar to B) means there exists an invertible matrix P such that A=P−1BP. Show that if A∼B, then det(A)=det(B).
- Answer
-
det(A)=det(S−1BS)=det(S−1)det(B)det(S)=det(B)det(S−1S)=det(B).
Tell whether each statement is true or false. If true, provide a proof. If false, provide a counter example.
- If A is a 3×3 matrix with a zero determinant, then one column must be a multiple of some other column.
- If any two columns of a square matrix are equal, then the determinant of the matrix equals zero.
- For two n×n matrices A and B, det(A+B)=det(A)+det(B).
- For an n×n matrix A, det(3A)=3det(A)
- If A−1 exists then det(A−1)=det(A)−1.
- If B is obtained by multiplying a single row of A by 4 then det(B)=4det(A).
- For A an n×n matrix, det(−A)=(−1)ndet(A).
- If A is a real n×n matrix, then det(ATA)≥0.
- If Ak=0 for some positive integer k, then det(A)=0.
- If AX=0 for some X≠0, then det(A)=0.
- Answer
-
- False. Consider [112−154033]
- True.
- False.
- False.
- True.
- False.
- True.
- True.
- True.
- True.
Find the determinant using row operations to first simplify. |121232−412|
- Answer
-
|121232−412|=−6
Find the determinant using row operations to first simplify. |21324214−5|
- Answer
-
|21324214−5|=−32
Find the determinant using row operations to first simplify. |121231−23−1031232−2|
- Answer
-
One can row reduce this using only row operation 3 to [12120−5−5−300295000−6310] and therefore, the determinant is −63. |121231−23−1031232−2|=63
Find the determinant using row operations to first simplify. |141232−23−1033212−2|
- Answer
-
One can row reduce this using only row operation 3 to [14120−10−5−3002195000−21120] Thus the determinant is given by |141232−23−1033212−2|=211
Let A=[123021310] Determine whether the matrix A has an inverse by finding whether the determinant is non zero. If the determinant is nonzero, find the inverse using the formula for the inverse which involves the cofactor matrix.
- Answer
-
det[123021310]=−13 and so it has an inverse. This inverse is 1−13[|2110|−|0130||0231|−|2310||1330|−|1231||2321|−|1301||1202|]T=1−13[−13−63−95−4−12]T=[113−313413−313913113613−513−213]
Let A=[120021311] Determine whether the matrix A has an inverse by finding whether the determinant is non zero. If the determinant is nonzero, find the inverse using the formula for the inverse.
- Answer
-
det[120021311]=7 so it has an inverse. This inverse is 17[13−6−2152−12]T=[17−27273717−17−675727]
Let A=[133241011] Determine whether the matrix A has an inverse by finding whether the determinant is non zero. If the determinant is nonzero, find the inverse using the formula for the inverse.
- Answer
-
det[133241011]=3 so it has an inverse which is [10−3−23135323−13−23]
Let A=[123021267] Determine whether the matrix A has an inverse by finding whether the determinant is non zero. If the determinant is nonzero, find the inverse using the formula for the inverse.
Let A=[103101310] Determine whether the matrix A has an inverse by finding whether the determinant is non zero. If the determinant is nonzero, find the inverse using the formula for the inverse.
- Answer
-
det[103101310]=2 and so it has an inverse. The inverse turns out to equal [−1232032−92112−120]
For the following matrices, determine if they are invertible. If so, use the formula for the inverse in terms of the cofactor matrix to find each inverse. If the inverse does not exist, explain why.
- [1112]
- [123021411]
- [121230012]
- Answer
-
- |1112|=1
- |123021411|=−15
- |121230012|=0
Consider the matrix A=[1000cost−sint0sintcost] Does there exist a value of t for which this matrix fails to have an inverse? Explain.
- Answer
-
No. It has a nonzero determinant for all t
Consider the matrix A=[1tt2012tt02] Does there exist a value of t for which this matrix fails to have an inverse? Explain.
- Answer
-
det[1tt2012tt02]=t3+2 and so it has no inverse when t=−3√2
Consider the matrix A=[etcoshtsinhtetsinhtcoshtetcoshtsinht] Does there exist a value of t for which this matrix fails to have an inverse? Explain.
- Answer
-
det[etcoshtsinhtetsinhtcoshtetcoshtsinht]=0 and so this matrix fails to have a nonzero determinant at any value of t.
Consider the matrix A=[ete−tcoste−tsintet−e−tcost−e−tsint−e−tsint+e−tcostet2e−tsint−2e−tcost] Does there exist a value of t for which this matrix fails to have an inverse? Explain.
- Answer
-
det[ete−tcoste−tsintet−e−tcost−e−tsint−e−tsint+e−tcostet2e−tsint−2e−tcost]=5e−t≠0 and so this matrix is always invertible.
Show that if det(A)≠0 for A an n×n matrix, it follows that if AX=0, then X=0.
- Answer
-
If det(A)≠0, then A−1 exists and so you could multiply on both sides on the left by A−1 and obtain that X=0.
Suppose A,B are n×n matrices and that AB=I. Show that then BA=I. Hint: First explain why det(A), det(B) are both nonzero. Then (AB)A=A and then show BA(BA−I)=0. From this use what is given to conclude A(BA−I)=0. Then use Exercise 3.5.36.
- Answer
-
You have 1=det(A)det(B). Hence both A and B have inverses. Letting X be given, A(BA−I)X=(AB)AX−AX=AX−AX=0 and so it follows from the above problem that (BA−I)X=0. Since X is arbitrary, it follows that BA=I.
Use the formula for the inverse in terms of the cofactor matrix to find the inverse of the matrix A=[et000etcostetsint0etcost−etsintetcost+etsint]
- Answer
-
det[et000etcostetsint0etcost−etsintetcost+etsint]=e3t. Hence the inverse is e−3t[e2t000e2tcost+e2tsint−(e2tcost−e2tsin)t0−e2tsinte2tcos(t)]T=[e−t000e−t(cost+sint)−(sint)e−t0−e−t(cost−sint)(cost)e−t]
Find the inverse, if it exists, of the matrix A=[etcostsintet−sintcostet−cost−sint]
- Answer
-
[etcostsintet−sintcostet−cost−sint]−1=[12e−t012e−t12cost+12sint−sint12sint−12cost12sint−12costcost−12cost−12sint]
Suppose A is an upper triangular matrix. Show that A−1 exists if and only if all elements of the main diagonal are non zero. Is it true that A−1 will also be upper triangular? Explain. Could the same be concluded for lower triangular matrices?
- Answer
-
The given condition is what it takes for the determinant to be non zero. Recall that the determinant of an upper triangular matrix is just the product of the entries on the main diagonal
If A,B, and C are each n×n matrices and ABC is invertible, show why each of A,B, and C are invertible.
- Answer
-
This follows because det(ABC)=det(A)det(B)det(C) and if this product is nonzero, then each determinant in the product is nonzero and so each of these matrices is invertible.
Decide if this statement is true or false: Cramer’s rule is useful for finding solutions to systems of linear equations in which there is an infinite set of solutions.
- Answer
-
False.
Use Cramer’s rule to find the solution to x+2y=12x−y=2
- Answer
-
Solution is: [x=1,y=0]
Use Cramer’s rule to find the solution to x+2y+z=12x−y−z=2x+z=1
- Answer
-
Solution is: [x=1,y=0,z=0]. For example, y=|11122−1111||1212−1−1101|=0