Matrices Flashcards
Rule 1 - Distributivity?
A(B+C)=AB+AC
Rule 2 - Asociativity ?
(AB)C=A(BC)
Rule 3 - Identity/zero matix multiplication ?
(Amxn)(Inxn) = Amxn
(Inxn)(Amxn) = Amxn
(Identity matrix acts as 1)
(0pxn)(Amxn) = 0pxn
Rule 4 - Transpose
(AB)T = BTAT
Rule 5 - Commutativity
AB ≠ BA
Rule 6 - condition for matrix multiplication ?
no. Col of A = no. row of B
Co-factor, Aij, for the position (i,j) ?
Aij = (-1)i+j (minor of position (i,j))
or
Aij = (-1)i+j (det of the matrix with row i, and column j removed)
Determinant rule 1 - transpose
lAl = lATl
Determinant rule 2 - swapping rows or columns
If you swap two rows, or two columns of matrix A, to form matrix B
lAl = -lBl
Determinant rule 3
lAl = 0 if ?
lAl = 0 if
two rows, or two columns, are the same or scalar multiples of each other
Determinant rule 4 - bringing a scalar out
Determinant rule 4 - extended
lλAl =
(if A is an nxn matrix)
lλAl = λnlAl
(if A is an nxn matrix)
Determinant rule 5 - making a determinant easier to compute
You can add or subtract, rows or columns from each other to generate more 0’s in the determinant; this can make it easier to compute