True/False Chapter 2 Flashcards
If A and B are 2x2 with columns a1, a2 and b1, b2, respectively, then AB=[a1 b1 a2 b2]
false
Each column of AB is a linear combination of the columns of B using weights from the corresponding columns of A
false : the roles of A and B should be reversed in the second half statement
AB + AC = A(B+C)
true
A^T + B^T = (A+B)^T
true
The transpose of a product of matrices equals the product of their transposes in the same order
false : the phrase ‘in the same order’ should be ‘in the reverse order’
If A and B are 3x3 and B=[b1 b2 b3], then AB=[Ab1+Ab2+ab3]
false : AB must be a 3x3 matrix, but the formula for AB implies that it is 3x1. The plus sign should just be spaces (between columns)
The second row of AB is the second row of A multiplied on the right by B
true
(AB)C = (AC)B
false : the left-to-right order of B and C cannot be changed, in general
(AB)^T = A^T B^T
false
The transpose of a sum of matrices equals the sum of their transposes
true
A product of invertible nxn matrices is invertible, and the inverse of the product is the product of their inverses in the same order
false : the product matrix is invertible, but the product of inverses should be in the reverse order
If A is invertible, then the inverse of A^-1 is A itself
true
If A = a b and ad=bc then A is not invertible
c d
true
If A can be row reduced to the identity matrix, then A must be invertible
true
If A is invertible, then elementary row operations that reduce A to the identity In also reduce A^-1 to In
false