Exam 1 Flashcards
1
Q
tr(A)
A
sum of main diagonal of square matrix
2
Q
row equivalent
A
you can get from A to B using only elementary row operations
3
Q
(A^-1)^-1 =
A
A
4
Q
(A^n)^-1 =
A
A^-n = (A^-1)^n
5
Q
(αA)^-1 =
A
(1/α)A^-1
6
Q
A^r A^s =
A
A^(r+s)
7
Q
(A^r)^s =
A
A^(rs)
8
Q
(A^T)^T =
A
A
9
Q
(A+B)^T =
A
A^T+B^T
10
Q
(αA)^T =
A
αA^T
11
Q
(AB)^T =
A
B^T A^T
12
Q
If you get a zero row while inverting a matrix,
A
it is not invertible
13
Q
A is symmetric if
A
A^T=A
14
Q
M_i,j(A) =
A
det of matrix gotten from A by removing row i and column j.
15
Q
C_i,j(A) =
A
(-1)^(i+j) M_i,j(A)
16
Q
det(αA) =
A
α^n det(A)
17
Q
det(A+B) ≠
A
detA+detB
18
Q
detAB =
A
detAdetB