Chapter 2.3 Flashcards
Let A, B, and C be nxn matrices of the same size then det(C) = det(A) + det(A) iff
They only differ in one row, say the r:th, and the r:th row of C can be obtained by adding the corresponding entries in te r:th row of A and B. The same holds for columns.
If A is an nxn matrix then det(kA) equals
K^n*det(A)
If A and B are square matrices of the same size then det(AB) equals
det(A) * det(B)
A square matrix is invertible if it’s determinant
Does not equal zero
If A is invertible, then the determinant is
det(inv(A)) = 1/det(A)
Def: the adjoint of A
If A is any nxn matrix and C(ij) is the cofactor of a(ij). Then the corresponding nxn matrix, where the entries are the cofactors coresponding to the entries of A, is called the matrix of A. The transpose of this matrix is called the adjoint of A.
If A is invertible then inv(A) can be expressed as
Inv(A) = 1/det(A)*adj(A)
Cramer’s Rule
If Ax=b is a systen of n linear equations in n unknowns such that det(A) != 0, then the system has a unique solution. The solution is
X(1) = det(A(1))/det(A) X(2) = det(A(2))/det(A) . . . X(n) = det(A(n))/det(A)
Where A(n) is the matrix obtained by replacing the entries in the n:th column of A by the entries in B.
Equivalent statements (3) (6) A is invertible iff
1) Ax=0 only has the trivial solution
2) The reduced row echelon form of A is I
3) A is expressible as a product of elementary matrices
4) Ax=b is consistent for every nx1 matrix b
5) Ax=b has exactly one solution for every nx1 matrix b
6) det(A) != 0