Matrices and linear algebra Flashcards
What is the commutator?
[A,B]=AB-BA
What does commutative mean?
AB=BA
What three ways are there to change equations without changing the solution?
- Interchange two equations/rows
2.Replace a line/row by itself +C times another equation/row
3.Multiply any equation/row by a non-zero constant
What are the aims for row-reduced echelon?
- Want 1st non-zero entry in a row to be 1
- Want the 1st non-zero entry for each row to be at he right of the previous row
- Want each column that contains one of the leading 1’s to have all other entries zero
What is the trace of a matrix?
Tr(A) equals the sum of the diagonal
What are the properties of the trace?
Tr(A+B)=Tr(A)+Tr(B)
Tr(AB)=Tr(BA)
What is the volume of a parallelepiped formed by 3 row vectors?
The determinant of the matrix containing those 3 row vectors?
What determinant property allows to expand along the 1st column instead of 1st row?
det(A)=det(A’)
Where A’ is the transpose of A
What determinant property allows to expand along any row or column?
If a matrix B is obtained by interchanging two rows or two columns of a matrix A then det(B)=-det(A)
What is the determinant for a triangular matrix?
The product of all entries on the diagonal
What is the co-factor rule?
det(A)=∑a_ij*c_ij
From j=1
What is the false co-factor rule?
det(A)=∑a_ij*c_kj=0
From j=1 for all i ≠ k
If two rows of a matrix, A, are the same what is det(A)?
det(A)=0
What is the adjugate matrix?
Adj(A) equals the transpose of the co-factor matrix
What is a singular matrix?
A matrix for which det(A)=0 and has no inverse