S3 Flashcards
For any matrix A, AT A is symmetric (a matrix M is symmetric if MT = M ).
True
(ATA)T = AT(AT)T = ATA.
(ABC)T = CT BT AT for matrices A, B, C of appropriate sizes.
True
(ABC)T = (A(BC))T = (BC)TAT = (CTBT)AT = CTBTAT.
If a matrix A is invertible, then AB = AC implies that B = C, for matrices B, C of appropriate sizes.
True
Multiplying both sides of the equation AB = AC by A−1 on the left gives:
A−1AB = A−1AC
⇒ IB = IC
⇒ B = C.
If an n × n matrix is singular (not invertible), then its rank is n − 1.
False
The rank can also be < n − 1. For instance, A is singular and has rank 1 = n − 2
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).
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: