Exam 1 Flashcards
(45 cards)
tr(A)
sum of main diagonal of square matrix
row equivalent
you can get from A to B using only elementary row operations
(A^-1)^-1 =
A
(A^n)^-1 =
A^-n = (A^-1)^n
(αA)^-1 =
(1/α)A^-1
A^r A^s =
A^(r+s)
(A^r)^s =
A^(rs)
(A^T)^T =
A
(A+B)^T =
A^T+B^T
(αA)^T =
αA^T
(AB)^T =
B^T A^T
If you get a zero row while inverting a matrix,
it is not invertible
A is symmetric if
A^T=A
M_i,j(A) =
det of matrix gotten from A by removing row i and column j.
C_i,j(A) =
(-1)^(i+j) M_i,j(A)
det(αA) =
α^n det(A)
det(A+B) ≠
detA+detB
detAB =
detAdetB
Biggerer Theorem
(a) A is invertible
(b) Ax=0 has only trivial solution
(c) A is row equivalent to I
(d) A is a product of elementary matrices
(e) Ax=b is consistent for any b
(f) Ax=b has only one solution for any b
(g) detA≠0
detA^-1 =
1/detA
adj(A) =
(CofA)^T
Aadj(A) =
(detA)I
Cramer’s Rule
For Ax=b and A is square, if detA≠0 then x_i=det(A_i)/det(A) where A_i=A with column i replaced by b.
A vector is defined by
its end point minus its start point