Matrices Flashcards
in terms of column vectors, Ax=b becomes
x1v1+x2v2+…+xnvn=b
for a 2x2 matrix, A, det(A) is
A11A22 - A12A21
for an n by n matrix, we calculate the determinant using
the laplace expansion
laplace expansion: what is j
any value between 1 and n
laplace expansion: what is Cij
the cofactor of matrix element Aij
laplace expansion: what is Mij
the minor
(det of A after row i and column j are removed)
det(A^T)=
det(A)
det(lambda A)=
lambda^n det(A) for an nxn matrix
det(AB)=
det(BA)=det(A)det(B)
effect on determinant when two rows/columns are interchanged
changes sign of det
if two rows/columns are multiples of each other then det =
0
multiplying a row by a non-zero scalar does what to det?
multiplies by same scalar
a square matrix is singular if
det(A)=0
a non-singular square matrix A has inverse A^-1, defined by
A^-1A = AA^-1 = I
where I is the identity matrix
inverse can be calculated by
A^-1=C^T/det(A)