2.1 Matrix Operations Flashcards
Complete the sentence:
Each column of AB is a……………..
linear combination of the columns of A using weights from the corresponding column of B
Complete the sentence:
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 xp matrix whose columbs are Ab1….Abp
AB ____ BA
does not equal
The cancellation laws _________ for ________
do not hold
matrix multiplicaiton
If a product AB is the zero matrix………
you cannot conclude in general that ether A=0 or B=0
(A^T)^T = ?
A
(A + B)^T = ?
A^T + B^T
for any scalar r, (rA)^T =?
r(A^T)
(AB)^T = ?
B^T A^T
The transpose of a product of matrices……….
equals the product of their transposes in reverse order
associative law of multiplication
A(BC) = (AB)C
left distributive law
A(B+C) = AB + AC
right distributive law
(B+C)A = BA + CA
scalar r
r(AB) = (rA)B = A(rB)
identity for matrix multiplication
I(sub m)A= A = AI(sub n)