S6 Flashcards

1
Q

If A and B are both n×n, then det(A+B) = det(A) + det(B).

A

False

Take for instance A and B.

Then det(A) + det(B) = 0 + 0 = 0, but det(A + B) = 1.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If A and B are row equivalent, then they have the same determinant.

A

False

If B is obtained from A by a row interchange, or by multiplying a row, then they are row equivalent, but have different determinant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

The linear transformation with matrix A is injective if and only if det(A) ≠ 0.

A

True

In class we saw that if det(A) ≠ 0, then A is invertible, and by the Invertible Matrix Theorem that we saw earlier, this is equivalent to the transformation defined by A being injective (if A is square).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The determinant of the partitioned matrix is det(A) · det(D).

A

True

We can get this matrix into echelon form by separately putting A and D into echelon forms Aech and Dech.

Then this is an upper triangular matrix, so the determinant is the product of the diagonal entries. But we can split this product into the diagonal entries from Aech and those from Dech, which are exactly det(A) and det(D).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The determinant of this partitioned matrix is det(A) · det(D)−det(B) · det(C).

A

False

Take for instance A = C = D = I2. Then we can take basically anything for B and the equation will fail:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly