Week 2 Flashcards
What is a matrix?
A matrix is a rectangular array of numbers called the entries or elements of the matrix.
What is the transpose of a matrix?
The transpose of a mxn matrix A is the nxm matrix A^T obtained by interchanging the rows and columns of A.
What is a symmetric matrix?
A square matrix is symmetric if A^T=A. That is, A is equal to its own transpose.
What is linear combination for matrices?
If A1,…,An are mxn matrices and c1,…,ck are scalars, we may form the linear combination
c1A1+c2A2+…+ckAk
What is a span of a matrix?
If S={A1,…,Ak} is a set of mxn matrices, then the span of S is the set of all linear combinations of the elements of S. That is,
Span S= {c1A1+…+ckAk: c1,…,ck are scalars}
What are linear independent matrices?
A collection {A1,…,Ak} of mxn matrices is linearly independent if the only solution to the equation
c1A1+c2A2+…+ckAk=0
for scalars c1,…,ck is c1=c2=…=ck=0. If there are non trivial coefficients which satisfy this equation then the set {A1,…,Ak} is linearly dependent.
What is the inverse of a matrix?
If A is an nxn matrix, the inverse of A is an nxn matrix A’ such that
AA’=In & A’A=In
If A’ exists we say A is invertible. If no inverse exists, we say A is not invertible.
What is theorem 3.6?
If an nxn matrix A is invertible then its inverse is unique
What is theorem 3.7?
If A is an invertible nxn matrix then the system of linear equations given by Ax=b has the unique solution given by x=A^-1b
What is theorem 3.8?
If A= [a b] [c d] Then A is invertible if ad-bc≠0, in which case A-1= 1/(ad-bc) [d -b] [-c a] If ad-bc=0 then A is not invertible.
What is the determinant?
For a 2x2 matrix A= [a b] [c d] We call ab-bc the determinant so that ad-bc=0