Exam 1 Flashcards
Det(I) = ?
1
(A^T)^T = ?
A
(A + B)^T = ?
A^T + B^T
(AB)^T = ?
B^T x A^T
(AB)^-1 = ?
B^-1 x A^-1
(A^T)^-1 =
(A^-1)^T
AA^-1 = ?
I
What is the inverse of an elementary matrix?
The opposite operation.
Ex: - e.m. multiply r1 by 2;
inverse multiply r1 by 1/2
E3E2E1A = ? A = ?s
I
Inverse of E1E2E3
For any nxn matrix, the following (5) statements are equivalent:
(1) A is invertible
(2) Ax=b had a unique solution
(3) A is row-equivalent to I (can be converted using EROs
(4) Ax=0 only has the trivial solution
(5) A is a product of elementary matrices
What is prime factorization? Is it unique?
Factoring a matrix into a product of elementary matrices.
Factorization is not unique.
Determinants:
If B is obtained from A by switching two rows or columns then det(B) = ?
-det(A)
Determinants:
If C is obtained from A by multiplying a row or column by a scalar k, then det(C) = ?
kdet(A)
Determinants:
If D is obtained from A by adding a multiple of one row or column to another, then det(D) = ?
det(A)
Can determinants be found on any size matrix?
No, only nxn matrices.