Term Test 2 Flashcards
Transpose of a matrix, A^T
the rows and columns are switched
Invertibility or non singularity
A matrix A is invertible is there is a matrix B such that AB=In=BA. A^-1
Determinant
ad-bc
When is a matrix invertible
when det(A) does not equal 0
Elementary matrices
found by altering the nxn identity matrix
- interchanging two rows
- one row of In is multiplied by a scalar
- adding a multiple of one row of In to another row of In
Subspace of a vector space V in any set H
- the zero vector is in H
- closed under vector addition
- closed under scalar multiplication
null space of matrix A [nul(A)]
set of all solutions to the homogenous eq ax=0
column space of matrix A [col(A)]
set of all lin combos of the columns of A
basis
a lin indep set of vectors that spans subspace H is the basis of H
dimension of vector space V [dim(V)]
the number of vectors in a basis of V
rank of matrix A [rank(A)]
is equal to the dimension of col(A)
nullity of a matrix A [nullity(A)]
is equal to the dimension of nul(A)
minor of aij (aka Mij)
the (n-1)x(n-1) matrix obtained by deleting the ith row and jth column of matrix A