Matrices Flashcards
(31 cards)
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
The inverse of a matrix condition?
A-1A = In
AA-1=In
Inverse of a 2x2 matrix:
where lAl ≠ 0 (i.e A is “non-singular”)


The adjoint of matrix ?
The adjoint of a matrix is the transpose of the matrix of cofactors
*REMEMBER* - the cofactors are determined by:
Aij = (-1)i+j(det of matrix with row i and row j removed)
The inverse of a 3x3 matrix ?

Transpose of a matrix ?
Found by swapping rows and columns
(row 1 becomes column etc)
Symmetric ?
Symmetric if:
B=BT
Skew-symetric ?
Skew-symmetric if:
BT=-B

Diagonal ?
An nxn matrix with at least one non-zero number on the main diagonal, with zeros everywhere else.

Alien Co-factor rule?









