definitions

a matrix is singular if it is not invertible.

minor

the minor is the determinant of the submatrix obtained by removing row and column from .

cofactor

the cofactor is

determinant

if

then the rows or columns are linearly dependent.

laplace expansion

the laplace expansion or cofactor expansion along row is

you can also expand along a column.

inverse

the inverse is only defined for square matrices.

for an matrix, the following are equivalent:

  • exists
  • the columns and rows are linearly independent
  • implies
  • has exactly one solution for every

row and column operations

you can replace a row with a linear combination of and other rows, as long as the coefficient of is not .

row swaps are allowed too.

echelon form

in echelon form, all entries below each pivot are .

echelon means staircase.

pivots

a pivot is the first nonzero entry in a row of echelon form.

rank

the rank is the number of pivots.

if rank is , then the columns are independent, so

has only the trivial solution .

if some gave

then one column would be a linear combination of the others, so the columns would be linearly dependent.

eigenvalues

an eigenvalue is a scalar such that

the vector changes only in scale, not direction, after is applied.

to find eigenvalues, solve

eigenvectors

an eigenvector satisfies

is the direction, and is the scale factor.