Chapter 2 Definitions Flashcards
Definition of Equality of Matrices
equal when same size and aij = bij for 1
Definition of Matrix Addition
A + B = [aij + bij]
Definition of Scalar Multiplication
cA = [caij]
Definition of Matrix Multiplication
AB = [cij] where cij = sum(k=1, n, aikbkj)
Linear Combinations of Column Vectors
x11a1 + x21a2 + … + xnan = b, where A is matrix mxn, x is nx1, b nx1
Commutative property of addition
A + B = B + A
associative property of addition
A + (B + C) = (A + B) + C
associative property of multiplication
(cd)A = c(dA)
multiplicative identity
1A = A
distributive property
c(A + B) = cA + cB
distributive property
(c +d)A = cA + dA
property of zero matrix
A + Omn = A
property of zero matrix
A + (-A) = Omn
property of zero matrix
if cA = Omn then c=0 or A = Omn
associative property of matrix multiplication
A(BC) = (AB)C