S3 Flashcards

1
Q

For any matrix A, AT A is symmetric (a matrix M is symmetric if MT = M ).

A

True

(ATA)T = AT(AT)T = ATA.

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

(ABC)T = CT BT AT for matrices A, B, C of appropriate sizes.

A

True

(ABC)T = (A(BC))T = (BC)TAT = (CTBT)AT = CTBTAT.

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

If a matrix A is invertible, then AB = AC implies that B = C, for matrices B, C of appropriate sizes.

A

True

Multiplying both sides of the equation AB = AC by A−1 on the left gives:

A−1AB = A−1AC

⇒ IB = IC

⇒ B = C.

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

If an n × n matrix is singular (not invertible), then its rank is n − 1.

A

False

The rank can also be < n − 1. For instance, A is singular and has rank 1 = n − 2

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

If B is a left inverse for A (i.e. BA = I), then B is also a right inverse for A has rank 1 = n − 2. (i.e. AB = I).

A

False

It would be true if the matrices were square, but the statement does not require that. With non-square matrices we can construct a counterexample:

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