02 Matrix Algebra Flashcards
If A is an m x n matrix, and if B is an n x p matrix with columns b1, …, bp, then the product AB is the m x p matrix whose columns are ______. That is,
AB = ______
If A is an m x n matrix, and if B is an n x p matrix with columns b1, …, bp, then the product AB is the m x p matrix whose columns are Ab1, …, Abp. That is,
AB = A[b1 b2 … bp] = [Ab1 Ab2 … Abp]
Each column of AB is a __ of the columns of A using ____ from the corresponding column of B
Each column of AB is a linear combination of the columns of A using weights from the corresponding column of B
rowi(AB) = __
rowi(AB) = rowi(A) B
The cancellation laws do ___ for matrix multiplication. That is, if AB = AC, then it is ___ in general that B = C.
The cancellation laws do not hold for matrix multiplication. That is, if AB = AC, then it is not true in general that B = C.
If a product AB is the zero matrix, you ___ conclude in general that either A = 0 or B = 0.
If a product AB is the zero matrix, you cannot conclude in general that either A = 0 or B = 0.
(A + B)T =
(A + B)T = AT + BT
(AB)T =
(AB)T = BTAT
The transpose of a product of matrices equals the product of their transposes _____
The transpose of a product of matrices equals the product of their transposes in the reverse order.
I (identity matrix) =
I = A-1A = AA-1
If ____, then A is invertible and
A-1 = ___
If ad - bc != 0, then A is invertible and
If A is an invertible n x n matrix, then for each b in Rn, the equation Ax = b has the ____ solution _____.
If A is an invertible n x n matrix, then for each b in Rn, the equation Ax = b has the unique solution x = A-1b.
If A and B are n x n invertible matrices, then ____
If A and B are n x n invertible matrices, then so is AB
(AB)-1 =
(AB)-1 = B-1A-1
(AT)-1 =
(AT)-1 = (A-1)T
The product of n x n invertible matrices is invertible, and the inverse is the product of their inverses ___
The product of n x n invertible matrices is invertible, and the inverse is the product of their inverses in the reverse order
An elementary matrix is one that is obtained by ____.
An elementary matrix is one that is obtained by performing a single elementary row operation on an identity matrix.